
/* Title Section */
.heading{
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.heading .heading__primary img{
    width: auto;
    width: initial;
    margin: 0 auto;
}

.heading .heading__subtitle {
    margin-bottom: 30px;
    font-size: 16px;
    font-family: nobel, sans-serif;
    font-weight: 400;
    text-align: center;
}

.heading .heading__catchcopy{
    font-size: 20px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    text-align: center;
}


/* News Section */
.news__wrap-list{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-image: url("../Contents/ImagesPkg/top/bg_news_line.png");
    background-repeat: repeat-x;
    background-size: contain;
    background-position: 0px 0px;
    margin-bottom: 40px;
}

.news__list{
    padding: 20px 0;
    background-image: url("../Contents/ImagesPkg/top/bg_news_line.png");
    background-repeat: repeat-x;
    background-size: contain;
    background-position: 0px 60px;
}

.news__list dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
}

.news__list dl dt{
    margin-right: 35px;
    color: #897c75;
}

.news__list dl dd{
    line-height: 1.4;
}

@media screen and (max-width: 768px){
    /* Title Section */
    .heading {
        max-width: calc(710*(100vw/750));
        /* margin: calc(440*(100vw/750)) auto calc(55*(100vw/750)); */
    }

    .heading .heading__primary img{
        width: 100%;
    }

    .heading .heading__subtitle {
        margin-bottom: calc(35*(100vw/750));
        font-size: calc(20*(100vw/750));
    }

    .heading .heading__catchcopy{
        font-size: calc(30*(100vw/750));
    }

    /* News Section */
    .news {
        margin-bottom: calc(100*(100vw/750));
    }
    .news .heading__primary img{
        width: calc(710*(100vw/750));
    }

    .news__wrap-list {
        max-width: calc(710*(100vw/750));
        margin-bottom: calc(40*(100vw/750));
    }

    .news__list {
        padding: calc(30*(100vw/750)) 0;
        height: calc(200*(100vw/750));
        background-position: 0px calc(198*(100vw/750));
    }

    .news__list dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: calc(30*(100vw/750));
    }

    .news__list dl dt {
        margin-right: 0;
        margin-bottom: calc(30*(100vw/750));
    }
}