@charset "utf-8";

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_sitemap.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#sitemapWrap {
		width: 600px;
		margin: 0 auto;
		text-align: center;
	}

	.smWrap {
		font-weight: bold;
	}

	.smWrap.marginB30 {
		margin-bottom: 30px;
	}

	.smList {
		padding: 15px 20px;
		margin-bottom: 30px;
		border: 1px #DDDDDD solid;
	}

	.smList li {
		padding-left: 12px;
		margin: 5px 0;
		background: url(../../img/common/icon6.png) 0 center no-repeat;
	}

	#smTop {
		font-weight: bold;
		font-size: 1.6rem;
		padding-bottom: 20px;
	}

	#sitemap {
		-ms-text-align-last: auto;
		text-align: left;
		font-size: 1.6rem;
	}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_sitemap.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#sitemapWrap {
		margin: 0 auto;
		text-align: center;
	}

	.smWrap {
		font-weight: bold;
	}

	.smWrap.marginB30 {
		margin-bottom: 30px;
	}

	.smList {
		padding: 15px 20px;
		margin-bottom: 30px;
		border: 1px #DDDDDD solid;
	}

	.smList li {
		padding-left: 12px;
		margin: 5px 0;
		background: url(../../img/common/sp/icon6_sp.png) 0 0.5em no-repeat;
		-webkit-background-size: 7px auto;
		background-size: 7px auto;
	}

	.smList .outLink {
		padding-right: 15px;
	}

	#smTop {
		font-weight: bold;
		font-size: 1.6rem;
		padding-bottom: 20px;
	}


	#sitemap {
		-ms-text-align-last: auto;
		text-align: left;
		font-size: 1.6rem;
	}

}

@media screen and (max-width: 767px) {

	/* 479px以下用（スマートフォン用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_sitemap.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#sitemapWrap {
		margin: 0 auto;
		text-align: center;
	}

	.smWrap {
		font-weight: bold;
	}

	.smWrap.marginB30 {
		margin-bottom: 30px;
	}

	.smList {
		padding: 15px 20px;
		margin-bottom: 30px;
		border: 1px #DDDDDD solid;
	}

	.smList li {
		padding-left: 12px;
		margin: 5px 0;
		background: url(../../img/common/sp/icon6_sp.png) 0 0.5em no-repeat;
		-webkit-background-size: 7px auto;
		background-size: 7px auto;
	}

	.smList .outLink {
		padding-right: 15px;
	}

	#smTop {
		font-weight: bold;
		font-size: 1.6rem;
		padding-bottom: 20px;
	}

	#sitemap {
		-ms-text-align-last: auto;
		text-align: left;
		font-size: 1.6rem;
	}

}
