﻿/*下層メインビジュアル
-------------------------------------------------------------------------*/
#under_mv{
background: url(../img/mv.jpg) no-repeat #cecacb;
background-position: 50% 50px;
background-size: contain;
}
#under_mv .inner{
	width: 100% !important;
	height: 440px !important;
}
#under_mv h2{
width: 100% !important;
background: rgba(254, 254,254,0.8);
bottom: 0 !important;
line-height: 1.2 !important;
margin-bottom: 0 !important;
top: auto !important;
padding: 15px 0;
	text-align: center;
		border-bottom: none !important;
font-size: 2.6rem !important;
	left: 0 !important;
}

#under_mv h2>div{
		position: relative;
width: 1140px;
	height: 100px;
	margin: 0 auto;
}
#under_mv .inner h2 span{
	position: absolute;
	text-align: left;
	font-size: 80%;
}
#under_mv .inner h2 span.main{
	left: 0;
	font-size: 2.1rem !important;
	top: 24px;
}
#under_mv .inner h2 span.sub{
	right: 0;
	top: 28px;
}

 h4{
	text-align: center;
	font-weight: bold;
	padding-left: 60px;
	line-height: 60px;
	font-size: 30px;
	letter-spacing: 0.2em;
	background: url(../img/icon_tel.png) no-repeat 0 50%;
	 width: 346px;
	 margin: 15px auto;
	 font-family: YuGothic,'Yu Gothic','ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN',sans-serif;

}
 h4 a{
	 color: #111;
}
table.tel{
	width: 482px;
	margin: 20px auto;
}
table.tel th{
	width: 120px;

}
@media screen and (max-width: 767px) {
#under_mv{
	background: url(../img/mv.jpg) no-repeat center 50% #ccc5bd;
	background-size: contain;
			background-position: 50% 60px;

}
	#under_mv .inner h2{
	font-size: 1.8rem;
		line-height: 1.3;
		width: 100%;
}
#under_mv .inner h2 span{
	font-size: 50%;
}
	#under_mv h2 > div{
		width: 96%;
		height: auto;
	}
	#under_mv .inner h2 span{
		position: relative;
		text-align: center;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		display: block;
	}
	
	#under_mv .inner h2 span.main{
}
#under_mv .inner h2 span.sub{
}

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

	#under_mv{
	background: url(../img/mv.jpg) no-repeat center 50%;
	background-size: contain;
		background-position: 50% 50%;
}

}

/*form table
-------------------------------------------------------------------------*/
form {
	width: 80%;
	margin: 20px auto;
}
form table{
	width: 100%;
	margin: 0px auto;
	border-collapse: collapse;
	margin: 0 auto;
}
form table tr{
	border: none;
}
form table th,
form table td{
	padding: 20px;
	text-align: left;
	line-height: 30px;
		border: none;
	vertical-align: top;

}

form table th{
	width: 200px;
}

form table td input{
	width: 100%;
	border: 1px solid #111;
	padding: 10px;
}
form table td input.month{
	width: 40px;
	display: inline-block;
	margin: 0 10px;
}
form table td input.year{
	width: 80px;
	display: inline-block;
		margin: 0 10px 0 0;

}
form table td textarea{
	width: 100%;
	border: 1px solid #111;
	padding: 10px;
}
@media screen and (max-width: 767px) {

form table{
	width: 100%;
}
form table th,
form table td{
	display: block;
	width: 100%;
	padding: 10px;
}

}

.btn_send{
	display: block;
	padding: 20px 20px 20px 60px;
	border-radius: 50px;
	font-size: 1.2rem;
	box-shadow: 0px 10px 11px -5px #8e8e8e;
	color: #fff;
	background: url(../../../common/img/icon_btn_black.png) no-repeat #55616d;
	background-position: 10px center;
	float: right;
	clear: both;
}
.btn_send:hover{
	transition: all .2s ease-in;
	opacity: 0.6;
}

.btn_send a{
	color: #fff;
	
}
@media screen and (max-width: 767px) {
.btn_send{
	float: none;
	margin: 20px auto;
		font-size: 1.0rem;
}

}