@charset "utf-8";

/* ============================
　　TOP - 新着情報 & 新着情報一覧 START
============================ */
/* 
TOP-news & news
*/
.TOP-news,
.news,
.news-detail {
    max-width: 1000px;
    min-width: 800px;
    width: 70%;
    margin: 0 auto;
}
.TOP-news--list,
.news--list {
    padding: 20px 0;
}
.TOP-news--list .TOP-news--item,
.news--list .news--item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 13px 5px;
    border-bottom: 1px solid #777;
}
.TOP-news--list-txt,
.news--list-txt {
    width: 25%;
    margin-right: 30px;
}
.TOP-news--list-ttl,
.news--list-ttl {
    width: 75%;
}
.TOP-news--cat,
.news--cat {
    display: inline-block;
    min-width: 90px;
    padding: 0 13px 1px;
    border-radius: 10px;
    background-color: #DEDFFF;
    font-size: 11px;
    line-height: 1.7em;
    text-align: center;
}
.TOP-news--text,
.news--text {
    display: inline-block;
}
.TOP-news--date,
.news--date {
    margin-left: 10px;
    font-size: 14px;
}
.TOP-news--list-ttl span,
.news--list-ttl span {
    color: #333;
    font-size: 16px;
    transition: all .3s ease;
}
.TOP-news--list-ttl span:hover,
.news--list-ttl span:hover {
    color: #1651B1;
}
@media screen and (max-width: 768px) {
    .TOP-news,
    .news,
    .news-detail {
        max-width: none;
        min-width: auto;
        width: 100%;
    }
    .TOP-news--list-ttl,
    .news--list-ttl {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.7em;
    }
}


/* 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: #1651B1;
    font-size: 14px;
    text-decoration: none;
}
.news__pager a:hover {
    color: #1651B1;
}


/* ============================
　　TOP - 新着情報 & 新着情報一覧 END
============================ */


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