@charset "utf-8";

* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}
html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	line-height: 1.5;
	font-size: 1.2rem;
	color: #333333;
}
body, main, h1, h2, h3, p, ul, li, dl, dd, figure {
	margin: 0;
	padding: 0;
}
/*=====main=====*/
.spOnly {
	display: none;
}
main h1 {
	text-align: center;
	background:url(../images/idx_bg01.jpg) no-repeat center top;
}
.contents01 {
	background: url(../images/idx_bg02.jpg) no-repeat center top;
	min-height: 532px;
}
.contents01 .position {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.contents01 .text01 {
	position: absolute;
	top: 145px;
	left: 20px;
}
.contents02 {
	background: url(../images/idx_bg03.jpg) no-repeat center top;
	min-height: 637px;
}
.contents02 .position {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.contents02 .text02 {
	position: absolute;
	top: 60px;
	right: 20px;
}
.contents02 .text03 {
	text-align: center;
	padding-top: 331px;
}
.buttonarea {
	text-align: center;
	background: url(../images/idx_bg04.jpg) no-repeat center top;
	min-height: 1301px;
}
.buttonarea .button01 {
	padding-top: 866px;
}
.buttonarea .button02 {
	margin-top: 20px;
}
.CPbnner {
	text-align: center;
	margin: -246px 0 76px;
}
.recomend p {
	text-align: center;
	background-color: #ec0016;
}
.recomend ul li {
	float: left;
	width: 33.3%;
}

/*=====mediaQuery767=====*/
@media screen and (max-width:767px), print {
	.spOnly {
		display: block;
	}
	.pcOnly {
		display: none;
	}
	main h1 {
	text-align: center;
	background:none;
	}
	.contents01 {
		background: url(../images/idx_bg02_sp.jpg) no-repeat center top;
		min-height: 652px;
		background-size: 100%;
	}
	.contents01 .position {
		width: 100%;
		margin: 0 auto;
		position: static;
	}
	.contents01 .text01 {
		position: static;
		top: 0;
		left: 0;
		text-align: center;
		padding: 20% 3% 0;
	}
	.contents02 {
		background: url(../images/idx_bg03_sp.jpg) no-repeat center top;
		min-height: 0;
		background-size: 100%;
		margin-top: 14.5%;
	}
	.contents02 .position {
		width: 100%;
		margin: 0 auto;
		position: static;
	}
	.contents02 .text02 {
		position: static;
		top: 0;
		right: 0;
		text-align: center;
		margin-top: -24%;
		padding: 0 3% 0;
	}
	.contents02 .text03 {
		text-align: center;
		padding: 8% 2% 10.5%;
	}
	.buttonarea {
		text-align: center;
		margin: 0;
		padding: 0 0 44%;
		background: url(../images/idx_bg04_sp.jpg) no-repeat center top;
		background-size: 100%;
		min-height: 0;
	}
	.buttonarea .button01 {
		padding: 82% 2% 0;
	}
	.buttonarea .button02 {
		margin-top: 3%;
		padding: 0 6% 0;
	}
	.CPbnner {
		margin: -34% 2% 12%;
	}
	.recomend ul li {
		float: none;
		width: 100%;
	}
}
/*=====clearFix=====*/
.recomend ul:after {
	display: block;
	clear: both;
	content: ""
}