@charset "UTF-8";
#news .news_cat{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
margin-bottom: 100px;
}

#news .news_cat li{
margin: 0 15px;
}

#news .news_cat li a{
font-size: 16px;
font-weight: bold;
color: #ccc;
padding-bottom: 10px;
border-bottom: 3px solid #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

#news .news_cat li a:hover,#news .news_cat li a.active{
color: #14429a;
border-bottom: 3px solid #14429a;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

#news .news_list{
margin-bottom: 100px;
}
#news .news_list li{
position: relative;
margin-bottom: 30px;
}

#news .news_list li a{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
position: relative;
margin-bottom: 20px;
}

#news .news_list li a:before{
position: absolute;
bottom: -1px;
left: 0;
content: "";
width: 0;
height: 1px;
background:#124098;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

#news .news_list li a:hover:before{
width: 100%;
height: 1px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

#news .news_list li a:after{
content: "";
width: 8px;
height: 10px;
background-image: url(../images/common/arrow_right.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

#news .news_list li a span.item:nth-of-type(1){
flex-basis: 100px;
color: #8ab2c1;
}

#news .news_list li a  span.item:nth-of-type(2){
flex-basis: 150px;
}

#news .news_list li a  span.item:nth-of-type(2) span{
display: block;
background: #8ab2c1;
padding: 3px 0;
color: #fff;
text-align: center;
}

#news .news_list li a span.item:nth-of-type(3){
flex-basis: calc(100% - 230px);
margin-left: 20px;
color: #000;
padding: 10px 0;
}

.pager{
text-align: center;
margin-bottom: 100px;
}

.pager a{
color: #000;
text-decoration: none;
display: inline-block;
margin: 0 5px;
font-size: 14px;
line-height: 1em;
font-weight: bold;
padding: 10px 15px;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.pager a.current,.pager a:hover{
background: #eee;
}


@media screen and (max-width: 810px) {
#news .news_cat{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack:flex-start;
-webkit-box-pack:flex-start;
-webkit-justify-content:flex-start;
justify-content: flex-start;
margin-bottom: 60px;
}

#news .news_cat li{
flex-basis: 48%;
margin: 0 0 20px;
margin-right: 4%;
}

#news .news_cat li:nth-child(2n){
margin-right: 0;
}

#news .news_cat li a{
display:block; 
font-size: 14px;
border-bottom: 3px solid #ccc;
}

#news .news_list li a{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
padding-right: 30px;
margin-bottom: 20px;
}

#news .news_list li a:after{
right: 0px;
}

#news .news_list li a span.item:nth-of-type(2) span{
font-size: 12px;
}

#news .news_list li a span.item:nth-of-type(3){
flex-basis: 100%;
margin-left: 0;
color: #000;
padding: 10px 0;
}
}




/*詳細*/

.news_detail_title{
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}
.news_detail_title span.category{
width: 150px;
display: inline-block;
background: #8ab2c1;
padding: 3px 0;
margin-right: 10px;
color: #fff;
text-align: center;
}

.news_detail_title span.date{
color: #8ab2c1;
}

.news_detail_title p{
font-size: 28px;
font-weight: bold;
padding: 10px 0;
}
.news_detail{
font-size: 14px;
line-height: 1.8em;
}
.news_detail>img{
margin: 10px 0;

}

.listback{
text-align: right;
padding: 50px 0 80px;
}

.listback a{
position: relative;
display: inline-block;
text-align: center;
min-width: 200px;
padding: 15px;
background: #000;
color: #fff;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}

.listback a:before{
content: "\f053";
font-family: "Font Awesome 5 Free";
font-weight:900;
font-weight: bold;
font-style: normal;
display: inline-block;
margin-right: 15px;
}


@media screen and (max-width: 810px) {
.news_detail_title{
margin-bottom: 10px;
}

.news_detail_title p{
font-size: 18px;
line-height: 1.6em;
font-weight: bold;
padding: 10px 0;
}

.news_detail{
font-size: 13px;
}

.listback{
text-align: center;
padding: 50px 0 80px;
}

}
