@charset "UTF-8";
.low_contents_body .aform-content dl {
	border-bottom: 1px solid #ccc;
	line-height: 1.6;
	overflow: hidden;
}
.low_contents_body .aform-content dl dt {
	font-weight: normal;
}
.low_contents_body .aform-content dl input, .low_contents_body .aform-content dl textarea, .low_contents_body .aform-content dl select {
	border: solid 1px #ccc;
	font-size: 110%;
	padding: 0.5em;
	width: 100%;
	box-sizing: border-box;
}
.low_contents_body .aform-content dl input[type="radio"], .low_contents_body .aform-content dl input[type="checkbox"], .low_contents_body .aform-content dl input[type="file"] {
	position: relative;
	display: inline-block;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	border: solid 1px #9fa0a0;
	border-radius: 0;
}
.low_contents_body .aform-content dl input[type="radio"] {
	border-radius: 50%;
}
.low_contents_body .aform-content dl input[type="checkbox"]:checked, .low_contents_body .aform-content dl input[type="radio"]:checked {
	background: #1bb8ce;
}
.low_contents_body .aform-content dl label span {
	display: inline-block;
	vertical-align: middle;
}
.low_contents_body .aform-content .submit input[type="reset"], .low_contents_body .aform-content .submit input[type="submit"], .low_contents_body .aform-content .submit input[type="button"] {
	display: inline-block;
	border: none;
	outline: none;
	padding: 1em 2em;
	border-radius: 4px;
	background: #1bb8ce;
	line-height: 1;
	font-size: 100%;
	color: #fff;
	-webkit-appearance: none;
	cursor: pointer;
}
.low_contents_body .aform-content .submit input[type="button"] {
	width: auto;
}
.low_contents_body .aform-content input[type="reset"] {
	width: 30%;
	margin-right: 0.5em;
	background: #aaa;
}
.low_contents_body #aform_confirm_msg {
	margin-top: 2em;
}
.low_contents_body .aform-content .submit {
	margin-top: 3em;
}

@media screen and (min-width:769px) {
.low_contents_body .aform-content dl dt {
	float: left;
	width: 30%;
	position: relative;
}
.low_contents_body .aform-content dl dt .aform-label {
	padding-right: 2em;
	display: block;
}
.low_contents_body .en_us .aform-content dl dt .aform-label {
	padding-right: 3.5em;
}
.low_contents_body .aform-content dl dt .required {
	position: absolute;
	top: 3px;
	right: 0;
}
.low_contents_body .aform-content dl dd {
	padding-left: 33%;
}
}

@media screen and (max-width:768px) {
.low_contents_body .aform-content dt {
	margin-top: 1.5em;
	padding: 0.5em 1em;
	background: #edefef;
}
.low_contents_body .aform-content dt:first-child {
	margin-top: 0;
}
.low_contents_body .aform-content dl dt .aform-label {
	margin-top: 0;
}
.low_contents_body .aform-content dl input[type="text"], .low_contents_body .aform-content dl input[type="email"], .low_contents_body .aform-content dl input[type="tel"], .low_contents_body .aform-content dl textarea {
	border-radius: 0;
	-webkit-appearance: none;
}
.low_contents_body .aform-content .submit input[type="reset"], .low_contents_body .aform-content .submit input[type="submit"], .low_contents_body .aform-content .submit input[type="button"] {
	display: block;
	width: 80%;
	margin: 1em auto;
}
}

@media screen and (max-width:768px) {
.sec_inquiry_inside {
	margin: 2em 5% 2.5em;
}
.inquiry_title {
	margin-bottom: 1em;
	text-align: center;
	font-size: 128.5%;
	font-weight: bold;
}
.inquiry_form dt {
	margin-top: 1.5em;
	padding: 0.5em 1em;
	background: #edefef;
}
.inquiry_form dt:first-child {
	margin-top: 0;
}
.inquiry_form dt small {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	padding: 0.5em;
	background: #1bb8ce;
	font-size: 73.3%;
	color: #fff;
}
.inquiry_form input[type="text"], .inquiry_form input[type="email"], .inquiry_form input[type="tel"], .inquiry_form textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em;
	border: solid 1px #9fa0a0;
	border-radius: 0;
	outline: none;
	font-size: 100%;
	-webkit-appearance: none;
}
#sp_top_form .aform-header {
	display: none;
}
#sp_top_form .aform-content dl dt {
	line-height: 1.4;
	font-weight: normal;
}
#sp_top_form .aform-content dl dd {
	padding: 0 0.5em;
	line-height: 1.6;
}
#sp_top_form .aform-content dl input[type="radio"], #sp_top_form .aform-content dl input[type="checkbox"], #sp_top_form .aform-content dl input[type="file"] {
	position: relative;
	display: inline-block;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	border: solid 1px #9fa0a0;
	border-radius: 0;
}
#sp_top_form .aform-content dl input[type="radio"] {
	border-radius: 50%;
}
#sp_top_form .aform-content dl input[type="checkbox"]:checked, #sp_top_form .aform-content dl input[type="radio"]:checked {
	background: #1bb8ce;
}
#sp_top_form .aform-content dl label span {
	display: inline-block;
	vertical-align: middle;
}
#sp_top_form .aform-content input[type="reset"], #sp_top_form .aform-content input[type="submit"] {
	display: inline-block;
	width: 40%;
	border: none;
	outline: none;
	padding: 1em;
	border-radius: 4px;
	background: #1bb8ce;
	line-height: 1;
	font-size: 100%;
	color: #fff;
	-webkit-appearance: none;
}
#sp_top_form .aform-content input[type="reset"] {
	width: 30%;
	margin-right: 0.5em;
	background: #aaa;
}
}
