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


body{
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
}
a:hover{
	opacity:0.8;
}
.w1500{
	max-width:1500px;
	min-width:1140px;
	margin:0 auto;
}


/*
header
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#hdTp{
	margin-top:30px;
	overflow:hidden;
}
#hdTp h1{
	color:#999;
	width:650px;
	float:left;
}
#hdTp .posR{
	width:480px;
	float:right;
}
#hdTp .posR li{
	float:left;
}
#hdTp .posR ul .tel{
	margin-right:15px;
	padding-right:15px;
	border-right:1px solid #ccc;
}
#hdTp .posR dl{
	float:right;
	width:230px;
}
#hdTp .posR dl dt,
#hdTp .posR dl dd{
	float:left;
}


#hdBtm{
	margin-top:20px;
	overflow:hidden;
}
#hdBtm .hdLogo{
	float:left;
	width:318px;
}
#hdBtm .hdNav {
	border-left:1px solid #dfdfdf;
}
#hdBtm .hdNav li{
	float:left;
	width:20%;
	text-align:center;
	border-right:1px solid #dfdfdf;
	box-sizing:border-box;
}
#hdBtm .hdNav {
	width : -webkit-calc(100% - 420px);
	width : calc(100% - 420px);
	float:right;
	overflow:hidden;
}



/*
mainVs
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#mainVs {
	margin-top:30px;
}
#mainVs ul{
	overflow:hidden;
}
#mainVs li{
	float:left;
	width:33.333%;
}
#mainVs li img{
	width:100%;
}


/*
CONTENTS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#contents{
	margin-top:70px;
}
#contents h2{
	text-align:center;
	margin:0 0 50px;
	font-size:32px;
	font-style:italic;
	font-weight:normal;
}
#contents h3{
	text-align:center;
	margin-bottom:30px;
}
#contents .btn {
	margin-top:40px;
	text-align:center;
}
#contents .btn a{
	background:#222;
	color:#fff;
	text-decoration:none;
	padding:15px 80px;
}

#contents .posL{
	float:left;
}
#contents .posR{
	float:right;
}

#contents .line_btn{
	text-align: center;
	margin: 0px 0 15px 0;
}

/*
newsWrap
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#contents #newsWrap{
	width:820px;
	margin:0 auto 70px;
}
#contents #newsWrap dt{
	float:left;
	width:120px;
}
#contents #newsWrap dd{
	padding-left:120px;
	padding-bottom:15px;
}
#contents #newsWrap dd a{
	color:#333;
}


/*
pickupWrap
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#contents #pickupWrap{
	background:url(../img/pickup_bg.jpg) no-repeat;
	padding:95px;
}
#contents #pickupWrap ul{
	overflow:hidden;
}
#contents #pickupWrap ul li{
	float:left;
	width:210px;
	box-sizing:border-box;
	margin-right: 10px;
}
#contents #pickupWrap ul li img{
	width:100%;
}
#contents #pickupWrap ul li p{
	margin-bottom:0;
}
#contents #pickupWrap ul li dl{
	background:#fff;
	padding:20px 12px
}
#contents #pickupWrap ul li dl dt{
	font-size:14.5px;
	margin-bottom:10px;
	font-weight:bold;
}
#contents #pickupWrap a{
	text-decoration:none;
	color:#222;
}


/*
bnrWrap
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#contents #bnrWrap{
	overflow:hidden;
}
#contents #bnrWrap .posL,
#contents #bnrWrap .posR{
	width:50%;
	height:400px;
	position:relative;
}
#contents #bnrWrap h3{
	position:absolute;
	left:50%;
	top:50%;
}
#contents #bnrWrap .posL h3{
	margin-left:-170px;
	margin-top:-70px;
}
#contents #bnrWrap .posR h3{
	margin-left:-150px;
	margin-top:-107px;
}
#contents #bnrWrap .posL{
	background:url(../img/bnr01_bg.jpg) no-repeat;
}
#contents #bnrWrap .posR{
	background:#24ae7f;
}


/*
contactWrap
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#contactWrap{
	padding:60px 0;
	background:url(../img/contact_bg.jpg) no-repeat;
}
#contactWrap .wrap{
	width:775px;
	margin:0 auto;
}
#contactWrap .col2{
	overflow:hidden;
	margin-bottom:25px;
}
#contactWrap .col2 .posL,
#contactWrap .col2 .posR{
	width:49%;
}
#contactWrap .col2 .posL{
	border-right:1px solid #ccc;
}
#contactWrap .col2 .posL p{
	margin-bottom:15px;
}
#contactWrap .posL .ttl{
	font-size:22px;
	font-weight:bold;
}
#contactWrap .posL .ico{
	background:url(../img/ico.gif) no-repeat 0 4px;
	padding-left:18px;
}
#contactWrap .posL a{
	color:#333;
}
#contactWrap .col2 .posR{
	text-align:center
}
#contactWrap .col2 .posR dl{
	margin-top:20px;
}
#contactWrap .col2 .posR dt,
#contactWrap .col2 .posR dd{
	display:inline-block;
	padding:0 3px;
}





/*
footer
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#footer {
	text-align:center;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer #ftTp{
	padding:20px 0;
	background:#555;
}
#footer #ftTp dt,
#footer #ftTp dd{
	display:inline-block;
	color:#fff;
}
#footer #ftBtm{
	padding:20px 0;
	font-size:10px;
}