@charset "utf-8";

/* ============================
　　TOP - 新着情報 & 新着情報一覧 START
============================ */
/*
TOP-news & news
*/
.TOP-news--section,
.news--section {
    padding: 30px 0 50px;
}
.TOP-news--box .list,
.news--box .list {
    padding: 20px 0;
}
.TOP-news--box .list a > li,
.news--box .list a > li {
    color: #333;
    transition: all .3s ease;
}
@media (hover: hover) {
    .TOP-news--box .list a > li:hover,
    .news--box .list a > li:hover {
        background-color: #F5F2E9;
        color: #328451;
    }
}
@media (hover: none) {
    .TOP-news--box .list a > li:active,
    .news--box .list a > li:hover {
        background-color: #F5F2E9;
        color: #328451;
    }
}
.TOP-news--box .item,
.news--box .item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 13px 5px;
    border-bottom: 1px solid #707070;
}
.TOP-news--box .list-txt,
.news--box .list-txt {
    width: 25%;
    margin-right: 30px;
    text-align: left;
}
.TOP-news--box .list-ttl,
.news--box .list-ttl {
    width: 75%;
    text-align: left;
}
.TOP-news--box .cat,
.news--box .cat {
    display: inline-block;
    min-width: 90px;
    border-radius: 10px;
    font-size: 0.875rem;/* 14px */
    line-height: 1.7em;
    font-weight: bold;
    color: #328451;
}
.TOP-news--box .text,
.news--box .text {
    display: inline-block;
}
.TOP-news--box .date,
.news--box .date {
    margin: 0 10px;
}

.TOP-news--section .more-text p {
    margin-right: 20px;
    text-align: right;
}
.TOP-news--section .more-text a {
    position: relative;
    color: #333;
    transition: all .3s;
}
@media (hover: hover) {
    .TOP-news--section .more-text a:hover {
        color: #328451;
    }
}
@media (hover: none) {
    .TOP-news--section .more-text a:active {
        color: #328451;
    }
}
@media screen and (max-width: 768px) {
    .TOP-news--section,
    .news--section {
        padding: 20px 0;
    }
    .TOP-news--box .list,
    .news--box .list {
        padding: 0;
    }
    .TOP-news--box .item,
    .news--box .item {
        display: block;
        padding: 13px 5px;
    }
    .TOP-news--box .list-txt,
    .news--box .list-txt,
    .TOP-news--box .list-ttl,
    .news--box .list-ttl {
        width: 100%;
    }
    .TOP-news--box .cat,
    .news--box .cat {
        font-size: 0.625rem;/* 10px */
    }
    .TOP-news--section .more-text p {
        text-align: center;
    }
}
/* =====================
　矢印設定
===================== */
.TOP-news--section .more-text a::after{
    content: '';
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    display: inline-block;
    width: .7rem;
    height: .7rem;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
    .TOP-news--section .more-text a::after{
        width: .5rem;
        height: .5rem;
    }
}
/* =====================
　End 矢印設定
===================== */

/* Pager style（外部化可） */
.news__pager {
    clear:both;
    padding:50px;
    text-align:center;
}
/*ページャーボタン*/
.news__pager a {
    margin:0 1px;
    padding: 3px 7px 2px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}
/*現在のページのボタン*/
.news__pager a.current {
    margin:0 1px;
    padding: 3px 15px 2px;
    color: #328451;
    font-size: 14px;
    text-decoration: none;
}
.news__pager a:hover {
    color: #328451;
}
/* ============================
　　TOP - 新着情報 & 新着情報一覧 END
============================ */


/* ============================
　　新着情報　各記事 START
============================ */
/*
news-detail
*/
.news-detail--box .date {
    margin: 0;
    font-size: 14px;
    text-align: right;
}
.news-detail--box .list-ttl {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #777;
    font-size: 1.5625rem;/* 25px */
    line-height: 1.7em;
    color: #328451;
}
.news-detail--box .wrap {
    margin: 30px 0;
}
.news-detail--box .text {
    margin: 30px 0;
}
.news-detail--box .text div {
    margin: 30px 0 0 0;
    text-align: left;
}
.news-detail--box .text a {
    color: #2B2B2B;
    transition: all .3s;
}
@media (hover: hover) {
    .news-detail--box .text a:hover {
        color: #328451;
    }
}
@media (hover: none) {
    .news-detail--box .text a:active {
        color: #328451;
    }
}
.news-detail--box .text div,
.news-detail--box .text span {
    font-size: 16px!important;
}
.news-detail--box .img {
    margin: 50px 0 0 0;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .news-detail--box .list-ttl {
        font-size: 1.25rem;/* 20px */
    }
}
/* ============================
　　新着情報 各記事 END
============================ */