@charset "UTF-8";
.section-yobou-limitations {
  border-bottom: 1px solid #0d92d2;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-yobou-limitations {
    padding: 0.8rem 0 0.98rem;
  }
  .section-yobou-limitations .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-yobou-limitations .limitations-wrapper {
    padding: 0.21rem 0 0.3rem;
    background: url("../img/yobou/sp/limitations_bg.jpg") no-repeat center/cover;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-yobou-limitations {
    padding: 122px 0 180px;
  }
  .section-yobou-limitations .title-common-primary {
    margin-bottom: 50px;
  }
  .section-yobou-limitations .limitations-wrapper {
    padding: 30px 0;
    background: url("../img/yobou/limitations_bg.jpg") no-repeat center/cover;
  }
  .section-yobou-limitations .wrapper {
    position: relative;
  }
  .section-yobou-limitations .decor-common-animation {
    right: -94px;
    bottom: 19px;
    width: 230px;
    height: 212px;
    background-image: url("../img/yobou/decor_flower.png");
  }
  .section-yobou-limitations .list-common-dots {
    padding-right: 120px;
  }
}
.section-yobou-reservations .reservations-wrapper {
  margin: 0 auto;
  background: #f6f1ec;
}
.section-yobou-reservations .reservations-text .highlight {
  font-weight: 700;
}
.section-yobou-reservations .reservations-text .text-common-highlight {
  font-weight: 500;
}
.section-yobou-reservations .block-common-contact {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-yobou-reservations {
    padding-top: 0.6rem;
  }
  .section-yobou-reservations .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-yobou-reservations .reservations-wrapper {
    min-height: 2.19rem;
    padding: 0.21rem 0.2rem 0.19rem;
  }
  .section-yobou-reservations .block-common-contact {
    margin: 1px 0 0.08rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-yobou-reservations {
    padding-top: 89px;
  }
  .section-yobou-reservations .title-common-primary {
    margin-bottom: 39px;
  }
  .section-yobou-reservations .reservations-wrapper {
    max-width: 535px;
    min-height: 184px;
    padding: 32px 20px 20px;
    text-align: center;
  }
  .section-yobou-reservations .block-common-contact {
    margin: 7px 0 13px;
  }
}
.section-yobou-vaccines .vaccines-box {
  background: #f6f1ec;
  color: #004b69;
}
.section-yobou-vaccines .vaccines-box .vaccines-heading {
  font-weight: 700;
}
.section-yobou-vaccines .vaccines-box .vaccines-content p:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-yobou-vaccines {
    padding-top: 0.8rem;
  }
  .section-yobou-vaccines .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-yobou-vaccines .vaccines-box {
    margin-top: 0.3rem;
    padding: 0.16rem 0.2rem 0.13rem;
  }
  .section-yobou-vaccines .vaccines-box .vaccines-heading {
    margin-bottom: 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-yobou-vaccines {
    padding-top: 122px;
  }
  .section-yobou-vaccines .title-common-primary {
    margin-bottom: 50px;
  }
  .section-yobou-vaccines .vaccines-box {
    min-height: 62px;
    margin-top: 39px;
    padding: 17px 5px 13px 30px;
  }
  .section-yobou-vaccines .vaccines-box .vaccines-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-yobou-vaccines .vaccines-box .vaccines-heading {
    width: 78px;
    padding-right: 5px;
  }
  .section-yobou-vaccines .vaccines-box .vaccines-content {
    width: calc(100% - 78px);
  }
}
.yobou-table {
  color: #004b69;
}
.yobou-table .item-primary-link {
  color: #004b69;
}
.yobou-table .row.head dt,
.yobou-table .row.head dd {
  font-weight: 700;
}
.yobou-table dt,
.yobou-table dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.yobou-table dt {
  font-weight: 700;
}
.yobou-table dt .is-normal {
  font-weight: 500;
}
.yobou-table dd p:last-child {
  margin-bottom: 0;
}
.yobou-table .is-style-left {
  text-align: left;
}
.yobou-table .list-link-primary .item-primary-link::after {
  background: url("../img/common/icn_arrow_07.svg") bottom left/auto 100% no-repeat;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .yobou-table .row dt.heading {
    min-height: 0.65rem;
    padding: 0.05rem 0.1rem;
    background: #efefef;
    font-size: 0.16rem;
  }
  .yobou-table .row dt.heading .is-normal {
    margin-left: 0.05rem;
    font-size: 0.14rem;
  }
  .yobou-table .row.content {
    margin-bottom: 0.27rem;
  }
  .yobou-table .row.content dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.54rem;
    border-bottom: 1px dashed #0d92d2;
  }
  .yobou-table .row.content .table-description,
  .yobou-table .row.content .list-link-primary {
    width: 2.14rem;
  }
  .yobou-table .row.content .table-title {
    width: 1.11rem;
    padding: 0.05rem 0.03rem 0.05rem 0.1rem;
    font-size: 0.14rem;
    font-weight: 700;
  }
  .yobou-table .row.content .list-link-primary {
    padding: 0.06rem 0.08rem;
  }
  .yobou-table .row.content .list-link-primary .item-primary-link {
    font-size: 0.15rem;
  }
  .yobou-table .row.content .table-description {
    padding: 0.16rem 0.1rem 0.14rem;
    font-size: 0.15rem;
    line-height: 1.4;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .yobou-table {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .yobou-table .row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    border-bottom: 1px solid #095888;
  }
  .yobou-table .row:not(.head) dt,
  .yobou-table .row:not(.head) td {
    min-height: 65px;
  }
  .yobou-table .row.head {
    border: 0;
  }
  .yobou-table .row.head dt,
  .yobou-table .row.head dd {
    min-height: 53px;
    background: #c4e6f6;
  }
  .yobou-table dt,
  .yobou-table dd {
    padding: 9px 15px 9px 30px;
  }
  .yobou-table .is-normal {
    margin-left: 10px;
  }
  .yobou-table dt {
    position: relative;
    width: 380px;
  }
  .yobou-table dt::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: -3px;
    border-right: 1px dashed #095888;
  }
  .yobou-table dd {
    position: relative;
  }
  .yobou-table dd::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: -3px;
    border-right: 1px dashed #095888;
  }
  .yobou-table dd.is-second {
    width: 426px;
  }
  .yobou-table dd.is-third {
    width: 334px;
  }
  .yobou-table dd:last-child::after {
    display: none;
  }
}
.section-yobou-details .block-influenza-information {
  background-color: #f6f1ec;
}
.section-yobou-details .list-common-information .information-item {
  position: relative;
}
.section-yobou-details .list-common-information .information-anchor {
  position: absolute;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-yobou-details {
    padding-top: 0.6rem;
  }
  .section-yobou-details .title-common-primary {
    margin-bottom: -0.1rem;
  }
  .section-yobou-details .block-influenza-information {
    margin: 0.19rem 0 0.22rem;
    padding: 0.16rem 0.2rem 0.14rem;
  }
  .section-yobou-details .information-anchor {
    top: -0.2rem;
  }
  .section-yobou-details .list-common-information .information-item {
    margin-bottom: 0;
    padding-top: 0.51rem;
  }
  .section-yobou-details .information-note {
    margin-bottom: 0.09rem;
  }
  .section-yobou-details .yobou-table {
    margin-bottom: 0.29rem;
  }
  .section-yobou-details .yobou-table .row.content {
    margin-bottom: 0.2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-yobou-details {
    padding-top: 121px;
  }
  .section-yobou-details .wrapper {
    position: relative;
  }
  .section-yobou-details .information-anchor {
    top: -30px;
  }
  .section-yobou-details .title-common-primary {
    margin-bottom: 0;
  }
  .section-yobou-details .yobou-table {
    margin-bottom: 70px;
  }
  .section-yobou-details .yobou-table dt,
  .section-yobou-details .yobou-table dd {
    width: 180px;
    padding-left: 20px;
  }
  .section-yobou-details .yobou-table dt.is-second, .section-yobou-details .yobou-table dt.is-third,
  .section-yobou-details .yobou-table dd.is-second,
  .section-yobou-details .yobou-table dd.is-third {
    width: 480px;
  }
  .section-yobou-details .information-item {
    margin-bottom: 0;
    padding-top: 62px;
  }
  .section-yobou-details .sublist-item:not(:last-child) {
    margin-bottom: 39px;
  }
  .section-yobou-details .block-influenza-information {
    margin-top: 29px;
    padding: 12px 20px 9px;
  }
  .section-yobou-details .information-note {
    margin-bottom: 9px;
  }
  .section-yobou-details .decor-common-animation {
    top: 502px;
    right: -71px;
    width: 186px;
    height: 155px;
    background-image: url("../img/common/decor_flower_03.png");
  }
}
.block-shingles-information {
  background-color: #f6f1ec;
}
.block-shingles-information .information-content {
  border-bottom: 1px dashed #095888;
}
.block-shingles-information .content-description {
  font-weight: 700;
}
.block-shingles-information .dot-item.has-bold {
  font-weight: 700;
}
.block-shingles-information .content-title {
  position: relative;
  font-weight: 700;
}
.block-shingles-information .content-title::before {
  content: "";
  position: absolute;
  top: 0.02rem;
  bottom: 0.04rem;
  left: 0;
  width: 0.03rem;
  background: #003d55;
}
.block-shingles-information .contact-phone {
  text-decoration: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-shingles-information {
    margin-top: 0.2rem;
    padding: 0.16rem 0.2rem 0.14rem;
  }
  .block-shingles-information .information-content {
    display: block;
  }
  .block-shingles-information .content-note {
    margin-bottom: 0.04rem;
  }
  .block-shingles-information .list-common-number {
    margin-bottom: 0.1rem;
  }
  .block-shingles-information .content-description {
    margin-bottom: 0.18rem;
  }
  .block-shingles-information .information-list {
    padding-top: 0.21rem;
  }
  .block-shingles-information .list-common-dots {
    margin-bottom: 0.17rem;
  }
  .block-shingles-information .content-title {
    margin-bottom: 0.07rem;
    padding-left: 0.15rem;
  }
  .block-shingles-information .contact-phone {
    margin-left: 0.08rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-shingles-information {
    margin-top: 30px;
    padding: 10px 20px 16px;
  }
  .block-shingles-information .content-note {
    margin-bottom: 12px;
  }
  .block-shingles-information .list-common-number {
    margin-bottom: 17px;
  }
  .block-shingles-information .content-description {
    margin-bottom: 20px;
  }
  .block-shingles-information .information-list {
    padding-top: 21px;
  }
  .block-shingles-information .list-common-dots {
    margin-bottom: 16px;
  }
  .block-shingles-information .list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-shingles-information .content-title {
    margin-right: 17px;
    padding-left: 16px;
  }
  .block-shingles-information .content-title::before {
    top: 2px;
    bottom: 4px;
    left: 0;
  }
  .block-shingles-information .contact-phone {
    margin-left: 9px;
    pointer-events: none;
  }
}
/*# sourceMappingURL=yobou.css.map */