@charset "utf-8";

#senkyo{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#senkyo a{
	text-decoration: none;
}
#icarch{
	position: relative;
	z-index: 1;
}
#area{
	margin: -5% 0 0 0;
	padding: 0 0 3% 0;
	position: relative;
	z-index: 10;
	background: url(../img/about_top.png) repeat-x center bottom;
}
#area section,
#about section{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
#area section h2{
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.3em;
	padding: 70px 0 30px 0;
	background: url(../img/tpc01_bg.png) no-repeat center top;
}
#area section article{
	margin: 0 0 1.3% 0;
}

#area section article dl{
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
#area section article dl:nth-child(3n){
	margin-right: 0;
}
#area section article dl:nth-child(3n+1){
	clear: both;
}
#area section article dl:nth-child(n+4){
	margin-top:1.3%;
}

.ac_menu dt{
	display: block;
	margin: 0 0 10px 0;
	padding: 100px 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: url(../img/area_btn01.png) no-repeat left top,
	url(../img/arrow.png) no-repeat center bottom #25B99A;
	cursor: pointer;
}
.ac_menu dt em{
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
}
.ac_menu dd{
	display: none;
}
.ac_menu dt:hover{
	background: url(../img/area_btn02.png) no-repeat left top,
	url(../img/arrow.png) no-repeat center bottom #25B99A;
}
.ac_menu dt.active{
	background: url(../img/area_btn02.png) no-repeat left top,
	url(../img/arrow_active.png) no-repeat center bottom #E2C400;
}
#area section article dl dd
ul li{
	width: 31%;
	float: left;
	margin: 0 1% 2% 1%;
}
@media screen and (max-width: 1280px){
	#area section article dl dd ul li{
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
	}
	#area section article dl dd ul li:nth-child(2n+1){
		clear: both;
	}
}
@media screen and (min-width: 1281px){
	#area section article dl dd ul li:nth-child(3n+1){
		clear: both;
	}
}
#area section article dl dd ul li a{
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #E54C39;
	border-radius: 3px;
	border-bottom: 3px solid #B2362D;
}
#area section article dl dd
ul li a:hover{
	padding: 13px 0 10px 0;
	color: #fff;
	border-bottom: none;
	opacity: 1;
}

#about{
	padding: 2% 0 5% 0;
	color: #fff;
	background:url(../img/footer_top.png) repeat-x bottom #333;
	margin-top: -2px;
}
#about section h2{
	text-align: center;
	color: #fff;
	font-size: 30px;
	letter-spacing: 0.3em;
	padding: 70px 0 30px 0;
	background: url(../img/tpc02_bg.png) no-repeat center top;
}
#about section p{
	letter-spacing: 0.2em;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.adbnr{
	width:960px;
	margin:0 auto 10px auto;
	background:#fff;
	padding:0 0 5px 0;
}
.adbnr ul li{
	padding:5px 10px;
	box-sizing:border-box;
}
.adbnr h3{
	background:#000;
	padding:10px 0;
	color:#fff;
	text-align:center;
	margin:0 0 10px 0;
}
.page-top {
	width:80px;
	height:80px;
	background:url(../img/pagetop.png) no-repeat center center;
	background-size:100% 100%;
	text-indent:-9999px;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
	z-index:9999;
}
