@charset "utf-8";
/* news */

/*sideのPICK UP表示設定*/
@import url(side-pickup.css);

#contents-area #main-contents {
	width: 100%;
}

h1 {
	/*border-top: 1px #283764 solid;*/
	font-size: 1.5em;
	color: #283764;
	border-bottom: 1px #C4C4C5 solid;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h1::before {
	content: "■";
	margin-right: 10px;
}

.news-date {
	text-align: right;
}

.news-date i {
	margin-right:0.5em ;
}

.news-body {
	/*border-top: 1px #000 dotted;*/
	padding: 1.0em 0;
}

.single-pager {
	margin: 1.5em 0 1.0em;
	padding: 1.0em 0;
	border-top: 1px #666 dotted;
	display: flex;
	justify-content: space-between;
}


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