@charset "UTF-8";
.contact-main-box{
	margin: 0 auto;
	border: 1px #ddd solid;
	text-align: left;
	position: relative;
}
.contact-main-box_top {
	margin: 0 auto;
	border: 1px #ddd solid;
	text-align: left;
	position: relative;
}
.contact-main-box_top .left, .contact-main-box_top .right{
	width:430px;
}
.contact-main-box_top .left img {
	margin:30px 0 0 30px;
}
.contact-main-box_top .left p {
	margin:0 0 0 30px;
}
.contact-main-box_top .right a{
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 0 5px;
	color: #0068b6;
	text-decoration: underline;
	position:relative;
	top:40px;
	left:35px;
}
.contact-main-box_top .right a::after{
	display:block;
	width:30px;
	height:20px;
	border:2px solid #0068b6;
	content:"";
	position:absolute;
	top:7px;
	left:-40px;
}
.contact-main-box_top .right a::before{
	display:block;
	width:20px;
	height:20px;
	border-left:2px solid #0068b6;
	border-bottom:2px solid #0068b6;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	content:"";
	z-index:2;
	position:absolute;
	top: -1px;
	left:-34px;
}
._title{
	background-color: #eeeeef;
	font-size: 18px;
	padding: 15px 0 15px 15px;
	font-weight: bold;
}


/*フォーム*/

	
.contat_form{
	display: table;
	
}

.contact_form_box_left{
	display: table-cell;
	vertical-align: middle;
	width: 193px;
	height: 40px;
}

.contact_form_box_left_hissu{
	height: 40px;
	width: 193px;
	display: table-cell;
	vertical-align: middle;
	background-image: url(../img/contact_hissu.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.contact_form_box_left_hissu_naiyou{
	height: 40px;
	width: 193px;
	display: table-cell;
	background-image: url(../img/contact_hissu.png);
	background-repeat: no-repeat;
	background-position: 95% 0%;
}

.contact_form_box_right{
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	padding-left: 20px;
}

.contact_form_text1{
	height: 40px;
	width: 639px;
}

.contact_form_text2{
	height: 40px;
	width: 220px;
}

.contact_form_text3{
	height: 40px;
	width: 280px;
}

.contact_form_text4{
	height: 300px;
	width: 639px;
	resize: none;
}

.contact_button{
	width: 305px;
	cursor: pointer;
	border: none;
	color: #FFFFFF;
	padding: 15px 0;
	background-color: #0068b6;
	font-size: 16px;
}

.form_button{
	text-align: center;
}
