.me06 a {
	border-bottom: 1px solid #322323;
}
.saisyo {
	text-align: center;
	padding-bottom: 100px;
	position: relative;
}
.saisyo h3 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 20px;
	color: #dd9224;
}
.saisyo p {
	font-weight: bold;
}
.re-i {
	width: 70%;
	float: right;
}
.re-i img {
	width: 100%;
}
.re-te {
	position: absolute;
	background-color: #fff;
	padding: 60px;
	top: 80px;
}

.omoi-box01 {
	width: 47%;
	float: left;
}
.omoi-box02 {
	width: 47%;
	float: right;
}

.omoi h3 {
	font-size: 180%;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 20px;
	color: #dd9224;
}
.omoi h4 {
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 20px;
	font-size: 110%;
}
.hukuri li {
	width: 33.3%;
	float: left;
	padding: 2%;
	box-sizing: border-box;
}
.hukuri h3 {
	font-size: 160%;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	padding-bottom: 40px;
}
.hukuri h3 span {
	background-image: url(../img/line01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

@media screen and ( max-width:800px )
{
.saisyo {
	position: inherit;
}
.re-i {
	width: 100%;
	float: none;
}
.re-te {
	position: inherit;
	padding: 0% 5% 5% 5%;
}
.saisyo h3 {
	font-size: 140%;
}
.omoi-box01 {
	width: 100%;
	float: none;
}
.omoi-box02 {
	width: 100%;
	float: none;
}
.hukuri li {
	width: 100%;
	float: none;
}
.hukuri li p {
	padding-bottom: 40px;
}

}



