@charset "UTF_8";
/* ※※※※※※※※※※※※※※※※

グローバルメニュー

※※※※※※※※※※※※※※※※
*/
/*
.g_navi > li:nth-child(3) a span{
        background-color: #e4f6f9;
        color: #0a1975;
}
*/
.visual_S{
        background:url("../images/info/info_top_s.jpg") center center;
        background-size:cover;
}

/*
※※※※※※※※※※※※※※※※

お知らせ

※※※※※※※※※※※※※※※※
*/
.info .visual_S .page_title{
        width:24%;
}

.info .contents{
        width:100%;
        background:#f2f2f2;
        padding-top:95px;
        padding-bottom:95px;
}

.info .contents_title{
        font-size: 36px;
        margin-bottom: 60px;
}
.news_list li {
        background-color: #e6e8f4;
        border-top: 1px solid #d1d6ec;
        display: flex;
        align-items: center;
}
.news_list li span {
        color: #0a1975;
        padding: 20px 30px;
        font-weight: bold;
        width: 20%;
        min-width: 150px;
        max-width: 200px;
}
.news_list li a {
        background-color: white;
        padding: 20px 30px;
        display: block;
        width: 80%;
        line-height: 1.5;
}
.news_list li:last-child {
        border-bottom: 1px solid #e8ebf7;
}

@media screen and (max-width:767px) {
}
