@charset "UTF-8";
img {
	max-width: 100%;
}
#breadcrumb{
	background: #fff;
}
.main {
	padding: 0 0 50px;
	background-repeat: repeat-y;
	background-position: center center,#FFF;
	background-image: url(../img/02/main_bg.jpg);
}
.present {
	background-image: url(../img/02/bk.jpg);


}
.post {
	background: #FFF;
}
.post h2 {
	margin-bottom: 40px;
	text-align: center;
}
.post figure {
	margin-bottom: 40px;
}
.post .btn {
	text-align: center;
}
.attention {
	background-image: url(../img/02/bk.jpg);

}
.attention h2 {
	margin-bottom: 40px;
	text-align: center;
}
.attention h3 {
	margin: 20px 0;
	color: #CE631C;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
}
.line {
	border-bottom: 10px solid #FFFFFF;
}
@media only screen and (max-width: 640px) {
	.main {
		padding: 0 0 30px;
		background: #FFF;
	}
	.main .inner {
		padding: 0;
	}
	.main p {
		margin: 0 15px;
	}
	.post h2 {
		margin-bottom: 30px;
	}
	.post h2 img {
		width: 40vw;
	}
	.post figure {
		margin-bottom: 30px;
	}
	.attention h2 {
		margin-bottom: 30px;
	}
	.attention h3 {
		margin: 15px 0;
		font-size: 2.0rem;
	}
}
