@charset "UTF-8";

/*******************************

News　一覧

*******************************/

/*page カテゴリーリンク*/
.page .category-link {
    display: inline-block;
    width: auto;
    max-width: 90%;
    border: solid 1px #102d5c;
    background: #fff;
    border-radius: 50px;
    margin: 0 auto 50px;

    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
}

.page .category-link ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 5px;
}

.page .category-link ul li a,
.page .category-link ul li span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    padding: 8px 30px;
}

.page .category-link ul li span {
    color: #fff;
    background: #102d5c;
    border-radius: 30px;
}

.page .category-link ul li a {
    color: #102d5c;
}

.page .category-link ul li a:hover {
    text-decoration: underline;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .page .category-link {
        border-radius: 10px;
        width: 90%;
    }

    .page .category-link ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .page .category-link ul li {
        width: 33.3%;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .page .category-link ul {
        padding: 10px 10px 0;
    }
    .page .category-link ul li {
        width: 50%;
    }
}

/*新着情報一覧*/
.list-news .list-news-item {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #bebebe;
}

.list-news .list-news-item a {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 20px 60px 20px 30px;
}

.list-news .list-news-item a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 150%;
    font-weight: bold;
    line-height: 1;
    color: #40577d;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    height: 43px;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

.list-news .list-news-item a:hover:after {
    right: 20px;
}

.tag-news,
.list-news time,
.list-news .ttl {
    display: inline-block;
    margin-right: 20px;
}

.tag-news {
    white-space: nowrap;
    font-size: 87.5%;
    line-height: 1.2;
    color: #fff;
    background: #40577d;
    border-radius: 5px;
    padding: 3px 15px;
    border: none;
}


/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .list-news .list-news-item a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 60px 20px 20px;
    }
    .tag-news,
    .list-news time,
    .list-news .ttl {
        font-size: 112.5%;
    }
    .list-news .ttl {
        margin-top: 10px;
        margin-right: 0;
    }
    .tag-news {
        padding: 1px 10px;
    }
    .list-news .list-news-item a:after {
        height: 33px;
    }
}

/*******************************

News　詳細

*******************************/

.detailWrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    overflow: hidden;
}

.detailWrap .title {
    text-align: left;
    margin-bottom: 35px;
}

.detailWrap .title h3 {
    color: #102d5c;
    font-size: 160%;
    font-weight: bold;
    margin: 15px 0;
    border-top: 3px solid #c8d5eb;
    border-bottom: 3px solid #c8d5eb;
    padding: 10px;
    padding-left: 0.8em;
    text-indent: -0.8em;
}

.detailWrap .title h3:before {
    content: '';
    display: inline-block;
    background: #102d5c;
    width: 6px;
    height: 36px;
    vertical-align: middle;
    margin-right: 10px;
}

.detailWrap .title time {
    margin: 0 15px 0 10px;
}

.detailWrap .txt-box {
    text-align: left;
    overflow: hidden;
    padding: 0 25px 50px;
    border-bottom: 1px solid #bebebe;
}

.detailWrap .txt-box p {
    margin-bottom: 50px;
}

.detailWrap .txt-box img {
    margin-bottom: 50px;
}

.detailWrap .txt-box a.pdf {
    color: #c7000b;
}

.detailWrap .txt-box a.pdf span{
    color: #c7000b;
    text-decoration: underline;
}

.detailWrap .txt-box a.pdf:hover span{
    text-decoration: none;
}

.detailWrap .txt-box a.pdf:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .detailWrap {
        padding: 5%;
    }

    .detailWrap .title h3 {
        font-size: 140%;
    }

    .detailWrap .txt-box {
        padding-right: 0;
        padding-left: 0;
    }

    .detailWrap .title h3:before {
        height: 30px;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {

    .detailWrap .txt-box p {
        margin-bottom: 30px;
    }
    .detailWrap .txt-box img {
        margin-bottom: 30px;
    }

}
