@charset "utf-8";

body.underpage section{
	padding-top: 40px;
}
.hd_yellow_circle{
	margin-bottom: 10px;
}
.blog_date{
	text-align: right;
	font-size: 18px;
}

.post_content .finish_txt{
	margin: 80px 0;
}
.container_narrow > .btnStyle01 .btn{
	max-width: 320px;
	width: 100%;
}
@media screen and (max-width: 767px){
	.blog_date{
		font-size: 15px;
	}
	.post_content .finish_txt{
		margin: 50px 0;
	}
}