/* --------------------
 Childbirth notice
-------------------- */
.com-page-head {
    background-image: url(../images/pages/birth/birth-page-head-bg-sp.webp);
}

@media (min-width: 768px) {
    .com-page-head {
    background-image: url(../images/pages/birth/birth-page-head-bg.webp);
}
}


.birth {
    padding: 0 0 80px;
}

@media (min-width: 768px) {
    .birth {
        padding: 0 0 120px;
    }
}

.birth-container {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .birth-container {
        padding: 0 30px;
    }
}

.birth__list {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .birth__list {
        margin: 0 0 120px;
    }
}

@media (min-width: 992px) {
    .birth__list {
        margin: 0 0 150px;
    }
}

.birth__list__item {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px 45px;
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .birth__list__item {
        align-items: flex-start;
        flex-direction: row;
        margin: 0 0 80px;
    }
}

.birth__list__item:last-child {
    margin-bottom: 0;
}

.birth__list__item__fig {
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .birth__list__item__fig {
        flex-grow: 0;
        flex-shrink: 0;
        width: 300px;
    }
}

.birth__list__item__fig img {
    border-radius: 15px;
}

@media (max-width: 767px) {
    .birth__list__item__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .birth__list__item__fig img {
        border-radius: 30px;
    }
}

.birth__list__item__main {
    width: 100%;
}

@media (min-width: 768px) {
    .birth__list__item__main {
        flex-grow: 1;
        flex-shrink: 1;
        width: auto;
    }
}

.birth__list__item__main__title {
    color: #ea5b81;
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0 0 15px;
}

.birth__list__item__main__detail {
    display: flex;
    flex-flow: column nowrap;
    gap: 0 20px;
    margin: 0 0 20px;
}

@media (min-width: 992px) {
    .birth__list__item__main__detail {
        align-items: stretch;
        flex-direction: row;
        justify-content: flex-start;
    }
}

.birth__list__item__main__detail__item {
    width: 100%;
}

@media (min-width: 992px) {
    .birth__list__item__main__detail__item {
        width: calc(50% - 10px);
    }
}

.birth__list__item__main__detail__item__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%;
}

.birth__list__item__main__detail__item__table > tbody > tr > th, .birth__list__item__main__detail__item__table > tbody > tr > td {
    font-size: var(--fs14);
    font-weight: inherit;
    letter-spacing: 0.1em;
    line-height: 1.8;
    padding: 0;
    width: auto;
}

@media (min-width: 768px) {
    .birth__list__item__main__detail__item__table > tbody > tr > th, .birth__list__item__main__detail__item__table > tbody > tr > td {
        font-size: var(--fs16);
    }
}

.birth__list__item__main__detail__item__table > tbody > tr > th {
    white-space: nowrap;
    width: 70px;
}

@media (min-width: 768px) {
    .birth__list__item__main__detail__item__table > tbody > tr > th {
        width: 80px;
    }
}

.birth__list__item__main__detail__item__table > tbody > tr > td a {
    color: inherit;
    text-decoration: underline;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.birth__list__item__main__detail__item__table > tbody > tr > td a:focus {
    opacity: 0.65;
    -webkit-text-decoration-color: rgba(62, 58, 57, 0);
    text-decoration-color: rgba(62, 58, 57, 0);
}

@media (hover: hover) and (pointer: fine) {
    .birth__list__item__main__detail__item__table > tbody > tr > td a:hover {
        opacity: 0.65;
        -webkit-text-decoration-color: rgba(62, 58, 57, 0);
        text-decoration-color: rgba(62, 58, 57, 0);
    }
}

.birth__list__item__main__action .com-button {
    max-width: 100%;
}

.birth__info {
    margin: 0 0 80px;
    padding: 60px 0;
    position: relative;
}

@media (min-width: 768px) {
    .birth__info {
        margin: 0 0 100px;
        padding: 50px 0;
    }
}

.birth__info:before {
    background-color: rgba(250, 205, 137, 0.25);
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 0;
}

.birth__info-container {
    position: relative;
    z-index: 1;
}

.birth__info__title {
    color: #f29c9f;
    font-size: var(--fs26);
    font-weight: 700;
    left: 0.075em;
    line-height: 1.4;
    margin: 0 0 40px;
    text-align: center;
}

.birth__info__main {
    display: flex;
    flex-flow: column nowrap;
    gap: 40px 0;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .birth__info__main {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 0 50px;
    }
}

.birth__info__main__fig {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

@media (min-width: 768px) {
    .birth__info__main__fig {
        padding: 0 30px 0 0;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .birth__info__main__fig {
        padding: 0 40px;
    }
}

.birth__info__main__fig__item {
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    width: calc(50% - 10px);
}

@media (min-width: 768px) {
    .birth__info__main__fig__item {
        font-size: var(--fs16);
    }
}

.birth__info__main__fig__item img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 200px;
}

.birth__info__main__fig__item span {
    display: block;
    margin: 12px 0 0;
}

.birth__info__main__fig__item span.-red {
    color: #ec6d81;
}

.birth__info__main__fig__item span.-blue {
    color: #41bbc6;
}

.birth__info__main__detail {
    width: 100%;
}

@media (min-width: 768px) {
    .birth__info__main__detail {
        width: 50%;
    }
}

.birth__info__main__detail__item {
    display: flex;
    flex-flow: column nowrap;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .birth__info__main__detail__item {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 0 20px;
    }
}

.birth__info__main__detail__item:last-child {
    margin-bottom: 0;
}

.birth__info__main__detail__item__title {
    border-bottom: 2px solid #f29c9f;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs20);
    font-weight: 500;
    letter-spacing: 0.125em;
    line-height: 1.4;
    margin: 0 0 8px;
    padding: 0 0 8px;
    width: 100%;
}

@media (min-width: 768px) {
    .birth__info__main__detail__item__title {
        border-bottom: none;
        margin: 0;
        padding: 3px 0;
        width: 150px;
    }
}

.birth__info__main__detail__item__content {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
}

@media (min-width: 768px) {
    .birth__info__main__detail__item__content {
        border-left: 2px solid #f29c9f;
        padding: 3px 0 3px 25px;
        width: auto;
    }
}

.birth__info__main__detail__item__content p {
    font-size: var(--fs14);
    line-height: 1.8;
    margin: 0;
}

@media (min-width: 768px) {
    .birth__info__main__detail__item__content p {
        font-size: var(--fs16);
    }
}

@media (min-width: 992px) {
    .birth__info__main__detail__item__content p {
        font-size: var(--fs18);
    }
}

.birth__info__main__detail__item__content p a {
    color: inherit;
    text-decoration: underline;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.birth__info__main__detail__item__content p a:focus {
    opacity: 0.65;
    -webkit-text-decoration-color: rgba(62, 58, 57, 0);
    text-decoration-color: rgba(62, 58, 57, 0);
}

@media (hover: hover) and (pointer: fine) {
    .birth__info__main__detail__item__content p a:hover {
        opacity: 0.65;
        -webkit-text-decoration-color: rgba(62, 58, 57, 0);
        text-decoration-color: rgba(62, 58, 57, 0);
    }
}

.birth__info__content {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
}

@media (min-width: 768px) {
    .birth__info__content {
        border-radius: 30px;
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .birth__info__content {
        padding: 40px;
    }
}

.birth__info__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .birth__info__content p {
        font-size: var(--fs16);
    }
}

.birth__info__content p:last-child {
    margin-bottom: 0;
}

.birth__note {
    border: 2px dashed #f29c9f;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 820px;
    padding: 40px 20px 30px;
    position: relative;
}

@media (min-width: 768px) {
    .birth__note {
        border-radius: 10px;
        padding: 50px 45px;
    }
}

.birth__note__title {
    background-color: #fff;
    border: 2px solid #f29c9f;
    border-radius: 15px;
    color: #f29c9f;
    font-size: var(--fs16);
    font-weight: 700;
    left: -15px;
    letter-spacing: 0.075em;
    line-height: 1.4;
    margin: 0;
    padding: 2px 15px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.birth__note__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0 0 1.5em;
}

.birth__note__content p:last-child {
    margin-bottom: 0;
}

.birth__detail__title {
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .birth__detail__title {
        margin: 0 0 30px;
    }
}

.birth__detail__title span {
    background: linear-gradient(to top, #ffec00 4px, rgba(255, 236, 0, 0) 4px, transparent 100%);
    background-position: center calc(100% - 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-style: normal;
    font-weight: inherit;
}

.birth__detail__fig {
    margin: 0 0 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .birth__detail__fig {
        margin: 0 0 50px;
    }
}

.birth__detail__fig img {
    border-radius: 15px;
}

@media (min-width: 768px) {
    .birth__detail__fig img {
        border-radius: 30px;
    }
}

.birth__detail__profile {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 20px;
    justify-content: flex-start;
    margin: 0 0 40px;
}

.birth__detail__profile__item {
    width: calc(50% - 10px);
}

@media (min-width: 768px) {
    .birth__detail__profile__item {
        width: calc(25% - 15px);
    }
}

.birth__detail__profile__item__title {
    border-bottom: 2px solid #f29c9f;
    font-size: var(--fs18);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .birth__detail__profile__item__title {
        font-size: var(--fs20);
        margin: 0 0 16px;
        padding: 0 0 16px;
    }
}

.birth__detail__profile__item__content p {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .birth__detail__profile__item__content p {
        font-size: var(--fs16);
    }
}

.birth__detail__profile__item__content div {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .birth__detail__profile__item__content div {
        font-size: var(--fs16);
    }
}


.birth__detail__list {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto 40px;
    max-width: 820px;
}

@media (min-width: 768px) {
    .birth__detail__list {
        gap: 40px;
        margin: 0 auto 50px;
    }
}

@media (min-width: 992px) {
    .birth__detail__list {
        gap: 60px;
    }
}

.birth__detail__list__item {
    border-radius: 15px;
    padding: 15px;
    width: calc(50% - 10px);
}

@media (min-width: 768px) {
    .birth__detail__list__item {
        border-radius: 30px;
        padding: 25px 40px;
        width: calc(50% - 20px);
    }
}

@media (min-width: 992px) {
    .birth__detail__list__item {
        width: calc(50% - 30px);
    }
}

.birth__detail__list__item__title {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: var(--fs18);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .birth__detail__list__item__title {
        font-size: var(--fs20);
        margin: 0 0 15px;
        padding: 0 0 15px;
    }
}

.birth__detail__list__item__content p {
    color: #fff;
    font-size: var(--fs14);
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .birth__detail__list__item__content p {
        font-size: var(--fs16);
    }
}

.birth__detail__list__item__content p a {
    color: inherit;
    text-decoration: underline;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.birth__detail__list__item__content p a:focus {
    opacity: 0.65;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0);
    text-decoration-color: rgba(255, 255, 255, 0);
}

@media (hover: hover) and (pointer: fine) {
    .birth__detail__list__item__content p a:hover {
        opacity: 0.65;
        -webkit-text-decoration-color: rgba(255, 255, 255, 0);
        text-decoration-color: rgba(255, 255, 255, 0);
    }
}

.birth__detail__list__item--blue {
    background-color: #41bbc6;
}

.birth__detail__list__item--red {
    background-color: #ec6d81;
}

.birth__detail__content {
    border: 2px dashed #f29c9f;
    border-radius: 5px;
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 0 40px;
    padding: 15px;
    text-align: left;
}

@media (min-width: 768px) {
    .birth__detail__content {
        border-radius: 10px;
        font-size: var(--fs16);
        margin: 0 0 50px;
        padding: 40px;
    }
}

.birth__detail__content p {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 1.75em 0;
    text-align: left;
}

@media (min-width: 768px) {
    .birth__detail__content p {
        font-size: var(--fs16);
    }
}

.birth__detail__content p:first-child {
    margin-top: 0;
}

.birth__detail__content p:last-child {
    margin-bottom: 0;
}

.birth__detail__content p a {
    color: inherit;
    text-decoration: underline;
}

.birth__detail__content p a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .birth__detail__content p a:hover {
        text-decoration: none;
    }
}

.birth__detail__action .com-button {
    max-width: 180px;
}