@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#conts .subInner {
	padding: 9.4rem 0 10.8rem;
	min-height: 79.6rem;
	background: url(../img/index/bg_sp.jpg) no-repeat center center / cover;
	box-sizing: border-box;
}
#conts .title {
	margin: 0 auto 2.9rem;
	padding: 0.5rem 0 0.5rem 0.8rem;
	width: 34rem;
	font-size: 2.1rem;
	line-height: 1.8;
	letter-spacing: 0.42em;
	text-align: center;
	background: url(../img/question/text_bg01_sp.png) no-repeat left top / 100%;
}
#conts .bigText {
	margin-bottom: 0.9rem;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.04em;
}
#conts .text {
	margin-bottom: 2rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.71;
	text-align: center;
}
#conts .photo {
	margin: 0 auto;
	max-width: 27.9rem;
}
@media all and (max-width: 896px) {
	#main {
		margin-bottom: -16.2rem;
	}
	#main .comFixBtn {
		background-color: #FFF;
	}
	#gFooter {
		background: #FFF;
	}
}
@media all and (min-width: 897px) {
	#conts .subInner {
		padding: 20.1rem 0 0.1rem;
		min-height: 58rem;
		background-image: url(../img/index/bg.jpg);
		position: relative;
	}
	#conts .subInner .comFixBtn {
		margin-top: 4.1rem;
		background-color: transparent;
	}
	#conts .title {
		display: none;
	}
	#conts .bigText {
		display: none;
	}
	#conts .text {
		display: none;
	}
	#conts .photo {
		margin: 0 auto;
		max-width: 22.2rem;
	}
}