@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	margin-bottom: 40px;
	background-image: url(../images/visual.png);
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 20px 60px;
}

#about p {
	margin-bottom: 20px;
}

#about li a {
	display: inline-block;
	vertical-align: top;
	max-width: 334px;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	background: #f17424;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	line-height: 50px;
	color: #fff;
}

#about li a:after {
	display: inline-block;
	vertical-align: 2px;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
