@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;
	width: 890px;
}
.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;
}


/* choose_a_supplement */
.choose_a_supplement {
	position: relative;
}
.choose_a_supplement .choose_a_supplement_text {
	position: absolute;
	bottom: 50px;
	left: 34px;
	color: #fff;
	width: 440px;
	line-height: 35px;
	font-size: 18px;
}
/* point5 */
.point5 {
	text-align: center;
}
.point5 div {
	position: relative;
}
.point5 div p:last-child {
	position: absolute;
	top: 94px;
	left: 210px;
	text-align: left;
}
.point5 div:nth-of-type(1) p:last-child,
.point5 div:nth-of-type(3) p:last-child {
	top: 105px;
}

/* kuchikomi-box  */
.kuchikomi-box {
	text-align: center;
}
.kuchikomi-box div {
	position: relative;
}
.kuchikomi-voice p:last-child {
	position: absolute;
	bottom: 10px;
	right: 105px;
	text-align: left;
	width: 393px;
	font-size: 1em;
	line-height: 30px;
}
.kuchikomi-btn p:last-child {
	position: absolute;
	top: 0px;
	right: 100px;
}