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

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

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

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

#about {
	height: 200px;
	margin-bottom: 60px;
	font-size: 18px;
	letter-spacing: 1px;
}

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

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

#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);
}

#about li a:hover {
	opacity: 0.7;
}
