@charset "UTF-8";

h2,h3,h4{
	letter-spacing:0.4rem;
	font-weight: 500;
}
#h2_title{
	height: 100px;
	text-align:center;
	background:url(../img/lower/bg_h2.jpg) no-repeat;
	padding: 40px;
	box-sizing:border-box;
}
#h2_title h2{
	font-size: 24px;
	color:#fff;
}
.h3_line{
	font-size: 24px;
	text-align: center;
	margin-bottom: 45px;
	position:relative;
}
.h3_line span{
	color:#d72121;
}
.h3_line:after{
	content:url(../img/lower/h3_line.png);
	width:98px;
	height: 13px;
	display:block;
	position:absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#contents{
	margin-top: 70px;
}
section{
	padding: 80px 0;
}
.leade{
	font-size: 18px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
#contents{
		margin-top: 55px;
	}
}
@media screen and (max-width: 640px) {
	#h2_title h2{
		font-size: 21px;
	}
	.h3_line{
		font-size: 21px;
		margin-bottom: 45px;
		position:relative;
	}
	section{
		padding: 40px 0;
	}
}
/*-----------------------------------

	breadcrumb

-----------------------------------*/

#breadcrumb {
	width:100%;
	background:#9c9c9c;
}
#breadcrumb ul li {
	font-size: 14px;
	color:#fff;
	float: left;
	display:inline-block;
}
#breadcrumb ul li a{
	color:#fff;
	position:relative;
}
#breadcrumb ul li a:hover:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background:#fff;
    display: block;
    top: 50%;
}
#breadcrumb ul li:after {
	content:">";
	display:inline-block;
	padding:0 0.5em;
}
#breadcrumb ul li:last-of-type:after {
	content:"";
	padding:0;
}

@media screen and (max-width: 640px) {
	
}

/*-----------------------------------

	btm_contact

-----------------------------------*/
#btm_contact{
	text-align:center;
	padding: 0;
}
#btm_contact .bg_inner{
	background: url(../img/index/bg_btm_contact.jpg) no-repeat;
	background-position:center bottom;
	padding: 80px 0 170px;
}
#btm_contact h3{
	font-size: 28px;
    margin-bottom: 25px;
    letter-spacing: 0.6rem;
}
#btm_contact h3 span {
    color: #d72121;
}
#btm_contact ul{
	text-align:center;
	margin-top: 40px;
}
#btm_contact ul li{
	width: 33%;
	font-size: 18px;
	text-align:center;
	float: left;
}
#btm_contact ul li .img{
	width: 50px;
	margin: 0 auto 10px;
}

#btm_contact ul li .tel{
	font-size: 30px;
	margin: 10px 0;
}
#btm_contact ul li a{
	margin-top: 10px;
}
#btm_contact ul li .sp{
		display:none !important;
	}
@media screen and (max-width: 840px) {
	#btm_contact .bg_inner{
		background: url(../img/index/bg_btm_contact.jpg) no-repeat;
		background-position:center bottom;
		padding: 80px 0 100px;
	}
	#btm_contact ul li{
		width: 100%;
		font-size: 16px;
		text-align:center;
		float: none;
		margin-bottom: 20px;
	}
	#btm_contact ul li .tel{
		font-size: 24px;
		margin: 10px 0;
	}
}
@media screen and (max-width: 640px) {
	#btm_contact .bg_inner{
		background: url(../img/index/bg_btm_contact.jpg) no-repeat;
		background-position:center bottom;
		padding: 40px 0 80px;
	}
	#btm_contact h3{
		font-size: 21px;
		margin-bottom: 10px;
		letter-spacing: 0.2rem;
	}
	#btm_contact ul {
		margin-top: 20px;
	}
	#btm_contact ul li .sp{
		font-size: 24px;
		letter-spacing: 0;
		margin: 5px auto 10px;
		display: block !important;
	}
}

