@charset "UTF-8";
#zip_close,
#autozip {
  display: none !important;
}

.process_v {
  display: none;
}

.mv_versatile {
  padding-top: 101.8px;
  position: relative;
}
.mv_versatile .sec_ttl_wrap {
  position: absolute;
  top: 40%;
  left: 6%;
}
.mv_versatile .sec_ttl_wrap p {
  margin-top: 20px;
  max-width: 500px;
}
.mv_versatile .sec_ttl_wrap .w_ttl {
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  padding-bottom: 12px;
  border-bottom: 1px solid;
  -o-border-image: unset;
     border-image: unset;
  color: #fff;
}
.mv_versatile .sec_ttl_wrap .w_ttl_aside {
  padding-top: 12px;
  font-weight: bold;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  color: #fff;
}
.mv_versatile .sec_ttl_wrap .w_ttl_txt {
  color: #fff;
}

.liv_VA {
  background-color: #fefbf5 !important;
}
.liv_VA .p_head {
  background-color: #f1ab3e !important;
}

.ctc h2 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: linear-gradient(90deg, #ec76a2 0%, #f1ab3e);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  padding-bottom: 12px;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #ec76a2 0%, #f1ab3e) 1;
     border-image: linear-gradient(90deg, #ec76a2 0%, #f1ab3e) 1;
  margin: 70px auto;
  font-size: 2.8rem;
}
.ctc .ctc_inner {
  margin: auto;
}
.ctc .ctc_inner .ctc_form {
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.ctc .ctc_inner .ctc_form .ctc_head_wrap {
  text-align: center;
  max-width: 1100px;
  margin: auto;
}
.ctc .ctc_inner .ctc_form .ctc_head_wrap .ctc_head {
  cursor: pointer;
  padding: 12px 0;
  background-color: #b5b5b5;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.ctc .ctc_inner .ctc_form .ctc_head_wrap .ctc_head a {
  color: #fff;
}
.ctc .ctc_inner .ctc_form .ctc_head_wrap .ctc_head a:hover {
  opacity: 1;
}
.ctc .ctc_inner .ctc_form .ctc_head_wrap .ctc_head::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
  border-top: 23px solid #b5b5b5;
  border-bottom: 0;
  position: absolute;
  bottom: -40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.ctc .ctc_inner .ctc_form .ctc_head_wrap .ctc_head .fz {
  font-size: 2.4rem;
}
.ctc .ctc_inner .ctc_form .ctc_head_wrap .c {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.ctc .ctc_inner .ctc_form .ctc_head_wrap .r {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.form_inner {
  margin: 30px auto 0;
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
}

.form_head {
  font-weight: bold;
}

.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c_active {
  background-color: #ec76a2 !important;
  color: #fff !important;
}
.c_active::after {
  border-top: 30px solid #ec76a2 !important;
}

.r_active {
  background-color: #f1ab3e !important;
  color: #fff !important;
}
.r_active::after {
  border-top: 30px solid #f1ab3e !important;
}

.ctc_head.c:not(.c_active)::after {
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.ctc_head.r:not(.r_active)::after {
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.form_inner {
  max-width: 900px;
  margin: 70px auto;
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
  padding: 0 15px;
}

.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ctc_head.c:not(.c_active)::after {
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.ctc_head.r:not(.r_active)::after {
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.form_ttl {
  font-size: 3rem;
  font-weight: bolder;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 60px auto 38px;
  text-align: center;
  line-height: 0.8;
}
.form_ttl span {
  font-size: 1.6rem;
}

.ctc_ttl {
  color: #a81616;
}

.rec_ttl {
  color: #00b2e1;
}

.form_head {
  display: block;
  font-weight: bold;
  margin: 40px 0 15px;
}

.rq {
  padding: 2px 20px;
  background-color: #a81616;
  color: #fff;
  border-radius: 30px;
  margin-right: 10px;
}

.photo_head {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 2px 10px;
  background-color: #b5b5b5;
  color: #fff;
  margin: 10px 0;
}

.rqB {
  background-color: #00b2e1;
}

.any {
  background-color: #b5b5b5;
}

input,
select {
  display: block;
  width: 98%;
  border: #b5b5b5 1px solid;
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: normal !important;
  padding: 14px 0 14px 5px;
}

.smf-form .smf-text-control__control {
  padding: 14px 0 14px 5px;
}

input[type=radio] {
  width: 20px;
  display: inline;
  font-weight: normal;
  padding: unset;
}

input[type=file] {
  color: rgb(31, 41, 55);
  cursor: pointer;
  padding-right: 0.5rem;
  margin: 10px 0;
  font-weight: normal;
}

::file-selector-button,
::-webkit-file-upload-button {
  background-color: rgb(229, 229, 229);
  color: rgb(31, 41, 55);
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-right: 1rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

textarea {
  width: 98%;
  border: #b5b5b5 1px solid;
  border-radius: 10px;
  resize: none;
}

.sel_number {
  display: inline;
  width: 70%;
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.entry_check {
  display: inline-block;
  height: 21px;
}

.for_check {
  width: 100%;
  display: block;
  font-size: 20px;
  height: 60px;
  background-color: #a81616;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 30px;
  margin-top: 47px;
  cursor: pointer;
  transition: 0.5s;
}
.for_check:hover {
  opacity: 0.7;
}

.for_checkB {
  display: block;
  font-size: 20px;
  height: 60px;
  background-color: #00b2e1;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 30px;
  margin-top: 47px;
  cursor: pointer;
  transition: 0.5s;
  transition: 0.5s;
}
.for_checkB:hover {
  opacity: 0.7;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0.5em;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  color: #a81616;
}

.wpcf7-not-valid-tip {
  color: #a81616;
}

.group {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 15px;
  display: block;
  width: 99%;
  height: 44px;
}

.g_for_after {
  position: relative;
}
.g_for_after::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 30px;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: transform 0.5s ease;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.confirm_wrap {
  padding-top: 140px;
  margin: auto;
}
.confirm_wrap .confirm {
  max-width: 770px;
}
.confirm_wrap .confirm .confirm_inner {
  margin: 40px 0 100px;
  padding: 30px 20px;
  background-color: #f6f6f6;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.confirm_wrap .confirm .confirm_inner a {
  display: block;
  background-color: #b5b5b5;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  padding: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.error .wpcf7-not-valid-tip {
  display: none;
}
.error .error-message {
  color: #a81616;
  display: none;
}
.error:has(.wpcf7-not-valid-tip) .error-message {
  display: block;
}

@media (min-width: 640px) {
  .smf-form--business .smf-item__col--label {
    flex: 0 0 24em;
    max-width: 100%;
  }
}
.entry .e_txt_wrap {
  position: relative;
  z-index: 0;
  margin: 40px 0 100px;
}

.form_head {
  max-width: 800px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  color: #000000;
  padding: 30px 0;
}

.form_head img {
  max-width: 300px;
  display: block;
  margin: auto;
}

.form_head h5 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.form_head .hz {
  height: 1px;
  width: 90%;
  background-color: #000000;
  margin: 30px auto 0;
}

.smf-item__label__text {
  position: relative;
}

.required .smf-item__label__text::after {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 60px;
  height: 23px;
  border-radius: 4px;
  content: "Yêu cầu";
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #a73f3f;
  font-size: 10px;
}

.snow-monkey-form {
  background-color: #ffffff;
  color: #000000;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  padding: 20px 5px;
  margin: auto;
}

.unit {
  width: 60%;
  position: relative;
}

.unit_txt {
  width: 60%;
  position: relative;
}
.unit_txt::after {
  content: "歳";
  position: absolute;
  top: -32px;
  right: -50px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 30px;
  height: 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}

.unit1::after {
  content: "tuổi";
}

.unit2::after {
  content: "triệu yên";
}

.unit3::after {
  content: "cm";
}

.unit4::after {
  content: "kg";
}

.smf-progress-tracker {
  margin-bottom: 60px;
}

.smf-item__label__text {
  font-weight: bold;
  font-size: 13px;
}

.smf-action {
  display: flex;
  flex-direction: column-reverse;
}

.smf-action .smf-button-control + .smf-button-control {
  margin-left: unset;
}

.smf-action .smf-button-control__control {
  display: block;
  margin: 30px auto 0;
  border-radius: 10px;
  padding: 20px 0;
  width: 90%;
  font-size: 18px;
  letter-spacing: 0.15em;
  background: #a73f3f;
  color: #fff;
  border: none;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.smf-button-control__control[data-action=back] {
  display: block;
  background: #6f6f6f !important;
  color: #fff !important;
  padding: 10px 0;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: 287px;
}

.fin_txt {
  margin-bottom: 20px !important;
}

.fin_btn {
  margin-top: 40px !important;
}

.fix_head {
  font-family: "futura", "Century Gothic", "Jost";
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(to right, #375db0, #c18a8a);
  padding: 7px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.rec_span {
  width: 100%;
  margin: 0 auto 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #b03762, #c18a8a);
  padding: 14px 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.f_txt {
  display: none;
  font-weight: bold;
}

.smf-form--business .smf-item:not(:first-child) {
  border-top: 1px solid #ddd;
}

/* data-screen="input" の場合、input-textを表示 */
[data-screen=input] .input-text {
  display: block;
}

/* data-screen="confirm" の場合、confirm-textを表示 */
[data-screen=confirm] .confirm-text {
  display: block;
  margin-bottom: 20px;
}

/* data-screen="invalid" の場合、invalid-textを表示 */
[data-screen=invalid] .invalid-text {
  display: block;
} 
.terms_wrap {
  margin: 50px 0;
  padding: 20px 15px 10px;
  background-color: #f6f6f6;
  border: #acacac 1px solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 200px;
  overflow: scroll;
}
.terms_wrap .t_inner h3 {
  font-size: 1.8rem;
  color: #a81616;
  text-align: center;
  line-height: 1.3;
}
.terms_wrap .t_inner h3 span {
  font-size: 1.4rem;
}

.process_v {
  padding: 70px 25px;
  background-color: #fef7f5;
  margin-top: 70px;
}
.process_v .p_inner {
  max-width: 1100px;
  margin: auto;
}
.process_v .p_inner ul {
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.process_v .p_inner ul li {
  max-width: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.process_v .p_inner ul li img {
  box-shadow: 2px 2px 15px 0px #cfcfcf;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.process_v .p_inner ul li p {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.process_v .p_inner ul li .p_txt_mb {
  padding: 19.607px 0;
}
.process_v .p_inner ul li aside {
  font-size: 1.4rem;
  padding-top: 40px;
}
.process_v .p_inner .g_btn {
  max-width: 395px;
  margin: 110px auto 0;
  padding: 18px 0;
  font-weight: bold;
}

.notes_wrap {
  max-width: 1100px;
  margin: 0 auto 100px;
  padding-top: 60px;
}
.notes_wrap .h3_ttl_wrap {
  margin: 50px 0;
}
.notes_wrap .notes_container {
  justify-content: center;
  gap: 100px;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
  max-width: 1100px;
  margin: auto;
  padding: 72px 0;
}
.notes_wrap .notes_container img {
  max-width: 176px;
}
.notes_wrap .notes_container ul {
  width: 38%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.notes_wrap .notes_container ul li {
  gap: 10px;
}
.notes_wrap .notes_container ul li img {
  max-width: 24px;
}
.notes_wrap .notes_container ul li p {
  font-weight: bold;
  font-size: 2rem;
}/*# sourceMappingURL=versatile.css.map */