@charset "utf-8";
#news_list {
    max-width: 1000px;
    margin: 0 auto 58px;
    height: auto; 
}

.news_list_unit {
    display: block;
    padding: 30px 20px 30px;
    border-bottom: 1px solid #E3E3E3;
}

.news_list_unit_date {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    margin-right: 30px;
}

.news_list_unit_genre {
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 20px;
    color: #fff;
    padding: 0 20px;
    background: #5D5D5D;
    border-radius: 20px;
    white-space: nowrap;
    margin-top: 5px;
    margin-right: 20px;
    display: inline-block;
}

.news_list_unit_text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
}

#news_pagenation {
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
}

#news_pagenation a {
    display: block;
    width: 30px;
    height: 30px;
    background: #EDEDED;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    margin: 0 7.5px;
    font-size: 16px;
}

#news_pagenation a.on {
    background: #EA4D07;
    color: #fff;
}

.news_pagenation_prev {
    background: #2C2C2C !important;
    color: #fff !important;
    margin-right: 42.5px !important;
    font-size: 12px !important;
}

.news_pagenation_next {
    background: #2C2C2C !important;
    color: #fff !important;
    margin-left: 42.5px !important;
    font-size: 12px !important;
}

/* 詳細 */

#news_detail {
    max-width: 700px;
    margin: 0 auto 120px;
}

#news_detail_header {
    border-bottom: 1px solid #E3E3E3;
    padding: 0 50px 30px;
}

#news_detail_header_header {
    display: flex;
    margin-bottom: 30px;
}

#news_detail_header_date {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    margin-right: 30px;
}

#news_detail_header_genre {
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 20px;
    color: #fff;
    padding: 0 20px;
    background: #5D5D5D;
    border-radius: 20px;
    white-space: nowrap;
    margin-top: 5px;
    margin-right: 20px;
}

#news_detail_header_text {
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: bold;
    line-height: 34px;
}

#news_detail_body {
    padding: 42px 50px 100px;
}

#news_detail_body_image {
    margin-bottom: 30px;
}

#news_detail_body_image img {
    width: 100%;
}

#news_detail_body_text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
}

#news_detail_body_button {
    text-align: center;
}

#news_detail_body_button a {
    display: inline-block;
    background: #2C2C2C;
    color: #fff;
    padding: 16px 80px;
    font-size: 14px;
    letter-spacing: .2em;
    border-radius: 6px;
    border: 1px solid #2C2C2C;
    box-sizing: border-box;
}

#news_detail_body_button a:hover {
    background: #fff;
    color: #2C2C2C;
    transition: color, background-color .2s ease-in-out;
    border: 1px solid #2C2C2C;
}

/* 202209追加 */
.news_img {
max-width: 450px;
}

.news_img img {
    width: 100%;
    margin: 20px;
}

/* 20231017追加 */
.link_b {
    font-weight: bold;
    text-decoration: none;
}


/**/

/**/

/* SP */

/**/

/**/

@media screen and (max-width: 1000px) {
#news_list {
    padding: 0 20px;
}
}

@media screen and (max-width: 480px) {
    #news_list {
        max-width: 100%;
        margin: 0 auto 58px;
        height: auto; 
    }
    .news_img img {
        width: calc(100% - 40px);
    }
}
    a.news_list_unit {
        flex-wrap: wrap;
        padding: 30px 0;
    }
    .news_list_unit_date {
        margin-right: 23px;
        margin-bottom: 20px;
        display: inline-block;
    }
    .news_list_unit_genre {
        margin-top: 5px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .news_list_unit_text {
        width: 100%;
        font-size: 13px;
        letter-spacing: .05em;
        line-height: 22px;
    }
    #news_pagenation {
        display: flex;
        justify-content: center;
        margin-bottom: 120px;
    }
    #news_pagenation a {
        display: block;
        width: 30px;
        height: 30px;
        background: #EDEDED;
        border-radius: 15px;
        line-height: 30px;
        text-align: center;
        margin: 0 7.5px;
        font-size: 16px;
    }
    #news_pagenation a.on {
        background: #EA4D07;
        color: #fff;
    }
    .news_pagenation_prev {
        background: #2C2C2C !important;
        color: #fff !important;
        margin-right: 42.5px !important;
        font-size: 12px !important;
    }
    .news_pagenation_next {
        background: #2C2C2C !important;
        color: #fff !important;
        margin-left: 42.5px !important;
        font-size: 12px !important;
    }
    /* 詳細 */
    #news_detail {
        max-width: 700px;
        margin: 0 auto 120px;
    }
    #news_detail_header {
        border-bottom: 1px solid #E3E3E3;
        padding: 0 0 20px;
        margin: 0 20px;
    }
    #news_detail_header_header {
        margin-bottom: 20px;
    }
    #news_detail_header_date {
        font-size: 14px;
        letter-spacing: .1em;
        line-height: 1s;
        margin-right: 30px;
    }
    #news_detail_header_genre {
        margin-bottom: 0;
    }
    #news_detail_header_text {
        font-size: 18px;
        letter-spacing: .05em;
        line-height: 31px;
    }
    #news_detail_body {
        padding: 30px 20px 100px;
    }
    #news_detail_body_image {
        margin-bottom: 30px;
    }
    #news_detail_body_image img {
        width: 100%;
    }
    #news_detail_body_text {
        font-size: 13px;
        letter-spacing: .05em;
        line-height: 22px;
    }
    #news_detail_body_button a {
        padding: 20px 80px;
    }
    #news_detail_body_button a:hover {
        background: #fff;
        color: #2C2C2C;
        transition: color, background-color .2s ease-in-out;
        border: 1px solid #2C2C2C;
    }