@charset "UTF-8";

#news {
	border-bottom: none;
	padding-top: 0;
}
#news .h-type2 {
	background: #F5F5F5;
	margin-bottom: 50px;
	padding: 40px 0;
}

.single #news .h-type2 {
	margin-bottom: 80px;
}
.single #news article {
	width: 680px;
	margin: 0 auto;
}
.single #news .titleBlock {
	text-align: left;
	margin: 0 0 30px;
}
.single #news .date {
	color: #a2864a;
	font-weight: bold;
	margin: 0 0 15px;
}
.single #news .titleBlock h1 {
	font-size: 1.428rem;
	font-weight: bold;
}
.single #news .honbun {
	text-align: left;
	margin: 0 auto 100px;
}
.single #news .honbun h2,
.single #news .honbun h3,
.single #news .honbun h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0;
}
.single #news .honbun p {
	margin: 1em 0;
}
.single #news .honbun img {
	max-width: 100%;
}



/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:899px) {

	#news {
	}
	#news .h-type2 {
		margin-bottom: 30px;
		padding: 20px 0;
	}

	.single #news .h-type2 {
		margin-bottom: 50px;
	}
	.single #news article {
		width: 90vw;
	}
	.single #news .titleBlock {
		text-align: left;
		margin: 0 0 20px;
	}
	.single #news .date {
		margin: 0 0 10px;
	}
	.single #news .titleBlock h1 {
	}
	.single #news .honbun {
		margin: 0 auto 60px;
	}

}



