#sub.section__special.--vaccination-intro {
  align-items: center;
  padding: 120px 0;
  background: #fbf6f2;
}
#sub.section__special.--vaccination-intro .title__txt {
  flex: 1;
  padding-top: 20px;
}
#sub.section__special.--vaccination-intro .title__txt h2 {
  color: var(--theme-green, #2f694f);
  font-size: 72px;
  line-height: 0.95;
  margin-bottom: 20px;
}
#sub.section__special.--vaccination-intro .title__txt > strong {
  display: block;
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
}
#sub.section__special.--vaccination-intro .title__txt > p {
  font-size: 16px;
  line-height: 1.8;
  color: #464646;
  letter-spacing: -0.5px;
}
#sub.section__special.--vaccination-intro .title__infobox {
  position: relative;
  width: 620px;
  margin-top: 58px;
  padding: 46px 20px 34px;
  background: #f1f2f1;
  border-radius: 20px;
}
#sub.section__special.--vaccination-intro .title__infobox.has-light::before {
  content: "";
  position: absolute;
  left: 32px;
  top: -32px;
  width: 56px;
  height: 62px;
  background: url(/img/sub/title/icon_light.svg) no-repeat center/contain;
}
#sub.section__special.--vaccination-intro .title__infobox > strong {
  display: block;
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: 800;
  color: #82a293;
  line-height: 1.45;
}
#sub.section__special.--vaccination-intro .title__infobox ol {
  list-style: none;
  counter-reset: vaccine;
  padding: 0;
  margin: 0;
}
#sub.section__special.--vaccination-intro .title__infobox ol li {
  counter-increment: vaccine;
  position: relative;
  padding: 0 0 0 22px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  letter-spacing: -0.7px;
}
#sub.section__special.--vaccination-intro .title__infobox ol li:not(:last-child) {
  margin-bottom: 22px;
}
#sub.section__special.--vaccination-intro .title__infobox ol li::before {
  content: counter(vaccine) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #333;
}
#sub.section__special.--vaccination-intro .title__infobox ol li b {
  display: block;
  margin-bottom: 4px;
  font-weight: 800;
  color: #333;
}
#sub.section__special.--vaccination-intro .title__infobox ol li span {
  display: block;
  color: #464646;
}
#sub.section__special.--vaccination-intro .img__wrapper {
  width: 650px;
  height: 600px;
  flex-shrink: 0;
  border-radius: 0 0 0 140px;
  overflow: hidden;
}
#sub.section__special.--vaccination-intro .img__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#sub__tab.vaccination__page {
  background: #fbf6f2;
}
#sub__tab.vaccination__page.--no-tab > div:first-child, #sub__tab.vaccination__page.--no-tab > section:first-child {
  padding-top: 100px;
}
#sub__tab.vaccination__page .sec__tit {
  max-width: 1120px;
  margin: 0 auto 44px;
}
#sub__tab.vaccination__page .sec__tit .--font-botera-s {
  display: block;
  font-size: 72px;
  line-height: 1.05;
  color: var(--theme-green, #2f694f);
}
#sub__tab.vaccination__page .sec__tit .sec__mid {
  display: block;
  margin-top: 8px;
  font-size: 25px;
  line-height: 1.4;
  color: #222;
  font-weight: 800;
}
#sub__tab.vaccination__page .sec__tit p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.8;
  color: #464646;
  letter-spacing: -0.5px;
}
#sub__tab.vaccination__page .panel__vaccination-table {
  padding: 100px 0;
  background: #f3f3f3;
}
#sub__tab.vaccination__page .vaccine__cap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto 30px;
  color: #2f694f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}
#sub__tab.vaccination__page .vaccine__cap i {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border: 4px solid #8ec3ab;
  border-radius: 50%;
  box-sizing: border-box;
}
#sub__tab.vaccination__page .vaccine__cap i::after {
  content: "";
  position: absolute;
  right: -9px;
  bottom: -7px;
  width: 16px;
  height: 4px;
  background: #8ec3ab;
  border-radius: 4px;
  transform: rotate(45deg);
  transform-origin: center;
}
#sub__tab.vaccination__page .vaccine__table-wrap {
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
}
#sub__tab.vaccination__page .vaccine__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#sub__tab.vaccination__page .vaccine__table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#sub__tab.vaccination__page .vaccine__table th, #sub__tab.vaccination__page .vaccine__table td {
  border: 1px solid rgba(255, 255, 255, 0.85);
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.8;
  color: #464646;
  letter-spacing: -0.6px;
}
#sub__tab.vaccination__page .vaccine__table thead th {
  padding: 24px 20px;
  background: #86a895;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
#sub__tab.vaccination__page .vaccine__table tbody th {
  padding: 34px 24px;
  background: #e6e6e6;
  font-size: 18px;
  font-weight: 800;
  color: #333;
  line-height: 1.55;
}
#sub__tab.vaccination__page .vaccine__table tbody td {
  padding: 34px 20px;
  background: #e6e6e6;
}
#sub__tab.vaccination__page .panel__hpv {
  padding: 100px 0 120px;
  background: #fbf6f2;
}
#sub__tab.vaccination__page .panel__hpv .sec__tit {
  margin-bottom: 70px;
}
#sub__tab.vaccination__page .panel__hpv .sec__tit .--font-botera-s {
  font-size: 82px;
}
#sub__tab.vaccination__page .hpv__inner {
  max-width: 1400px;
  margin: 0 auto;
  gap: 50px;
}
#sub__tab.vaccination__page .hpv__img {
  width: 52%;
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
}
#sub__tab.vaccination__page .hpv__img img {
  width: 100%;
  display: block;
}
#sub__tab.vaccination__page .hpv__txt {
  flex: 1;
}
#sub__tab.vaccination__page .hpv__txt > strong {
  display: block;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 800;
  color: #111;
  line-height: 1.35;
}
#sub__tab.vaccination__page .hpv__txt > p {
  font-size: 17px;
  line-height: 1.8;
  color: #464646;
  letter-spacing: -0.5px;
}
#sub__tab.vaccination__page .hpv__note {
  position: relative;
  margin-top: 70px;
  padding: 44px 44px 36px;
  background: #f1f2f1;
  border-radius: 22px;
}
#sub__tab.vaccination__page .hpv__note.has-light::before {
  content: "";
  position: absolute;
  left: 32px;
  top: -34px;
  width: 56px;
  height: 62px;
  background: url(/img/sub/title/icon_light.svg) no-repeat center/contain;
}
#sub__tab.vaccination__page .hpv__note > strong {
  display: block;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 800;
  color: #82a293;
  line-height: 1.45;
  letter-spacing: -0.6px;
}
#sub__tab.vaccination__page .hpv__note .note__block:not(:last-child) {
  margin-bottom: 26px;
}
#sub__tab.vaccination__page .hpv__note .note__block b {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 800;
  color: #333;
}
#sub__tab.vaccination__page .hpv__note .note__block p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  letter-spacing: -0.6px;
}

@media (max-width: 1500px) {
  #sub.section__special.--vaccination-intro .title__txt h2 {
    font-size: 64px;
  }
  #sub.section__special.--vaccination-intro .title__infobox {
    width: 560px;
  }
}/*# sourceMappingURL=sub_05.min.css.map */