/* add news */
#newsContainer {
    width: 75%;
    margin: 0 auto 256px auto;
}
#newsContainer dl {
    font-family: 'Yu Gothic',sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.005rem;
    line-height: 1.8;
    color: #111;
    margin-bottom: 20px;
    display: flex;
}
#newsContainer dd {
    margin-left: 56px;
}
.newsDetail {
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070;
    margin-bottom: 40px;
    padding: 40px 0px 40px 0px;
}
.newsDetail p {
    font-family: 'Yu Gothic',sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.68;
    color: #111;
}
.addNews-more {
    position: absolute;
    right: 12.5%;
}
.addNews-more .arrow {
    margin-bottom: 0px;
}



@media screen and (max-width: 600px)  {

    /* Each pages*/
    #newsContainer {
        width: 90.4%;
        margin: 0 auto 160px auto;
    }
    .addNews-more {
        position: absolute;
        right: 18px;
    }
    #newsContainer dl {
        margin-bottom: 10px;
    }
    #newsContainer dt{
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0rem;
        line-height: 1.8;
        display: flex;
        align-items: flex-end;
    }
    #newsContainer dd {
        font-size: 1.4rem;
        letter-spacing: 0rem;
        display: flex;
        align-items: flex-end;
        margin-left: 20px;
    }
    .newsDetail {
        margin-bottom: 30px;
        padding: 30px 0px;
    }
}