@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/pyrexia/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: 92%;
  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 0;
  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;
  text-align: center;
  line-height: 1.5;
}
.tb_container table td span.price {
  float: right;
  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%);
  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;
}
@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;
}

.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: 80px 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 auto;
  }
  .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: fit-content;
}
.sec01 .item {
  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: 6px;
  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 .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 .ttl_wrap h4.ttl_items::before {
  background: url(../img/pyrexia/ico_bag.svg) no-repeat center/cover;
  width: 44px;
}
.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: 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: 80px 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 24px;
}
.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: 2rem;
  position: relative;
  text-align: center;
}
.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 .box_frame {
    padding: 40px;
  }
  .sec01 .box_wrap {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    max-width: inherit;
    padding: 8vw 0 0;
    margin-bottom: 8vw;
  }
  .sec01 .wrap {
    width: 100%;
  }
  .sec01 .lead {
    margin-bottom: 8vw;
  }
  .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 .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: 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;
  }
  .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;
    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 {
  background: #fff;
  padding: 0 104px 40px;
}
.sec02 .wrap {
  padding: 40px 0;
}
.sec02 .wrap .ttl_wrap {
  margin-bottom: 40px;
}
.sec02 .wrap .ttl_wrap p {
  width: fit-content;
  margin: 0 auto;
}
.sec02 .wrap .box_wrap .flow_box {
  position: relative;
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
}
.sec02 .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;
}
.sec02 .wrap .box_wrap .flow_box h3 span {
  position: relative;
  top: -2px;
  font-size: 1.5rem;
  margin-right: 10px;
}
.sec02 .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;
}
.sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .img {
  width: 40%;
  margin-right: 40px;
}
.sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .img img {
  width: 100%;
  border-radius: 16px;
}
.sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt {
  width: 60%;
}
.sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap {
  position: relative;
  margin: 24px auto;
}
.sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap {
  border: 1px solid #041E42;
  background-color: #fff;
}
.sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap + .acc_wrap {
  margin-top: 8px;
}
.sec02 .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;
}
.sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn::before, .sec02 .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;
}
.sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn::before {
  width: 16px;
  height: 2px;
}
.sec02 .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;
}
.sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn.on:after {
  transform: rotate(-90deg);
}
.sec02 .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;
}
.sec02 .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;
}
.sec02 .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;
}
.sec02 .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;
}
.sec02 .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;
}
.sec02 .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;
}
.sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span::before, .sec02 .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);
}
.sec02 .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);
}
.sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt dl {
  margin: 16px auto;
}
.sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt dl dt {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #041E42;
}
.sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt dl dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
.sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .btn_wrap {
  margin: 40px auto;
}
.sec02 .wrap .box_wrap .flow_box .boxIn .alignCenter {
  align-items: center;
}
.sec02 .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;
}
.sec02 .wrap .box_wrap .flow_box + .flow_box {
  margin-top: 100px;
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .sec02 {
    padding: 4vw 2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 0;
  }
  .sec02 .wrap {
    width: 100%;
    padding: 8vw 0;
  }
  .sec02 .wrap .box_wrap .flow_box {
    position: relative;
    box-sizing: border-box;
  }
  .sec02 .wrap .box_wrap .flow_box h3 {
    font-size: 4.8vw;
    padding: 4vw;
    border-radius: 8px 8px 0 0;
    line-height: 1.5;
  }
  .sec02 .wrap .box_wrap .flow_box h3 span {
    top: 0;
    font-size: 4.267vw;
    margin-right: 4%;
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn {
    border-radius: 0 0 8px 8px;
    padding: 4vw 4vw 8vw 4vw;
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn .flex-box {
    display: block;
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .img {
    width: 100%;
    margin: 0 auto 4vw;
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt {
    width: 100%;
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap {
    margin: 8vw auto 0;
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap.inner {
    width: 100%;
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap + .acc_wrap {
    margin-top: 2vw;
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn {
    padding: 4vw 12vw 4vw 2vw;
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn::before, .sec02 .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;
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn::before {
    width: 16px;
    height: 2px;
  }
  .sec02 .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;
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn.on:after {
    transform: rotate(-90deg);
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_btn p {
    font-size: 4.27vw;
    padding-left: 2vw;
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts {
    padding: 0 4vw 8vw;
  }
  .sec02 .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;
  }
  .sec02 .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;
  }
  .sec02 .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;
  }
  .sec02 .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;
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn .flex-box .txt .menu_wrap .acc_wrap .acc_cnts .acc_close_btn.pc p span::before, .sec02 .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);
  }
  .sec02 .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);
  }
  .sec02 .wrap .box_wrap .flow_box .boxIn .alignCenter {
    align-items: center;
  }
  .sec02 .wrap .box_wrap .flow_box:not(.no-arrow):after {
    bottom: -11vw;
    background-size: 100% auto;
    width: 8vw;
    height: 3.733vw;
  }
  .sec02 .wrap .box_wrap .flow_box + .flow_box {
    margin-top: 20%;
  }
}
/* ------------------------------
sec03
------------------------------ */
.sec03 {
  max-width: 1200px;
  padding: 80px 104px;
  background: #FFF;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec03 .ico {
  margin-top: 0;
}
.sec03 h3 {
  font-size: 2.4rem;
  text-align: center;
}
.sec03 .flex-box.fee {
  align-items: center;
  margin: 0 auto 40px;
  width: 500px;
  justify-content: space-between;
}
.sec03 .flex-box.fee p {
  color: #041E42;
  font-weight: 600;
}
.sec03 .flex-box.fee .box {
  padding: 24px;
  background-color: #E5E8EC;
  margin: 0;
}
.sec03 .tb_container {
  margin-bottom: 40px;
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .sec03 {
    padding: 4vw 2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    max-width: inherit;
    padding: 8vw 0 4vw;
  }
  .sec03 h3 {
    font-size: 4.8vw;
  }
  .sec03 .flex-box.fee {
    margin: 0 auto 8vw;
    width: 100%;
  }
  .sec03 .flex-box.fee p {
    font-size: 3.77vw;
  }
  .sec03 .flex-box.fee .box {
    padding: 3vw;
    border-radius: 8px;
  }
  .sec03 .tb_container {
    margin-bottom: 8vw;
  }
}