@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;
}
.contentsWrap {
	width: 100%;
}
.oneContents .contentsWrap #main {
	width: 100%;
}
#main {
	padding: 0;
}
#footerLink {
	margin-top: 0;
}
/*=====main=====*/
.pcOnly {
	display: none;
}
main .bgWrap {
	background-color: #28bcde;
}
.toptx {
	background-color: #fff000;
}
.toptx p {
	padding-top: 5%;
}
.point-wrap {
	margin-bottom: 17%;
	background: url("../images/idx_im02.png") no-repeat center top;
	background-size: 100%;
}
.syohin-point {
	position: relative;
	padding-bottom: 170%;
}
.syohin-point li {
	position: absolute;
	font-size: 4vw;
	font-weight: bold;
	text-align: center;
}
.syohin-point .point1 {
	color: #28bcde;
	padding: 8% 8% 12% 8%;
	background: url("../images/idx_bg03.png") no-repeat;
	background-size: 100%;
	top: 16%;
	right: 3%;
}
.syohin-point .point2 {
	color: #ed6d00;
	padding: 10% 6% 8% 8%;
	background: url("../images/idx_bg04.png") no-repeat;
	background-size: 100%;
	top: 62%;
	left: 3%;
}
.syohin-point .point3 {
	color: #28bcde;
	padding: 13% 6% 8% 9%;
	background: url("../images/idx_bg05.png") no-repeat;
	background-size: 100%;
	top: 89%;
	right:3%;
}
.syohin-point .btn01 {
	width: 34%;
	top: 88%;
	left: 3%;
}
.bottom_wrap {
	background-color: #fff000;
}
.btnArea {
	padding: 8% 3% 12%;
}
.btnArea p+p {
	margin: 3%;
}
/*=====mediaQuery=====*/
@media screen and (min-width:750px), print {
	.spOnly {
		display: none;
	}
	.pcOnly {
		display: inline;
	}
	main h1 {
		position: relative;
		z-index: 99;
		text-align: center;
		background: url("../images/idx_bg01.jpg") no-repeat center top;
	}
	.toptx p {
		position: relative;
		z-index: 50;
		width: 725px;
		margin: -76px auto -60px;
	}
	.deco1 {
		text-align: center;
		background: url("../images/idx_bg02.png") no-repeat center top;
	}
	.point-wrap {
		width: 1000px;
		margin: 0 auto 17px;
		background: url("../images/idx_im02pc.png") no-repeat center top;
		background-size: auto;
	}
	.syohin-point {
		padding-bottom: 884px;
	}
	.syohin-point li {
		font-size: 2.4rem;
	}
	.syohin-point .point1 {
		padding: 39px 29px 55px 33px;
		background: url("../images/idx_bg03pc.png") no-repeat;
		background-size: auto;
		top: 102px;
		right: 44px;
	}
	.syohin-point .point2 {
		padding: 42px 58px 30px 40px;
		background: url("../images/idx_bg04pc.png") no-repeat;
		background-size: auto;
		top: 520px;
		left: 56px;
	}
	.syohin-point .point3 {
		padding: 64px 25px 30px 39px;
		background: url("../images/idx_bg05pc.png") no-repeat;
		background-size: auto;
		top: 527px;
		right: 20px;
	}
	.syohin-point .btn01 {
		width: 186px;
		top: 695px;
		left: 716px;
	}
	.deco2 {
		text-align: center;
		background: url("../images/idx_bg06.png") no-repeat center top;
	}
	.tx01 {
		width: 623px;
		margin: -58px auto 0;
	}
	.btnArea {
		padding: 57px 0 72px;
	}
	.btnArea p {
		width: 463px;
		margin: 0 auto 20px;
	}
	.btnArea p + p {
		width: 429px;
		margin: 0 auto;
	}
	.recomend h2 {
		text-align: center;
		background-color: #ed6c00;
	}
	.recomend ul li {
		float: left;
		width: 33.3%;
	} 
}
/*=====clearFix=====*/
.recomend ul:after {
	display: block;
	clear: both;
	content: ""
}

