.pnkz,
.page-ttl {
  position: relative;
  z-index: 1;
}

.pnkz,
.page-ttl_wrap {
  background: #FFF;
  box-sizing: border-box;
}

.page-wrap {
  position: relative;
  background: url(../img/index/bgCol02.jpg) no-repeat center top;
  background-size: cover;
  overflow: inherit;
  box-sizing: border-box;
}

.pnkz::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #fff;
}

.page-ttl {
  padding: 16px 0 41px;
  box-shadow: 4px 4px 8px 2px rgba(235, 243, 255, 0.5);
}

.pc-flex {
  display: flex;
  justify-content: center;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

p,
caption {
  font-size: 1.5rem;
  line-height: 1.86;
  text-align: justify;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.atten {
  color: #c42629;
  font-weight: 500;
}

.atten_blue {
  color: #001f4b;
  font-weight: 500;
}

.btn_wrap {
  margin: 35px auto 0 auto;
  max-width: 390px;
}

.text_link {
  color: #001f4b;
  font-weight: 500;
  border-bottom: 1px solid;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 14vw 0 0;
  }
  .page-ttl_wrap:before {
    content: none;
  }
  .pnkz {
    padding: 8% 0;
    margin: 0;
  }
  .pnkz ul {
    width: 94%;
  }
  .page-ttl {
    padding: 0 0 8%;
    line-height: 1.4;
  }
  .page-ttl:before {
    box-shadow: 3px 3px 4px rgba(144, 144, 144, 0.3);
  }
  .pc-flex {
    display: block;
  }
  p,
  caption {
    font-size: 3.733vw;
  }
  .btn_wrap {
    margin: 0 auto;
    max-width: 100%;
  }
}
/* ------------------------------
sec01
------------------------------ */
.sec01 {
  padding: 70px 0 50px 0;
  box-sizing: border-box;
}
.sec01 .wrap {
  max-width: 1200px;
}
.sec01 .lead {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  color: #001f4b;
}
.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: 40px 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 10px 0 rgba(153, 165, 183, 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 #001f4b 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: 600;
  color: #001f4b;
  padding-top: 10px;
  /*span{
      background-color: $blue;
      color: #fff;
      border-radius: 20px;
      font-size: 1.5rem;
      padding: 1px 10px 3px 10px;
      margin-left: 6px;
  }
  .red{
      background-color: $red;
  }*/
}
.sec01 .red:before {
  border-color: transparent #c42629 transparent transparent;
}
.sec01 a.link {
  color: #001f4b;
  text-decoration: underline;
}
.sec01 p {
  margin: 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .sec01 {
    max-width: inherit;
    padding: 12% 0 10% 0;
    box-sizing: border-box;
  }
  .sec01 .wrap {
    width: 90%;
    max-width: inherit;
  }
  .sec01 .linettl {
    font-size: 5.867vw;
  }
  .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: 25px 10px 20px 10px;
    max-width: 650px;
    height: 19vh;
  }
  .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 #001f4b transparent transparent;
  }
  .sec01 .clinic_btn_wrap .btn p {
    width: 100%;
    font-size: 5.5vw;
    padding-top: 10px;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sec01 .clinic_btn_wrap .btn img {
    width: 6vh;
    height: 7vh;
  }
  .sec01 .clinic_btn_wrap .btn + .btn {
    margin-top: 5%;
  }
}
/* ------------------------------
sec02
------------------------------ */
.sec02 {
  padding: 0 0 100px 0;
  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(153, 165, 183, 0.3);
  border-radius: 8px;
  padding: 70px 95px 95px;
  box-sizing: border-box;
}
.sec02 .appoint_wrap .guide_wrap + .guide_wrap {
  margin-top: 80px;
}
.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(153, 165, 183, 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 .visit_btn_wrap,
.sec02 .appoint_wrap .online_btn_wrap {
  margin: 30px auto 70px 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 #001f4b 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: #001f4b;
  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(153, 165, 183, 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: 40px 80px;
  background: #fff;
  border-radius: 8px;
}
.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: 88%;
  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: 40px auto 0;
  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% - 100px) / 3);
  background-color: rgba(153, 165, 183, 0.4);
  border-radius: 15px;
  padding: 75px 0;
}
.sec02 .appoint_wrap .price_box ul li .fee_box {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}
.sec02 .appoint_wrap .price_box ul li .fee_box p {
  font-weight: 500;
  color: #001f4b;
  font-size: 2.5rem;
  letter-spacing: 3px;
  line-height: initial;
  width: 80%;
  margin: 0 auto;
  align-items: end;
}
.sec02 .appoint_wrap .price_box ul li .fee_box p .category {
  color: #fff;
  background: #001f4b;
  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.5rem;
}
.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: #001f4b;
}
.sec02 .appoint_wrap .price_box ul li .fee_box p .cate02 {
  background: #205196;
}
.sec02 .appoint_wrap .price_box ul li .fee_box p .cate03 {
  background: #001f4b;
  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;
}
.sec02 .appoint_wrap .price_box ul li .del_box {
  top: 45%;
}
.sec02 .appoint_wrap .price_box ul li .flex-box {
  display: flex;
  justify-content: center;
}
.sec02 .appoint_wrap .price_box ul li .center {
  text-align: center;
}
.sec02 .appoint_wrap .price_box ul li + li:before {
  content: "+";
  font-size: 5rem;
  color: #001f4b;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: -8%;
}
.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: #001f4b;
  font-size: 1.5rem;
}
.sec02 .btn_back {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.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;
  }
  .sec02 {
    padding: 0 0 10% 0;
  }
  .sec02 .appoint_wrap {
    width: 100%;
    padding: 10% 5%;
    margin: 0 auto 10%;
    box-shadow: none;
  }
  .sec02 .appoint_wrap .guide_wrap + .guide_wrap {
    margin-top: 5vh;
  }
  .sec02 .appoint_wrap .pc-flex {
    display: block;
  }
  .sec02 .appoint_wrap .linettl {
    font-size: 5.3vw;
    line-height: 1.5;
  }
  .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 30px 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: 21vw;
  }
  .sec02 .appoint_wrap .feature_wrap .box1:last-of-type {
    padding-bottom: 0;
  }
  .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 .visit_btn_wrap {
    margin: 0 auto 5%;
  }
  .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: 0px 2% 0 4%;
  }
  .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 ul li {
    width: 100%;
    margin: 0 auto 50px;
    padding: 15% 0;
    display: block;
  }
  .sec02 .appoint_wrap .price_box ul li p {
    font-size: 5.267vw;
    line-height: 1.5;
  }
  .sec02 .appoint_wrap .price_box ul li p .sm {
    font-size: 3vw;
  }
  .sec02 .appoint_wrap .price_box ul li .fee_box01 {
    max-width: 60%;
    margin: 0 auto;
  }
  .sec02 .appoint_wrap .price_box ul li .fee_box01 .catettl_01 {
    padding: 0 7% 1% 7%;
  }
  .sec02 .appoint_wrap .price_box ul li + li:before {
    top: -28px;
    left: 50%;
    font-size: 9vw;
  }
  .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);
  }
}
/* ------------------------------
btn_back
------------------------------ */
.btn_wrap .btn_back .btn {
  background: #c9c9c9;
}

.btn_wrap .btn_back .btn:after {
  left: 22px;
  top: 50%;
  transform: rotate(180deg);
}

.btn_wrap .bg_red {
  background: #c42629;
}

@media screen and (max-width: 767px) {
  .btn_wrap {
    margin: 10% auto 0 auto;
  }
  .btn_wrap .btn_back .btn {
    margin: 10% auto;
  }
}