@charset "UTF-8";
/* CSS Document */

#mv{
	background-image: url(../images/bg_mv.jpg);
}

#contents p.fltL{
	line-height: 0;
}

/*index*/
#contents .box{
	background-color: #333;
	float: left;
	display: table;
	height: 330px;
	width: 325px;
	position: relative;
}
#contents .box a{
	display: table-cell;
	vertical-align: top;
	text-align: center;
	color: #FFF;
	height: 330px;
	padding-top: 63px;
	width: 325px;
}
#contents .box a:hover{
	text-decoration: none;
}
#contents .box h3{
	font-size: 3.0rem;
	letter-spacing: 3px;
	margin-bottom: 45px;
}
#contents .box h3::after{
	background-color: #FFF;
	content: '';
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	height: 3px;
	width: 65px;
}
#contents .box .btn{
	border: 1px solid #FFF;
	border-radius: 50px;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 10px 0 15px;
	width: 250px;
	position: absolute;
	left: 50%;
	margin-left: -125px;
	bottom: 35px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#contents .box p{
	font-family: "Oswald",sans-serif;
}
#contents .box.green{
	background-color: #6dc0bd;
}
#contents .box.yellow{
	background-color: #f6ac1d;
}
#contents .box.yellow,
#contents .box.yellow a{
	width: 337px;
}
#contents .box.brwon{
	background-color: #8a694d;
}

#contents .box a:hover .btn{
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #6dc0bd;
}
#contents .box.yellow a:hover .btn{
	color: #f6ac1d;
}
#contents .box.brwon a:hover .btn{
	color: #8a694d;
}


/*message*/
#contents .messageBox{
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
}
#contents .messageBox.last{
	border-bottom: none;
	padding-bottom: 0;
}
#contents .messageBox p{
	line-height: 2.2;
}
#contents .messageBox p span{
	font-size: 1.5rem;
	font-weight: bold;
}




/*feature*/

#featureBox li{
	margin-bottom: 115px;
}
#featureBox li.last{
	margin-bottom: 0;
}
#featureBox figure{
	line-height: 0;
}
#featureBox h2{
	background-color: #f6ac1d;
	color: #FFF;
	font-size: 2.2rem;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 25px;
}
#featureBox li+li h2{
	background-color: #3cb5ae;
}
#featureBox li+li+li h2{
	background-color: #b18247;
}
#featureBox h3{
	text-decoration: underline;
	font-weight: normal;
	font-size: 2.0rem;
	margin-bottom: 10px;
}
#featureBox .text{
	padding-top: 25px;
}




/*about*/
#historyList li{
	margin-bottom: 20px;
	overflow: hidden;
}
#historyList li span{
	background-color: #3cb5ae;
	border-radius: 50px;
	color: #FFF;
	display: block;
	float: left;
	text-align: center;
	margin-right: 35px;
	padding: 8px 0 7px; 
	width: 160px;
	position: relative;
}
#historyList li span::after{
	background: url(../images/bg_history.gif) left top
	 no-repeat;
	content: '';
	display: block;
	height: 11px;
	width: 6px;
	position: absolute;
	right: -20px;
	top: 7px;
}
#historyList li p{
	line-height: 1;
	padding: 7px 0;
}