@charset "utf-8";

.pc {
	display: none;
}

.tablet {
	display: none;
}

body {
-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}


#MvArea  {
	background: url(../../img/sitemap/sitemap_mvimg_sp.jpg) no-repeat center;
	background-size: cover
}
.mvWrap {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 5;
}
.mvInner {
	color: #ffffff;
	line-height: 1.0;
}

.linkWrap {
	border-bottom: 5px solid #b10418;
	padding: 20px 10px;
}
.linkTtl {
	margin: 0 0 5px;
	font-size: 1.6rem;
	font-weight: 700;
}
.linkCol li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.linkCol li a {
	display: block;
	background: url("../../img/common/arr_red.png") no-repeat 0 6px;
	background-size : 5px 8px; 
	font-size: 1.4rem;
	font-weight: 700;
	padding: 0 0 0 12px;
	line-height: 1.4;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.linkCol li a.outlink {
	display: block;
	background: url("../../img/common/arr_red.png") no-repeat 0 6px, url("../../img/common/outlink.png") no-repeat right 6px;
	background-size : 5px 8px,12px 10px; 
	font-size: 1.4rem;
	font-weight: 700;
	padding: 0 15px 0 12px;
	line-height: 1.4;
}
.linkCol li a:hover {
	color: #b10418;
}

.linkCol li span {
	display: block;
	background: url("../../img/common/arr_red.png") no-repeat 0 6px;
	background-size : 5px 8px; 
	font-size: 1.4rem;
	font-weight: 700;
	padding: 0 0 0 12px;
	line-height: 1.4;
}
.linkCol li span.outlink {
	display: block;
	background: url("../../img/common/arr_red.png") no-repeat 0 6px, url("../../img/common/outlink.png") no-repeat right 6px;
	background-size : 5px 8px,12px 10px; 
	font-size: 1.4rem;
	font-weight: 700;
	padding: 0 15px 0 12px;
	line-height: 1.4;
}