#contact
{
	color: #FFF;
	background-color: #2e6661;
	padding-top: 120px;
	padding-bottom: 120px;
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;

}

#contact h2,
#contact h3,
#contact p
{
	color: #FFF;
}


#contact h2
{
	margin-bottom: 0px;
}

#contact .head_box h2
{
	font-size: 68px;
	line-height: 120%;
}

#contact .head_box h2 small
{
	font-size: 18px;
	display: block;
	line-height: 140%;
}



#contact dl
{
	background-color: #FFF;
	display: block;
	margin: 0px;
	padding: 0px;
}

#contact dl dt
{
	display: block;
	margin: 0px;
	padding: 0px;
}

#contact dl dd
{
	display: block;
	margin: 0px;
	padding: 0px;
}

#contact  .pad
{
	padding: 40px;

}

#contact h3
{
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

#contact h3 big
{
	display: block;
	margin-bottom: 10px;
}

#contact  .tel_box
{
}

#contact  .tel_box ul
{
	display: block;
	margin: 0px;
	padding: 0px;
}

#contact  .tel_box ul li
{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #34726a;
	font-size: 24px;
	line-height: 140%;
	font-weight: bold;
}

#contact  .tel_box ul li small
{
	font-size: 16px;
}

#contact  .tel_box ul li a
{
	color: #34726a;
	font-size: 52px;
	line-height: 140%;
}

#contact  .tel_box ul li a small
{
	font-size: 24px;
}




#contact .form_btn a
{
	color: #000;
	background-color: #f3d72a;
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contact .form_btn a:hover
{
	background-color: #F1D012;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
}



footer
{
	_zoom: 1;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}


footer .company h3
{
	font-size: 21px;
	line-height: 160%;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

footer .company p
{
	font-size: 16px;
	line-height: 180%;
	font-weight: normal;
}


footer .foot_navi
{
	display: flex;
	margin-bottom: 40px;
}

footer .foot_navi a
{
	font-size: 14px;
	line-height: 140%;
	color: #000;
}

footer .foot_navi dl dt a
{
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
}


footer .foot_navi dl
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}

footer .foot_navi dl:last-child
{
	margin-right: 0px;
}

footer .foot_navi dl dt
{
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

footer .foot_navi dl dd
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}


footer .foot_menu ul
{
	display: block;
	margin: 0px;
	padding: 0px;
}

footer .foot_menu ul li
{
	display: inline-block;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}



footer .copyright
{
	font-size: 14px;
	line-height: normal;
	text-align: left;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{

#contact .head_box
{
	_zoom: 1;
	overflow: hidden;
}

#contact .head_box h2
{
	float: left;
	margin-right: 90px;
	padding: 0px;
	margin-top: 0px;
}


#contact .head_box h2 small
{
	padding-top: 0px;
	padding-bottom: 20px;
}

#contact .head_box p
{
	padding-top: 20px;
}

#contact dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#contact dl dt
{
	display: table-cell;
	width: 680px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #2d645f;
}

#contact dl dd
{
	display: table-cell;
	width: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#contact h3
{
	float: left;
	width: 140px;
	margin-right: 30px;
}

#contact  .tel_box ul li a
{
	pointer-events:none;
}

#contact .form_btn
{
	float: left;
	width: 240px;
	padding-top: 20px;
}

footer .body
{
	position: relative;
}


footer .company
{
	float: left;
}


footer .foot_menu
{
	width: 820px;
	float: right;
	text-align: right;
}



footer .copyright
{
	position: absolute;
	left: 0px;
	top: 260px;

}


}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:1199px)
{


#contact .form_btn
{
	width: auto;
}

#contact .form_btn a
{
	padding-right: 20px;
	padding-left: 20px;
}


}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
#contact
{
	padding-top: 20px;
	padding-bottom: 30px;
}


#contact .head_box
{
	margin-bottom: 20px;
}

#contact .head_box h2
{
	font-size: 36px;
	line-height: 100%;
	padding-bottom: 10px;
	text-align: center;

}

#contact .head_box h2 small
{
	font-size: 16px;
	display: block;
	padding-top: 4px;
	line-height: 140%;
	font-weight: normal;
}



#contact dl dt
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2d645f;
}

#contact .pad
{
	padding: 20px;
}

#contact h3
{
	margin-bottom: 20px;
}

#contact  .tel_box ul li
{
	text-align: center;
}

#contact  .tel_box ul li:first-child a
{
	font-size: 32px;
	line-height: 140%;
	display: block;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff !important;
	background-color: #2d645f;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#contact  .tel_box ul li a small
{
	font-size: 24px;
}


#contact  .tel_box ul li:last-child a
{
	font-size: 24px;
	line-height: 140%;
	pointer-events: none !important;
	display: inline-block !important;
}


footer .company
{
	text-align: center;
	margin-bottom: 20px;
}

footer .company h3
{
	margin-bottom: 20px;
}



footer .foot_menu ul li
{
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


footer .foot_navi
{
	display: none;
}



footer .copyright
{
	text-align: center !important;
	clear: none;
	float: none;
	padding-top: 20px;
	padding-bottom: 20px;
}



.foot_up img
{
	height: auto !important;
	position: fixed;
	bottom: 4px;
	right: 4px;
	z-index: 9999;
}



}