@charset "utf-8";

/* -----------------------------------------------------------

共通

----------------------------------------------------------- */
#news_section .wrapper {
    padding: 0 2em;
}

/*日付*/
#news_section .ttl03 .date {
    display: block;
    font-size: 18px;
}

/*写真*/
#news_section .news_img {
    width: 80%;
    margin: 2em auto 3em auto;
    text-align: center;
}

/*リード*/
#news_section .news_lead {
    margin-bottom: 5em;
    font-size: 18px;
}

/*タイトル*/
#news_section .news_subttl01 {
    background-color: #ffd400;
    color: #000;
    font-size: 24px;
    font-weight: 800;
    padding: 0.4em 0.5em;
    margin-bottom: 1.5em;
    border-radius: 4px;
    line-height: 1.5;
}

/*テキスト*/
#news_section .newsItem {
    margin-bottom: 5em;
}

#news_section .newsItem p {
    font-size: 18px;
}

/*サブタイトル02*/
#news_section .news_subttl02 {
    color: #ffd400;
    font-weight: 700;
    margin-bottom: 2em;
    display: inline-block;
}

#news_section .news_subttl02 p {
    font-size: 22px;
}


/*テキスト*/
#news_section .news_txtArea {
    margin-bottom: 3em;
}


@media screen and (max-width:1280px) {
    #news_section .wrapper {
        padding: 0 1em;
    }

    /*タイトル*/
    #news_section .news_subttl01 {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    #news_page .bg._newspage {
        background-position: center;
    }

    /*日付*/
    #news_section .ttl03 .date {
        font-size: 15px;
    }

    /*リード*/
    #news_section .news_lead {
        margin-bottom: 3em;
        font-size: 16px;
    }

    /*画像*/
    #news_section .news_img {
        width: 100%;
    }

    /*タイトル*/
    #news_section .news_subttl01 {
        font-size: 20px;
        line-height: 1.3;
    }

    /*テキスト*/
    #news_section .newsItem p {
        font-size: 16px;
    }

    /*サブタイトル*/
    #news_section .news_subttl02 p {
        font-size: 18px;
    }
}
