@charset "UTF-8";
/*!* -------------------------------
    news
------------------------------- *!*/

#content .page_title {
    margin-bottom: 20px
}

#content .page_title .num img {
    width: 28%
}

#content .page_title .label {
    background-color: #9b958d;
}

.s_text {
    font-size: 0.9rem;
    margin-top: 20px;
}

/*----------------news---------------------*/

section {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
}

.sub_title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px;
}

#news_contents dt {
    margin-bottom: 15px;
    font-weight: bold;
    color: #9b958d;
}

/*--- 画像あり（書籍）----*/

#news_contents figure {
    padding-top: 30px;
    text-align: center;
}

#news_contents figcaption {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.8;
}

#news_contents .withimg img {
    width: 50%;
    display: inline-block;
    border: 1px #ccc solid;
    margin-bottom: 20px;

}

/*--- 画像あり（写真）----*/
#news_contents .news03 .img_r {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;

}

@media only screen and (min-width:767px) {
    #content .page_title {
        margin-bottom: 85px
    }

    #news_contents .withimg dd {

        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    #news_contents figure {
        text-align: left;
        width: 30%;
    }

    #news_contents figcaption {
        font-size: 0.7em margin: 0;
    }

    #news_contents .withimg img {
        width: 100%;
        margin-bottom: 20px;
    }

    .text01 {
        width: 60%;
    }

}
