@charset "utf-8";

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

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

	.links {
		margin-bottom: 80px;
	}

	.linkList li {
		margin-bottom: 1em;
		padding-left: 12px;
		background: url(../../img/common/icon6.png) 0 center no-repeat;
		-webkit-background-size: 5px auto;
		background-size: 5px auto;
		font-size: 1.5rem;
		line-height: 1.2;
	}
}

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

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

	.links {
		margin-bottom: 50px;
	}

	.linkList li {
		margin-bottom: 10px;
		padding-left: 12px;
		background: url(../../img/common/sp/icon6_sp.png) 0 center no-repeat;
		-webkit-background-size: 5px auto;
		background-size: 5px auto;
		font-size: 1.5rem;
		line-height: 1.2;
	}
}

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

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

	.links {
		margin-bottom: 50px;
	}

	.linkList li {
		margin-bottom: 10px;
		padding-left: 12px;
		background: url(../../img/common/sp/icon6_sp.png) 0 0.3em no-repeat;
		-webkit-background-size: 5px auto;
		background-size: 5px auto;
		font-size: 1.5rem;
		line-height: 1.2;
	}
}
