@charset 'utf-8';

/* top
------------------------------------------------ */
.content {
    padding-bottom: 85px;
}
.masthead {
    background-image: url(../../img/video/masthead.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
    .masthead .title {
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        padding: 5.5% 0;
    }
    .video-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #999;
    }
    .video-item > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        transition: all .3s;
    }
    .video-item > a:hover {
        background-color: #f1f1f1;
    }
    .video-item > a img {
        width: 22%;
        border: 2px solid #333;
        margin-right: 3%;
    }
    .video-item > a dl {
        width: 75%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        font-size: 20px;
    }
.mt50 { margin-top: 50px;}
/* responsive style
------------------------------------------------ */

@media screen and (max-width: 640px) {
.content {
    padding-bottom: 50px;
}
.content.wrap {
    margin: 0;
}
    .masthead {
        background-size: 100%;
        background-image: url(../../img/hymn/sp_masthead.png);
    }
        .masthead .title {
            padding: 4.6% 0;
        }
            .masthead .title img { width: 20%; }
            .video-list {
                padding: 10px;
            }
            .video-item > a img {
                width: 27%;
                border: 2px solid #333;
                margin-right: 3%;
            }
            .video-item > a dl {
                width: 70%;
                height: 100%;
                display: flex;
                flex-direction: column;
                align-content: center;
                font-size: 14px;
            }

}

@media screen and (max-width: 375px) {
    .listen-list .lists p {
        font-size: 1.6rem;
        line-height: 28px;
    }
}