@charset "utf-8";

.sp {
	display: none;
}

.tablet {
	display: none;
}

#MvArea  {
	background: url(../../img/sitemap/sitemap_mvimg.jpg) no-repeat center;
	background-size: cover
}
.mvWrap {
	width: 96%;
	max-width: 1200px;
	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: 40px 20px;
}
.linkTtl {
	margin: 0 0 10px;
	font-size: 2.0rem;
	font-weight: 700;
}
.linkCol li {
	display: inline-block; 
	margin: 0 30px 10px 0;
}
.linkCol li a {
	display: block;
	background: url("../../img/common/arr_red.png") no-repeat 0 8px;
	background-size : 5px 8px; 
	font-size: 1.6rem;
	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 span {
	display: block;
	background: url("../../img/common/arr_red.png") no-repeat 0 8px;
	background-size : 5px 8px; 
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0 0 0 12px;
	line-height: 1.4;
}

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

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

.linkCol li a:hover {
	color: #b10418;
}
