@charset "UTF-8";
@import "../../include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin: 0 20px 30px;
	font-size: 0;
}

#anchor li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
}

#anchor li:last-of-type {
	margin-right: 0;
}

#anchor li a {
	display: block;
	height: 60px;
	border-radius: 0 0 5px 5px;
	background: linear-gradient(to bottom, #175496 50%, #0b488a 50%);
	text-decoration: none;
	line-height: 56px;
	color: #fff;
	position: relative;
}

#anchor li a:after {
	content: '';
	width: 0;
	height: 0;
	margin-left: -3px;
	border: solid 3px transparent;
	border-top: solid 5px #fff;
	position: absolute;
	left: 50%;
	bottom: 2px;
}

#anchor li a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 3vw;
	line-height: 1.1;
	letter-spacing: 1px;
}

/* ---------------------------------------------------------
	CSS Document paper
--------------------------------------------------------- */

.link {
	margin: -60px 20px 60px;
	padding-top: 60px;
	text-align: left;
}

.link li {
	margin-bottom: 10px;
}

.link li a {
	display: block;
	padding-left: 25px;
	background: url(../../include/images/i_out.png) no-repeat 0 3px / 16px auto;
	line-height: 1.3;
}
