@charset "utf-8";
/* CSS Document */
/*******************
top
********************/
/* top-column */
.top-column {
	background: url(./img/top_bg001.jpg) no-repeat top center;
	height: 540px;
}
.top-column-ttl {
	text-align: center;
	margin: 0 auto 20px;
	width: 640px;
	padding: 35px 0 22px;
	border-bottom: 2px solid #0d825b;
}
.top-column-ttl span {
	color: #ff0;
	font-size: 1.2em;
}
.top-column-box {
	box-sizing: border-box;
	padding: 0 30px;
	/* 	font-weight: bold; */
	font-size: 18px;
	line-height: 1.7;
}
.top-column-box p + p {
	margin-top: 1em;
}
@media all and (-ms-high-contrast: none) {
	.top-kuchikomi-img1 {
		position: relative;
		margin-left: -520px;
		margin-top: 50px;
		z-index: 999;
	}
	.top-kuchikomi-img2 {
		position: relative;
		margin-left: -520px;
		margin-top: 15px;
		z-index: 999;
	}
	.top-kuchikomi-img3 {
		position: relative;
		margin-left: -520px;
		margin-top: 120px;
		z-index: 999;
	}
}