@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.un_request_balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 100;
  margin-top: -115px;
  margin-bottom: 60px;
}
@media screen and (max-width: 744px) {
  .un_request_balloon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -65px;
    margin-top: -17.3333333333vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_request_balloon p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 9px;
  margin: 0 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  width: 280px;
  height: 58px;
}
@media screen and (max-width: 744px) {
  .un_request_balloon p {
    width: 280px;
    width: 74.6666666667vw;
    height: 58px;
    height: 15.4666666667vw;
  }
}
.un_request_balloon p:nth-child(odd) {
  background-image: url(../../img/form/bg_balloon_01.svg);
}
@media screen and (max-width: 744px) {
  .un_request_balloon p:nth-child(odd) {
    background-image: url(../../img/form/bg_balloon_01_smp.svg);
    margin-bottom: 14px;
    margin-bottom: 3.7333333333vw;
  }
}
.un_request_balloon p:nth-child(even) {
  background-image: url(../../img/form/bg_balloon_02.svg);
}
@media screen and (max-width: 744px) {
  .un_request_balloon p:nth-child(even) {
    background-image: url(../../img/form/bg_balloon_02_smp.svg);
  }
}

.un_request_form > dl:not(:last-child) {
  margin-bottom: 32px;
}
.un_request_form > dl > dt {
  font-weight: 700;
  margin-bottom: 16px;
}
.un_request_form > dl > dt.__req::after {
  display: contents;
  content: "*";
  color: #e83828;
}
.un_request_form > dl > dd select,
.un_request_form > dl > dd input,
.un_request_form > dl > dd textarea {
  border: 1px solid #d5d5d5;
  border-width: 1px;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 744px) {
  .un_request_form > dl > dd select,
  .un_request_form > dl > dd input,
  .un_request_form > dl > dd textarea {
    width: 100%;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.un_request_form > dl > dd input,
.un_request_form > dl > dd textarea {
  width: 100%;
}

.un_request_submitBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .un_request_submitBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.un_request_submitBtn form:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width: 744px) {
  .un_request_submitBtn form:not(:first-child) {
    margin: 0;
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}
.un_request_submitBtn button[type=submit],
.un_request_submitBtn input[type=submit] {
  transition: 0.2s ease-in-out;
}
.un_request_submitBtn button[type=submit]:hover, .un_request_submitBtn button[type=submit]:focus,
.un_request_submitBtn input[type=submit]:hover,
.un_request_submitBtn input[type=submit]:focus {
  opacity: 0.7;
  cursor: pointer;
}

.un_request_note {
  padding: 40px;
  border: 1px solid #ff3d8b;
  margin-top: 80px;
}
@media screen and (max-width: 744px) {
  .un_request_note {
    padding: 20px;
    padding: 5.3333333333vw;
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}

.un_request_error {
  color: #e83828;
  font-size: 1.2rem;
}
@media screen and (max-width: 744px) {
  .un_request_error {
    font-size: 12px;
    font-size: 3.2vw;
  }
}