@charset "utf-8";
.container {
  position: relative;
  background: url("../img/dept/exam/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/dept/exam/main_pc.jpg") no-repeat center 90px;
  background-size: 100% auto;
  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;
}
.page-ttl {
  color: #FFF;
}
.sec_ttl, .ttl {
  position: relative;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  color: #001f4b;
  margin-bottom: 25px;
}
.sec_ttl {
  font-size: 3.2rem;
  margin: 30px 0;
}
.ttl:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  margin: 0 20px 0 0;
  background-size: 100% auto !important;
}
.text, .pc_text_center {
  font-size: 1.5rem;
  line-height: 1.64;
}
.pc_text_center {
  text-align: center;
}
span.atten {
  font-weight: 600;
  color: #c42629;
}
.ico {
  text-align: center;
}
.ico img {
  height: 55px;
  width: auto;
}
.xsm {
  font-size: 1.2rem;
}
.sm {
  font-size: 1.5rem;
}
#exam01, #exam02, #exam03, #exam04, #exam05, #exam06 {
  max-width: 1200px;
  padding: 70px 100px 100px 100px;
  background: #FFF;
  box-sizing: border-box;
}
#exam01 .btn_wrap, #exam02 .btn_wrap, #exam03 .btn_wrap, #exam04 .btn_wrap, #exam05 .btn_wrap6, #exam06 .btn_wrap {
  margin: 45px auto 0 auto;
}
#exam01 .btn_wrap .btn, #exam02 .btn_wrap .btn, #exam03 .btn_wrap .btn, #exam04 .btn_wrap .btn, #exam05 .btn_wrap .btn, #exam06 .btn_wrap .btn {
  max-width: 390px;
  margin: 0 auto;
}
.bg_blue {
  background: rgba(202, 202, 202, .22);
}
.bg_pink {
  background: rgba(231, 168, 169, .2);
}
.anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}
.pc-flex {
  display: flex;
}
@media screen and (max-width : 767px) {
  .container {
    background: none;
    overflow: auto;
  }
  .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-ttl {
    color: #001f4b;
    padding: 4% 0;
  }
  .ttl {
    font-size: 5.867vw;
    margin-bottom: 8%;
    line-height: 1.5;
  }
  .ttl:before {
    display: block;
    margin: 0 auto 5% auto;
  }
  .text {
    font-size: 3.733vw;
  }
  .pc_text_center {
    text-align: left;
  }
  #sec01.inner, #exam01, #exam02, #exam03, #exam04, #exam05, #exam06 {
    width: 100%;
    max-width: inherit;
    padding: 10% 4% 14% 4%;
  }
  .pc-flex {
    display: block;
  }
}
/* ------------------------------
section
------------------------------ */
#sec01, #sec02, #sec03, #sec04 {
	max-width: 1200px;
  padding: 70px 0px;
  background: #FFF;
  margin: 0 auto;
  box-sizing: border-box;
}
.page-img {
  text-align: center;
  margin: 0 auto;
}
.lead {
  font-size: 1.5rem;
  line-height: 1.785;
  text-align: center;
}
.btn_wrap.page-link {
  width: 100%;
  max-width: 480px;
  margin: 75px auto 0 auto;
}
.btn_wrap {
  margin: 55px 0 100px 0;
}
.btn_wrap.page-link .btn {
  background: #c42629;
  font-size: 2.4rem;
  border-radius: 12px;
  padding: 28px 30px;
  text-align: left;
  box-sizing: border-box;
}
.round_box_border {
  max-width: 100%;
  max-width: inherit;
  margin: 0 auto;
  background: #FFF;
  padding: 30px;
  border: 1px solid #001f4b;
  border-radius: 16px;
  box-sizing: border-box;
}
/*.pc-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}*/
.check_list {
  max-width: 600px;
  margin: 30px auto;
}
.check_list li {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.65;
  font-weight: 500;
  color: #001f4b;
  padding-left: 22px;
  box-sizing: border-box;
}
.check_list li + li {
  margin-top: 10px;
}
.check_list li:before {
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  content: '';
  background: url("../img/online/ico_check.svg") no-repeat center center;
  background-size: 100% auto;
  width: 16px;
  height: 14px;
}
.round_box_border .note {
  font-size: 1.5rem;
  line-height: 1.64;
}
.btn_wrap.page-link .btn + .btn {
  margin-top: 30px;
}
@media screen and (max-width : 767px) {
  #sec01 {
    margin: 0;
    padding: 0;
  }
  #sec02, #sec03, #sec04 {
    margin-top: 30px;
  }
  .page-img {
    margin-bottom: 4%;
  }
  .lead {
    font-size: 3.733vw;
    margin-bottom: 10%;
    text-align: left;
  }
  .btn_wrap.page-link {
    width: 92%;
    max-width: inherit;
  }
  .btn_wrap.page-link .btn {
    padding: 7% 7%;
    font-size: 4.267vw;
    box-sizing: border-box;
  }
  .btn_wrap.page-link .btn + .btn {
    margin-top: 4%;
  }
  .btn_wrap.page-link {
    margin: 30px auto 0 auto;
  }
}
/* ------------------------------
sec02
------------------------------ */
.note span.atten {
    font-weight: 800;
    color: #001f4b;
    border-bottom: 1px solid;
}
/* ------------------------------
sec04
------------------------------ */
#sec04 {
  padding-bottom: 150px;
}
@media screen and (max-width : 767px) {
  #sec04 {
    padding-bottom: 0;
  }
}
/* ------------------------------
tabarea
------------------------------ */
.tabarea {
  margin: 100px auto 0;
  /*background: rgba(153, 165, 183, .5);*/
  padding: 75px 0;
}
.tabarea .ttl {
  color: #001f4b;
  font-size: 2.1rem;
  text-align: center;
  font-weight: bold;
}
.tabarea .tab_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 30px;
  margin-top: 34px;
  width: 1000px;
  margin: 0 auto;
}
.tabarea a {
  cursor: pointer;
  border-radius: 8px;
  padding: 17px 25px 17px 17px;
  color: #001f4b;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  width: calc((100% - 60px) / 3);
  box-shadow: 5px 5px 7px rgba(144, 144, 144, 0.3);
  background: url(../img/common/ico-arrow.svg) no-repeat right 17px center / 8px auto;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}
.tabarea .tab.js-active {
  background-color: #f2f4f6;
}
.tab.js-tab {
  background-color: #fff;
}
.tabarea .tab:hover {
  opacity: 0.7;
}
@media screen and (max-width : 767px) {
  .tabarea {
    padding: 6% 2% 10% 2%;
    margin-top: 30px;
  }
  .tabarea .tab_wrap {
    width: 100%;
  }
  .tabarea .ttl {
    font-size: 5.3vw;
  }
  .tabarea .tab_wrap {
    gap: 2vw 2%;
    margin-top: 5%;
  }
  .tabarea .tab {
    border-radius: 4px;
    padding: 3.5vw 8vw 3.5vw 5vw;
    font-size: 3.77vw;
    width: 49%;
    background: url(../img/common/ico-arrow.svg) no-repeat right 4vw center / 1.8vw auto;
  }
  .tab.js-tab {
    background-color: #fff;
  }
}

/* ------------------------------
panelarea
------------------------------ */
.panelarea {
  width: 1000px;
  margin: 44px auto 0;
  box-shadow: 5px 5px 7px rgba(144, 144, 144, 0.3);
  border-radius: 8px;
  padding: 57px 50px 96px;
  box-sizing: border-box;
}
.panelarea .panel {
  display: none;
}
.panelarea .panel.js-show {
  display: block;
}
.panelarea .panelttl {
  color: #001f4b;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.panelarea .item {
  margin-top: 57px;
}
.panelarea .btn_panel {
  width: 200px;
  margin: 61px auto 0;
}
.panelarea .btn_panel a {
  position: relative;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #FFF;
  background: #001f4b;
  border-radius: 100vh;
  box-sizing: border-box;
  padding-left: 10px;
}
.panelarea .btn_panel a::before {
  position: absolute;
  left: 31px;
  top: 50%;
  margin-top: -4px;
  display: block;
  content: '';
  background: url(../img/common/ico-arrow_white.svg) no-repeat center center;
  background-size: 100% auto;
  width: 10px;
  height: 9px;
  transform: rotate(-90deg);
}
.panelarea .dept_contact {
  margin-top: 80px;
}
@media screen and (max-width : 767px) {
  .panelarea {
    width: 100%;
    margin: 8% auto 0;
    border-radius: 4px;
    padding: 7vw 5vw 16vw;
  }
  .panelarea .panelttl {
    font-size: 6.4vw;
  }
  .panelarea .item {
    margin-top: 9%;
  }
  .panelarea .btn_panel {
    width: 100%;
    margin: 16% auto 0;
  }
  .panelarea .btn_panel a {
    height: 13.3vw;
    font-size: 4.2vw;
    letter-spacing: 0.025em;
    padding-left: 2vw;
  }
  .panelarea .btn_panel a::before {
    left: 8vw;
    margin-top: -1.5vw;
    width: 4vw;
    height: 3vw;
  }
  .panelarea .dept_contact {
    margin-top: 22%;
  }
}
/* ------------------------------
exam01
------------------------------ */
#exam01 .text {
  margin-bottom: 50px;
}
#exam01 picture {
  text-align: center;
}
.covid_btn {
  line-height: normal;
  border-radius: 12px;
}
@media screen and (max-width : 767px) {
  .reason_wrap.wrap {
    margin-bottom: 0;
    width: 100%;
    padding: 30px 20px;
  }
  .price-img {
    padding: 0;
    margin: 30px 0;
  }
  .treatment_cat {
    width: 120px;
  }
  .ty_price {
    font-size: 2.5rem;
  }
  .type {
    padding-top: 10px;
  }
}
/* ------------------------------
exam02
------------------------------ */
#exam02 .check_list {
  margin: 0 auto;
}
#exam02 .round_box_border {
  padding: 20px;
  margin-top: 30px;
  max-width: 800px;
}
#exam02 .check_list_wrap.aos-init.aos-animate {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/* ------------------------------
exam03
------------------------------ */
.infection {
  margin: 20px 0;
}
#exam03 .infection {
  width: 50%;
  margin: 20px 10px;
}
.acc_wrap {
  border: 2px solid #001f4b;
}
.acc_wrap + .acc_wrap {
  margin-top: 20px;
}
.acc_wrap .acc_btn {
  padding: 14px 20px 15px 20px;
}
.acc_wrap .acc_btn:before, .acc_wrap .acc_btn:after {
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  content: '';
  border-radius: 12px;
  background: #c42629;
}
.acc_wrap .acc_btn:before, .acc_wrap .acc_btn:after {
  background: #001f4b;
}
.acc_wrap .acc_btn:before {
  width: 16px;
  height: 2px;
}
.acc_wrap .acc_btn:after {
  width: 2px;
  height: 16px;
  margin-top: -7px;
  margin-right: 7px;
  transition: .4s;
}
.acc_wrap .acc_btn.on:after {
  transform: rotate(-90deg);
}
.acc_wrap .acc_btn {
  position: relative;
  padding: 14px 20px 15px 20px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.acc_wrap .acc_btn {
  padding: 10px 10px 12px 10px;
}
#exam03 .acc_wrap .acc_btn {
  display: none;
}
.acc_wrap .acc_btn:before, .acc_wrap .acc_btn:after {
  right: 15px;
}
.acc_wrap .acc_btn:before {
  width: 18px;
}
.acc_wrap .acc_btn:after {
  height: 18px;
  margin-top: -8px;
  margin-right: 8px;
}
.acc_wrap .acc_btn p {
  font-size: 1.8rem;
  font-feature-settings: "palt";
  padding-left: 5px;
  font-weight: 700;
  color: #c42629;
}
.acc_wrap .acc_btn p {
  color: #001f4b;
}
.acc_wrap .acc_cnts {
  display: none;
  padding: 0 30px 40px 30px;
  box-sizing: border-box;
}
#exam03 .acc_cnts {
  display: block;
  height: 400px;
}
#exam03 h3, #exam04 h3 {
  font-size: 2rem;
  font-feature-settings: "palt";
  padding-left: 5px;
  font-weight: 700;
  color: #001f4b;
  text-align: center;
  margin: 20px 0;
}
.acc_close_btn {
  margin: 35px auto 0 auto;
  width: 108px;
  height: 4px;
  background: #c42629;
  cursor: pointer;
  border-radius: 15px;
}
.acc_close_btn {
  background: #001f4b;
}
.acc_close_btn.pc {
  text-align: center;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
.acc_close_btn.pc p {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #c42629;
}
.acc_close_btn.pc p {
  color: #001f4b;
}
#exam03 .acc_close_btn.pc p {
  display: none;
}
.acc_close_btn.pc p:after {
  display: block;
  content: '';
  margin: 5px auto 0 auto;
  width: 68px;
  height: 2px;
  background: #c42629;
}
.acc_close_btn.pc p:after {
  background: #001f4b;
}
.acc_close_btn.pc span {
  position: relative;
  padding: 0 5px 0 16px;
  box-sizing: border-box;
}
.acc_close_btn.pc span:before, .acc_close_btn.pc span:after {
  position: absolute;
  left: 0;
  top: 11px;
  display: inline-block;
  content: '';
  width: 12px;
  height: 1px;
  background: #c42629;
  transform: rotate(45deg);
}
.acc_close_btn.pc span:before, .acc_close_btn.pc span:after {
  background: #001f4b;
}
.acc_close_btn.pc span:after {
  transform: rotate(-45deg);
}
.test_item ul {
  overflow: hidden;
}
.test_item li {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5rem;
  width: 46%;
  height: 44px;
  border-radius: 16px;
  background: rgba(153, 165, 183, .2);
  box-sizing: border-box;
  padding: 14px 10px 5px 10px;
  margin: 5px 5px;
  float: left;
}
.test_item li.two_lines {
  padding: 7px 10px;
}
.test_item li:nth-last-child(1) {
  margin-bottom: 30px;
}
.infection .btn_wrap {
  max-width: 390px;
  margin: 0 auto;
}
@media screen and (max-width : 767px) {
  .pc_wrapper.wrapper02 {
    padding-top: 0;
  }
  .acc_wrap + .acc_wrap {
    margin-top: 6%;
  }
  .acc_wrap .acc_cnts, .exam03 .acc_wrap .acc_cnts {
    display: none;
    padding: 0 10px 5% 10px;
  }
  .acc_wrap .acc_btn p {
    font-size: 4.267vw;
  }
  .acc_close_btn {
    margin: 8% auto 0 auto;
    width: 24vw;
    height: 3px;
  }
  .acc_wrap p {
    font-size: 3.733vw;
  }
  .test_item li {
    font-size: 1.1rem;
  }
  #exam03 .infection {
    width: 100%;
    margin: 20px 0;
  }
  #exam03 .acc_wrap .acc_btn {
    display: block;
  }
  #exam03 h3, #exam04 h3 {
    display: none;
  }
  #exam03 .acc_cnts {
    height: auto;
  }
}
/* ------------------------------
exam04
------------------------------ */
#exam04 .infection {
  width: 33%;
  margin: 20px 10px;
}
#exam04 .acc_wrap .acc_btn, #exam04 .acc_close_btn.pc p {
  display: none;
}
#exam04 .acc_wrap .acc_cnts {
  display: block;
  height: 330px;
  padding: 0 15px;
}
#exam04 .pc .btn {
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width : 767px) {
  #exam04 .ttl {
    margin-bottom: 10%;
  }
  #exam04 .infection {
    width: 100%;
    margin: 20px 0;
  }
  #exam04 .acc_wrap .acc_btn {
    padding: 10px 10px 12px 10px;
    display: block;
  }
  #exam04 .acc_close_btn.pc p {
    display: block;
  }
  #exam04 .acc_wrap .acc_cnts, #exam04 h3 {
    display: none;
  }
  #exam04 .acc_wrap .acc_cnts {
    height: auto;
    padding: 0 20px 5% 20px;
  }
}
/* ------------------------------
exam05
------------------------------ */
#exam05 .btn_wrap {
  margin-bottom: 0;
}
.ins_list table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  border: 1px solid #001F4B;
}
table, td, th {
  font-size: 1.3rem;
  font-weight: 600;
  border-collapse: collapse;
  padding: 6px;
  height: 25px;
  line-height: initial;
}
th {
  background: rgba(0, 31, 75, .6);
  color: #fff;
  padding-left: 10px;
}
th.price {
  text-align: right;
  padding-right: 10px;
}
td.service_ttl_rd_80 {
  background-color: rgba(196, 38, 41, 0.8);
  color: #fff;
  width: 10%;
  position: relative;
}
td.service_ttl_bu_80 {
  background-color: rgba(0, 31, 75, 0.8);
  color: #fff;
  width: 10%;
  position: relative;
}
td.service_ttl_rd_80 img, td.service_ttl_bu_80 img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40%;
}
td.service_ttl_gr {
  background: rgba(51, 51, 51, .60);
  color: #fff;
}
td.service_ttl_rd {
  background-color: rgba(196, 38, 41, 0.6);
  color: #fff;
}
td.service_ttl_bu {
  background-color: rgba(0, 31, 75, 0.6);
  color: #fff;
  line-height: 1.5em;
}
.even {
  background: #fbf8f0;
}
.odd {
  background: #fefcf9;
}
.price_right {
  text-align: right;
  width: 50%;
}
.ty_ttl, .ty_price {
  font-weight: 700;
  color: #001f4b;
  padding-bottom: 20px;
}
.pr_area {
  display: flex;
  justify-content: space-between;
  padding-top: 7px;
}
.pr_ttl {
  font-size: 1.5rem;
}
.pr_price {
  font-size: 1.5rem;
  vertical-align: text-bottom;
}
.line .pr_ttl {
  position: absolute;
  padding-right: 1rem;
  padding-bottom: 0;
  background-color: white;
}
.line .pr_price {
  right: 0;
  position: absolute;
  padding-left: 1rem;
  padding-bottom: 0;
  background-color: white;
}
@media screen and (max-width : 767px) {
  table.price_area {
    width: 100%;
  }
  table.price_area, td, th, .pr_ttl, .pr_price {
    font-size: 1.2rem;
  }
  td.service_ttl_rd_80 img, td.service_ttl_bu_80 img {
    position: absolute;
    top: 14px;
    left: 0;
    width: 70%;
  }
  td, th {
    padding: 6px;
    height: 20px;
  }
}
/* ------------------------------
exam06
------------------------------ */
.others_item {
  overflow: hidden;
  margin: 30px 0;
}
.others_item li {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5rem;
  width: 19%;
  height: 60px;
  border-radius: 16px;
  background: rgba(153, 165, 183, .2);
  box-sizing: border-box;
  padding: 23px 5px 5px 5px;
  margin: 5px 4px;
  float: left;
}
.others_item li.two_lines {
  padding: 15px 2px;
}
@media screen and (max-width : 767px) {
  .others_item li {
    width: 47%;
    height: 50px;
    padding: 18px 5px 5px 5px;
  }
  .others_item li.two_lines {
    padding: 10px 2px;
  }
}
/* ------------------------------
exam07
------------------------------ */
#exam07 {
  background: rgba(153, 165, 183, .5);
  padding: 70px 10px;
  margin: 75px 40px;
}
#exam07 .text {
  margin: 20px 30px;
}
.case {
  background: #FFF;
  border-radius: 16px;
  /* overflow: hidden; */
  box-shadow: 2px 2px 10px -2px rgb(114 114 114 / 30%);
  box-sizing: border-box;
  width: 50%;
  height: 530px;
  padding: 30px 50px;
  margin: 0 10px;
}
.case h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #001f4b;
  padding-bottom: 11px;
}
.case p {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.case ul li {
  font-size: 1.4rem;
  line-height: 1.64;
  margin-bottom: 6px;
  list-style: disc;
  color: #001f4b;
}
.case_wrap {
  margin: 30px 0;
}
.case_wrap ul li span {
  color: #333;
}
#exam07 .text {
  margin: 0 auto;
}
@media screen and (max-width : 767px) {
  #exam07 {
    padding: 35px 0 45px 0;
    margin: 0 auto;
  }
  .case {
    width: 100%;
    padding: 5% 10% 10% 10%;
    margin: 20px auto;
    height: auto;
  }
  .case h3 {
    font-size: 2.2rem;
  }
}
/* ------------------------------
vaccine
------------------------------ */
.vaccine_item li {
  width: 24%;
}
@media screen and (max-width : 767px) {
  .vaccine_item li {
    width: 47%;
  }
}
/* ------------------------------
price
------------------------------ */
table.price_area {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.price_area td, .price_area th {
  font-size: 1.5rem;
  font-weight: 600;
  border: 1px solid #595959;
  border-collapse: collapse;
}
td.service_ttl_rd_80 {
  background-color: rgba(196, 38, 41, 0.8);
  color: #fff;
  width: 10%;
  position: relative;
}
td.service_ttl_bu_80 {
  background-color: rgba(0, 31, 75, 0.8);
  color: #fff;
  width: 10%;
  position: relative;
}
td.service_ttl_rd_80 img, td.service_ttl_bu_80 img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40%;
}
td.service_ttl_gr {
  background: rgba(51, 51, 51, .60);
  color: #fff;
}
td.service_ttl_rd {
  background-color: rgba(196, 38, 41, 0.6);
  color: #fff;
}
td.service_ttl_bu {
  background-color: rgba(0, 31, 75, 0.6);
  color: #fff;
  line-height: 1.5em;
}
td, th {
  padding: 6px;
  height: 25px;
}
.price_area th {
  background: #001F4B;
  color: #fff;
  text-align: center;
}
.even {
  background: #fbf8f0;
}
.odd {
  background: #fefcf9;
}
.price_right {
  text-align: right;
  width: 50%;
}
.ty_ttl, .ty_price {
  font-weight: 700;
  color: #001f4b;
  padding-bottom: 20px;
}
.pr_area {
  display: flex;
  justify-content: space-between;
  padding-top: 7px;
}
.pr_ttl {
  font-size: 1.5rem;
}
.pr_price {
  font-size: 1.5rem;
  vertical-align: text-bottom;
}
.line .pr_ttl {
  position: absolute;
  padding-right: 1rem;
  padding-bottom: 0;
  background-color: white;
}
.line .pr_price {
  right: 0;
  position: absolute;
  padding-left: 1rem;
  padding-bottom: 0;
  background-color: white;
}
@media screen and (max-width : 767px) {
  table.price_area {
    width: 100%;
  }
  .price_area td, .price_area th, .pr_ttl, .pr_price {
    font-size: 1.2rem;
  }
  td.service_ttl_rd_80 img, td.service_ttl_bu_80 img {
    position: absolute;
    top: 14px;
    left: 0;
    width: 70%;
  }
  td, th {
    padding: 6px;
    height: 20px;
  }
}
/* ------------------------------
reserve_wrap
------------------------------ */
.reserve_wrap {
  max-width: 1000px;
  margin-bottom: 100px;
  margin-top: 150px;
  /*background: rgba(202, 202, 202, .22);*/
  background: #fff;
  border-radius: 16px;
  padding: 65px 20px 88px 20px;
  box-sizing: border-box;
}
.reserve_wrap h2 {
  text-align: center;
  margin: 0 auto 25px auto;
}
.reserve_wrap p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
.reserve_wrap .btn_wrap {
  margin: 45px auto 0 auto;
}
.reserve_wrap .btn_wrap .btn {
  max-width: 390px;
  margin: 0 auto;
}
.reserve_wrap .btn_wrap .btn + .btn {
  margin-top: 20px;
}
@media screen and (max-width : 767px) {
  .reserve_wrap {
    width: 100%;
    max-width: inherit;
    margin: 0;
    border-radius: 0;
    padding: 12% 0;
    box-sizing: border-box;
  }
  .reserve_wrap .reserve_in {
    width: 92%;
    margin: 0 auto;
    padding: 12% 5%;
    background: #FFF;
    box-shadow: 5px 5px 10px -4px rgb(114 114 114 / 30%);
    border-radius: 13px;
    box-sizing: border-box;
  }
  .reserve_wrap h2 {
    margin: 0 auto 10% auto;
  }
  .reserve_wrap p {
    font-size: 3.733vw;
    font-weight: 400;
    line-height: 1.64;
  }
  .reserve_wrap .btn_wrap {
    margin: 6% auto 0 auto;
  }
  .reserve_wrap .btn_wrap .btn {
    max-width: inherit;
    margin: 0 auto;
  }
  .reserve_wrap .btn_wrap .btn + .btn {
    margin-top: 4%;
  }
}