
/* --------------------------　メインスライダー　-------------------------- */

#news-content .page_main {
	background: url("../../images/news/page_main.jpg") no-repeat;
	background-position: top center;
	background-size:cover;
}

.news-list {
	margin: 0;
}
.news-list li {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.news-list a {
	display: flex;
}
.news-list a .date {
	width: 10%;
	background: #0d2337;
	color:#fff;
	font-size: 1.4rem;
	padding: 2px;
	text-align: center;
	margin-right: 20px;
	box-sizing: border-box;
}
.news-list a h4 {
	width: 80%;
	font-size: 1.6rem;
	font-weight: normal;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


@media screen and (max-width: 1200px) {
	
	
#news-content .page_main {
	background: url("../../images/news/page_main_sp.jpg") no-repeat;
	background-position: center center;
	background-size:cover;
}
	
.news-list {
	
}
.news-list li {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news-list a {
	display: block;
	
}
.news-list a .date {
	width: 25%;
	background: #0d2337;
	color:#fff;
	font-size: 1.2rem;
	padding: 2px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 5px;
}
.news-list a h4 {
	width: auto;
	font-size: 1.4rem;
	font-weight: normal;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

}


/* --------------------------　ニュース詳細　-------------------------- */

.bg03.news-detail h2  {
	font-size: 2.4rem !important;
	border-bottom: 1px solid  #0d2337;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.news-detail .date {
	background: #0d2337;
	color:#fff;
	font-size: 1.4rem;
	padding: 2px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 5px;
	width: 20%;
	margin: auto;
	margin-bottom: 20px;
}


@media screen and (max-width: 1200px) {
.bg03.news-detail h2  {
	font-size: 1.8rem !important;
	border-bottom: 1px solid  #0d2337;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: left;
}
.news-detail .date {
	background: #0d2337;
	color:#fff;
	font-size: 1.4rem;
	padding: 2px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 5px;
	width: auto;
	margin: auto;
	margin-bottom: 10px;
}	
}
