@charset "utf-8";

.sp {
	display: none;
}

.tablet {
	display: none;
}
.pc {
	display: block;
}

#MvArea  {
	background: url(../../img/link/link_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;
}

.linkCol {
	width: calc( 100% + 20px );
	margin: 0 -10px 50px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.linkCol li {
	width: 50%;
	margin-bottom: 20px;
	padding: 0 10px;
}
.linkCol li a {
	display: block;
	width: 100%;
	padding: 20px;
	border: 1px solid #000000;
	background: url(../../img/common/arr_black.png) no-repeat 97% center #ffffff;
	background-size: 6px auto;
	font-size: 1.5rem;
	line-height: 1.5;
	transition: all 0.4s;
}
.linkCol li a:hover {
	background: url(../../img/common/arr_white.png) no-repeat 98% center #000000;
	background-size: 6px auto;
	color: #ffffff;
}
.linkPre {
	display: inline-block;
	padding-top: 3px;
	font-size: 1.3rem;
	color: #626262;
	line-height: 1.6;
}
.linkCol li span.linkPre a {
	display: inline;
	padding: 0;
	border: none;
	background: none;
	font-size: 1.3rem;
	color: #626262;
	text-decoration: underline;
}
.linkCol li span.linkPre a:hover {
	text-decoration: none;
}

