@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=open_in_new);
.font-bold {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

#mv_inner {
  background-image: url(./img/treatment/bcg-cws-vaccine/mv_bcg-cws-vaccine.jpg);
}

@media (max-width: 768px) {
  #mv_inner {
    background-image: url(./img/treatment/bcg-cws-vaccine/sp/mv_bcg-cws-vaccine.jpg);
  }
}
.is_font_serif {
  font-family: "Noto Serif JP", serif;
}

.block2col {
  width: 48%;
  margin-top: 60px;
}

.block2col_heading {
  color: #419BD2;
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  background: #F3F9FD;
  padding-left: 30px;
  border-left: solid #419BD2 10px;
  margin-bottom: 10px;
}

.section_01 figure {
  text-align: center;
}

.flex_block {
  display: flex;
  justify-content: space-between;
}
.flex_block .p-img_ttl {
  text-align: center;
  margin-bottom: 1rem;
}

.flex_block > .flex_2 {
  width: 48%;
}

.section_02 .flex_block {
  align-items: center;
}

.about_img {
  text-align: center;
}

#sub_page .inner.case_01 {
  margin: 0 auto 70px;
}

.case_wrap {
  display: flex;
  margin-bottom: 40px;
}

.case_wrap .gradation_ttl_01 {
  margin-right: 70px;
}

.case_wrap ul {
  font-size: 18px;
}

.case_wrap ul li {
  margin-bottom: 1rem;
}

.case_img_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.case_img_wrap figure {
  position: relative;
  width: 23%;
  text-align: center;
}

.case_img_wrap .case_arrow::after {
  content: "";
  background-image: url(./img/com/case_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 78px;
  height: 30px;
  position: absolute;
  top: 40%;
  right: -20%;
  transform: translateY(-40%);
  z-index: 5;
}

.case_img_wrap figure img {
  margin-bottom: 1.5rem;
}

.case_img_wrap figure figcaption {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
}

.sub_ttl {
  font-size: 30px;
  color: #004faf;
  font-weight: bold;
  margin-bottom: 1rem;
}

.section_07 figure {
  text-align: center;
}

.section_08 ul {
  font-size: 18px;
  line-height: 1.5;
}

.section_08 ul li {
  margin-bottom: 1rem;
  text-indent: -5.5em;
  padding-left: 5.5em;
}

@media (max-width: 1500px) {
  .case_img_wrap .case_arrow::after {
    width: 5.2vw;
    height: 2vw;
  }
}
@media (max-width: 768px) {
  .section_01 figure {
    padding: 0 5% 7%;
  }
  .flex_block {
    display: block;
  }
  .flex_block > .flex_2 {
    width: 100%;
  }
  .check_list {
    font-size: 15px;
    line-height: 1.3;
  }
  .check_list li {
    margin-bottom: 1rem;
  }
  .check::before {
    min-width: 20px;
    height: 17px;
    margin-right: 0.5rem;
  }
  .check span {
    display: block;
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }
  #sub_page .inner.case_01 {
    margin: 0 auto;
  }
  .case_wrap {
    display: block;
    margin-bottom: 5%;
  }
  .case_wrap .gradation_ttl_01 {
    margin: 0 auto 5%;
  }
  .case_wrap ul {
    font-size: 15px;
  }
  .case_wrap ul li {
    margin-bottom: 0.3rem;
  }
  .case_img_wrap {
    width: 70%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .case_img_wrap figure {
    width: 48%;
    margin-bottom: 10%;
  }
  .case_img_wrap figure img {
    margin-bottom: 1rem;
  }
  .case_img_wrap .case_arrow::after {
    width: 10vw;
    height: 3.9vw;
    right: -5.8vw;
  }
  .case_img_wrap figure figcaption {
    font-size: 12px;
  }
  .sub_ttl {
    font-size: 18px;
  }
  .section_08 ul {
    font-size: 15px;
  }
  .section_08 ul li {
    margin-bottom: 0.5rem;
  }
  .block2col {
    width: 100%;
    margin-top: 30px;
  }
  .block2col_heading {
    font-size: 20px;
    padding-left: 20px;
    border-left: solid #419BD2 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .case_img_wrap {
    width: 90%;
  }
}
#sub_page .flex_block .p-img_ttl {
  text-align: center;
  margin-bottom: 1rem;
}
#sub_page .section_01.-sec01 .flex_block.-block01 {
  gap: 0 70px;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #sub_page .section_01.-sec01 .flex_block.-block01 {
    margin-top: 8vw;
  }
}
#sub_page .section_01.-sec01 .flex_block.-block01 .flex_2:nth-child(1) {
  width: 36.0606060606%;
  max-width: 476px;
}
@media screen and (max-width: 768px) {
  #sub_page .section_01.-sec01 .flex_block.-block01 .flex_2:nth-child(1) {
    width: 90%;
    margin: 2em auto 0;
  }
  #sub_page .section_01.-sec01 .flex_block.-block01 .flex_2:nth-child(1) figure {
    padding-left: 0;
    padding-right: 0;
  }
}
#sub_page .section_01.-sec01 .flex_block.-block01 .flex_2:nth-child(2) {
  width: 49.6212121212%;
  max-width: 655px;
}
@media screen and (max-width: 768px) {
  #sub_page .section_01.-sec01 .flex_block.-block01 .flex_2:nth-child(2) {
    width: 100%;
    margin: 2em auto 0;
  }
  #sub_page .section_01.-sec01 .flex_block.-block01 .flex_2:nth-child(2) figure {
    padding-left: 0;
    padding-right: 0;
  }
}
#sub_page .section_01.-sec01 .flex_block.-block02 {
  margin-top: 90px;
  gap: 0 54px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #sub_page .section_01.-sec01 .flex_block.-block02 {
    margin-top: 12vw;
  }
}
#sub_page .section_01.-sec01 .flex_block.-block02 .heading_02-sup {
  line-height: 1.35;
}
#sub_page .section_01.-sec01 .flex_block.-block02 .flex_2:nth-child(1) {
  width: 43.4090909091%;
  max-width: 573px;
}
@media screen and (max-width: 768px) {
  #sub_page .section_01.-sec01 .flex_block.-block02 .flex_2:nth-child(1) {
    width: 100%;
  }
  #sub_page .section_01.-sec01 .flex_block.-block02 .flex_2:nth-child(1) figure {
    padding-left: 0;
    padding-right: 0;
  }
}
#sub_page .section_01.-sec01 .flex_block.-block02 .flex_2:nth-child(2) {
  width: 49.2424242424%;
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  #sub_page .section_01.-sec01 .flex_block.-block02 .flex_2:nth-child(2) {
    width: 100%;
  }
  #sub_page .section_01.-sec01 .flex_block.-block02 .flex_2:nth-child(2) figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #sub_page .section_01.-sec01 .flex_block.-block02 .flex_2 + .flex_2 {
    margin-top: 1em;
  }
}
#sub_page .section_01.-sec01 .p-point_text {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  text-align: center;
  background-color: #1D86C6;
  display: table;
  border-radius: 16px;
  padding: 22px 28px;
  margin: 60px auto 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #sub_page .section_01.-sec01 .p-point_text {
    border-radius: 2.1333333333vw;
    font-size: 16px;
    text-align: left;
    padding: 2.6666666667vw 4vw;
    margin-top: 1.3333333333vw;
    width: 100%;
  }
}
#sub_page .p-section_link .flex_block {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #sub_page .p-section_link .flex_block {
    display: flex;
    flex-direction: column-reverse;
  }
}
#sub_page .p-section_link .p-section_link__text01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.1111111111;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #sub_page .p-section_link .p-section_link__text01 {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 768px) {
  #sub_page .p-section_link figure {
    padding-left: 0;
    padding-right: 0;
  }
}
#sub_page .p-link_eternal_list {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  #sub_page .p-link_eternal_list {
    margin-top: 0;
  }
}
#sub_page .p-link_eternal {
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.7142857143;
  position: relative;
  padding-right: 1.5em;
}
#sub_page .p-link_eternal::after {
  font-family: "Material Icons";
  content: "\e89e";
  color: #419BD2;
}
#sub_page .heading_02-sup {
  font-size: 28px;
  font-family: "Noto Serif", serif;
  color: #419BD2;
  margin-bottom: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #sub_page .heading_02-sup {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
}
#sub_page .p-flow_wrapper {
  border-radius: 16px;
  border: 1px solid rgba(203, 203, 203, 0.6);
  overflow: hidden;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 768px) {
  #sub_page .p-flow_wrapper {
    border-radius: 2.1333333333vw;
  }
}
#sub_page .p-flow_wrapper .c-block {
  padding: 28px 37px 19px;
}
@media screen and (max-width: 768px) {
  #sub_page .p-flow_wrapper .c-block {
    padding: 20px;
  }
}
#sub_page .p-flow_wrapper .p-flow {
  display: flex;
  justify-content: center;
  gap: 0 129px;
}
@media screen and (max-width: 768px) {
  #sub_page .p-flow_wrapper .p-flow {
    gap: 2.6666666667vw;
  }
}
#sub_page .p-flow_wrapper .p-flow .p-flow_box {
  width: 321px;
}
@media screen and (max-width: 768px) {
  #sub_page .p-flow_wrapper .p-flow .p-flow_box {
    width: 40vw;
  }
}
#sub_page .p-flow_wrapper .p-flow .p-flow_box ul li {
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  background-color: #EEEEEE;
  height: 74px;
}
@media screen and (max-width: 768px) {
  #sub_page .p-flow_wrapper .p-flow .p-flow_box ul li {
    height: 10.6666666667vw;
    border-radius: 2.1333333333vw;
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.25;
  }
}
#sub_page .p-flow_wrapper .p-flow .p-flow_box ul li:nth-child(1) {
  color: #fff;
}
#sub_page .p-flow_wrapper .p-flow .p-flow_box ul li + li {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #sub_page .p-flow_wrapper .p-flow .p-flow_box ul li + li {
    margin-top: 2.6666666667vw;
  }
}
#sub_page .p-flow_wrapper .p-flow .p-flow_box.-treatment ul li:nth-child(1) {
  background-color: #1D86C6;
}
#sub_page .p-flow_wrapper .p-flow .p-flow_box.-prevention ul li:nth-child(1) {
  background-color: #E78068;
}
#sub_page .p-flow_wrapper .p-flow_text01 {
  text-align: center;
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  #sub_page .p-flow_wrapper .p-flow_text01 {
    margin-top: 3.3333333333vw;
    margin-bottom: 0;
  }
}
#sub_page .p-pdf_link {
  text-decoration: underline;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.652173913;
  display: inline-block;
  margin-top: -2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #sub_page .p-pdf_link {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
  }
}/*# sourceMappingURL=bcg-cws-vaccine.css.map */