@charset "utf-8";

body{background-color: #96ddf5;}


/* ナビゲーション */
.pageNav{
	position: relative;
	width: 74%;
	margin: 4% auto 0 auto;
}
.pageNav ul{position: relative;}
.pageNav ul li{
	position: relative;
	margin-bottom: 4%;
}

/* 共通 */
#attention h2, #faq h2{
	position: relative;
	margin: 12% auto 0 auto;
	height: auto;
	padding: 2% 0;
	font-size: .20rem;
	font-weight: 900;
	color: #ffffff;
	background-color: #001c46;
}
#attention dl dt, #faq h3{
	position: relative;
	margin: 12% auto 3% auto;
	font-size: .16rem;
	font-weight: 700;
	color: #92000d;
}
#attention dl dt span, #faq h3 span {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#attention dl dt span::before, #faq h3 span::before,
#attention dl dt span::after, #faq h3 span::after{
	content: '';
	display: block;
	width: 1.2em;
	height: 1.2em;
	background-image: url("../img/icon01.png");
	background-size: contain;
	background-repeat: no-repeat;
	flex-grow: 1;
}
#attention dl dt span::before, #faq h3 span::before{margin-right:1em;background-position: 100% 0;}
#attention dl dt span::after, #faq h3 span::after{margin-left:1em;background-position: 0 0;}

/* タイトル */
.ttl {
	position: relative;
	margin: -30% auto 0 auto; 
	padding: 0;
}
.ttl h2{
	background-image: url("../img/bg_top.png");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 60px;
}
.ttl h2 img{padding-bottom: 40px;}


/* 注意事項 */
#attention dl{
	position: relative;
	margin: 0 auto;
	width: 90%;
	text-align: left;
}
#attention dl dd{
	position: relative;
	margin: 0 auto 3% auto;
	text-indent: -1em;
	margin-left: 1em;
	font-size: .15rem;
}
#attention dl dd::before {content: "・";}

/* よくある質問 */
#faq {padding: 0 0 50% 0;}
#faq dl{
	position: relative;
	margin: 0 auto;
	width: 90%;
	text-align: left;
	font-size: .15rem;
}
#faq dl dt{
	position: relative;
	margin: 0 auto 3% auto;
	color: #005175;
}
#faq dl dd{
	position: relative;
	margin: 0 auto 3% auto;
}



/* ----- pc ----- */
@media screen and (min-width: 641px) {
	
	/* タイトル */
	.ttl {margin: -130px auto 0 auto;  }
	.ttl h2{background-size: 100% 120px;padding-bottom: 40px;}
	.ttl h2 img{padding-top: 40px;}


	/* ナビゲーション */
	.pageNav{
		width: 860px;
		margin: 0 auto 70px auto;
	}
	.pageNav ul{
		position: relative;
		margin: 0 auto;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: baseline;
	}
	.pageNav ul li{margin-bottom: 0; width: 390px;}

	/* 共通 */
	#attention h2, #faq h2{
		margin: 0 auto;
		padding: 20px 0;
		font-size: .40rem;
	}
	#attention dl dt, #faq h3{
		margin: 50px auto 15px auto;
		font-size: .24rem;
		padding-left: 32px;
		background-size: 28px auto;
		width: 830px;
	}

	/* 注意事項 */
	#attention{margin: 0 auto; padding: 0 0 120px 0;}
	#attention dl{width: 850px;}
	#attention:before{
		position: absolute;
		display: block;
		content: '';
		bottom:0;
		left: 0;
		width: 100%;
		height: 900px;
		background-image: url("../img/bg_item02.png"), url("../img/bg_item01.png");
		background-size: 216px auto, 221px auto;
		background-repeat: no-repeat, no-repeat;
		background-position: -30px 0, 104% 103%;
	}
	#attention dl dd{
		margin: 0 auto 20px auto;
		font-size: .16rem;
		padding-left: 30px;
		width: 780px;
	}

	/* よくある質問 */
	#faq {margin: 0 auto;padding: 0 0 250px 0;}
	#faq:before{
		position: absolute;
		display: block;
		content: '';
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url("../img/bg_item03.png"), url("../img/bg_item07.png"), url("../img/bg_item08.png"), url("../img/bg_item05.png"), url("../img/bg_item06.png");
		background-size: 178px auto, 214px auto, 186px auto,99px auto, 103px auto;
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
		background-position: -30px 8%, 103% 30%, -10px 48%, 101% 75%, 98% 97%;
	}
	#faq dl{
		width: 790px;
		font-size: .16rem;
	}
	#faq dl dt{margin: 0 auto 10px auto;}
	#faq dl dd{margin: 0 auto 20px auto;}

		
}