@charset "UTF-8";

* {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html,
body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.row {
  position: relative;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.row>* {
  min-width: 0;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
table th,
table td,
dl,
dl dt,
dl dd,
ul,
ol,
li,
p {
  font-size: 1rem;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}
/* section > .row {
  max-width: 750px;
  margin: 0px auto;
  width: 90%;
} */

.center {
  text-align: center;
}
.lead {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
}
.bold {
  font-weight: bold;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
}
a>img {
  transition: all 0.2s;
}

p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

img {
  display: block;
  width: 100%;
  max-width: 540px;
}
.pt-event-cursor a>img {
  pointer-events: none !important;
}

.mt2 {
  margin-top: 2rem;
}
.mt3 {
  margin-top: 3rem;
}

body {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  min-height: 100vh;
}
.main_confim,
.main_thx {
  background: #b2ebfd;
}

.thx_header {
  background: #fff;
  padding: 1rem 0px;
}
.thx_header img {
  width: 14%;
  margin: 0 auto;
}

.line {
  padding: 8% 0 2%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
}
.line img {
  padding-top: 1%;
  width: auto;
  margin: 0 auto;
}

section>.row {
  max-width: 750px;
  margin: 0px auto;
  width: 90%;
}

/* section > h3 {
    margin-top: 5%;
    background: #2ca6e0;
    padding: 1rem 0px;
    text-align: center;
    color: #FFF;
    font-size: 1.944rem;
    letter-spacing: 0.05em;
  } */

/* .header{
    position: relative;
    z-index: 3;
} */

/* header {
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: 750px;
  top: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
} */
/* .header_btn {
  display: flex;
  justify-content: space-around;
  padding: 1%;
} */

.mv {
  position: relative;
  /* margin-top: 12%; */
}
.fv {
  position: relative;
  /* margin-top:-3%; */
}

.phone_btn {
  position: relative;
}
.phone_btn p {
  position: absolute;
  text-align: center;
  width: 80%;
  top: 50%;
  left: 52%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
}

#cta {
  position: relative;
  z-index: 99;
}
.cta_btn {
  position: absolute;
  text-align: center;
  width: 82%;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.cta_btn a {
  /* margin-top: 1%; */
  display: inline-block;
  position: relative;
  overflow: hidden;
  /* display: block; */
}
.cta_btn a:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
  -webkit-animation: reflection 2s ease-in-out infinite;
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

#line_btn {
  background-color: #e6fbff;
  padding-bottom: 5%;
}

#line_btn p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 5% 0 3%;
}
.line_cta {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}
.mail_btn {
  width: 90%;
}

.fixed_menu {
  max-width: 540px;
  z-index: 1200;
  padding: 1rem 0px;
  position: fixed;
  bottom: -28vh;
  /* left: 0px; */
  width: 100%;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.9);
}
.fixed_menu.active {
  bottom: 0px !important;
}
.fixed_menu>.cta_btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* max-width: 750px; */
  /* padding: 0 3rem; */
  /* background-color: rgba(255, 255, 255, 0.9); */
}

.cta_txt {
  width: 70%;
  margin: 0 auto;
  padding: 1% 0 0%;
}

.expo {
  width: 90%;
  margin: 3% auto 0;
}
.expo>div {
  margin-bottom: 5%;
}

/*▼実績▼*/
.achievements {
  position: relative;

  /* スライド */
  .slider_wrapper {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 4%;
    /* top: 28%; */

    .slide .inner {
      transform: scale(0.85);
    }
    /* .slider .slick-center .inner {
      opacity: 1;
      transform: scale(0.9);
    } */
    .slick-dots {
      bottom: 0 !important;
    }
    .slick-dots li {
      margin: 0 4px !important;
    }
    .slick-dots li button {
      width: 8px;
      height: 8px;
      background: #b9b9b9;
      border-radius: 100%;
      display: block;
    }
    .slick-dots li button:before {
      display: none !important;
    }
    .slick-active button {
      background: #00b1dd !important;
      width: 12px !important;
      height: 12px !important;
    }
    /* 左右矢印 */
    .arrow_box {
      position: absolute;
      width: 96%;
      margin: 0 auto;
      top: 44%;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-between;
    }
    .prev-arrow,
    .next-arrow {
      display: block;
      width: 34px;
      height: 34px;
      background: #00b1dd;
      border: solid 1.5px #fff;
      border-radius: 50%;
      transition: all 0.3s ease;
      cursor: pointer;
      position: relative;
    }
    .prev-arrow {
      transform: rotate(180deg);
    }
    .prev-arrow::before,
    .next-arrow::before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      top: 0;
      bottom: 0;
      left: 0;
      right: 10%;
      margin: auto;
      transform: rotate(45deg);
    }
    /* 左右矢印 */
  }
  /* スライド */
}
/*▲実績▲*/

/*▼客声▼*/
.voice {
  position: relative;

  /* スライド */
  .slider_wrapper {
    background-color: #fbf6e9;
    padding-bottom: 2%;
    /* padding-bottom: 2%; */
    .voice_slick {
      padding-bottom: 50px !important;
      margin-bottom: 0 !important;
    }
    .slide .inner {
      /* transform: scale(0.9); */
      width: 90%;
      margin: 2% auto;
    }
    .slick-dots {
      bottom: 4% !important;
    }
    .slick-dots li {
      margin: 0 4px !important;
    }
    .slick-dots li button {
      width: 8px;
      height: 8px;
      background: #e8e8e8;
      border-radius: 100%;
      display: block;
    }
    .slick-dots li button:before {
      display: none !important;
    }
    .slick-active button {
      background: #9d934d !important;
      width: 12px !important;
      height: 12px !important;
    }
    /* 左右矢印 */
    .voice_arrow_box {
      position: absolute;
      width: 96%;
      margin: 0 auto;
      top: 58%;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-between;
    }
    .prev-arrow,
    .next-arrow {
      display: block;
      width: 34px;
      height: 34px;
      background: #9d934d;
      border: solid 1.5px #fff;
      border-radius: 50%;
      transition: all 0.3s ease;
      cursor: pointer;
      position: relative;
    }
    .prev-arrow {
      transform: rotate(180deg);
    }
    .prev-arrow::before,
    .next-arrow::before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      top: 0;
      bottom: 0;
      left: 0;
      right: 10%;
      margin: auto;
      transform: rotate(45deg);
    }
    /* 左右矢印 */
  }
  /* スライド */
}
/*▲客声▲*/

/*▼無料相談から治療までの流れ▼*/
.flow {
  width: 100% !important;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: #b6cfd5;

  .toggle_btn00 {
    background: none;
    cursor: pointer;
  }
  .toggle_btn00 P {
    position: relative;
    color: #0280a0;
    text-align: center;
    font-weight: 500;
  }
  .toggle_btn00.selected {
    background: none;
  }
  .toggle_btn00 p:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #0280a0;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
  }
  .toggle_btn00 p:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #0280a0;
    transition: all 0.3s ease-in-out;
  }
  .toggle_btn00.selected p:before {
    transform: rotate(180deg);
  }
  .toggle_btn00.selected p:after {
    opacity: 0;
  }
}
/*▲無料相談から治療までの流れ▲*/

/*▼治療一覧▼*/
.toggle_wrapper {
  padding: 1% 0 8%;
  /* background: url(../img/e_contents_bg.png) repeat-y; */
  background-color: #b2e1ee;
}
.toggle_contents {
  position: relative;
  width: 90%;
  margin: 0 auto 5%;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.toggle_title {
  font-weight: bold;
  line-height: 42px;
  margin: 0;
  position: relative;
}
.toggle_title>img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.toggle_btn {
  width: 100%;
  background: url(../img/j_open_btn.png) no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  white-space: nowrap;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.toggle_btn>img {
  display: flex;
  z-index: -99;
  position: relative;
}
.toggle_btn.selected {
  background: url(../img/j_closed_btn.png) no-repeat;
  background-size: 100% auto;
  width: 100%;
}
.toggle_txt {
  display: none;
}
/*▲治療一覧▲*/

.caveat>img {
  margin: 0 auto;
  width: 90%;
}

/*▼電話手順▼*/
.container {
  background-color: #00b1dd;
  padding-bottom: 14px;
}
.question {
  padding: 10px 10px 0px 10px;
  position: relative;
  cursor: pointer;
}
.answer {
  padding: 0px 10px 10px 10px;
  display: none;
}
/*▲電話手順▲*/

footer {
  background: #0066ad;
  color: #fff;
  padding: 1rem 0px 0px;
  position: sticky;
  top: 100vh;
}
/*footer .policy{text-align:right;width:92vw;max-width:1000px;font-size:0.8rem;margin:0px auto;padding:1rem 0px 0px;}
  footer .policy a:hover{text-decoration:underline;}*/
footer p {
  font-weight: 400;
}

footer p.copyright {
  text-align: center;
  font-size: 0.65rem;
  background: #0066ad;
  padding: 1rem 0px;
}

.footer_link {
  width: 50%;
  max-width: 250px;
  display: flex;
  margin: 2% auto 0;
  align-items: center;
}

.footer_link a {
  flex: 1;
  text-align: center;
  text-decoration: underline;
  font-size: 1em;
  color: #acdcff;
}

/*.footer_link a:first-child{
    padding-right: 3%;
  }*/

.send_btn {
  display: flex;
}
.send_btn>a:last-child {
  margin-left: 3%;
  min-width: 180px;
}

.contact {
  width: 100%;
}
.contact img {
  border-radius: 60px;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 78.195%;
  }
}

body {
  font-size: 1.2rem;
  line-height: 1.75em;
}

.btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-right: 0.5rem;
  padding-bottom: 0.3%;
  font-size: 1.3rem;
  color: #fff;
  height: 80px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.btn:hover {
  opacity: 0.6;
}
.btn small {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  text-align: center;
}

/* .btn.tel,
.btn.mail {
  padding-left: 2.7rem;
  display: flex;
} */

/* .btn.tel {
  border-radius: 20px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px #4cc13f;
  background: url(../img/z_phone_icon.png) left 8% center no-repeat,
    url(../img/z_phone_bg.png) center no-repeat;
  background-size: 2rem auto, 100% 100%;
  font-size: 1.6em;
}
.btn.mail {
  border-radius: 20px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px #f1a427;
  background: url(../img/z_mail_icon.png) left 8% center no-repeat,
    url(../img/z_mail_bg.png) center no-repeat;
  background-size: 2.5rem auto, 100% 100%;
} */

#service_outline {
  border-top: 4px solid #95d2ef;
  padding-top: 4px;
  padding-bottom: 3rem;
}
#service_outline h2 {
  padding: 1.5rem 0px 3rem;
  margin-bottom: 3rem;
  line-height: 1.4;
  font-size: 1.88rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background: url(../img/lead_bg.png) center top no-repeat;
  background-size: 100% 100%;
  color: #717071;
}

/* section > .row {
  padding: 4% 0px;
} */

#application h3 {
  /* margin-top: 5%; */
  background: #2ca6e0;
  padding: 1rem 0px;
  text-align: center;
  color: #fff;
  font-size: 1.944rem;
  letter-spacing: 0.05em;
}

#application {
  background: #b2ebfd;
}
#application h2 {
  background: #00bcf8;
  color: #fff;
  text-align: center;
  padding: 1rem 0px;
}

#application form {
  padding: 3rem 0px;
}

#application dl {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
#application dl dt {
  height: 4rem;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0.6rem;
  background: url(../img/app_bg.png) left top no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 600;
  flex-basis: 25%;
  max-width: 25%;
  margin-right: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#application dl dt:after {
  display: inline-block;
  flex-shrink: 0;
  padding: 0.3rem;
  line-height: 1;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
#application dl.req dt:after {
  content: "必須";
  background: #f7aa1e;
}
#application dl.any dt:after {
  content: "任意";
  background: #fff;
  color: #717071;
}

#application.confim dl {
  background: #fff;
  margin-bottom: 0.5rem;
  padding: 0px;
}
#application.confim dl dt {
  background: #f4f4f4;
  box-shadow: none;
  color: #717071;
}
#application.confim dl dt:after {
  display: none;
}

#application dl dd {
  position: relative;
  flex-grow: 1;
  flex-basis: 64%;
  display: flex;
  max-width: 72%;
  position: relative;
  justify-content: space-between;
}

#application.confim dl dd {
  background: #fff;
  diplay: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}

#application dl dd p.caption {
  font-size: 0.7rem;
}
#application dl dd em {
  font-weight: 400;
  color: #f05a23;
}
#application dl dd span {
  font-size: 1.2rem;
}
#application .err_email,
#application .err {
  word-break: keep-all;
  background-color: #ee0000;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  position: absolute;
  top: 100%;
  left: 0px;
  font-size: 0.8rem;
}
.chk_checkbox {
  position: realtive;
}
#application .err.abs {
  left: 0px;
  top: 2rem;
  position: absolute;
}
#application select,
#application input[type="text"],
#application input[type="email"],
#application textarea {
  background: #fff;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  border: 0px;
  font-size: 1rem;
  display: flex;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem 1rem;
  box-sizing: border-box;
  width: 100%;
}
#application textarea {
  height: 6rem;
}

#application select.selected:not(:checked) {
  color: #000;
}

#application select::placeholder,
#application input[type="text"]::placeholder,
#application input[type="email"]::placeholder,
#application select:not(:checked),
#application textarea::placeholder {
  color: #aaa;
}
#application select,
#application input[type="text"].date_picker {
  width: 48%;
}

#application {
  min-height: 60vh;
}
#application form {
  padding: 2% 0 5%;
}
#application dl {
  padding: 1rem 0px;
}
#application dl dt {
  font-size: 1rem;
  height: 3rem;
  flex-basis: 35%;
  max-width: 35%;
}

#application.confim dl {
  background: #fff;
  margin-bottom: 0.5rem;
  padding: 0px;
}
#application.confim dl dt {
  background: #f4f4f4;
  color: #717071;
  box-shadow: none;
  height: auto;
}
#application.confim dl dt:after {
  display: none;
}

#application dl.sp_w100 {
  display: block;
}
#application dl.sp_w100 dt,
#application dl.sp_w100 dd {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0px 0px 10px;
}

.btn small {
  margin-top: 0.3rem;
  font-size: 0.6em;
}
.back.btn,
.submit.btn {
  width: 70vw;
  height: 4rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.scroll {
  background: #fff;
  height: 300px;
  overflow-y: scroll;
}
.scroll p,
.scroll ol li,
.scroll ul li {
  font-size: 0.85rem;
  position: relative;
}
.scroll .inner {
  padding: 2rem;
}
.scroll h4 {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #2ca6e0;
}
.scroll em {
  display: block;
  color: #717071;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.scroll ol.num {
  counter-reset: num;
}
.scroll ol.num>li {
  margin-bottom: 1.2rem;
  counter-increment: num;
  padding-left: 2em;
}
.scroll ol.num>li:before {
  content: counter(num) ".";
  display: block;
  position: absolute;
  left: 5px;
  top: 0rem;
  font-size: 1em;
  color: #717071;
  font-weight: bold;
}

.scroll ol.rm {
  counter-reset: rm;
}
.scroll ol.rm>li {
  padding-left: 2em;
  counter-increment: rm;
  margin-bottom: 0.4rem;
}
.scroll ol.rm>li:before {
  content: counter(rm, upper-alpha) ".";
  display: block;
  position: absolute;
  left: 3px;
  top: 0rem;
  font-size: 1em;
  color: #717071;
  font-weight: bold;
}

.back.btn,
.submit.btn {
  text-align: center;
  width: 100%;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: cetner;
  justify-content: center;
  margin: 0px auto;
  max-width: 450px;
  background: #f7aa1e url(../img/arrow_2.png) right 1rem center no-repeat;
}
.back.btn {
  background: #999;
}

#confim #application {
  margin-top: 0px;
}

#your_address {
  width: 100% !important;
}
.row.radio {
  width: 24%;
  max-width: 250px !important;
  min-width: 156px !important;
  margin: 3% 0 0 5% !important;
}
.radio input {
  width: 16px;
}

.more {
  display: block;
  background: #226a42;
  color: #fff;
  width: 275px;
  margin: auto;
  padding: 20px 0;
  position: relative;
}

.more::after {
  content: " ";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 32px;
  top: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.more.on-click::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.hide {
  display: none;
}

/*全共通CSS*/

/*============================*/

/*PC_CSS*/
@media screen and (min-width: 1000px) {
  /*　for PC　*/

  .pc-none {
    display: none;
  }

  body {
    box-shadow: 0px 8px 15px 6px rgba(0, 0, 0, 0.2);
  }

  .main_contents {
    text-align: center;
  }

  .phone_btn p {
    font-size: 2.2rem;
    line-height: 0.9;
  }
  .phone_btn p span {
    font-size: 1.2rem;
  }

  #cta .phone_btn p {
    font-size: 4rem;
  }
  #cta .phone_btn p span {
    font-size: 2.1rem;
  }

  .flow {
    .toggle_btn00 {
      padding: 3% 0;
    }
    .toggle_btn00 P {
      font-size: 2.2rem;
    }
    .toggle_btn00 p:before {
      /* right: 25px; */
      height: 3px;
      width: 28px;
    }
    .toggle_btn00 p:after {
      /* right: 25px; */
      height: 3px;
      width: 28px;
    }
    .toggle_btn00.selected p:before {
      transform: rotate(180deg);
    }
    .toggle_btn00.selected p:after {
      opacity: 0;
    }
  }
}

/*PC_CSS*/

/*============================*/

/*============================*/

/*SP_CSS*/
@media screen and (max-width: 999px) {
  .sp-none {
    display: none;
  }

  html,
  body {
    font-size: 3.5vw;
  }
  .scroll {
    height: 30vw;
  }
  .scroll .inner {
    padding: 2rem 1rem;
  }

  .btn.mail {
    border-radius: 14px;
    background-size: 2rem auto, 100% 100%;
    font-size: 1rem;
  }
  .btn.tel {
    border-radius: 14px;
    background-size: 1.5rem auto, 100% 100%;
    font-size: 1.2rem;
  }

  .cta_btn {
    width: 85%;
  }
  .cta_btn a {
    margin: -0.5% 0;
  }

  .btn small {
    font-size: 0.8em;
  }

  .sp_menu {
    width: 80vw;
    max-width: 400px;
  }
  .sp_menu .inner {
    margin-right: auto;
  }

  section>h2 {
    font-size: 2.2rem;
  }
  section>h3 {
    font-size: 1.8rem;
    margin-top: 5%;
  }

  section.conv,
  #corona {
    padding: 1.5rem 0px;
  }
  section.conv>.row {
    width: 92vw;
  }
  .btn {
    font-size: 1.15rem;
    height: auto;
  }

  /* #corona p {
    font-size: 1rem;
  } */

  #gototop {
    position: absolute;
    right: 1rem;
    bottom: auto;
    top: -7vw;
    width: 15vw;
    height: 15vw;
  }

  #application {
    min-height: 60vh;

    form {
      padding: 0px;
    }
    dl {
      padding: 1rem 0px;
    }
    dl dt {
      font-size: 1rem;
      height: 3rem;
      flex-basis: 35%;
      max-width: 35%;
    }
    dl.sp_w100 {
      display: block;
    }
  }
  #application.confim dl {
    background: #fff;
    margin-bottom: 0.5rem;
    padding: 0px;
  }
  #application.confim dl dt {
    background: #f4f4f4;
    color: #717071;
    box-shadow: none;
    height: auto;
  }
  #application.confim dl dt:after {
    display: none;
  }

  #application dl.sp_w100 dt,
  #application dl.sp_w100 dd {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0px 0px 10px;
  }

  #application div:last-child {
    padding-bottom: 1rem;
  }
  .submit.btn {
    width: 70vw;
    height: 4rem;
    margin-top: 0rem;
  }

  section.conv>.row {
    width: 100%;
    padding: 0 0.8rem;
  }
  .cta_txt {
    width: 84%;
    margin: 0 auto;
    padding: 2% 0 1%;
  }

  /* section.conv a {
    flex-basis: auto;
    max-width: none;
    font-size: 0.9rem;
    width: 90%;
    margin: 0 auto;
  } */

  .scroll {
    height: 30vw;
    .inner {
      padding: 2rem 1rem;
    }
  }

  /* .mv{
  margin-top: 13%;
} */

  .header_btn a:first-child {
    margin-right: 1%;
  }

  .phone_btn p {
    font-size: 1rem;
    line-height: 1;

    span {
      font-size: 0.75rem;
    }
  }

  #cta .phone_btn p {
    font-size: 1.9rem;

    span {
      font-size: 1rem;
    }
  }

  #line_btn p {
    font-size: 1.8rem;
  }

  .flow {
    .toggle_btn00 {
      padding: 5% 0;
    }
    .toggle_btn00 P {
      font-size: 1.5rem;
    }
  }
}
/*SP_CSS*/
/*============================*/