@charset "UTF-8";
/*wellnest clinic color*/
/*blue*/
/*red*/
.page-ttl {
  padding: 7% 0 6% 0;
}

.flex-box {
  display: flex;
}

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

.container {
  position: relative;
  background: url(../img/pyrexia/bgCol03.jpg) repeat-x center 600px;
  background-size: cover;
  /*overflow: inherit;*/
  box-sizing: border-box;
}
.container:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 600px;
  background: url(../img/smoking_cessation/main_pc@2x.jpg) no-repeat center 90px;
  background-size: cover;
  z-index: -1;
}

.pnkz ul li,
.pnkz ul li a {
  color: #FFF;
}

.pnkz ul li:not(:last-of-type):after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.page-ttl {
  padding: 50px 0 70px 0;
  box-sizing: border-box;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.15rem;
}
.page-ttl .big {
  display: block;
  font-size: 4rem;
  line-height: 1.45;
  margin-top: 10px;
  letter-spacing: 0.8rem;
}

.ttl {
  position: relative;
  text-align: center;
  letter-spacing: 0.3rem;
  font-weight: 700;
  color: #001f4b;
  margin-bottom: 40px;
  line-height: 1.5;
}
.ttl:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 20px 0 0;
  background-size: 100% auto !important;
}

.linettl {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.linettl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #001f4b;
}
.linettl span {
  position: relative;
  padding: 0 50px;
  background: #fff;
  z-index: 1;
}

.ico {
  text-align: center;
}
.ico img {
  width: 55px;
  height: auto;
}

.text {
  font-size: 1.6rem;
  line-height: 1.7;
}

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

.atten_bl {
  color: #001f4b;
  font-weight: 600;
}

.under_line {
  border-bottom: 1px solid;
}

.inner {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}

.box {
  background: #fff;
  border-radius: 16px;
  margin: 80px 0;
}

.tb_container {
  margin-inline: auto;
  position: relative;
}
.tb_container table {
  margin: 24px auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
}
.tb_container table th {
  background-color: #e5e5e5;
  border: 1px solid #a5a5a5;
  padding: 15px;
  line-height: 1.5;
}
.tb_container table th.ttl_bl {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #001f4b;
  border: 1px solid #a5a5a5;
  padding: 15px;
  line-height: 1.5;
}
.tb_container table td {
  padding: 10px;
  border: 1px solid #a5a5a5;
  line-height: 1.5;
}
.tb_container table td span.price {
  float: right;
  text-align: end;
}
.tb_container table td span.content {
  text-align: end;
}
.tb_container table td span.atten {
  font-weight: 600;
  color: #c42629;
}
.tb_container table td span.bg_red {
  background-color: #c42629;
  color: #ffffff;
  padding: 0 6px 3px;
  border-radius: 3px;
  margin-right: 10px;
}
.tb_container table td span.btn_det {
  color: #ffffff;
  background-color: #96a4b8;
  border-radius: 3px;
  padding: 0 10px 3px;
  white-space: nowrap;
}
.tb_container table td .modal-wrap button {
  position: relative;
  color: #ffffff;
  background-color: #96a4b8;
  border-radius: 3px;
  padding: 3px 30px 3px 10px;
  white-space: nowrap;
  border: #96a4b8;
  cursor: pointer;
}
.tb_container table td .modal-wrap button:before {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 5%;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/common/ico-arrow_white.svg) no-repeat center center;
}
.tb_container table td .modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 1s ease-in-out;
}
.tb_container table td .modal .modal-container {
  padding-bottom: 50px;
}
.tb_container table td .modal .modal-container h3 {
  text-align: left;
  border-left: #001f4b 5px solid;
  margin-bottom: 30px;
  padding-left: 20px;
}
.tb_container table td .modal .modal-container p {
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-bottom: 50px;
  line-height: 1.66;
}
.tb_container table td .modal .modal-content {
  width: 90%;
  max-width: 800px;
  border-radius: 10px;
  padding: 66px 50px 75px 50px;
  box-shadow: 4px 4px 10px -4px rgb(114, 114, 114);
  background: #FFF;
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: show 0.6s linear 0s;
          animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
}
.tb_container table td .modal .modal-content .modal-close {
  position: absolute;
  bottom: 50px;
  left: 50%;
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: block;
  height: 28px;
}
.tb_container table td .modal .modal-content .modal-close span {
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 1.5rem;
  line-height: 1.66;
  font-weight: 600;
  color: #001f4b;
  box-sizing: border-box;
}
.tb_container table td .modal .modal-content .modal-close span:before, .tb_container table td .modal .modal-content .modal-close span:after {
  position: relative;
  display: block;
  left: -25px;
  content: "";
  width: 20px;
  height: 1px;
  background: #001f4b;
  transform: rotate(-45deg);
}
.tb_container table td .modal .modal-content .modal-close span:before {
  top: 13px;
}
.tb_container table td .modal .modal-content .modal-close span:after {
  top: -12px;
  transform: rotate(45deg);
}
.tb_container table td .modal .modal-content .modal-close:hover,
.tb_container table td .modal .modal-content .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tb_container table .name {
  text-align: left;
  font-weight: 500;
  color: #001f4b;
}
.tb_container table .name a {
  color: #001f4b;
}
.tb_container table .name02 {
  width: 7%;
  text-align: center;
  font-weight: 500;
  background-color: #CDD2D9;
  color: #001f4b;
}
.tb_container table .name02 a {
  color: #001f4b;
}

.box_frame {
  border: #001f4b 1px solid;
}
.box_frame .ttl span {
  position: relative;
}
.box_frame .img {
  margin: 50px auto;
  max-width: 800px;
}
.box_frame .img img {
  width: 100%;
}

.box_bl {
  background-color: rgba(0, 31, 75, 0.2);
}
.box_bl .ext_link .btn {
  width: 100%;
  background-color: rgba(0, 31, 75, 0.4);
  border-radius: 10px;
  margin: 0 20px;
}
.box_bl .ext_link .btn h3 {
  color: #fff;
  text-align: center;
  border-bottom: #fff 1px solid;
  line-height: 2.5;
}
.box_bl .ext_link .btn p {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  line-height: 1.5;
}
.box_bl .ext_link .btn:after {
  content: none;
}

.btn_wrap {
  max-width: 320px;
  margin: 40px auto 0;
}
.btn_wrap .btn_back {
  padding: 40px 0 80px;
}
.btn_wrap .btn_back .btn {
  background: #c9c9c9;
}

@media screen and (max-width: 1200px) {
  body {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: block;
  }
  .container {
    background: none;
  }
  .container:before {
    display: none;
  }
  .pnkz ul li {
    color: #001f4b;
  }
  .pnkz ul li a {
    color: #99a5b7;
  }
  .pnkz ul li:not(:last-of-type):after {
    border-top: 1px solid #99a5b7;
    border-right: 1px solid #99a5b7;
  }
  .page-img {
    margin-bottom: 4%;
  }
  .page-ttl {
    color: #001f4b;
    padding: 4% 0;
  }
  .page-ttl .big {
    font-size: 6.7vw;
    margin-top: 10px;
    letter-spacing: 0.2rem;
  }
  .ttl {
    font-size: 5.867vw;
    letter-spacing: 0.3rem;
    margin-bottom: 6%;
  }
  .ttl:before {
    display: block;
    margin: 0 auto 3% auto;
  }
  .ico {
    text-align: center;
  }
  .ico img {
    width: 15vw;
  }
  .linettl {
    font-size: 5.867vw;
    margin-bottom: 6%;
    line-height: 1.4;
  }
  .linettl span {
    padding: 1% 3%;
  }
  .ttl {
    font-size: 5.333vw;
    margin-bottom: 6%;
    line-height: 1.5;
  }
  .text {
    font-size: 4.27vw;
    text-align: left;
  }
  .scroll {
    font-size: 3.2vw;
  }
  .tb_container {
    overflow-x: scroll;
    width: 100%;
  }
  .tb_container table {
    font-size: 3.2vw;
    margin: 3% auto;
  }
  .tb_container table th.ttl_bl {
    padding: 2%;
    letter-spacing: 0;
    font-size: 3.73vw;
    white-space: nowrap;
  }
  .tb_container table th {
    padding: 2%;
    font-size: 3.73vw;
  }
  .tb_container table td {
    padding: 2%;
    font-size: 3.73vw;
  }
  .tb_container table td .modal-wrap button {
    font-size: 3.2vw;
    padding: 3px 20px 3px 5px;
    width: 100%;
  }
  .tb_container table td .modal-wrap button::before {
    right: 3%;
    width: 1.5vw;
    height: 1.5vh;
  }
  .tb_container table td .modal .modal-container {
    padding-bottom: 15%;
  }
  .tb_container table td .modal .modal-container h3 {
    padding-left: 3%;
    font-size: 4.26vw;
    margin: 0 5% 5% 0;
  }
  .tb_container table td .modal .modal-container p {
    font-size: 3.733vw;
  }
  .tb_container table td .modal .modal-content {
    width: 70%;
    padding: 10%;
  }
  .tb_container table td .modal .modal-content .modal-close {
    height: 28px;
  }
  .tb_container table td .modal .modal-content .modal-close span:before, .tb_container table td .modal .modal-content .modal-close span:after {
    left: -6vw;
    width: 5vw;
  }
  .tb_container table td .modal .modal-content .modal-close span:before {
    top: 3vw;
  }
  .tb_container table td .modal .modal-content .modal-close span:after {
    top: -3.2vw;
  }
  .tb_container table span.btn_det {
    padding: 2% 5%;
    white-space: nowrap;
  }
  .box {
    padding: 0;
    margin: 8vw 0;
  }
  .box_shadow,
.box_frame,
.box_bl {
    padding: 8vw 4vw;
  }
  .box_shadow .ttl,
.box_shadow .text {
    text-align: left;
  }
  .box_shadow ul.item li {
    padding: 2% 2% 2% 8%;
  }
  .box_frame .ttl {
    text-align: left;
  }
  .btn_wrap {
    max-width: inherit;
    margin: 10% auto 0;
    padding: 0 2rem;
  }
  .btn_wrap .btn_back {
    padding: 10% 0 15%;
  }
}
/* ------------------------------
sec01
------------------------------ */
.sec01 {
  max-width: 1200px;
  padding: 80px 104px 40px;
  background: #FFF;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec01 .lead {
  margin-bottom: 40px;
}
.sec01 .ttl {
  letter-spacing: 0;
}
.sec01 .box_frame {
  padding: 40px 80px 80px;
  border-radius: 16px;
}
.sec01 .box_frame .ttl_wrap {
  align-items: center;
  margin: 0 auto 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec01 .list_box {
  background: #FCF3F4;
  padding: 40px 40px 30px;
  border-radius: 10px;
  margin: 60px auto 0;
  position: relative;
}
.sec01 .list_box .merit_bg {
  bottom: 50px;
  right: 50px;
  position: absolute;
  width: 26%;
}
.sec01 .list_box h3 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  line-height: 1;
  color: #041E42;
  text-align: center;
  line-height: 1.5;
}
.sec01 .list_box ul {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: calc((100% - 20px) / 1);
}
.sec01 .list_box ul li {
  position: relative;
  margin-bottom: 16px;
  color: #041E42;
  font-weight: 600;
  padding-left: 25px;
  line-height: 1.5;
}
.sec01 .list_box ul li:before {
  position: absolute;
  left: 0;
  top: 14px;
  margin-top: -7px;
  display: block;
  content: "";
  background: url(../img/smoking_cessation/ico_check.svg) no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 13px;
}
.sec01 .list_box ul li h4 {
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  line-height: 1;
  color: #041E42;
  line-height: 1.5;
}
.sec01 .list_box p {
  text-align: left;
  margin-bottom: 2.5rem;
}
.sec01 .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec01 .item li {
  position: relative;
  font-weight: 500;
  padding-left: 24px;
  color: #041E42;
}
.sec01 .item li::before {
  content: "";
  background: url(../img/index/ico_check.svg) no-repeat center center;
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 16px;
}
.sec01 .item .itemIn {
  padding-left: 40px;
  padding-left: 22px;
}
.sec01 .item .itemIn li {
  list-style: disc;
  padding-left: 0;
}
.sec01 .item .itemIn li::before {
  background: none;
}
.sec01 .examination_wrap {
  margin: 0 0 2vw 0;
}
.sec01 .examination_wrap h3 {
  text-align: center;
  margin-bottom: 50px;
}
.sec01 .examination_wrap .line-ttl {
  position: relative;
}
.sec01 .examination_wrap .line-ttl span {
  background-color: #fff;
  padding: 0 24px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec01 .examination_wrap .line-ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #041E42;
  position: absolute;
  top: 50%;
  left: 0;
}
.sec01 .examination_wrap .flex-box {
  justify-content: space-between;
  margin-bottom: 40px;
}
.sec01 .examination_wrap .flex-box p,
.sec01 .examination_wrap .flex-box .img {
  width: calc((100% - 40px) / 2);
}
.sec01 .flex-box {
  justify-content: space-between;
  margin-bottom: 40px;
}
.sec01 .flex-box .box_frame {
  width: calc((100% - 200px) / 2);
  padding: 40px;
}
.sec01 .flex-box .box_frame .ttl_wrap {
  padding-left: 40px;
}
.sec01 .flex-box .box_frame .ttl_wrap h4 {
  position: relative;
}
.sec01 .flex-box .box_frame .ttl_wrap h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: -64px;
  width: 40px;
  height: 40px;
}
.sec01 .flex-box .box_frame .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec01 .flex-box .box_frame .item li {
  color: #041E42;
}
.sec01 .flex-box .box_frame .item li::before {
  content: "◆";
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}
.sec01 .box_wrap {
  margin: 0 auto;
}
.sec01 .box_wrap .ttl_wrap {
  margin-bottom: 40px;
}
.sec01 .box_wrap .ttl_wrap h3 {
  text-align: center;
}
.sec01 .box_wrap .flex-box {
  margin: 40px auto 0;
}
.sec01 .box_wrap .flex-box .box {
  margin: 0;
  width: calc((100% - 40px) / 3);
  position: relative;
}
.sec01 .box_wrap .flex-box .box.box01::before, .sec01 .box_wrap .flex-box .box.box02::before, .sec01 .box_wrap .flex-box .box.box03::before {
  content: "01";
  background: none;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
  font-size: 3.2rem;
  font-weight: 600;
  color: #C8102E;
}
.sec01 .box_wrap .flex-box .box.box02::before {
  content: "02";
}
.sec01 .box_wrap .flex-box .box.box03::before {
  content: "03";
}
.sec01 .box_wrap .flex-box .box img {
  border-radius: 16px;
  margin-bottom: 24px;
  position: relative;
}
.sec01 .box_wrap .flex-box .box h4 {
  font-size: 1.9rem;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.sec01 .box_wrap .flex-box .box h4 small {
  font-size: 1.6rem;
}
.sec01 .box_wrap .flex-box .box h4 span {
  color: #C8102E;
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  background-color: #fff;
}
.sec01 .box_wrap .flex-box .box h4 span::before, .sec01 .box_wrap .flex-box .box h4 span::after {
  content: "";
  background-color: #C8102E;
  position: absolute;
  top: 50%;
  left: 16%;
  width: 20%;
  height: 1px;
}
.sec01 .box_wrap .flex-box .box h4 span::after {
  left: 64%;
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .sec01 {
    padding: 4vw 2vw;
  }
  .sec01 .flex-box {
    margin-bottom: 24px;
  }
  .sec01 .flex-box .box_frame {
    width: calc((100% - 120px) / 2);
    padding: 40px 24px;
  }
  .sec01 .list_box {
    background: #FCF3F4;
    padding: 40px 40px 30px;
    border-radius: 10px;
    margin: 60px auto 0;
    position: relative;
  }
  .sec01 .list_box .merit_bg {
    bottom: 30px;
    right: 30px;
    position: absolute;
    width: 18%;
  }
  .sec01 .box_frame {
    padding: 40px;
  }
  .sec01 .box_wrap {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    max-width: inherit;
    padding: 8vw 2rem 0;
    margin-bottom: 8vw;
  }
  .sec01 .wrap {
    width: 100%;
  }
  .sec01 .lead {
    margin-bottom: 1vw;
  }
  .sec01 .box_frame {
    padding: 6vw 6vw 8vw;
    box-shadow: none;
    border-radius: 8px;
  }
  .sec01 .box_frame + .box_frame {
    margin-top: 4vw;
  }
  .sec01 .box_frame .ttl_wrap {
    margin: 0 auto 4vw;
  }
  .sec01 .box_frame h3 {
    font-size: 4.8vw;
    padding: 0 0 5% 0;
    margin: 0 auto;
  }
  .sec01 .box_frame .text {
    text-align: left;
  }
  .sec01 .box_frame ul.item.inner {
    width: 100%;
  }
  .sec01 .box_frame ul.item li {
    margin-right: 0;
  }
  .sec01 .box_frame ul.item li::before {
    left: 0;
    top: 2vw;
    width: 4vw;
    height: 4vw;
  }
  .sec01 .box_frame ul.item li h4 {
    line-height: 1.5;
    font-size: 4.267vw;
    margin-bottom: 4vw;
  }
  .sec01 .box_frame ul.item li .text {
    text-align: left;
  }
  .sec01 .box_frame ul.item li + li {
    margin-top: 2vw;
  }
  .sec01 .box_frame .btn_wrap {
    max-width: 100%;
    margin: 5% auto;
  }
  .sec01 .box_frame .btn_wrap .btn_bl_gr .btn {
    padding: 5%;
  }
  .sec01 .box_frame .btn_wrap .btn_bl_gr .btn p {
    font-size: 4.8vw;
  }
  .sec01 .img {
    text-align: center;
  }
  .sec01 .img img {
    max-width: 650px;
    margin: 5% auto;
  }
  .sec01 .list_box {
    background: #FCF3F4;
    padding: 40px 10px 235px;
    border-radius: 10px;
    margin: 60px auto 0;
    position: relative;
  }
  .sec01 .list_box .merit_bg {
    bottom: 40px;
    right: 40px;
    position: absolute;
    width: 65%;
  }
  .sec01 .examination_wrap {
    margin: 0 0 2vw 0;
  }
  .sec01 .examination_wrap h3 {
    text-align: center;
    margin-bottom: 50px;
  }
  .sec01 .examination_wrap .line-ttl {
    position: relative;
  }
  .sec01 .examination_wrap .line-ttl span {
    background-color: #fff;
    padding: 0 24px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .sec01 .examination_wrap .line-ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #041E42;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .sec01 .examination_wrap .flex-box {
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .sec01 .examination_wrap .flex-box p,
.sec01 .examination_wrap .flex-box .img {
    width: 100%;
  }
  .sec01 .flex-box {
    flex-wrap: wrap;
    margin-bottom: 4vw;
  }
  .sec01 .flex-box .box_frame {
    width: 100%;
    padding: 6vw;
  }
  .sec01 .flex-box .box_frame .ttl_wrap {
    padding-left: 4vw;
  }
  .sec01 .flex-box .box_frame .ttl_wrap h4::before {
    left: -14vw;
    width: 8vw;
    height: 8vw;
  }
  .sec01 .flex-box .box_frame .ttl_wrap h4.ttl_items::before {
    background: url(../img/pyrexia/ico_bag.svg) no-repeat center/cover;
    width: 9vw;
  }
  .sec01 .flex-box .box_frame .ttl_wrap h4.ttl_hours::before {
    background: url(../img/pyrexia/ico_clock.svg) no-repeat center/cover;
  }
  .sec01 .flex-box .box_frame .item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .sec01 .flex-box .box_frame .item li::before {
    content: "◆";
    background: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec01 .box_wrap {
    margin: 16vw auto 0;
  }
  .sec01 .box_wrap .ttl_wrap {
    margin-bottom: 8vw;
  }
  .sec01 .box_wrap .ttl_wrap h3 {
    text-align: center;
  }
  .sec01 .box_wrap .flex-box {
    margin: 8vw auto;
  }
  .sec01 .box_wrap .flex-box .box {
    margin: 0 auto 30px;
    width: 100%;
  }
  .sec01 .box_wrap .flex-box .box + .box {
    margin-top: 8vw;
  }
  .sec01 .box_wrap .flex-box .box img {
    margin-bottom: 4vw;
    border-radius: 8px;
  }
  .sec01 .box_wrap .flex-box .box h4 {
    position: relative;
    text-align: center;
  }
  .sec01 .box_wrap .flex-box .box h4 span {
    color: #C8102E;
    font-size: 1.4rem;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 8px;
    position: relative;
    background-color: #fff;
  }
  .sec01 .box_wrap .flex-box .box h4 span::before, .sec01 .box_wrap .flex-box .box h4 span::after {
    content: "";
    background-color: #C8102E;
    position: absolute;
    top: 50%;
    left: 16%;
    width: 20%;
    height: 1px;
  }
  .sec01 .box_wrap .flex-box .box h4 span::after {
    left: 64%;
  }
}
/* ------------------------------
sec02
------------------------------ */
.sec02 {
  max-width: 1200px;
  padding: 60px 100px 40px;
  background: #FFF;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec02 .ico {
  margin-top: 0;
}
.sec02 h3 {
  font-size: 2.4rem;
  text-align: center;
}
.sec02 .examination_wrap {
  margin: 0 0 4vw 0;
}
.sec02 .examination_wrap h3 {
  text-align: center;
  margin-bottom: 45px;
}
.sec02 .examination_wrap .line-ttl {
  position: relative;
}
.sec02 .examination_wrap .line-ttl02 {
    position: relative;
    margin-bottom: 0;
}
.sec02 .examination_wrap .line-ttl span {
  background-color: #fff;
  padding: 0 24px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec02 .examination_wrap .line-ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #041E42;
  position: absolute;
  top: 50%;
  left: 0;
}
.sec02 .examination_wrap .line-ttl02 span {
    background-color: #fff;
    padding: 0 24px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.sec02 .examination_wrap .line-ttl02::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #041E42;
    position: absolute;
    top: 50%;
    left: 0;
}
.sec02 .examination_wrap .flex-box {
  justify-content: space-between;
  margin-bottom: 60px;
}
.sec02 .examination_wrap .flex-box p,
.sec02 .examination_wrap .flex-box .img {
  width: calc((100% - 40px) / 2);
}
.sec02 .flex-box.fee {
  align-items: center;
  margin: 0 auto 40px;
  width: 500px;
  justify-content: space-between;
}
.sec02 .flex-box.fee p {
  color: #041E42;
  font-weight: 600;
}
.sec02 .flex-box.fee .box {
  padding: 24px;
  background-color: #E5E8EC;
  margin: 0;
}
.sec02 .tb_container {
  margin-bottom: 60px;
}
.sec02 .schedule_img {
   margin: 5rem auto 10rem;
}
.sec02 .risk_img {
    margin: 0 auto 5rem;
    width: 90%;
}
.sec02 .success_rate_img {
    margin: 0 auto 6rem;
    width: 90%;
}
.sec02 .mb5 {
    margin-bottom: 5rem;
}
.sec02 .mb7 {
  margin-bottom: 7rem;
}
.sec02 .faq_wrap {
  margin: 0 auto;
}
.sec02 .faq_wrap h3 {
  text-align: center;
  margin-bottom: 50px;
}
.sec02 .faq_wrap .line-ttl {
  position: relative;
}
.sec02 .faq_wrap .line-ttl span {
  background-color: #fff;
  padding: 0 24px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec02 .faq_wrap .line-ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #041E42;
  position: absolute;
  top: 50%;
  left: 0;
}
.sec02 .faq_wrap .acc_wrap {
  border: 2px solid #041E42;
  margin-bottom: 20px;
}
.sec02 .faq_wrap .acc_wrap + .acc_wrap {
  margin-top: 20px;
}
.sec02 .faq_wrap .acc_wrap .acc_btn {
  position: relative;
  padding: 14px 20px 15px 20px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.sec02 .faq_wrap .acc_wrap .acc_btn:before, .sec02 .faq_wrap .acc_wrap .acc_btn:after {
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  content: "";
  border-radius: 12px;
  background: #041E42;
}
.sec02 .faq_wrap .acc_wrap .acc_btn:before {
  width: 16px;
  height: 2px;
}
.sec02 .faq_wrap .acc_wrap .acc_btn:after {
  width: 2px;
  height: 16px;
  margin-top: -7px;
  margin-right: 7px;
  transition: 0.4s;
}
.sec02 .faq_wrap .acc_wrap .acc_btn.on:after {
  transform: rotate(-90deg);
}
.sec02 .faq_wrap .acc_wrap .acc_btn p {
  font-size: 1.8rem;
  font-feature-settings: "palt";
  padding-left: 5px;
  font-weight: 700;
  color: #041E42;
}
.sec02 .faq_wrap .acc_wrap .acc_cnts {
  display: none;
  padding: 0 35px 40px 35px;
  box-sizing: border-box;
}
.sec02 .faq_wrap .acc_wrap .acc_cnts ol {
  counter-reset: number 0;
}
.sec02 .faq_wrap .acc_wrap .acc_cnts ol li {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.64;
  font-feature-settings: "palt";
  color: #021223;
  padding-left: 36px;
  border-bottom: 2px solid #C8102E;
  padding-bottom: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.sec02 .faq_wrap .acc_wrap .acc_cnts ol li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sec02 .faq_wrap .acc_wrap .acc_cnts ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
  counter-increment: number 1;
  content: counter(number) ".";
  font-weight: 500;
  color: #C8102E;
}
.sec02 .faq_wrap .acc_wrap .acc_cnts li ul {
  margin-top: 30px;
}
.sec02 .faq_wrap .acc_wrap .acc_cnts li ul li {
  font-size: 1.5rem;
  line-height: 1.64;
  color: #1D3455;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 18px;
}
.sec02 .faq_wrap .acc_wrap .acc_cnts li ul li:before {
  content: "・";
  counter-increment: none;
  color: #1D3455;
}
.sec02 .faq_wrap .acc_wrap dl {
  border-top: 2px solid #C8102E;
  padding-top: 30px;
  margin-top: 30px;
  box-sizing: border-box;
}
.sec02 .faq_wrap .acc_wrap dt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.64;
  font-feature-settings: "palt";
  color: #C8102E;
  margin-bottom: 15px;
}
.sec02 .faq_wrap .acc_wrap dd ul {
  margin: 15px 0;
}
.sec02 .faq_wrap .acc_wrap dd ul li {
  position: relative;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  line-height: 1.64;
  padding-left: 18px;
  box-sizing: border-box;
}
.sec02 .faq_wrap .acc_wrap dd ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "・";
}
.sec02 .faq_wrap .acc_close_btn {
  margin: 35px auto 0 auto;
  width: 108px;
  height: 4px;
  background: #C8102E;
  cursor: pointer;
  border-radius: 15px;
}
.sec02 .faq_wrap .acc_close_btn.pc {
  text-align: center;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
.sec02 .faq_wrap .acc_close_btn.pc p {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #041E42;
}
.sec02 .faq_wrap .acc_close_btn.pc p::after {
  display: block;
  content: "";
  margin: 5px auto 0 auto;
  width: 68px;
  height: 2px;
  background: #041E42;
}
.sec02 .faq_wrap .acc_close_btn.pc span {
  position: relative;
  padding: 0 5px 0 16px;
  box-sizing: border-box;
}
.sec02 .faq_wrap .acc_close_btn.pc span:before, .sec02 .faq_wrap .acc_close_btn.pc span:after {
  position: absolute;
  left: 0;
  top: 11px;
  display: inline-block;
  content: "";
  width: 12px;
  height: 1px;
  background: #041E42;
  transform: rotate(45deg);
}
.sec02 .faq_wrap .acc_close_btn.pc span::after {
  transform: rotate(-45deg);
}
/* =====================================
保険診療・自費診療
===================================== */

.sec02 .treatment_wrap {
    color: #062752;
    text-align: center;
}

.sec02 .treatment_en {
    margin: 0 auto 14px;
    color: #66a8e8;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.18em;
    text-align: center;
}

.sec02 .treatment_title {
    margin: 0;
    color: #062752;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-align: center;
}

.sec02 .treatment_lead {
    margin-top: 10px;
    color: #062752;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-align: center;
}

.sec02 .treatment_cards {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 36px;
    width: 100%;
    margin: 0 auto;
}

.sec02 .treatment_card {
    width: calc((100% -) / 2);
    max-width: 510px;
    margin-top: 50px;
}

.sec02 .treatment_card img {
    display: block;
    width: 100%;
    height: auto;
}

.sec02 .treatment_cards .treatment_card02 {
    width: calc((100% -) / 2);
    margin: 50px 0 30px;
}

.sec02 .treatment_cards .treatment_card02 img {
    display: block;
    width: 100%;
    height: auto;
}

.sec02 .treatment_note {
    position: relative;
    display: inline-block;
    margin: 45px auto 33px;
    padding: 0 55px;
    color: #062752;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.06em;
    text-align: center;
}

.sec02 .treatment_note::before,
.sec02 .treatment_note::after {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 2px;
    height: 38px;
    background: #1765ba;
}

.sec02 .treatment_note::before {
    left: 15px;
    transform: rotate(-28deg);
}

.sec02 .treatment_note::after {
    right: 15px;
    transform: rotate(28deg);
}

.sec02 .treatment_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    max-width: 100%;
    min-height: 66px;
    margin: 0 auto 100px;
    padding: 14px 30px;
    border-radius: 999px;
    background: #d80716;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.sec02 .treatment_btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.82;
    transform: translateY(-2px);
}

.sec01 .treatment_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    max-width: 100%;
    min-height: 66px;
    margin: 60px auto 0px;
    padding: 14px 30px;
    border-radius: 999px;
    background: #d80716;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.sec01 .treatment_btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.82;
    transform: translateY(-2px);
}

/* =====================================
料金表
===================================== */
.tb-container{
    margin:20px 0;
    overflow-x:auto;
}
.tb-container table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}
.tb-container th{
    background:#07295c;
    color:#fff;
    font-size:18px;
    font-weight:700;
    padding:16px;
    border:1px solid #d9d9d9;
    text-align:center;
}
.tb-container td{
    padding:16px;
    border:1px solid #d9d9d9;
    font-size:18px;
    line-height:1.5;
    vertical-align:middle;
}
.tb-container td.name{
    width:33%;
}
.tb-container td.price{
    text-align:right;
    white-space:nowrap;
}
.total td{
    font-weight:600;
}
.grand_total td{
    font-weight:600;
    color:#d60012;
}
.grand_total td:last-child{
    color:#d60012;
}
.price_note{
    margin:18px 0 50px;
    color:#d60012;
}
.price_subttl{
    margin:40px 0 25px;
    font-size:24px;
    color:#07295c;
    font-weight:500;
    text-align: left!important;
}
.price_subttl::before{
    content:"■";
    color:#d60012;
}
.app_subttl{
    font-size:19px;
    font-weight:700;
    text-align: left!important;
    margin-bottom: 5px;
}
.app_subttl::before{
    content:"■";
    color:#d60012;
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .sec02 {
    padding: 4vw 2vw;
  }
  .faq_wrap {
    margin: 0 auto;
  }
  .faq_wrap h3 {
    text-align: center;
    margin-bottom: 50px;
  }
  .faq_wrap .line-ttl {
    position: relative;
  }
  .faq_wrap .line-ttl span {
    background-color: #fff;
    padding: 0 24px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .faq_wrap .line-ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #041E42;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .faq_wrap .acc_wrap {
    border: 2px solid #041E42;
    margin-bottom: 20px;
  }
  .faq_wrap .acc_wrap + .acc_wrap {
    margin-top: 20px;
  }
  .faq_wrap .acc_wrap .acc_btn {
    position: relative;
    padding: 14px 60px 15px 20px;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .faq_wrap .acc_wrap .acc_btn:before, .faq_wrap .acc_wrap .acc_btn:after {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    content: "";
    border-radius: 12px;
    background: #041E42;
  }
  .faq_wrap .acc_wrap .acc_btn:before {
    width: 16px;
    height: 2px;
  }
  .faq_wrap .acc_wrap .acc_btn:after {
    width: 2px;
    height: 16px;
    margin-top: -7px;
    margin-right: 7px;
    transition: 0.4s;
  }
  .faq_wrap .acc_wrap .acc_btn.on:after {
    transform: rotate(-90deg);
  }
  .faq_wrap .acc_wrap .acc_btn p {
    font-size: 1.8rem;
    font-feature-settings: "palt";
    padding-left: 5px;
    font-weight: 700;
    color: #041E42;
  }
  .faq_wrap .acc_wrap .acc_cnts {
    display: none;
    padding: 0 35px 40px 35px;
    box-sizing: border-box;
  }
  .faq_wrap .acc_wrap .acc_cnts ol {
    counter-reset: number 0;
  }
  .faq_wrap .acc_wrap .acc_cnts ol li {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.64;
    font-feature-settings: "palt";
    color: #021223;
    padding-left: 36px;
    border-bottom: 2px solid #C8102E;
    padding-bottom: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .faq_wrap .acc_wrap .acc_cnts ol li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .faq_wrap .acc_wrap .acc_cnts ol li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    content: "";
    counter-increment: number 1;
    content: counter(number) ".";
    font-weight: 500;
    color: #C8102E;
  }
  .faq_wrap .acc_wrap .acc_cnts li ul {
    margin-top: 30px;
  }
  .faq_wrap .acc_wrap .acc_cnts li ul li {
    font-size: 1.5rem;
    line-height: 1.64;
    color: #1D3455;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 18px;
  }
  .faq_wrap .acc_wrap .acc_cnts li ul li:before {
    content: "・";
    counter-increment: none;
    color: #1D3455;
  }
  .faq_wrap .acc_wrap dl {
    border-top: 2px solid #C8102E;
    padding-top: 30px;
    margin-top: 30px;
    box-sizing: border-box;
  }
  .faq_wrap .acc_wrap dt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.64;
    font-feature-settings: "palt";
    color: #C8102E;
    margin-bottom: 15px;
  }
  .faq_wrap .acc_wrap dd ul {
    margin: 15px 0;
  }
  .faq_wrap .acc_wrap dd ul li {
    position: relative;
    font-size: 1.5rem;
    font-feature-settings: "palt";
    line-height: 1.64;
    padding-left: 18px;
    box-sizing: border-box;
  }
  .faq_wrap .acc_wrap dd ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "・";
  }
  .faq_wrap .acc_close_btn {
    margin: 35px auto 0 auto;
    width: 108px;
    height: 4px;
    background: #C8102E;
    cursor: pointer;
    border-radius: 15px;
  }
  .faq_wrap .acc_close_btn.pc {
    text-align: center;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
  }
  .faq_wrap .acc_close_btn.pc p {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #041E42;
  }
  .faq_wrap .acc_close_btn.pc p::after {
    display: block;
    content: "";
    margin: 5px auto 0 auto;
    width: 68px;
    height: 2px;
    background: #041E42;
  }
  .faq_wrap .acc_close_btn.pc span {
    position: relative;
    padding: 0 5px 0 16px;
    box-sizing: border-box;
  }
  .faq_wrap .acc_close_btn.pc span:before, .faq_wrap .acc_close_btn.pc span:after {
    position: absolute;
    left: 0;
    top: 11px;
    display: inline-block;
    content: "";
    width: 12px;
    height: 1px;
    background: #041E42;
    transform: rotate(45deg);
  }
  .faq_wrap .acc_close_btn.pc span::after {
    transform: rotate(-45deg);
  }
    .sec02 .treatment_title {
        font-size: 4rem;
    }

    .sec02 .treatment_lead {
        font-size: 2rem;
    }

    .sec02 .treatment_cards {
        gap: 24px;
    }

    .sec02 .treatment_card {
/*        width: calc((100% - 24px) / 2);*/
    }

    .sec02 .treatment_note {
        font-size: 1.9rem;
    }
    .tb-container th{
        background:#07295c;
        color:#fff;
        font-size:15px;
        font-weight:700;
        padding:16px;
        border:1px solid #d9d9d9;
        text-align:center;
    }
    .tb-container td{
        padding:16px;
        border:1px solid #d9d9d9;
        font-size:15px;
        line-height:1.5;
        vertical-align:middle;
    }
}
@media screen and (max-width: 767px) {
  .sec02 {
    max-width: inherit;
    padding: 8vw 2rem 4vw;
  }
  .sec02 h3 {
    font-size: 4.8vw;
  }
  .sec02 .examination_wrap {
    margin: 0 0 4vw 0;
  }
  .sec02 .examination_wrap h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec02 .examination_wrap .line-ttl {
    position: relative;
  }
  .sec02 .examination_wrap .line-ttl span {
    background-color: #fff;
    padding: 0 5px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .sec02 .examination_wrap .line-ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #041E42;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .sec02 .examination_wrap .flex-box {
    justify-content: space-between;
    margin-bottom: 60px;
    display: block;
  }
  .sec02 .examination_wrap .flex-box p,
.sec02 .examination_wrap .flex-box .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec02 .flex-box.fee {
    margin: 0 auto 8vw;
    width: 100%;
  }
  .sec02 .flex-box.fee p {
    font-size: 3.77vw;
  }
  .sec02 .flex-box.fee .box {
    padding: 3vw;
    border-radius: 8px;
  }
  .sec02 .tb_container {
    margin-bottom: 14vw;
  }
  .sec02 .faq_wrap {
    margin: 0 auto;
  }
  .sec02 .faq_wrap h3 {
    text-align: center;
    margin-bottom: 50px;
  }
  .sec02 .faq_wrap .line-ttl {
    position: relative;
  }
  .sec02 .faq_wrap .line-ttl span {
    background-color: #fff;
    padding: 0 24px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .sec02 .faq_wrap .line-ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #041E42;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .sec02 .faq_wrap .acc_wrap {
    border: 2px solid #041E42;
    margin-bottom: 20px;
  }
  .sec02 .faq_wrap .acc_wrap + .acc_wrap {
    margin-top: 20px;
  }
  .sec02 .faq_wrap .acc_wrap .acc_btn {
    position: relative;
    padding: 14px 60px 15px 20px;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .sec02 .faq_wrap .acc_wrap .acc_btn:before, .sec02 .faq_wrap .acc_wrap .acc_btn:after {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    content: "";
    border-radius: 12px;
    background: #041E42;
  }
  .sec02 .faq_wrap .acc_wrap .acc_btn:before {
    width: 16px;
    height: 2px;
  }
  .sec02 .faq_wrap .acc_wrap .acc_btn:after {
    width: 2px;
    height: 16px;
    margin-top: -7px;
    margin-right: 7px;
    transition: 0.4s;
  }
  .sec02 .faq_wrap .acc_wrap .acc_btn.on:after {
    transform: rotate(-90deg);
  }
  .sec02 .faq_wrap .acc_wrap .acc_btn p {
    font-size: 1.8rem;
    font-feature-settings: "palt";
    padding-left: 5px;
    font-weight: 700;
    color: #041E42;
  }
  .sec02 .faq_wrap .acc_wrap .acc_cnts {
    display: none;
    padding: 0 35px 40px 35px;
    box-sizing: border-box;
  }
  .sec02 .faq_wrap .acc_wrap .acc_cnts ol {
    counter-reset: number 0;
  }
  .sec02 .faq_wrap .acc_wrap .acc_cnts ol li {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.64;
    font-feature-settings: "palt";
    color: #021223;
    padding-left: 36px;
    border-bottom: 2px solid #C8102E;
    padding-bottom: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .sec02 .faq_wrap .acc_wrap .acc_cnts ol li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .sec02 .faq_wrap .acc_wrap .acc_cnts ol li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    content: "";
    counter-increment: number 1;
    content: counter(number) ".";
    font-weight: 500;
    color: #C8102E;
  }
  .sec02 .faq_wrap .acc_wrap .acc_cnts li ul {
    margin-top: 30px;
  }
  .sec02 .faq_wrap .acc_wrap .acc_cnts li ul li {
    font-size: 1.5rem;
    line-height: 1.64;
    color: #1D3455;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 18px;
  }
  .sec02 .faq_wrap .acc_wrap .acc_cnts li ul li:before {
    content: "・";
    counter-increment: none;
    color: #1D3455;
  }
  .sec02 .faq_wrap .acc_wrap dl {
    border-top: 2px solid #C8102E;
    padding-top: 30px;
    margin-top: 30px;
    box-sizing: border-box;
  }
  .sec02 .faq_wrap .acc_wrap dt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.64;
    font-feature-settings: "palt";
    color: #C8102E;
    margin-bottom: 15px;
  }
  .sec02 .faq_wrap .acc_wrap dd ul {
    margin: 15px 0;
  }
  .sec02 .faq_wrap .acc_wrap dd ul li {
    position: relative;
    font-size: 1.5rem;
    font-feature-settings: "palt";
    line-height: 1.64;
    padding-left: 18px;
    box-sizing: border-box;
  }
  .sec02 .faq_wrap .acc_wrap dd ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "・";
  }
  .sec02 .faq_wrap .acc_close_btn {
    margin: 35px auto 0 auto;
    width: 108px;
    height: 4px;
    background: #041E42;
    cursor: pointer;
    border-radius: 15px;
  }
  .sec02 .faq_wrap .acc_close_btn.sp {
    text-align: center;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
  }
  .sec02 .faq_wrap .acc_close_btn.sp p {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #041E42;
  }
  .sec02 .faq_wrap .acc_close_btn.sp p::after {
    display: block;
    content: "";
    margin: 5px auto 0 auto;
    width: 68px;
    height: 2px;
    background: #041E42;
  }
  .sec02 .faq_wrap .acc_close_btn.sp span {
    position: relative;
    padding: 0 5px 0 16px;
    box-sizing: border-box;
    text-align: center;
  }
  .sec02 .faq_wrap .acc_close_btn.sp span:before, .sec02 .faq_wrap .acc_close_btn.sp span:after {
    position: absolute;
    left: 0;
    top: 11px;
    display: inline-block;
    content: "";
    width: 12px;
    height: 1px;
    background: #041E42;
    transform: rotate(45deg);
  }
  .sec02 .faq_wrap .acc_close_btn.sp span::after {
    transform: rotate(-45deg);
  }
    .sec02 .treatment_en {
        margin-bottom: 10px;
        font-size: 1.3rem;
        letter-spacing: 0.14em;
    }

    .sec02 .treatment_title {
        font-size: 3rem;
        line-height: 1.4;
    }

    .sec02 .treatment_lead {
        margin: 8px 0 -10px;
        font-size: 1.7rem;
        line-height: 1.5;
        letter-spacing: 0.04em;
    }

    .sec02 .treatment_cards {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .sec02 .treatment_card {
        width: 100%;
        max-width: 540px;
    }

    .sec02 .treatment_note {
        margin: 35px auto 24px;
        padding: 0 28px;
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .sec02 .treatment_note::before,
    .sec02 .treatment_note::after {
        bottom: 4px;
        width: 2px;
        height: 30px;
    }

    .sec02 .treatment_note::before {
        left: 6px;
    }

    .sec02 .treatment_note::after {
        right: 6px;
    }

    .sec02 .treatment_btn {
        width: 100%;
        min-height: 58px;
        font-size: 20px;
        padding: 13px 20px;
        letter-spacing: 0.08em;
    }
    .sec01 .treatment_btn {
        width: 100%;
        margin-top: 35px;
        min-height: 58px;
        font-size: 20px;
        padding: 13px 20px;
        letter-spacing: 0.08em;
    }
    .price_subttl{
        margin: 40px 0 -5px;
        font-size: 17px;
        color: #07295c;
        font-weight: 700;
        text-align: left!important;
    }
    .sec02 .treatment_cards {
        justify-content: center;
        align-items: stretch;
        width: 100%;
        margin: 0 auto;
    }
    .sec02 .treatment_card {
        width: calc((100% -) / 2);
        max-width: 510px;
        margin: 3rem auto 1rem;
    }
    .sec02 .treatment_cards .treatment_card02 {
        width: calc((100% -) / 2);
        margin: 10px auto 20px;
    }
    .sec02 .schedule_img {
        margin: 2rem auto 5rem;
    }
    .sec02 .risk_img {
        margin: 0 auto 2.5rem;
        width: 100%;
    }
    .sec02 .success_rate_img {
        margin: 0 auto 5rem;
        width: 100%;
    }
}
/* ------------------------------
sec03
------------------------------ */
.sec03 {
  background: #fff;
  padding: 0 104px 40px;
}
.sec03 .wrap {
  padding: 40px 0;
}
.sec03 .wrap .ttl_wrap {
  margin-bottom: 40px;
}
.sec03 .wrap .ttl_wrap p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec03 .wrap .box_wrap .flow_box {
  position: relative;
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
}
.sec03 .wrap .box_wrap .flow_box h3 {
  font-size: 2.1rem;
  font-weight: 600;
  color: #FFF;
  background: #001f4b;
  padding: 17px 25px 18px 25px;
  border-radius: 16px 16px 0 0;
  box-sizing: border-box;
}
.sec03 .wrap .box_wrap .flow_box h3 span {
  position: relative;
  top: -2px;
  font-size: 1.5rem;
  margin-right: 10px;
}
.sec03 .wrap .box_wrap .flow_box .boxIn {
  border-radius: 0 0 16px 16px;
  padding: 24px 40px 40px;
  background: rgba(153, 165, 183, 0.2);
  box-sizing: border-box;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .img {
  width: 40%;
  margin-right: 40px;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .img img {
  width: 100%;
  border-radius: 16px;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt {
  width: 60%;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap {
  position: relative;
  margin: 24px auto;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap {
  border: 1px solid #041E42;
  background-color: #fff;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap + .acc_wrap {
  margin-top: 8px;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn {
  position: relative;
  padding: 14px 40px 14px 10px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn::before, .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn::after {
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  content: "";
  border-radius: 12px;
  background: #041E42;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn::before {
  width: 16px;
  height: 2px;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn::after {
  width: 2px;
  height: 16px;
  margin-top: -7px;
  margin-right: 7px;
  transition: 0.4s;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn.on:after {
  transform: rotate(-90deg);
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn p {
  font-size: 1.8rem;
  color: #041E42;
  font-feature-settings: "palt";
  padding-left: 5px;
  font-weight: 600;
  line-height: 1.5;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts {
  padding-bottom: 25px;
  display: none;
  padding: 0 35px 40px 35px;
  box-sizing: border-box;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc {
  text-align: center;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  margin: 35px auto 0 auto;
  cursor: pointer;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #041E42;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p::after {
  display: block;
  content: "";
  margin: 5px auto 0 auto;
  width: 68px;
  height: 2px;
  background: #041E42;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span {
  position: relative;
  padding: 0 5px 0 16px;
  box-sizing: border-box;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span::before, .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span::after {
  position: absolute;
  left: 0;
  top: 11px;
  display: inline-block;
  content: "";
  width: 12px;
  height: 1px;
  background: #041E42;
  transform: rotate(45deg);
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span::after {
  transform: rotate(-45deg);
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt dl {
  margin: 16px auto;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt dl dt {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #041E42;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt dl dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .btn_wrap {
  margin: 40px auto;
}
.sec03 .wrap .box_wrap .flow_box .boxIn .alignCenter {
  align-items: center;
}
.sec03 .wrap .box_wrap .flow_box:not(.no-arrow):after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: 0 auto;
  display: block;
  content: "";
  background: url(../img/online/ico_arrow.svg) no-repeat center center;
  background-size: 100% auto;
  width: 60px;
  height: 28px;
  box-sizing: border-box;
}
.sec03 .wrap .box_wrap .flow_box + .flow_box {
  margin-top: 100px;
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .sec03 {
    padding: 4vw 2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: 0;
  }
  .sec03 .wrap {
    width: 100%;
    padding: 8vw 0;
  }
  .sec03 .wrap .box_wrap .flow_box {
    position: relative;
    box-sizing: border-box;
  }
  .sec03 .wrap .box_wrap .flow_box h3 {
    font-size: 4.8vw;
    padding: 4vw;
    border-radius: 8px 8px 0 0;
    line-height: 1.5;
  }
  .sec03 .wrap .box_wrap .flow_box h3 span {
    top: 0;
    font-size: 4.267vw;
    margin-right: 4%;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn {
    border-radius: 0 0 8px 8px;
    padding: 4vw 4vw 8vw 4vw;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box {
    display: block;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .img {
    width: 100%;
    margin: 0 auto 4vw;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt {
    width: 100%;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap {
    margin: 8vw auto 0;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap.inner {
    width: 100%;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap + .acc_wrap {
    margin-top: 2vw;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn {
    padding: 4vw 12vw 4vw 2vw;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn::before, .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn::after {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    content: "";
    border-radius: 12px;
    background: #041E42;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn::before {
    width: 16px;
    height: 2px;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn::after {
    width: 2px;
    height: 16px;
    margin-top: -7px;
    margin-right: 7px;
    transition: 0.4s;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn.on:after {
    transform: rotate(-90deg);
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn p {
    font-size: 4.27vw;
    padding-left: 2vw;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts {
    padding: 0 4vw 8vw;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc {
    text-align: center;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    margin: 35px auto 0 auto;
    cursor: pointer;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #041E42;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p::after {
    display: block;
    content: "";
    margin: 5px auto 0 auto;
    width: 68px;
    height: 2px;
    background: #041E42;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span {
    position: relative;
    padding: 0 5px 0 16px;
    box-sizing: border-box;
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span::before, .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span::after {
    position: absolute;
    left: 0;
    top: 11px;
    display: inline-block;
    content: "";
    width: 12px;
    height: 1px;
    background: #041E42;
    transform: rotate(45deg);
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span::after {
    transform: rotate(-45deg);
  }
  .sec03 .wrap .box_wrap .flow_box .boxIn .alignCenter {
    align-items: center;
  }
  .sec03 .wrap .box_wrap .flow_box:not(.no-arrow):after {
    bottom: -11vw;
    background-size: 100% auto;
    width: 8vw;
    height: 3.733vw;
  }
  .sec03 .wrap .box_wrap .flow_box + .flow_box {
    margin-top: 20%;
  }
}
/*# sourceMappingURL=smoking_cessation.css.map */