@charset "UTF-8";
/* CSS Document */

/*---------------------------------------news*/


.news .bodyWrap{
	padding:40px 0;
}
.news-index .bodyWrap{
	padding:40px 0;
}
.news .bodyText,
.news-index .bodyText{
	font-size: 14px;
	line-height: 2.0;
	overflow: hidden;
}
.second .news h1 {
    margin-bottom: 6px;
	line-height: 1.4;
}
.second .news-index h1,
.second .news-index.archive h1 {
    margin-bottom: 20px;
}

.news .date
	{ margin-bottom: 20px;
	color: #004ea2;
	font-size: 14px;
	padding-left: 40px;
}



.news-index .bodyText{
	width: 90%;
}
.news-index.archive .bodyText{
	width: 80%;
}
.news-index .bodyText ul li {
    text-indent: 0;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
.news-index.archive .bodyText ul li {
	border-bottom: 1px dotted #CCC;
}
.news-index.archive .bodyText ul li:last-child {
	border-bottom:none;
}

.news-index .news-list{
    padding-left: 0;
}
.news-index .news-list h3{
	line-height: 1.4;
	margin-bottom: 0;
	margin-top: 0;
}
.news-index .news-list .date{
	font-size: 12px;
	color: #004ea2;
}
.news-index .news-list .date{
	font-size: 12px;
	color: #004ea2;
}

.news-index .news-list .entryExcerpt{
	line-height: 1.6;
	margin-bottom: 0;
}

.news-index .news-list .entryExcerpt .readmore{
	
}



.page .news-index .bodyText{
	padding: 40px 0 80px;
}
.page .news-index .bodyText ul li {

	font-size: 16px;
}

.news-yearly-list{padding-left: 0;}
.news-yearly-list a{
	font-size: 24px;
	display: inline-block;
	padding-right: 14px;
	width: auto;
	position: relative;
	text-decoration: underline;
}
.news-yearly-list a::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 8px;
	height: 14px;
	margin-top: -8px;
	background: url("/img/common/icon-viewlet-blue-l.png") top left no-repeat;
	background-size: 100% auto;
	transition: all 0.2s;
}
.news-yearly-list a:hover{
	text-decoration: none;
}

.news-yearly-list a:hover::after{
	right: -4px;
}



@media (max-width: 991px) {
	
}

@media (max-width: 768px) {
	
	.news-index .bodyText{
	width: 90%;
	}
	
}
@media (max-width: 700px) {
	
	
}
@media (max-width: 520px) {
	
}
@media (max-width: 400px){
	
	
}