/*============================
MV
============================*/
#mv {
	background-image: url(../img/union_bg.jpg);
}

/*============================
リンク集
============================*/
#link {
	padding-bottom: 1.00rem;
}

#link .list {
	margin-top: 0.30rem;
	border-top: 1px solid #CCC;
}

#link .list .detail {
	border-bottom: 1px solid #CCC;
}

#link .list .detail a {
	display: block;
	padding: 0.20rem 0;
	color: #111;
	text-decoration: none;
	line-height: 1.55;
	position: relative;
}

#link .list .detail a::after {
	content: "";
	width: 0.14rem;
	height: 0.14rem;
	background-image: url(../common/img/icon_newwin_black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top:50%;
	transform: translateY(-50%);
}

#link .list .detail a:hover {
	color: #E62413;
}

#link .list .detail a .title {
	font-size: 0.20rem;
	font-weight: 700;
	letter-spacing: 0.10em;
}

#link .list .detail a .text {
	font-size: 0.15rem;
	letter-spacing: 0.10em;
}