@charset "utf-8";
#contact_area{
	display: block;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
Header
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#contact_area .area_title{
	background:url(../img/contact/contact_sp_mv.jpg) center center no-repeat;
	background-size: cover;
}

#contact_area.entry .area_title{
	background:url(../img/entry/entry_sp_mv.jpg) center center no-repeat;
	background-size: cover;
}
#contact_area .inner{
	padding-top:10vw;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
メールフォーム
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#contact_area .ct_1{
	font-size:1.1rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom:6.25vw;
}
#contact_area #mailform_box{

}
#contact_area .form_wrap{
	width:100%;
	padding:7.8125vw 4.6875vw;
}
#contact_area .ct_2{
	font-size:1rem;
	line-height: 1.6;
	margin-bottom:10vw;
}
#contact_area #mailform_box table{
	width:70.3125vw;
	margin:0 auto;
}
#contact_area .ct_3{
	font-size:1rem;
	line-height: 1.6;
	padding:7.5vw 7.5vw 6.25vw 10vw;
	margin:11.875vw 0 11.25vw;
	background:#ebebeb;
}
#contact_area .ct_3 a{
	color:#2bb5c1;
	font-weight: bold;
}

.text-400,
.your-zipcode{
	display: block;
	width:33.59375vw;
}
#contact_area .txt1{
	position: absolute;
	top:4.8125vw;
	left:27vw;
	font-size: 0.7rem;
	line-height: 1.4;
}












@media only screen and (min-width:1000px){
/*ここから====================*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
Header
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#company_area .area_title{
	margin-bottom:90px;
	background:url(../img/contact/contact_pc_mv.jpg) center center no-repeat;
	background-size: cover;
}

#contact_area.entry .area_title{
	margin-bottom:90px;
	background:url(../img/entry/entry_pc_mv.jpg) center center no-repeat;
	background-size: cover;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
メールフォーム
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#contact_area .ct_1{
	width:750px;
	font-size:1.6rem;
	font-weight: bold;
	line-height: 1.6;
	margin:0 auto 60px;
}
#contact_area #mailform_box{

}
#contact_area .form_wrap{
	width:848px;
	margin:0 auto;
	padding:60px 102px 35px 85px;
}
#contact_area .ct_2{
	width:650px;
	margin:0 auto;
	font-size:1.4rem;
	line-height: 1.6;
	margin-bottom:48px;
}
#contact_area #mailform_box table{
	width:100%;
	margin:0 auto;
}
#contact_area .ct_3{
	width:656px;
	font-size:1.2rem;
	line-height: 1.6;
	padding:17px 82px 29px 82px;
	margin:60px auto 70px;
}

.text-400,
.your-zipcode{
	display: block;
	width:215px;
}
#contact_area .txt1{
	position: absolute;
	top:9px;
	left:224px;
	font-size: 1.1rem;
	line-height: 1.4;
}




/*ここまで====================*/
}