/* ------------------------------
sec01
------------------------------ */
.sec01 {
  padding: 70px 0 50px 0;
  background: #96a4b8;
  box-shadow: 0px 5px 7px 0 rgba(79, 79, 79, 0.3) inset;
  box-sizing: border-box;
}
.sec01 .wrap {
  max-width: 1200px;
}
.sec01 .lead {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  color: #001e4e;
}
.sec01 .linettl {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1;
  color: #001f4b;
  margin-bottom: 30px;
}
.sec01 .linettl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 35%;
  height: 1px;
  border-top: 1px solid #001f4b;
}
.sec01 .linettl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 35%;
  height: 1px;
  border-top: 1px solid #001f4b;
}
.sec01 .clinic_btn_wrap {
  margin: 30px auto 70px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sec01 .clinic_btn_wrap .btn {
  position: relative;
  width: calc((100% - 300px) / 2);
  height: 180px;
  display: block;
  background: #FFF;
  box-shadow: 3px 2px 3px 0 rgba(114, 114, 114, 0.3);
  border-radius: 15px 0 15px 15px;
  padding: 45px 10px 35px 10px;
  margin: 10px;
  box-sizing: border-box;
  /*img {
  	width: 55px;
               height: 60px;
  }*/
}
.sec01 .clinic_btn_wrap .btn:before {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #001e4e transparent transparent;
}
.sec01 .clinic_btn_wrap .btn img {
  width: 50px;
  height: 50px;
}
.sec01 .clinic_btn_wrap .btn p {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  color: #001e4e;
  padding-top: 10px;
  /*span{
      background-color: #001f4b;
      color: #fff;
      border-radius: 20px;
      font-size: 1.5rem;
      padding: 1px 10px 3px 10px;
      margin-left: 6px;
  }
  .red{
      background-color: #c42629;
  }*/
}
.sec01 .red:before {
  border-color: transparent #c42629 transparent transparent;
}
.sec01 a.link {
  color: #001e4e;
  text-decoration: underline;
}

/* ------------------------------
sec02
------------------------------ */
.sec02 {
  padding: 0 0 100px 0;
  background: #96a4b8;
  box-sizing: border-box;
}
.sec02 .wrap {
  max-width: 1200px;
}
.sec02 .appoint_wrap {
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto 75px auto;
  box-shadow: 5px 5px 7px rgba(144, 144, 144, 0.3);
  border-radius: 8px;
  padding: 80px 80px 40px;
  box-sizing: border-box;
}
.sec02 .appoint_wrap #online {
  padding-top: 100px;
  margin-top: -100px;
}
.sec02 .appoint_wrap .guide_wrap + .guide_wrap {
  margin-top: 75px;
}
.sec02 .appoint_wrap .guide_wrap p {
  font-size: 1.5rem;
  line-height: 1.86;
  letter-spacing: 0.1rem;
}
.sec02 .appoint_wrap .guide_wrap .center {
  text-align: center;
}
.sec02 .appoint_wrap .guide_wrap .lead {
  font-size: 1.8rem;
  font-weight: 500;
  color: #001f4b;
  margin-bottom: 20px;
}
.sec02 .appoint_wrap .linettl {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1;
  color: #001f4b;
  margin-bottom: 30px;
}
.sec02 .appoint_wrap .linettl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30%;
  height: 1px;
  border-top: 1px solid #001f4b;
}
.sec02 .appoint_wrap .linettl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30%;
  height: 1px;
  border-top: 1px solid #001f4b;
}
.sec02 .appoint_wrap .pc-flex {
  display: flex;
  justify-content: space-between;
}
.sec02 .appoint_wrap .feature_wrap {
  padding: 40px 0;
}
.sec02 .appoint_wrap .feature_wrap .box1 {
  position: relative;
  width: 30%;
  box-sizing: border-box;
}
.sec02 .appoint_wrap .feature_wrap .box1 .img {
  width: 188px;
  height: 188px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 3px 3px 18px -4px rgba(114, 114, 114, 0.3);
}
.sec02 .appoint_wrap .feature_wrap .box1 .img img {
  vertical-align: bottom;
}
.sec02 .appoint_wrap .feature_wrap .box1 .txt {
  margin-top: 27px;
}
.sec02 .appoint_wrap .feature_wrap .box1 .txt h3 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  color: #001f4b;
  margin-bottom: 20px;
  line-height: 1.5;
}
.sec02 .appoint_wrap .feature_wrap .box1 .txt p {
  font-size: 1.5rem;
  line-height: 1.86;
  letter-spacing: 0.1rem;
}
.sec02 .appoint_wrap .flex-box {
  display: flex;
  justify-content: space-between;
}
.sec02 .appoint_wrap .map_box {
  align-items: center;
  flex-direction: row-reverse;
}
.sec02 .appoint_wrap .map_box .box:nth-of-type(1) {
  width: 60%;
  max-width: 570px;
}
.sec02 .appoint_wrap .map_box .box:nth-of-type(1) .gmap {
  max-width: 570px;
  height: 424px;
}
.sec02 .appoint_wrap .map_box .box:nth-of-type(1) .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
}
.sec02 .appoint_wrap .map_box .box {
  width: 34%;
}
.sec02 .appoint_wrap .map_box .lead {
  position: relative;
  font-size: 2.1rem;
  font-weight: 500;
  color: #001f4b;
  border-bottom: 1px solid #001f4b;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.sec02 .appoint_wrap .map_box .lead:before {
  position: relative;
  top: -15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  content: "";
  background: url(../img/index/ico_walk.svg) no-repeat center;
  background-size: 100% auto;
  width: 27px;
  height: 52px;
}
.sec02 .appoint_wrap .map_box .info {
  font-size: 1.5rem;
  line-height: 1.86;
  letter-spacing: 0.1rem;
}
.sec02 .appoint_wrap .access_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec02 .appoint_wrap .access_box .box {
  margin: 50px 20px 0 20px;
  text-align: center;
}
.sec02 .appoint_wrap .access_box .box h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1;
  color: #001f4b;
  margin-bottom: 20px;
}
.sec02 .appoint_wrap .visit_btn_wrap,
.sec02 .appoint_wrap .online_btn_wrap {
  margin: 40px auto;
}
.sec02 .appoint_wrap .visit_btn_wrap .btn,
.sec02 .appoint_wrap .online_btn_wrap .btn {
  position: relative;
  width: 49%;
  max-width: 472px;
  display: block;
  background: #FFF;
  box-shadow: 3px 3px 18px -4px rgba(114, 114, 114, 0.3);
  border-radius: 15px 0 15px 15px;
  padding: 35px 10px;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec02 .appoint_wrap .visit_btn_wrap .btn:before,
.sec02 .appoint_wrap .online_btn_wrap .btn:before {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #001e4e transparent transparent;
}
.sec02 .appoint_wrap .visit_btn_wrap .btn:after,
.sec02 .appoint_wrap .online_btn_wrap .btn:after {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -7px;
  display: block;
  content: "";
  background: url(../img/common/ico-arrow_white.svg) no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 13px;
}
.sec02 .appoint_wrap .visit_btn_wrap .btn img,
.sec02 .appoint_wrap .online_btn_wrap .btn img {
  width: 234px;
  height: 57px;
}
.sec02 .appoint_wrap .visit_btn_wrap .btn p,
.sec02 .appoint_wrap .online_btn_wrap .btn p {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
  color: #001e4e;
  padding-left: 30px;
}
.sec02 .appoint_wrap .visit_btn_wrap .btn p span,
.sec02 .appoint_wrap .online_btn_wrap .btn p span {
  position: relative;
}
.sec02 .appoint_wrap .visit_btn_wrap .btn p span:before,
.sec02 .appoint_wrap .online_btn_wrap .btn p span:before {
  position: absolute;
  top: 50%;
  left: -25%;
  content: "";
  background: url(../img/appointment/ico_visit.svg) no-repeat center center;
  background-size: 100% auto;
  width: 9vw;
  height: 8vh;
  max-width: 30px;
  transform: translate(-50%, -50%);
}
.sec02 .appoint_wrap .visit_btn_wrap .btn p span.roundedtxt,
.sec02 .appoint_wrap .online_btn_wrap .btn p span.roundedtxt {
  background-color: #001f4b;
  color: #fff;
  border-radius: 20px;
  font-size: 1.5rem;
  padding: 1px 10px 3px 10px;
  margin-left: 10px;
}
.sec02 .appoint_wrap .visit_btn_wrap .btn p span.roundedtxt:before,
.sec02 .appoint_wrap .online_btn_wrap .btn p span.roundedtxt:before {
  content: none;
}
.sec02 .appoint_wrap .online_btn_wrap .btn p span:before {
  position: absolute;
  top: 50%;
  left: -12%;
  content: "";
  background: url(../img/appointment/ico_online_sp.svg) no-repeat center center;
  width: 7vw;
  height: 7vh;
  max-width: 32px;
  transform: translate(-50%, -50%);
}
.sec02 .appoint_wrap .menuttl {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1;
  color: #001f4b;
  margin-bottom: 30px;
}
.sec02 .appoint_wrap .menuttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30%;
  height: 1px;
  border-top: 1px solid #001f4b;
}
.sec02 .appoint_wrap .menuttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30%;
  height: 1px;
  border-top: 1px solid #001f4b;
}
.sec02 .appoint_wrap .menu_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 20px;
  margin: 5% auto 10% auto;
}
.sec02 .appoint_wrap .menu_wrap .menu {
  position: relative;
  background: #FFF;
  /*cursor: pointer;*/
  border-radius: 8px;
  padding: 17px 25px 17px 17px;
  width: calc((100% - 60px) / 4);
  height: 65px;
  box-shadow: 3px 3px 18px -4px rgba(114, 114, 114, 0.3);
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}
.sec02 .appoint_wrap .menu_wrap .menu p {
  color: #001f4b;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sec02 .appoint_wrap .menu_wrap .menu:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translate(-50%, -50%);
  background: url(../img/common/ico-arrow.svg) no-repeat center center;
  width: 14px;
  height: 13px;
}
.sec02 .appoint_wrap .menu_wrap .arrow_none:after {
  content: none;
}
.sec02 .appoint_wrap .box3 {
  padding: 50px 95px;
  background: #fff;
  border-radius: 10px;
}
.sec02 .appoint_wrap .box3 h3.linettl_l {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  color: #001f4b;
  margin-bottom: 30px;
}
.sec02 .appoint_wrap .box3 h3.linettl_l:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 80%;
  height: 1px;
  border-top: 1px solid #001f4b;
}
.sec02 .appoint_wrap .box3 ul.info {
  padding: 0 25px;
}
.sec02 .appoint_wrap .box3 ul.info li {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  list-style: disc;
  margin-bottom: 10px;
}
.sec02 .appoint_wrap .box3 ul.info li .atten {
  font-weight: 600;
  color: #c42629;
}
.sec02 .appoint_wrap .selfpay .online_btn_wrap .btn p span:before {
  position: absolute;
  top: 50%;
  left: -12%;
  content: "";
  background: url(../img/appointment/ico_online_pc.svg) no-repeat center center;
  background-size: 100% auto;
  width: 6vw;
  height: 5vh;
  max-width: 40px;
  transform: translate(-50%, -50%);
}
.sec02 .appoint_wrap .selfpay .online_btn_wrap .btn p span.roundedtxt:before {
  content: none;
}
.sec02 .appoint_wrap .selfpay .online_btn_wrap .btn p .red {
  background-color: #c42629;
}
.sec02 .appoint_wrap .btn_wrap {
  margin: 50px auto 0 auto;
  max-width: 320px;
}
.sec02 .appoint_wrap .price_box p {
  font-size: 1.5rem;
  max-width: 800px;
  margin: 0 auto 20px auto;
}
.sec02 .appoint_wrap .price_box ul li {
  position: relative;
  width: calc((100% - 80px) / 4);
  background-color: rgba(150, 164, 184, 0.4);
  border-radius: 15px;
  padding: 64px 0;
}
.sec02 .appoint_wrap .price_box ul li .fee_box {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
}
.sec02 .appoint_wrap .price_box ul li .fee_box p {
  font-weight: 500;
  color: #001e4e;
  font-size: 2.6rem;
  letter-spacing: 1px;
  width: 100%;
  margin: 0 auto;
  align-items: baseline;
  line-height: initial;
}
.sec02 .appoint_wrap .price_box ul li .fee_box p .category {
  color: #fff;
  background: #001e4e;
  border-radius: 20px;
  padding: 0 12px 2px 15px;
  margin-right: 10px;
}
.sec02 .appoint_wrap .price_box ul li .fee_box p .sm {
  font-size: 1.4rem;
}
.sec02 .appoint_wrap .price_box ul li .fee_box p .xsm {
  font-size: 1.1rem;
}
.sec02 .appoint_wrap .price_box ul li .fee_box p .cate01 {
  background: #001e4e;
}
.sec02 .appoint_wrap .price_box ul li .fee_box p .cate02 {
  background: #6f84a8;
}
.sec02 .appoint_wrap .price_box ul li .fee_box p .cate03 {
  background: #001e4e;
  margin: 0;
}
.sec02 .appoint_wrap .price_box ul li .fee_box .center {
  text-align: center;
}
.sec02 .appoint_wrap .price_box ul li .fee_box .note {
  line-height: 1rem;
  letter-spacing: normal;
  text-align: center;
}
.sec02 .appoint_wrap .price_box ul li .fee_box.box01 {
  width: 160px;
}
.sec02 .appoint_wrap .price_box ul li .fee_box.box03,
.sec02 .appoint_wrap .price_box ul li .fee_box .box04 {
  top: 45%;
}
.sec02 .appoint_wrap .price_box ul li .center {
  text-align: center;
}
.sec02 .appoint_wrap .price_box ul li + li:before {
  content: "+";
  font-size: 4rem;
  color: #001e4e;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: -6%;
}
.sec02 .appoint_wrap .price_box .box2 {
  margin: 30px 0 0 0;
}
.sec02 .appoint_wrap .price_box .box2 p {
  max-width: 900px;
  font-weight: 500;
  color: #001e4e;
  font-size: 1.5rem;
}
.sec02 .btn_back {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.sec02 .btn_back .btn {
  font-size: 1.8rem;
  background: #cacaca;
  cursor: pointer;
  border: none;
  padding: 15px 10px 17px 10px;
  transition: 0.4s;
}
.sec02 .btn_back .btn:after {
  left: 25px;
  margin-top: -7px;
  right: auto;
  transform: rotate(-180deg);
  width: 16px;
  height: 15px;
}
.sec02 .btn_back .btn:hover {
  opacity: 0.7;
}

.ie .sec01 .btn_back .btn {
  padding: 18px 30px 20px 30px;
}

@media screen and (min-width: 768px) {
  sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: block;
  }
  .page-ttl {
    padding: 0% 0 8% 0;
  }
  .sec01 {
    max-width: inherit;
    padding: 12% 0 10% 0;
    background: #96a4b8;
    box-shadow: 0px 5px 7px 0 rgba(79, 79, 79, 0.3) inset;
    box-sizing: border-box;
  }
  .sec01 .wrap {
    width: 90%;
    max-width: inherit;
  }
  .sec01 .linettl {
    font-size: 5.867vw;
    margin-bottom: 10%;
  }
  .sec01 .linettl:before {
    width: 16%;
  }
  .sec01 .linettl:after {
    width: 16%;
  }
  .sec01 .lead {
    font-size: 4.267vw;
  }
  .sec01 .clinic_btn_wrap {
    margin: 6% auto 12% auto;
    display: block;
  }
  .sec01 .clinic_btn_wrap .btn {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 12px 0 12px 12px;
    padding: 0;
    max-width: 580px;
    height: 24vw;
  }
  .sec01 .clinic_btn_wrap .btn:before {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #001e4e transparent transparent;
  }
  .sec01 .clinic_btn_wrap .btn p {
    width: 100%;
    font-size: 4.8vw;
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    line-height: 1.3;
    text-align: left;
  }
  .sec01 .clinic_btn_wrap .btn img {
    width: 10vw;
    height: 12vw;
    position: absolute;
    left: 13%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .sec01 .clinic_btn_wrap .btn::after {
    content: none;
  }
  .sec01 .clinic_btn_wrap .btn + .btn {
    margin-top: 5%;
  }
  .sec02 .appoint_wrap {
    width: 100%;
    padding: 4vw;
    margin: 0 auto 16vw auto;
  }
  .sec02 .appoint_wrap .guide_wrap + .guide_wrap {
    margin-top: 5vh;
  }
  .sec02 .appoint_wrap .pc-flex {
    display: block;
  }
  .sec02 .appoint_wrap .linettl {
    font-size: 5.333vw;
    padding: 4vw 0;
  }
  .sec02 .appoint_wrap .linettl:before {
    width: 20%;
  }
  .sec02 .appoint_wrap .linettl:after {
    width: 20%;
  }
  .sec02 .appoint_wrap .menuttl {
    line-height: 1.5;
  }
  .sec02 .appoint_wrap .feature_wrap {
    padding: 0 0 10% 0;
  }
  .sec02 .appoint_wrap .feature_wrap .box1 {
    width: 100%;
    padding-bottom: 10%;
  }
  .sec02 .appoint_wrap .feature_wrap .box1 .img {
    width: 40vw;
    height: 40vw;
  }
  .sec02 .appoint_wrap .feature_wrap .box1 .img img {
    width: 21vw;
    height: 22vw;
  }
  .sec02 .appoint_wrap .feature_wrap .box1 .txt h3 {
    font-size: 4.267vw;
  }
  .sec02 .appoint_wrap .map_box {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec02 .appoint_wrap .map_box .lead {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 4.267vw;
    border-bottom: 1px solid #001f4b;
    margin-top: 10%;
    margin-bottom: 2%;
    width: fit-content;
  }
  .sec02 .appoint_wrap .map_box .lead:before {
    top: -15px;
    width: 6vw;
    height: 13vw;
  }
  .sec02 .appoint_wrap .map_box .box {
    width: 100%;
    margin: 1vh 0;
  }
  .sec02 .appoint_wrap .map_box .box:nth-of-type(1) {
    width: 100%;
    max-width: 570px;
  }
  .sec02 .appoint_wrap .map_box .box:nth-of-type(1) .gmap {
    width: 100%;
    height: 90vw;
  }
  .sec02 .appoint_wrap .map_box .box:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec02 .appoint_wrap .access_box {
    margin: 10% 0;
    display: block;
  }
  .sec02 .appoint_wrap .access_box .box {
    margin: 15% 0 0 0;
  }
  .sec02 .appoint_wrap .access_box .box iframe {
    width: 100%;
    height: 40vh;
  }
  .sec02 .appoint_wrap .access_box .box h3 {
    font-size: 4.8vw;
    margin-bottom: 5%;
  }
  .sec02 .appoint_wrap .visit_btn_wrap {
    margin: 30px auto 50px auto;
  }
  .sec02 .appoint_wrap .visit_btn_wrap .btn {
    width: 100%;
  }
  .sec02 .appoint_wrap .menuttl:before {
    width: 20%;
  }
  .sec02 .appoint_wrap .menuttl:after {
    width: 20%;
  }
  .sec02 .appoint_wrap .menu_wrap {
    gap: 13px 10px;
  }
  .sec02 .appoint_wrap .menu_wrap .menu {
    width: calc((100% - 10px) / 2);
    height: auto;
    padding: 8% 5%;
  }
  .sec02 .appoint_wrap .menu_wrap .menu:after {
    width: 11px;
    height: 10px;
  }
  .sec02 .appoint_wrap .menu_wrap .menu p {
    font-size: 3.5vw;
  }
  .sec02 .appoint_wrap .box3 {
    padding: 10% 5%;
  }
  .sec02 .appoint_wrap .box3 h3.linettl_l:after {
    width: 65%;
  }
  .sec02 .appoint_wrap .box3 ul.info {
    padding: 0 5% 0 10%;
  }
  .sec02 .appoint_wrap .online_btn_wrap {
    margin: 30px auto 50px auto;
  }
  .sec02 .appoint_wrap .online_btn_wrap .btn {
    width: 100%;
    max-width: inherit;
  }
  .sec02 .appoint_wrap .online_btn_wrap .btn:after {
    content: none;
  }
  .sec02 .appoint_wrap .online_btn_wrap .btn p span {
    font-size: 4.267vw;
  }
  .sec02 .appoint_wrap .online_btn_wrap .btn p span .roundedtxt {
    font-size: 3vw;
  }
  .sec02 .appoint_wrap .price_box .flex-box {
    flex-wrap: wrap;
  }
  .sec02 .appoint_wrap .price_box .flex-box li {
    width: 100%;
    padding: 14vw 0;
    display: block;
  }
  .sec02 .appoint_wrap .price_box .flex-box li .fee_box p {
    font-size: 6.4vw;
    width: max-content;
  }
  .sec02 .appoint_wrap .price_box .flex-box li .fee_box p .sm {
    font-size: 3.73vw;
  }
  .sec02 .appoint_wrap .price_box .flex-box li .fee_box p .xsm {
    font-size: 3.2vw;
  }
  .sec02 .appoint_wrap .price_box .flex-box li .fee_box .fee_box01 {
    max-width: 60%;
    margin: 0 auto;
  }
  .sec02 .appoint_wrap .price_box .flex-box li .fee_box .fee_box01 .catettl_01 {
    padding: 0 7% 1% 7%;
  }
  .sec02 .appoint_wrap .price_box .flex-box li + li {
    margin-top: 8vw;
  }
  .sec02 .appoint_wrap .price_box .flex-box li + li:before {
    top: -5vw;
    left: 50%;
    font-size: 9vw;
  }
  .sec02 .appoint_wrap .price_box .flex-box.box01 {
    width: fit-content;
    display: flex;
  }
  .btn_back {
    width: 100%;
    margin: 15vw auto 0;
    max-width: inherit;
  }
  .btn_back .btn {
    font-size: 4.267vw;
    padding: 20px 10px 18px 10px;
  }
  .btn_back .btn:after {
    left: 22px;
    right: auto;
    transform: rotate(-180deg);
  }
}