@charset "UTF-8";
/*wellnest clinic color*/
/*blue*/
/*red*/
.bg_blue {
  background: #F2F4F5;
}

.page-ttl {
  padding: 7% 0 6% 0;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
}

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

.pnkz,
.page-ttl {
  position: relative;
  z-index: 1;
  background: #FFF;
  box-sizing: border-box;
}

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

.page-ttl {
  padding: 16px 0 41px;
  box-shadow: 0px 5px 7px 0 rgba(79, 79, 79, 0.3);
}

.page-wrap {
  position: relative;
  background: url(../img/self_med/bgCol03.jpg) repeat-x center;
  background-size: cover;
  overflow: inherit;
  box-sizing: border-box;
}

.ttl {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #041E42;
  margin-bottom: 24px;
}
.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;
  line-height: 1;
  color: #041E42;
  background: white;
  margin-bottom: 40px;
}
.linettl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #041E42;
}
.linettl span {
  position: relative;
  padding: 0 50px;
  background: #fff;
  z-index: 1;
}

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

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

.atten_bl {
  color: #041E42;
  font-weight: 600;
}

.text_link {
  color: #041E42;
  font-weight: 600;
  border-bottom: 1px solid #041E42;
}

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

@media screen and (max-width: 767px) {
  .pc-flex {
    display: block;
  }
  .container {
    background: none;
  }
  .container:before {
    display: none;
  }
  .pnkz,
  .page-ttl_wrap,
  .page-wrap {
    background: #fff;
    box-sizing: border-box;
  }
  .pnkz ul li {
    color: #041E42;
  }
  .pnkz ul li a {
    color: #B3BBC6;
  }
  .pnkz ul li:not(:last-of-type):after {
    border-top: 1px solid #B3BBC6;
    border-right: 1px solid #B3BBC6;
  }
  .page-ttl_wrap .page-ttl {
    color: #041E42;
    padding: 8% 0 7% 0;
    box-shadow: 0px 5px 7px 0 rgba(79, 79, 79, 0.3);
  }
  .page-ttl_wrap .page-ttl .big {
    font-size: 6.7vw;
    margin-top: 10px;
    letter-spacing: 0.2rem;
  }
  .ico {
    text-align: center;
  }
  .ico img {
    width: 15vw;
  }
  .linettl span {
    padding: 1vw 8vw;
  }
  .ttl {
    font-size: 5.867vw;
    letter-spacing: 0.04em;
    margin-bottom: 4vw;
    line-height: 1.5;
  }
  .ttl:before {
    display: block;
    margin: 0 auto 3% auto;
  }
  .scroll {
    font-size: 3.2vw;
  }
  .btn_wrap {
    max-width: inherit;
    margin: 10% auto 0 auto;
  }
}
/* ------------------------------
sec01
------------------------------ */
.sec01 {
  max-width: 1280px;
  padding: 80px 104px;
  background: #FFF;
  box-sizing: border-box;
  margin: 0 auto 60px;
}
.sec01 .box_wrap + .box_wrap {
  margin-top: 160px;
}
.sec01 .box_wrap .box {
  padding: 0;
}
.sec01 .box_wrap .box + .box {
  margin-bottom: 80px;
}
.sec01 .box_wrap .box ul.list_disc li {
  position: relative;
  padding-left: 12px;
}
.sec01 .box_wrap .box ul.list_disc li::before {
  position: absolute;
  content: "●";
  color: #041E42;
  font-size: 12px;
  padding-right: 8px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.sec01 .box_wrap .box .boxIn {
  max-width: 800px;
  margin: 0 auto;
}
.sec01 .box_wrap .box .tb_container {
  margin-inline: auto;
  position: relative;
}
.sec01 .box_wrap .box .tb_container table {
  margin: 24px auto 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
}
.sec01 .box_wrap .box .tb_container table th {
  background-color: #e5e5e5;
  border: 1px solid #a5a5a5;
  padding: 15px;
  line-height: 1.5;
  color: #041E42;
  font-weight: 500;
}
.sec01 .box_wrap .box .tb_container table th.vac_ttl {
  letter-spacing: 0.2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #041E42;
  border: 1px solid #a5a5a5;
  padding: 15px;
  line-height: 1.5;
}
.sec01 .box_wrap .box .tb_container table th.vac_ttl span {
  float: right;
}
.sec01 .box_wrap .box .tb_container table td {
  padding: 10px;
  border: 1px solid #a5a5a5;
  text-align: center;
  line-height: 1.5;
}
.sec01 .box_wrap .box .tb_container table td span.price {
  float: right;
}
.sec01 .box_wrap .box .tb_container table td span.atten {
  font-weight: 600;
  color: #C8102E;
}
.sec01 .box_wrap .box .tb_container table td span.bg_red {
  background-color: #C8102E;
  color: #ffffff;
  padding: 0 6px 3px;
  border-radius: 3px;
  margin-right: 10px;
}
.sec01 .box_wrap .box .tb_container table td span.btn_det {
  color: #ffffff;
  background-color: #B3BBC6;
  border-radius: 3px;
  padding: 0 10px 3px;
  white-space: nowrap;
}
.sec01 .box_wrap .box .tb_container table td .modal-wrap button {
  color: #ffffff;
  background-color: #B3BBC6;
  border-radius: 3px;
  padding: 5px 10px 5px;
  white-space: nowrap;
  border: #B3BBC6;
  cursor: pointer;
}
.sec01 .box_wrap .box .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;
}
.sec01 .box_wrap .box .tb_container table td .modal .modal-container {
  padding-bottom: 50px;
}
.sec01 .box_wrap .box .tb_container table td .modal .modal-container h3 {
  text-align: left;
  border-left: #041E42 5px solid;
  margin-bottom: 30px;
}
.sec01 .box_wrap .box .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;
}
.sec01 .box_wrap .box .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);
}
.sec01 .box_wrap .box .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;
}
.sec01 .box_wrap .box .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: #041E42;
  box-sizing: border-box;
}
.sec01 .box_wrap .box .tb_container table td .modal .modal-content .modal-close span:before, .sec01 .box_wrap .box .tb_container table td .modal .modal-content .modal-close span:after {
  position: relative;
  display: block;
  left: -25px;
  content: "";
  width: 20px;
  height: 1px;
  background: #041E42;
  transform: rotate(-45deg);
}
.sec01 .box_wrap .box .tb_container table td .modal .modal-content .modal-close span:before {
  top: 13px;
}
.sec01 .box_wrap .box .tb_container table td .modal .modal-content .modal-close span:after {
  top: -13px;
  transform: rotate(45deg);
}
.sec01 .box_wrap .box .tb_container table td .modal .modal-content .modal-close:hover, .sec01 .box_wrap .box .tb_container table td .modal .modal-content .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.sec01 .box_wrap .box .tb_container table .name {
  text-align: center;
}
.sec01 .box_wrap .box .tb_container table .detail {
  text-align: left;
  width: 60%;
}
.sec01 .box_wrap .box .box_shadow {
  position: relative;
  box-shadow: 2px 2px 10px 0px rgba(114, 114, 114, 0.2);
  padding: 40px 80px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.sec01 .box_wrap .box .box_shadow .label {
  background-color: #001f4b;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  border-radius: 0 0 10px 0;
  font-size: 1.5rem;
}
.sec01 .box_wrap .box .box_shadow h3 {
  font-size: 2.1rem;
  letter-spacing: 0.2px;
  line-height: 1.5;
  width: fit-content;
  margin: 0 auto 40px;
}
.sec01 .box_wrap .box .box_shadow ul {
  margin: 0 auto;
  max-width: 800px;
}
.sec01 .box_wrap .box .box_shadow ul li {
  padding: 0 0 16px 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #041E42;
  position: relative;
}
.sec01 .box_wrap .box .box_shadow ul li::before {
  content: "●";
  position: absolute;
  left: -16px;
  color: #041E42;
}
.sec01 .box_wrap .box .box_shadow ul li h4 {
  font-size: 1.8rem;
  color: #041E42;
  font-weight: 500;
  text-align: left;
  padding-bottom: 15px;
}
.sec01 .box_wrap .box .box_shadow ul li p {
  text-align: left;
}
.sec01 .box_wrap .box .box_shadow ul li .ttl {
  font-size: 1.5rem;
  line-height: 1.5;
}
.sec01 .box_wrap .box .box_shadow ul.item {
  margin: 24px auto;
}
.sec01 .box_wrap .box .box_shadow ul.item li {
  width: calc(25% - 24px);
  text-align: center;
}
.sec01 .box_wrap .box .box_shadow ul.item li::before {
  content: none;
}
.sec01 .box_wrap .box .box_shadow dl {
  justify-content: flex-start;
  max-width: 800px;
  margin: 0 auto 10px;
}
.sec01 .box_wrap .box .box_shadow dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #041E42;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  width: 100%;
  line-height: 1.5;
}
.sec01 .box_wrap .box .box_shadow dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #041E42;
}
.sec01 .box_wrap .box .box_shadow dl dt span {
  position: relative;
  background: #fff;
  padding: 0 20px 0 0;
  z-index: 1;
}
.sec01 .box_wrap .box .box_shadow dl dd {
  margin-bottom: 30px;
  line-height: 1.5;
}
.sec01 .box_wrap .box .box_shadow dl dd .tb_container table {
  margin: 0 auto;
}
.sec01 .box_wrap .box .box_shadow dl dd .tb_container table tr th.vac_ttl {
  text-align: center;
  background-color: rgba(0, 31, 75, 0.5);
}
.sec01 .box_wrap .box .box_shadow dl dd .tb_container table tr th.name {
  text-align: left;
  width: 25%;
}
.sec01 .box_wrap .box .box_shadow .flex-box {
  max-width: 800px;
  justify-content: space-around;
}
.sec01 .box_wrap .box .box_shadow .flex-box li {
  list-style: none;
}
.sec01 .box_wrap .box .box_shadow .flex-box li .ico {
  width: 100px;
  align-items: top;
}
.sec01 .box_wrap .box .box_shadow .flex-box li p {
  font-size: 1.5rem;
  color: #041E42;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  height: 60px;
}
.sec01 .box_wrap .box .box_shadow .btn_wrap {
  max-width: 460px;
}
.sec01 .box_wrap .box .box_shadow .btn_wrap .btn_bl_gr .btn {
  background: transparent linear-gradient(100deg, #5879B5 0%, #1C3B77 100%) 0% 0% no-repeat padding-box;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 16px 10px 20px 10px;
}
.sec01 .box_wrap .box .box_shadow .btn_wrap .btn_bl_gr .btn:after {
  content: none;
}
.sec01 .box_wrap .box .box_shadow .btn_wrap .btn_bl_gr .btn span:before, .sec01 .box_wrap .box .box_shadow .btn_wrap .btn_bl_gr .btn span:after {
  content: none;
}
.sec01 .box_wrap .box .box_shadow .btn_wrap .btn_bl_gr .btn p {
  color: #fff;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  text-align: center;
}
.sec01 .box_wrap .box .box_shadow .btn_wrap .btn_bl_gr .btn img {
  width: 90%;
  margin-bottom: 2%;
}
.sec01 .box_wrap .box .box_frame {
  border: #041E42 1px solid;
  padding: 40px 80px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.sec01 .box_wrap .box .box_frame ul {
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
}
.sec01 .box_wrap .box .box_frame ul li {
  font-size: 1.8rem;
  color: #041E42;
  font-weight: 600;
  padding: 0 0 16px 24px;
}
.sec01 .box_wrap .box .box_frame ul li span {
  position: relative;
}
.sec01 .box_wrap .box .box_frame ul li span:before {
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
  top: 15px;
  left: -20px;
  width: 15px;
  height: 15px;
  background: url(../img/travel/ico_check.svg) no-repeat center center;
}
.sec01 .box_wrap .box .box_frame .ttl span {
  position: relative;
}
.sec01 .box_wrap .box .box_frame .img {
  margin: 50px auto;
  max-width: 800px;
}
.sec01 .box_wrap .box .box_frame .img img {
  width: 100%;
}
.sec01 .box_wrap .box .box_bl {
  background-color: rgba(0, 31, 75, 0.2);
  padding: 50px;
  border-radius: 10px;
}
.sec01 .box_wrap .box .box_bl .ext_link .btn {
  width: 100%;
  background-color: rgba(0, 31, 75, 0.4);
  border-radius: 10px;
  margin: 0 20px;
}
.sec01 .box_wrap .box .box_bl .ext_link .btn h3 {
  color: #fff;
  text-align: center;
  border-bottom: #fff 1px solid;
  line-height: 2.5;
}
.sec01 .box_wrap .box .box_bl .ext_link .btn p {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  line-height: 1.5;
}
.sec01 .box_wrap .box .box_bl .ext_link .btn:after {
  content: none;
}
.sec01 .box_wrap .box picture.img {
  margin-bottom: 10px;
}
.sec01 .box_wrap .box picture.img img {
  width: 100%;
}
.sec01 .box_wrap .box ul.reference li a {
  color: #041E42;
  border-bottom: 1px solid;
}
.sec01 .box_wrap .box p.sp {
  text-align: center;
  font-size: smaller;
}
.sec01 .box_wrap .tb_container {
  margin-inline: auto;
  position: relative;
  margin-bottom: 50px;
}
.sec01 .box_wrap .tb_container table {
  margin: 50px auto 10px;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
}
.sec01 .box_wrap .tb_container table th {
  background-color: #e5e5e5;
  border: 1px solid #a5a5a5;
  padding: 15px;
  line-height: 1.5;
  color: #001f4b;
  font-weight: 500;
}
.sec01 .box_wrap .tb_container table th.vac_ttl {
  letter-spacing: 0.2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #001f4b;
  border: 1px solid #a5a5a5;
  padding: 15px;
  line-height: 1.5;
}
.sec01 .box_wrap .tb_container table th.vac_ttl span {
  float: right;
}
.sec01 .box_wrap .tb_container table td {
  padding: 10px;
  border: 1px solid #a5a5a5;
  text-align: center;
  line-height: 1.5;
}
.sec01 .box_wrap .tb_container table td span.price {
  float: right;
}
.sec01 .box_wrap .tb_container table td span.atten {
  font-weight: 600;
  color: #c42629;
}
.sec01 .box_wrap .tb_container table td span.bg_red {
  background-color: #c42629;
  color: #ffffff;
  padding: 0 6px 3px;
  border-radius: 3px;
  margin-right: 10px;
}
.sec01 .box_wrap .tb_container table td span.btn_det {
  color: #ffffff;
  background-color: #96a4b8;
  border-radius: 3px;
  padding: 0 10px 3px;
  white-space: nowrap;
}
.sec01 .box_wrap .tb_container table td .modal-wrap button {
  color: #ffffff;
  background-color: #96a4b8;
  border-radius: 3px;
  padding: 5px 10px 5px;
  white-space: nowrap;
  border: #96a4b8;
  cursor: pointer;
}
.sec01 .box_wrap .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;
}
.sec01 .box_wrap .tb_container table td .modal .modal-container {
  padding-bottom: 50px;
}
.sec01 .box_wrap .tb_container table td .modal .modal-container h3 {
  text-align: left;
  border-left: #001f4b 5px solid;
  margin-bottom: 30px;
}
.sec01 .box_wrap .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;
}
.sec01 .box_wrap .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);
}
.sec01 .box_wrap .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;
}
.sec01 .box_wrap .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;
}
.sec01 .box_wrap .tb_container table td .modal .modal-content .modal-close span:before, .sec01 .box_wrap .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);
}
.sec01 .box_wrap .tb_container table td .modal .modal-content .modal-close span:before {
  top: 13px;
}
.sec01 .box_wrap .tb_container table td .modal .modal-content .modal-close span:after {
  top: -13px;
  transform: rotate(45deg);
}
.sec01 .box_wrap .tb_container table td .modal .modal-content .modal-close:hover,
.sec01 .box_wrap .tb_container table td .modal .modal-content .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sec01 .box_wrap .tb_container table .name {
  text-align: center;
}
.sec01 .box_wrap .tb_container table .detail {
  text-align: left;
  width: 60%;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn_wrap {
  max-width: 320px;
  margin: 40px auto 0 auto;
}
.btn_wrap .btn span {
  position: relative;
}
.btn_wrap .btn span:before {
  content: "";
  background: url(../img/vaccination/ico_price_wh.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}
.btn_wrap .red span {
  position: relative;
}
.btn_wrap .red span:before {
  content: "";
  background: url(../img/vaccination/ico_visit_wh.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}
.btn_wrap .btn_back {
  padding-bottom: 40px;
}
.btn_wrap .btn_back .btn {
  background: #c9c9c9;
}
.btn_wrap .btn_bl_gr .btn {
  background: transparent linear-gradient(100deg, #5879B5 0%, #1C3B77 100%) 0% 0% no-repeat padding-box;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 16px 10px 20px 10px;
}
.btn_wrap .btn_bl_gr .btn:after {
  content: none;
}
.btn_wrap .btn_bl_gr .btn span:before, .btn_wrap .btn_bl_gr .btn span:after {
  content: none;
}
.btn_wrap .btn_bl_gr .btn p {
  color: #fff;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  text-align: center;
}
.btn_wrap .btn_bl_gr .btn img {
  width: 90%;
  margin-bottom: 2%;
}

@media screen and (max-width: 767px) {
  .sec01 {
    max-width: inherit;
    padding: 8vw 0 0;
    margin-bottom: 16vw;
  }
  .sec01.inner {
    width: 100%;
  }
  .sec01 .box_wrap + .box_wrap {
    margin-top: 16vw;
  }
  .sec01 .box_wrap .box {
    margin: 8vw auto;
  }
  .sec01 .box_wrap .box + .box {
    margin-top: 16vw;
  }
  .sec01 .box_wrap .box ul.list_disc {
    width: 92%;
    margin: 0 auto;
  }
  .sec01 .box_wrap .box ul.list_disc li::before {
    font-size: 12px;
    padding-right: 8px;
  }
  .sec01 .box_wrap .box .boxIn {
    max-width: 100%;
  }
  .sec01 .box_wrap .box .tb_container {
    margin-inline: auto;
    overflow-x: scroll;
    width: 100%;
  }
  .sec01 .box_wrap .box .tb_container table {
    font-size: 3.2vw;
    margin: 2% auto;
    width: auto;
  }
  .sec01 .box_wrap .box .tb_container table th {
    padding: 1vw;
  }
  .sec01 .box_wrap .box .tb_container table th.vac_ttl {
    font-size: 3.2vw;
    padding: 3% 2%;
    letter-spacing: 0;
  }
  .sec01 .box_wrap .box .tb_container table .type {
    width: 40%;
  }
  .sec01 .box_wrap .box .tb_container table td {
    padding: 2%;
    text-align: left;
  }
  .sec01 .box_wrap .box .tb_container table td .modal-wrap button {
    white-space: normal;
  }
  .sec01 .box_wrap .box .tb_container table td .modal .modal-container {
    padding-bottom: 15%;
  }
  .sec01 .box_wrap .box .tb_container table td .modal .modal-container h3 {
    padding-left: 3%;
    font-size: 4.26vw;
    margin: 0 5% 5% 0;
  }
  .sec01 .box_wrap .box .tb_container table td .modal .modal-container p {
    font-size: 3.733vw;
  }
  .sec01 .box_wrap .box .tb_container table td .modal .modal-content {
    width: 70%;
    padding: 10%;
  }
  .sec01 .box_wrap .box .tb_container table td .modal .modal-content .modal-close {
    height: 28px;
  }
  .sec01 .box_wrap .box .tb_container table span.btn_det {
    padding: 2% 5%;
    white-space: nowrap;
  }
  .sec01 .box_wrap .box .box_shadow,
  .sec01 .box_wrap .box .box_frame,
  .sec01 .box_wrap .box .box_bl {
    padding: 8vw 4vw;
    margin-bottom: 0;
  }
  .sec01 .box_wrap .box .box_shadow ul.item li {
    padding: 2% 2% 2% 8%;
  }
  .sec01 .box_wrap .box .box_frame ul li {
    padding: 10px 0 10px 30px;
    margin-right: 0;
    font-size: 4.26vw;
  }
  .sec01 .box_wrap .box .box_frame ul li span:before {
    width: 4vw;
    height: 3vh;
  }
  .sec01 .box_wrap .box .box_shadow {
    margin-bottom: 4vw;
  }
  .sec01 .box_wrap .box .box_shadow h3 {
    text-align: left;
  }
  .sec01 .box_wrap .box .box_shadow ul {
    padding: 0 0 0 4vw;
  }
  .sec01 .box_wrap .box .box_shadow ul + ul {
    margin-top: 4vw;
  }
  .sec01 .box_wrap .box .box_shadow ul li {
    padding: 0 0 0 4vw;
    line-height: 1.5;
    font-size: 3.733vw;
  }
  .sec01 .box_wrap .box .box_shadow ul li + li {
    margin-top: 4vw;
  }
  .sec01 .box_wrap .box .box_shadow ul li h4 {
    line-height: 1.5;
    font-size: 4.267vw;
  }
  .sec01 .box_wrap .box .box_shadow ul.item {
    margin: 8vw auto;
  }
  .sec01 .box_wrap .box .box_shadow ul.item li {
    width: calc(50% - 4vw);
    padding: 0;
    font-size: 4.27vw;
  }
  .sec01 .box_wrap .box .box_shadow dl {
    margin: 0 auto 4vw;
  }
  .sec01 .box_wrap .box .box_shadow dl dt {
    font-size: 4.27vw;
    margin-bottom: 4vw;
  }
  .sec01 .box_wrap .box .box_shadow dl dt span {
    padding: 0 8vw 0 0;
  }
  .sec01 .box_wrap .box .box_shadow dl dd {
    margin-bottom: 8vw;
  }
  .sec01 .box_wrap .box .box_shadow .flex-box {
    padding: 0 3%;
    justify-content: center;
  }
  .sec01 .box_wrap .box .box_shadow .flex-box li {
    width: 50%;
  }
  .sec01 .box_wrap .box .box_shadow .flex-box li .ico {
    width: auto;
    margin: 10% auto;
  }
  .sec01 .box_wrap .box .box_shadow .flex-box li .ico img {
    width: 24vw;
    height: 20vw;
  }
  .sec01 .box_wrap .box .box_shadow .flex-box li p {
    font-size: 4.26vw;
    height: 5vh;
  }
  .sec01 .box_wrap .box .img {
    text-align: center;
  }
  .sec01 .box_wrap .box .img img {
    max-width: 650px;
    margin: 0 auto 5%;
  }
  .btn_wrap {
    margin: 8vw auto;
    max-width: 92%;
  }
  .btn_wrap .btn_back {
    padding-bottom: 8vw;
  }
}