@charset "utf-8";

/* 「健康相談室だより」エリア
-------------------------------------------*/
.healthInfoBl {
    /* background: #efefef; */
    padding: 52px 0;
}

.healthInfoBl.archiveBl {
    margin: 70px 0 0 0;
    padding: 45px 0 120px;
}

.healthInfoBl .second-tit {
    padding-left: 62px;
}

.healthInfoBl .second-tit::before {
    width: 38px;
    height: 33px;
    background: url(../img/common/icn_mail-heart_green.svg) no-repeat center / contain;
    top: 5px;
}

.healthInfoBl .txt-normal-m {
    margin-top: 49px;
}

.healthInfoBl .btn-txtlink.btn-center {
    margin-top: 63px;
}


@media screen and (max-width: 767px) {
    .healthInfoBl {
        padding: 20px 0 45px;
    }

    .healthInfoBl.archiveBl {
        margin: 53px 0 0 0;
        padding: 42px 0 60px;
    }

    .healthInfoBl .inner970 {
        padding: 0;
    }

    .healthInfoBl .second-tit {
        padding-left: 50px;
    }

    .healthInfoBl .second-tit::before {
        width: 27px;
        height: 23px;
        top: 6px;
    }

    .healthInfoBl .txt-normal-m {
        margin-top: 14px;
    }

    .healthInfoBl .btn-txtlink.btn-center {
        margin-top: 42px;
    }

}


/* 「健康未来講座(Youtube)」エリア
-------------------------------------------*/
.youtubeBl {
    margin: 0 0 -15px;
    padding: 80px 0 136px;
    /* background: #efefef; */
    overflow: hidden;
}

.youtubeBl .second-tit {
    padding-left: 64px;
}

.youtubeBl .second-tit::before {
    width: 40px;
    height: 30px;
    background: url(../img/common/icn_camera_green.svg) no-repeat center / contain;
    top: 4px;
}

.youtube_link {
    margin-top: 53px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    display: block;
    border-radius: 5px;
}

.youtube_link:hover {
    opacity: 0.8;
    box-shadow: none;
}

.youtube_link img {
    transition: all .5s;
}

.youtube_link:hover img {
    transform: scale(1.1);
}

.youtube_link+.txt-normal-m {
    margin-top: 20px;
}

.txt-normal-m+.btn-txtlink {
    margin-top: 58px;
}

.youtubeBl .btn-txtlink::before {
    background: #efefef;
}


/* youtube_latest_embedded用のスタイル */
.youtube-latest-embedded {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    align-items: flex-start;
    justify-content: space-between;
}

.yt-embed-item {
    flex: 0 0 30%;
    box-sizing: border-box;
}

.yt-embed-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9比率 */
    height: 0;
    overflow: hidden;
    border-radius: 5px;
    margin: 30px auto 0;
}

.yt-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yt-embed-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 最大表示行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* /youtube_latest_embedded用のスタイル */



@media screen and (max-width: 767px) {
    .youtubeBl {
        padding: 45px 0 79px;
    }

    .youtubeBl .inner970 {
        padding: 0;
    }

    .youtubeBl .second-tit {
        padding-left: 54px;
    }

    .youtubeBl .second-tit::before {
        width: 31px;
        height: 23px;
        top: 18px;
    }

    .youtube_link {
        margin-top: 32px;
    }

    .youtube_link:hover {
        opacity: 1;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    }

    .youtube_link:hover img {
        transform: scale(1);
    }

    .youtube_link+.txt-normal-m {
        margin-top: 15px;
    }

    .txt-normal-m+.btn-txtlink {
        margin-top: 37px;
    }

    /* youtube_latest_embedded用のスタイル */
    .youtube-latest-embedded {
        display: block;
    }

    .yt-embed-item {
        width: 90%;
        margin: 0 auto;
    }

    .yt-embed-title {
        margin-top: 5px;
        font-size: 1.4rem;
        line-height: 1.72;
        letter-spacing: .08em;
    }

    /* /youtube_latest_embedded用のスタイル */
}