@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.3rem;
	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 {
	background-color: #e72129;
}
.main-inner .topTx {
	margin: 8% 6% 15%;
}
.main-inner .detail {
	background: url("../images/idx_bg02.png") no-repeat center top;
	background-size: 100%;
}
.main-inner .detail .tx01 {
	margin: 0 32% 5% 6%;
}
.main-inner .detail .tx02 {
	margin: 3% 6% 6% 32%;
}
.main-inner .linkBtn {
	margin: 15% 6% 0; 
}
.main-inner .caution {
	color: #fff;
	margin: 8% 6% 9%;
}
.btnArea {
	padding: 0 6% 10%;
}
.btnArea > p:nth-of-type(2n) {
	margin: 3%;
}

/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
	.pcOnly {
		display: inline-block;
	}
	.spOnly {
		display: none;
	}
	main h1 {
		text-align: center;
		background: url("../images/idx_bg01pc.jpg") no-repeat center top;
	}
	.main-inner .topTx {
		text-align: center;
		margin: 70px 0 75px;
	}
	.main-inner .detail {
		background: url("../images/idx_bg02pc.png") no-repeat center top;
		background-size: auto;
	}
	.main-inner .detail .detail-inner {
		width: 1000px;
		height: 770px;
		margin: 0 auto;
		padding-bottom: 50px;
		position: relative;
	}
	.main-inner .detail .tx01 {
		width: 360px;
		margin: 0;
		position: absolute;
		top: 48px;
		left: 47px;
	}
	.main-inner .detail figure {
		position: absolute;
		top: 0px;
    	left: 212px;
	}
	.main-inner .detail .tx02 {
		width: 366px;
		margin: 0;
		position: absolute;
		right: 30px;
		bottom: 16px;
	}
	.main-inner .linkBtn {
		width: 455px;
		margin: 54px auto 0; 
	}
	.main-inner .caution {
		font-size: 1.5rem;
		width: 772px;
		margin: 55px auto 57px;
	}
	.btnArea {
		width: 465px;
		margin: 0 auto 75px;
		padding: 0;
	}
	.btnArea > p:nth-of-type(2n) {
		margin: 15px;
	}
	.recomend p {
		text-align: center;
		background-color: #75152b;
	}
	.recomend ul li {
		float: left;
		width: 33.3%;
	} 
}
/*=====clearFix=====*/
.recomend ul:after {
	display: block;
	clear: both;
	content: ""
}

