/*----------------------------------------------------------------------------- */
#contents-area{margin-top: 70px;}
#contents-area .contents-title{
	background: url('img/hero_2_pc.jpg') no-repeat 50% 50%;
	background-size: cover;
	height: 146px
}
#contents-area .contents-title .title_inner{
	max-width: 1040px;
	margin: 0 auto;
	padding: 40px 20px 20px;
}
#contents-area .contents-title h2{
	color: #fff;
	font-size: 28px;
	line-height: 1.5;
	height: 70px;
}
#contents-area .contents-title p{
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
}
#contents-area .contents-title p a{
	color: #fff !important;
	text-decoration: none;
}
#contents-area .contents-title p a:hover{
	opacity: 0.7;
}
#contents-area .contents-title p i{
	position: absolute;
	left: 0;
}
.is-inner{
	max-width: 1040px;
	margin: 50px auto 80px; 
	padding: 0 20px;
}

/* contact area */
.contact-inner{border-top: #c8c8c8 solid 1px;}
.contact-inner .is-inner dl{
	border-bottom: #e6e6e6 solid 1px;
	width: 100%;
	display: table;
	font-size: 20px;
}
.contact-inner .is-inner dt,
.contact-inner .is-inner dd{
	padding: 20px 0;
	display: table-cell;
	vertical-align: middle;
}
.contact-inner .is-inner dl:last-of-type dt,
.contact-inner .is-inner dl:last-of-type dd{
	vertical-align: top;
}

.contact-inner .is-inner dt{
	width: 15em;
	box-sizing: border-box;
	font-weight: bold;
}
.contact-inner .is-inner dd{
	width: calc(100% - 200px);
	margin-right: 30px;
}
.contact-inner .is-inner dd .form-inner{
	display:table;
	width: 100%;
}

.reguired {
	width: 5em;
	color: #eb6120;
	vertical-align: middle;
	white-space: nowrap;
}

.contact-inner .is-inner dd input[type="text"],
.contact-inner .is-inner dd input[type="email"],
.contact-inner .is-inner dd select,
.contact-inner .is-inner dd textarea {
	background: #fff;
	font-size: 20px;
	font-family: Arial;
	border: 1px solid #e6e6e6;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.contact-inner .is-inner dd input[type=checkbox]{
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.contact-inner .is-inner dd .mwform-tel-field input[type="text"] {
	width: 20%;
}
.contact-inner .is-inner dd textarea {
	height: 100px;
}
.contact-inner .is-inner dd label {
	margin-right: 2em;
}
.contact-inner .is-inner h4{
	font-size:123%;
	margin-bottom: 30px;
}
.contact-inner .is-inner p{
	font-size: 108%;
	line-height: 1.5;
	margin-bottom: 40px;
}
.contact-inner .is-inner p a{
	color:#b72029 !important;
	font-weight: bold;
	text-decoration: underline;
}
.contact-inner .is-inner p a:hover{
	text-decoration: none;
}
.contact-inner .is-inner .form-btn-container{
	margin-top: 40px;
}
.contact-inner.confirm .is-inner .form-btn-container .privacy_area{
	display: none;
}

.contact-inner .is-inner .privacy-check {
	color: #b72029;
	font-size:20px;
	text-align: center;
	line-height: 1.5;
}
.contact-inner .is-inner .privacy-check input[type="checkbox"]{
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	margin: .2em;
}
.contact-inner .is-inner .confirm_button {
	text-align: center;
}
.contact-inner .is-inner .confirm_button input {
	background: #f23400 url(images/send-btn-arrow.png) no-repeat 87% 50%;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	width: 100%;
	max-width: 700px;
	height: 90px;
	box-shadow: 3px 3px 0 #e6e6e6;
	cursor: pointer;
	transition: .2s all ease-in;
}

.contact-inner .is-inner .btn-area{
	margin-bottom: 15px;
	text-align: center;
}
.contact-inner .is-inner .btn-area input{
	background: #ef8200 url("../images/send-btn-arrow.png") no-repeat 87% 50%;
	border-radius: 8px;
	font-size: 184.6%;
	color: #fff;
	font-weight: bold;
	padding: 10px 70px 10px 30px;
	border: none;
	box-shadow: 3px 3px 0 #e6e6e6;
	display: inline-block;
	cursor: pointer;
	transition: .2s all ease-in;
}
.contact-inner .is-inner .btn-area input:hover{
	background: #878787 url("../images/send-btn-arrow.png") no-repeat 87% 50%;
}

/*お問い合わせsp*/
@media screen and (max-width: 1040px) {
	#contents-area .contents-title{
		background: url('img/hero_3_pc.jpg') no-repeat 100% 50%;
		height: 146px;
	}
}

@media screen and (max-width: 800px) {
	.contact .head_l{width: 90%;}
	.contact .head_r{width: 8%;}
	#contents-area{margin-top: 65px;}
	#contents-area .contents-title{
		background: url('img/hero_2_sp.jpg') no-repeat 100% 50%;
		background-size: 100% auto;
	}
	.contact-inner .is-inner{
		width: 90%;
		margin: 30px auto;
	}
	.contact-inner .is-inner dl{
		border-bottom: #e6e6e6 solid 1px;
		width: 100%;
		display: table;
		font-size: 123%;
	}
	.contact-inner .is-inner dl:last-of-type{
		margin-bottom: 15px;
	}
	.contact-inner .is-inner dt,
	.contact-inner .is-inner dd{
		padding: 4% 0;
		display: block;
		vertical-align: middle;
		width: 100%;
	}
	.contact-inner .is-inner dt{
		padding: 4% 0 0;
	}
	.contact-inner .is-inner dd label {
		display: block;
	}
}

@media only screen and (max-width: 440px) {
	#contents-area{margin-top: 60px;}
	.contact .head_l{width: 90%;}
	.contact .head_r{width: 8%;}

	#contents-area .contents-title{	background-size: cover;	}
	#contents-area .contents-title .title_inner{ padding: 20px; }

	#contents-area .contents-title h2{
		font-size: 20px;
		height: 90px;
	}
}