@charset "utf-8";

.contents {
	padding: 40px 60px;
}
h2 {
	padding: 20px 0;
	line-height: 1;
	border-bottom: 1px solid #ccc;
}
.entry-header {
	padding: 20px 0 30px;
}
.entry-header time {
	color: #a40000;
	font-size: 1.8rem;
}
.entry-header time:before {
	content: url(../img/information/icon_clock.svg);
	display: inline-block;
	margin-right: 1rem;
	margin-left: 1rem;
	width: 18px;
	height: 18px;
	vertical-align: text-top;
}

/*----ブレークポイント----*/
@media only screen and (max-width:750px){
	.contents {
		padding-left: 2vw;
		padding-right: 2vw;
	}
}