@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, section, h1, h2, h3, p, ul, li, dl, dd, figure {
	margin: 0;
	padding: 0;
}
/*=====main=====*/
.spOnly {
	display: none;
}
main {
	background: url(../images/idx_bg02.png) repeat-y center top;
}
main h1 {
	text-align: center;
	background:url(../images/idx_bg01.jpg) no-repeat center top;
}
.contents01 {
	text-align: center;
}
.contents02 {
	text-align: center;
	background: url(../images/idx_bg03.jpg) no-repeat center top;
}
.contents02 h2 {
	padding: 174px 0 200px;
}
.CPbnner {
	text-align: center;
	margin-top: 110px;
}
.contents03 {
	text-align: center;
	margin-top: -46px;
	padding-bottom: 163px;
	background: url(../images/idx_bg04.jpg) no-repeat center top;
}
.contents03 h2 {
	padding: 145px 0 50px;
}
.contents03 ul li.Line {
	margin-bottom: 30px;
}
.contents04 {
	padding-bottom: 55px;
	background: url(../images/idx_bg05.jpg) no-repeat center top;
}
.contents04 h2 {
	width: 1000px;
	margin: 0 auto;
	padding:27px 0 0 20px;
}
.buttonarea {
	text-align: center;
	padding-bottom: 110px;
	background: url(../images/idx_bg06.jpg) no-repeat center top;
}
.buttonarea .button01 {
	padding-top: 1064px;
}
.buttonarea .button02 {
	margin-top: 20px;
}
.recomend p {
	text-align: center;
	background-color: #ee3e00;
}
.recomend ul li {
	float: left;
	width: 33.3%;
}

/*=====mediaQuery767=====*/
@media screen and (max-width:767px), print {
	.spOnly {
		display: block;
	}
	.pcOnly {
		display: none;
	}
	main {
		background: url(../images/idx_bg02sp.png) repeat-y center top;
		background-size: 100%;
	}
	.contents01 {
		padding: 4% 3% 0;
	}
	.contents02 {
		margin-top: -37%;
		background: url(../images/idx_bg03sp.jpg) no-repeat center top;
		background-size: 100%;
	}
	.contents02 h2 {
		padding: 53% 9% 18%;
	}
	.CPbnner {
		margin: 18% 3% 8%;
	}
	.contents03 {
		text-align: center;
		margin-top: -19px;
		padding-bottom: 25%;
		background: url(../images/idx_bg04sp.jpg) no-repeat center top;
		background-size: 100%;
	}
	.contents03 h2 {
		padding: 19% 7% 3%;
	}
	.contents03 ul {
		margin: 0 7% 0;
	}
	.contents03 ul li.Line {
		margin: 3% 11%;
	}
	.contents04 {
		padding-bottom: 4%;
		background: url(../images/idx_bg05sp.jpg) no-repeat center top;
		background-size: 100%;
	}
	.contents04 h2 {
		width: 100%;
		padding: 2% 6% 0;
	}
	.buttonarea {
		text-align: center;
		margin: 0;
		padding: 0 0 15%;
		background: url(../images/idx_bg06sp.jpg) no-repeat center top;
		background-size: 100%;
		min-height: 0;
	}
	.buttonarea .button01 {
		padding: 130% 3% 0;
	}
	.buttonarea .button02 {
		margin-top: 3%;
		padding: 0 6% 0;
	}
	.recomend ul li {
		float: none;
		width: 100%;
	}
}
/*=====clearFix=====*/
.recomend ul:after {
	display: block;
	clear: both;
	content: ""
}