@charset "UTF-8";

.news-contents{padding:60px 0 80px;}
.news-contents .box{padding: 80px 40px 40px;margin:-80px 0 40px;border-bottom:1px solid #cdcdcd;}
.news-contents time{margin-bottom:10px;}
.news-contents h2{font-size:26px;color:#004ba1;font-weight:bold;margin-bottom:20px;}
.news-contents p{line-height:2;}

/** PC_more_big ****/
@media screen and (min-width:1200px) {
.news-contents{padding:50px 0 70px;}
.news-contents .box{padding: 80px 30px 30px;margin:-80px 0 30px;}
}

/** SP ****/
@media screen and (max-width:767px) {
.news-contents{padding:40px 0 60px;}
.news-contents h2{font-size:24px;margin-bottom:10px;}
.news-contents .box{padding: 60px 0 20px;margin:-60px 0 20px;}
}
/** PC ****/
@media screen and (min-width:768px) {
.news-contents p{font-size:18px;}

}
