/*柔軟コンテンツCSS*/
.news_title2 {
    padding: .4em .75em;
    background-color: #b8dcea;
    font-size: 1.3em;
    line-height: 1.4;
    margin-bottom: 30px;
}

.news_title3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4;
    margin-bottom: 30px;
}

.news_title4 {
    border-left: 5px solid var(--blue);
    padding-left: 10px;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 30px;
}

body.body_sendou .news_title4 {
    border-left: 5px solid var(--sendo);
    color: var(--sendo);
}

body.body_tourism .news_title4 {
    border-left: 5px solid var(--design);
    color: var(--design);
}

body.body_smart .news_title4 {
    border-left: 5px solid var(--smart);
    color: var(--smart);
}

.news_yohaku {
    height: 80px;
}

.news_yohaku_s {
    height: 40px;
}

.news_kugirisen_hasen {
    margin-top: 80px;
    height: 80px;
    border-top: 1px dashed #aaa;
}

.news_float_pic {
    line-height: 0;
    margin: 0 0 30px 20px;
    float: right;
}

.news_float_pic img {
    max-width: 250px;
}

.news_link_list li {
    line-height: 1.4;
    text-indent: -1.5em;
    margin-left: 1.5em;
}

.news_link_list li:before {
    content: "\f138";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #aaa;
}

.news_link_list li:nth-child(n+2),
.news_file_list li:nth-child(n+2) {
    margin-top: 15px;
}

.news_link_list li a:after {
    content: "\f08e";
    font-family: FontAwesome;
    margin-left: 30px;
    color: #888;
    text-decoration: none;
    display: inline-block;
}

.news_border_box {
    padding: 20px;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 30px;
}

.news_file_list a[href$='.pdf']:before,
.news_file_list a[href$='.pdf#view=FitH']:before {
    content: "\f1c1";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #D14244;
    text-decoration: none;
    display: inline-block;
}

.news_file_list a[href$='.doc']:before,
.news_file_list a[href$='.rtf']:before,
.news_file_list a[href$='.docx']:before {
    content: "\f1c2";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #344290;
    text-decoration: none;
    display: inline-block;
}

.news_file_list a[href$='.xls']:before,
.news_file_list a[href$='.xlsx']:before {
    content: "\f1c3";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #4C7B3B;
    text-decoration: none;
    display: inline-block;
}

.hukusuu_gazou_a {
    display: block;
    width: 19%;
    height: 150px;
    margin-left: 1.25%;
}

.hukusuu_gazou_a:hover {
    opacity: .7;
}

.hukusuu_gazou_a:nth-child(5n-4) {
    margin-left: 0;
}

.hukusuu_gazou_a:nth-child(n+6) {
    margin-top: 20px;
}

.news_back_btn a,
.news_prev_btn a,
.news_next_btn a {
    text-decoration: none;
    background: #222;
    position: relative;
    color: #fff;
    padding: 10px;
    display: block;
    width: 100%;
}

.news_prev_btn a,
.news_next_btn a {
    background: none;
    color: #333;
}

.news_next_btn a::after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-bottom: 3px solid #333;
    border-left: 3px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news_prev_btn a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news_back_btn a:hover,
.news_prev_btn a:hover,
.news_next_btn a:hover {
    opacity: .7;
}

.news_navigation {
    padding-top: 60px;
    margin-top: 80px;
    border-top: 1px solid #aaa;
    text-align: center;
}

.news_prev_btn,
.news_next_btn {
    width: 20%;
}

.news_back_btn {
    width: 40%
}

@media screen and (max-width:959px) {
    .news_title4 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width:767px) {
    .news_float_pic {
        margin: 0 0 20px;
        float: none;
        text-align: center;
    }

    .news_float_pic img {
        max-width: 100%;
        width: 200px;
    }

    .news_back_btn a,
    .news_prev_btn a,
    .news_next_btn a {
        padding: 6px;
        font-size: .9em;
    }

    .news_back_btn a {
        padding: 6px 12px;
    }

    .news_prev_btn,
    .news_next_btn {
        width: 34%;
    }

    .news_back_btn {
        width: 32%
    }

    .news_prev_btn a::after,
    .news_next_btn a::after {
        display: none;
    }

    .hukusuu_gazou_a {
        width: 31%;
        height: 100px;
        margin-left: 3.5%;
    }

    .hukusuu_gazou_a:nth-child(n+4) {
        margin-top: 20px;
    }

    .hukusuu_gazou_a:nth-child(5n-4) {
        margin-left: 3.5%;
    }

    .hukusuu_gazou_a:nth-child(3n-2) {
        margin-left: 0;
    }
}

/*柔軟コンテンツCSSここまで*/