@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .mainImg {
	background-image: url(../img/contact/main_img.jpg);
}

#conts .contsBox {
	padding: 24px 20px 18px;
	border: 1px solid #C9CACA;
}

#conts .contsBox p {
	margin-bottom: 16px;
	color: #727171;
	font-size: 13.5px;
	line-height: 1.71;
}

#conts .contsBox .mageDl {
	margin-bottom: 25px;
}

#conts .contsBox .mageDl dt {
	padding: 5px 0 0 15px;
	float: left;
	clear: both; 
	color: #231815;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/contact/icon01.gif) no-repeat left 9px;
}

#conts .contsBox .mageDl dd {
	margin-bottom: 3px;
	padding-left: 11.75em;
	font-size: 31px;
	font-weight: bold;
	line-height: 1.0;
	font-family: Arial, Helvetica, sans-serif;
}

#conts .contsBox .mageDl dd:last-child {
	margin-bottom: 0;
}

#conts .contsBox .mageDl .ddDl {
	padding-left: 14.55em;
	font-size: 25px;
}

#conts .contsBox .mageDl dd a {
	display: inline-block;
	padding: 2px 0 0 34px;
	color: #9D221B;
	background: url(../img/contact/icon02.gif) no-repeat left top;
}

#conts .contsBox .mageDl dd a:hover {
	text-decoration: underline;
}

#conts .contsBox .mageDl dd .tel:hover {
	text-decoration: none;
}

#conts .contsBox .mageDl .ddDl a {
	padding-bottom: 3px;
	background-image: url(../img/contact/icon03.gif);
}

#conts .contsBox .mageDl dd:last-child a {
	padding-left: 37px;
}

#conts .tableBox th {
	padding: 14px 10px 7px 17px;
	width: 23.6%;
	color: #727171;
	text-align: left;
	vertical-align: top;
	letter-spacing: 2px;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	border: 1px solid #C9CACA;
	background-color: #EFEFEF;
	box-sizing: border-box;
}

#conts .tableBox td {
	padding: 8px 14px 7px 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #C9CACA;
	box-sizing: border-box;
}

#conts .tableBox td input[type="text"] {
	padding-left: 7px;
	width: 252px;
	height: 24px;
	border: 1px solid #C9CACA;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;

}

#conts .tableBox td textarea {
	padding: 7px;
	width: 100%;
	height: 198px;
	font-size: 13px;
	box-sizing: border-box;
	border: 1px solid #C9CACA;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

#conts .tableBox .submit {
	margin-top: 8px;
	text-align: center;
}

#conts .tableBox .submit li {
	margin: 0 10px;
	display: inline-block;
}

#conts .tableBox .submit input[type="submit"] {
	width: 97px;
	padding: 2px 5px 0;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	border: none;
	cursor: pointer;
	background-color: #C9CACA;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	border-radius: 15px;
}

#conts .tableBox .submit input[type="submit"]:hover {
	opacity: 0.7;
}

#conts .errorMsg {
	color: #F00;
}

#conts .errorMsg li {
	margin-bottom: 5px;
}

#conts .confirmBox th,
#conts .confirmBox td {
	padding: 13px 10px 11px 17px;
	vertical-align: middle;
}

#conts .contsBox .thanks {
	text-align: center;
}

#conts .contsBox .thStyle {
	vertical-align: top;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#conts .tableBox .submit input[type="submit"] {
		padding: 3px 5px;
		line-height: 1;
	}
}
@media all and (min-width: 0) and (max-width: 767px) {
	#main .mainImg {
		margin-bottom: 20px;
	}
	
	#conts .contsBox {
		padding: 15px 15px 18px;
		margin: 0 10px;
	}
	
	#conts .contsBox .mageDl dd {
		padding: 0;
		font-size: 25px;
	}
	
	#conts .contsBox .mageDl .ddDl {
		padding: 0;
	}
	
	#conts .contsBox .mageDl dd a {
		padding-bottom: 3px;
		background-size: 26px auto;
		background-position: left 3px;
	}

	#conts .contsBox .mageDl dd a:hover {
		text-decoration: none;
	}
	
	#conts .tableBox th,
	#conts .tableBox td {
		width: 100%;
		float: left;
		border-bottom: none;
	}
	
	#conts .tableBox tr:last-child td {
		border-bottom: 1px solid #C9CACA;
	}

	#conts .tableBox th {
		padding: 10px 5px;
		font-size: 12px;
	}
	
	#conts .tableBox td {
		padding: 7px 10px;
		font-size: 12px;
	}
		
	#conts .tableBox td input[type="text"] {
		width: 85%;
	}

	#conts .tableBox .submit input[type="submit"]:hover {
		opacity: 1;
	}
	
	#conts .contsBox p {
		font-size: 12px;
		letter-spacing: -0.5px;
	}
	
	#conts .contsBox .mageDl dd:last-child a {
    	padding-left: 33px;
	}
	
	#conts .contsBox .mageDl dt {
		float: none;
	}
	
	#conts .tableBox .submit input[type="submit"] {
		padding: 5px 5px 4px;
		line-height: 1;
	}

}