@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/* お問合わせフォーム-------------- */
div#mf_wrapper{
	width:100%;
	max-width:1080px;
	font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

form#mailform{
	padding:0;
	width:100% !important;
}
#mf_header{
	text-align:center;
	}
#mf_header img{
	width:100%;
	max-width:1080px;
	height:auto;
	}
.formtable{
	width:100%;
	margin:20px 0 20px 0;
	box-sizing:border-box;
	padding:40px;
	background-color:#eee;
}

/* フォームテーブル */
.formtable table{
	border-top:#bfbfbf solid 1px;
	border-right:#bfbfbf solid 1px;
	margin:0 0 53px 0;
}
table.mailform tr th,table.mailform tr td{
	border-left:#bfbfbf solid 1px;
	border-bottom:#bfbfbf solid 1px;
}
table.mailform tr th{
	width:201px;
	background-color:#898989;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	padding:16px 22px 16px 29px;
	vertical-align:middle;
	overflow:hidden;
	zoom:1;
	box-sizing:border-box;
	display:table-cell;
	text-align:center;
}
table.mailform tr td{
	width:auto;
	background-color:#ffffff;
	padding:10px 35px;
	vertical-align:middle;
	font-size:16px;
	color:#434343;
	box-sizing:border-box;
	display:table-cess;
}
/* 必須・任意のマーク */
table.mailform tr th span{
	padding:0 7px;
	background-color:#ff6600;
	color:#ffffff;
	border-radius:8px;
	font-size:9px;
	float:right;
	position:relative;
	top:3px;
}
table.mailform tr th span.norequisite{
	background-color:#a1a1a1;
}
@media screen and (max-width:1000px){
table.mailform tr th{
	width:201px;
	background-color:#898989;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding:16px 22px 16px 29px;
	vertical-align:middle;
	overflow:hidden;
	zoom:1;
	box-sizing:border-box;
	display:table-cell;
	text-align:center;
}
	}
@media screen and (max-width:890px){
.formtable table{
	width:100%;
	border-top:#bfbfbf solid 1px;
	border-right:#bfbfbf solid 1px;
	margin:0 0 53px 0;
}
table.mailform tr th{
	width:100%;
	background-color:#898989;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	padding:16px 22px 16px 29px;
	vertical-align:middle;
	overflow:hidden;
	zoom:1;
	box-sizing:border-box;
	display:block;
	text-align:left;
}
table.mailform tr td{
	width:auto;
	background-color:#ffffff;
	padding:10px 35px;
	vertical-align:middle;
	font-size:16px;
	color:#434343;
	box-sizing:border-box;
	display:block;
}
table.mailform tr th span{
	padding:0 7px;
	background-color:#ff6600;
	color:#ffffff;
	border-radius:8px;
	font-size:9px;
	float:none;
	position:relative;
	top:0px;
	left:1em;
}
	}
/* 入力欄 */
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
input[type="text"],input[type="tel"],select,table.mailform tr td textarea{
	border:none;
	width:100% !important;
	background-color:#e5e5e5;
	border-radius:4px;
	padding:4px;
	font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* 電話番号 */
input[type="tel"]{
	margin-right:1em;
}

/* セレクト */
select{
	width:230px;
	font-size:14px;
	color:#434343;
	background:#e5e5e5 url(images/btn_select.jpg) no-repeat right top;
	text-indent:1em;
	cursor:pointer;
}


/* ラジオボタン */
input[type="radio"]{
	border:#c1c1c1 solid 1px;
	width:17px;
	height:17px;
	position:relative;
	top:2px;
}
input[type="radio"].rradio{
	display:inline-block;
	margin-left:35px;
}

/* 送信ボタン */
input[type="submit"]{
	width:373px;
	height:80px;
	margin:0 auto;
	background-color:#3dac00;
	box-shadow:0 6px 0 #349200;
	border:none;
	border-radius:4px;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
	font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	cursor:pointer;
}
input[type="submit"]:hover{
	background-color:#ff8a00;
	box-shadow:0 6px 0 #d65906;
}
#submit_button{
	width:373px;
	margin:0 auto;
	}
@media screen and (max-width:890px){
input[type="submit"]{
	width:250px;
	height:80px;
	margin:0 auto;
	background-color:#3dac00;
	box-shadow:0 6px 0 #349200;
	border:none;
	border-radius:4px;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
	font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	cursor:pointer;
}
input[type="submit"]:hover{
	background-color:#ff8a00;
	box-shadow:0 6px 0 #d65906;
}
#submit_button{
	width:250px;
	margin:0 auto;
	}
	}