section.contact article .form p {
	font-size: 18px!important;
}
.contact .form {
	margin: 30px;
	color: #333;
	font-size: 18px;
}
.contact .required {
	color: #ff0000;
}
.contact .exa {
	padding: 5px;
	color: #a9a9a9;
}
.contact .clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.contact .form dl {
	position: relative;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}
.contact .form dl dt {
	position: absolute;
	width: 30%;
	float: left;
	padding: 5px 10px 10px 10px;
}
.contact .form dl dd {
	width: 68%;
	line-height: 30px;
	float: right;
}
..contact form dl dd textarea, .form dl dd .txt {
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;	
}
.contact .form dl dd input[type="text"] {
	width: 60%;
	line-height: 30px;
}
.contact .form dl dd textarea {
	width: 90% !important;
	height: 100%;
}
.contact .form dd .ina {
	ime-mode: disabled;
}
.contact .chra li {
	margin-left: 10px;
}
.contact .ctSelect {
	background: url(../images/arrow.png) right center no-repeat;
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem !important;
}
.contact .customSelectInner {
	width: 100% !important;
}
.contact .clip {
	line-height: 30px;
}
.contact .kakunin {
	width: 320px;
	display: table;
	margin: 20px auto ;
	display: flex;
	justify-content: center;
}
.contact .kakunin li {
	margin: 0 10px;
}
.contact .btn_reset {
	width: 140px;
	padding: 5px 0 7px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #989898), color-stop(1.00, #272727));
	background: -webkit-linear-gradient(#989898, #272727);
	background: -moz-linear-gradient(#989898, #272727);
	background: -o-linear-gradient(#989898, #272727);
	background: -ms-linear-gradient(#989898, #272727);
	background: linear-gradient(#989898, #272727);
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}
.contact .btn_reset:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.s;
	transition: 0.5s;
	cursor: pointer;
}
.contact .btn_submit {
	width: 140px;
	padding: 5px 0 7px;
	border: solid 2px #ff8811;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffbb44), color-stop(1.00, #ffaa00));
	background: -webkit-linear-gradient(#ffbb44, #ffaa00);
	background: -moz-linear-gradient(#ffbb44, #ffaa00);
	background: -o-linear-gradient(#ffbb44, #ffaa00);
	background: -ms-linear-gradient(#ffbb44, #ffaa00);
	background: linear-gradient(#ffbb44, #ffaa00);
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}
.contact .btn_submit:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
 -o-transition: 0.s;
	transition: 0.5s;
	cursor: pointer;
}
.contact .form th {
	padding-right: 20px;
	text-align: left;
	font-weight: normal;
}
.contact .form td {
	text-align: left;
}
.contact .msg {
	color: #ff0000;
}
.contact .info span {
	color: #ff9900;
	font-size: 30px;
}
.contact .no_pc {
  display: none;
}


@media screen and (max-width: 964px) {
.contact .form dl dd textarea, .form dl dd .txt, .btn_reset, .btn_submit {
	font-size: 1.5rem;
}
..contact form {
	margin: 10px;
	font-size: 1.5rem;
}
.contact h1 {
	padding: 5px 0 3px;
}
.contact .exa {
	padding: 5px 20px;
	color: #a9a9a9;
}
.contact .form dl {
	width: 100%;
	padding: 15px 0 0 0;
	border: none;
}
.contact .form dl dt {
	float: none;
	position: static;
	width: 100%;
}
.contact .form dl dd {
	float: none;
	width: 100%;
}
.contact .form dl dd textarea, .form dl dd .txt {
	display: block;
	margin: 0 auto;
	width: 90%;
}
.contact .chra li {
	margin-left: 20px;
}
.contact .ctSelect {
	margin-left: 20px;
}
.contact .clip {
	margin-left: 20px;
}
.contact .kakunin {
	width: 100%;
}
.contact .btn_reset {
	width: 130px;
}
.contact .btn_submit {
	width: 130px;
}
}

@media screen and (max-width: 480px) {
.contact .form {
	margin: 10px;
	font-size: 1.0rem;
}
.contact .kakunin {
	margin-left: 0px;
}

.contact .no_mobile {
  display: none;
}

.contact .no_pc {
  display: block;
}

}