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

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

#about .container {
	margin: 0 20px 40px;
}

#about h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 0;
}

#about h2 img {
	width: 71px;
}

#about .w470 {
	margin-bottom: 40px;
	padding-left: 20px;
	text-align: left;
	position: relative;
	z-index: 0;
}

#about .w470:before {
	content: '';
	width: 20px;
	height: 100%;
	background: #f2f2f2 url(/include/images/bg.png) top / 3px auto;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: -1;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin: 0 20px 70px;
	text-align: left;
	font-size: 0;
	position: relative;
}

#anchor .dl1 {
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 5px;
	background: #bce4ba url(../images/bg_02.png) top;
}

#anchor .dl2 li {
	overflow: hidden;
	border-radius: 5px;
}

#anchor .dl li {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	padding: 20px 0 0 5px;
}

#anchor li.dt {
	padding: 20px 4px;
	background: #75d865 url(../images/bg_01.png) top;
	font-weight: bold;
}

#anchor .dl li a {
	display: block;
	height: 31px;
	padding-right: 5px;
	border-radius: 31px;
	background: #fff url(../images/icon_01.png) no-repeat 90% / 9px auto;
	text-decoration: none;
	text-align: center;
	font-size: 3vw;
	line-height: 30px;
	color: #333;
}

#anchor .voice {
	position: absolute;
	bottom: 0;
	right: 0;
}

.voice li {
	display: inline-block;
	vertical-align: top;
	width: 130px;
}

.voice li a {
	display: block;
	height: 71px;
	padding-right: 5px;
	border-radius: 5px;
	background: #1fa50a url(../images/icon_02.png) no-repeat 110px / 9px auto;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 70px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document work
--------------------------------------------------------- */

.work {
	padding: 70px 20px 0;
	text-align: left;
}

.work h2 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 7vw;
	line-height: 1;
	color: #1fa50a;
}

.work figure {
	margin-bottom: 15px;
}

.work .w580 {
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	position: relative;
	z-index: 0;
}

.work .w580:before {
	content: '';
	width: 20px;
	height: 100%;
	background: #f2f2f2 url(/include/images/bg.png) top / 3px auto;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: -1;
}

.work .voice {
	text-align: center;
}

.work .voice li {
	display: inline-block;
	vertical-align: top;
	width: 240px;
}

.work .voice li a {
	height: 60px;
	padding-right: 0;
	background: #1fa50a;
	line-height: 60px;
	color: #fff;
}

.work .voice li a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 15px;
	height: 60px;
	background: url(../images/icon_02.png) no-repeat right / 9px auto;
}
