@charset "utf-8";

h2{
	width: 940px;
	height: 30px;
	background:url(../../contact/img/title.gif) no-repeat;
	margin-top:40px;
	margin-bottom:30px;
}
.inner_box{
	padding-left:15px;
	padding-right:15px;
}
.btn_policy{
	margin-top:35px;
	margin-bottom:60px;
}
.btn_policy a{
	letter-spacing: -0.1em;
}
.btn_policy a:link,
.btn_policy a:visited{
	background:#b2ad8f;
}
.btn_policy a:hover,
.btn_policy a:active{
	background:#ccc5a3;
}
.btn_policy a:after {
	margin-left: 20px;
}
#tit_tel{
	width: 940px;
	height: 50px;
	background:url(../../contact/img/tit1.jpg) no-repeat;
	margin-bottom:20px;
}
#tel_box{
	border:solid 1px #ccc2b8;
	margin-top:30px;
	margin-bottom:60px;
	padding:30px 30px;
}
#img_tel{
	width: 340px;
	height: 45px;
	background:url(../../contact/img/img_tel.gif) no-repeat;
}
#tel_box .txt{
	border-left:solid 1px #ccc2b8;
	margin-left:12px;
	padding-left:12px;
	padding-top:7px;
	line-height:1.3;
}
#tit_mail{
	width: 940px;
	height: 50px;
	background:url(../../contact/img/tit2.jpg) no-repeat;
	margin-bottom:20px;
}
.btn_contact{
	margin-top:35px;
	margin-bottom:55px;
	text-align:center;
}
.btn_contact a{
	padding: 10px 20px;
	letter-spacing: -0.1em;
}
.btn_contact a:link,
.btn_contact a:visited{
	background:#ff7f95;
}
.btn_contact a:hover,
.btn_contact a:active{
	background:#f2c2d2;
}
.btn_contact a:after {
	margin-left: 30px;
}



/* ------------------------------------- */
/*	 SP
/* ------------------------------------- */
/* スマホ */
@media (max-width: 768px) {

h2{
	font-size: 24px !important;
	margin-top:20px;
	margin-bottom:15px;
}
#lower_page h3{
	background-color:#f3f0e1 !important;
	padding:10px;
	font-size: 20px !important;
	margin-top:0;
	margin-bottom:15px;
}
.inner_box{
	padding-left:0;
	padding-right:0;
}
#tel_box{
	padding:10px;
	text-align:center;
}

#img_tel{
	font-size: 18px;
	font-weight:bold;
	margin-bottom:0;
	color:#bfae56;
}
#img_tel .tel{
	font-size: 30px !important;
}
#tel_box .txt{
	border-left:0px;
	margin-left:0;
	padding-left:0;
}


}
