@charset "UTF-8";
/* ============== 共通とPC ================ */
/*---terms.php-----*/
#terms {
	width: 840px;
	margin: 0 auto;
}
#lowerlayerWrapper02 #terms h2 {
	margin: 40px 0 50px 0;
}
#terms p {
	margin-bottom: 40px;
}
#terms ul {
	margin-bottom: 30px;
}
#terms h2::before {
	content: "";
	background: url(../general/_img_bg/icon_terms.png) no-repeat top -2px center;
	background-size: 15px;
	display: inline-block;
	width: 15px;
	height: 30px;
	margin: 0 20px 0 0;
	vertical-align: middle;
}
#terms h3, 
#terms h4 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
#terms a {
	color: #0099D3;
}

/*---sitemap.php-----*/
#sitemap {
	width: 840px;
	margin: 0 auto;
}
#sitemap h2 {
	margin: 40px 0 50px 0;
}
#sitemap h2::before {
	content: "";
	background: url(../general/_img_bg/icon_sitemap.png) no-repeat top center;
	background-size: 22px;
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: 0 20px 0 0;
	vertical-align: middle;
}
#sitemap h3 {
	font-size: 16px;
}
#sitemap h3, #sitemap a {
	color: #0099d3;
	margin-bottom: 25px;
}
#sitemap .mgnb30 {
	margin-bottom: 30px;
}

#sitemap h4 {
	color: #0099d3;
	text-indent: 0.5rem;
	margin-bottom: 20px;
}
#sitemap .sitemapLeft {
	float: left;
	width: 410px;
}
#sitemap .sitemapRight {
	float: left;
	width: 410px;
}



/* ============== モバイル  ================ */

@media screen and (max-width: 800px) {
	#sitemap,
	#terms {
		width: calc(100% - 20px);
		padding: 0 10px;
	}
	#sitemap .sitemapLeft, #sitemap .sitemapRight {
		float: none;
		width: 100%;
	}
	#sitemap .sitemapLeft {
		margin-bottom: 30px;
	}


	{
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
	#lowerlayerWrapper02 #sitemap h2,
	#lowerlayerWrapper02 #terms h2{
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
	/* ------- 800 ---------- */
}

