@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;
}
.oneContents .contentsWrap #main .mainInner {
	width: 100%;
}
main h1 {
	text-align: center;
	background: url(../images/idx_bg01.jpg) no-repeat center top;
}
main .mainInner {
	background: url(../images/idx_bg02.jpg) no-repeat center top;
	padding-bottom: 77px;
}
.contents01, .contents02, .contents03 {
	width: 1000px;
	margin: 0 auto;
}
.contents01 h2, .contents02 h2 {
	text-align: center;
}
.contents01 {
	min-height: 894px;
	position: relative
}
.contents01 h2 {
	padding-top: 68px;
}
.contents01 .text01 {
	position: absolute;
	top: 310px;
	right: 222px;
}
.contents01 .text02 {
	position: absolute;
	top: 665px;
	left: 308px;
}
.contents02 {
	min-height: 778px;
	position: relative;
}
.contents02 .text03 {
	position: absolute;
	top: 500px;
	left: 20px;
}
.contents02 .text04 {
	position: absolute;
	top: 318px;
	right: 20px;
}
.contents02 .caution {
	font-size: 1.6rem;
	color: #731904;
	position: absolute;
	bottom: 0;
	right: 20px;
}
.contents03 {
	margin-top: 800px;
}
.contents03 .btn01, .contents03 .btn02 {
	text-align: center;
	padding-top: 20px;
}
/*=====mediaQuery=====*/
@media screen and (max-width:750px), print {
	.spOnly {
		display: block;
	}
	.pcOnly {
		display: none;
	}
	main h1 {
		text-align: center;
	}
	main .mainInner {
		background: url(../images/idx_bg02sp.jpg) no-repeat center top;
		background-size: 100%;
		padding:  0 10px 77px;
	}
	.contents01, .contents02, .contents03 {
		width: 100%;
		margin: 0 auto;
	}
	.contents01 h2, .contents02 h2 {
		text-align: center;
	}
	.contents01 {
		min-height: 100%;
		position: static;
	}
	.contents01 h2 {
		padding-top: 20px;
	}
	.contents01 .text01 {
		position: static;
		top: 0;
		right: 0;
		margin: 7% 28% 0 0;
	}
	.contents01 .text02 {
		position: static;
		top: 0;
		left: 0;
		margin: 90% 0 0 28%;
	}
	.contents02 {
		position: static;
	}
	.contents02 h2 {
		margin-top: 7%;
	}
	.contents02 .text03 {
		position: static;
		top: 0;
		left: 0;
		margin: 7% 43% 0 0;
	}
	.contents02 .text04 {
		position: static;
		top: 0;
		right: 0;
		margin: 116% 0 0 42%;
	}
	.contents02 .caution {
		font-size: 1.4rem;
		position: static;
		bottom: 0;
		right: 0;
		text-align: right;
		margin-top: 6%;
	}
	.contents03 {
		margin-top: 100%;
	}
	.contents03 .btn01, .contents03 .btn02 {
		text-align: center;
		padding-top: 20px;
	}
}
/*=====clearFix=====*/
.DUMMY:after {
	display: block;
	clear: both;
	content: ""
}


