@media screen and (max-width: 768px) {
.main .inquiry article p {
	margin-bottom:10px;
}
.main .inquiry .telnum {
	text-align:center;
}
.main .inquiry .telnum a {
	font-size:32px;
	line-height:1;
	text-decoration:none;
	color:#6a6a6a;
	font-family: 'Roboto', sans-serif;
	text-align:center;
}
.main .inquiry .telnum a:before {
	content: "\f098";
	font-family:FontAwesome;
	margin-right:6px;
	font-weight:normal;
	color:#333;
}
.main .inquiry .telnum span {
	color:#fb6400;
}
.main .inquiry .teltime {
	text-align:center;
}
.main .inquiry dl {
	margin-bottom:30px;
}
.main .inquiry dl dt {
	padding:8px 0 2px 0;
	font-weight:bold;
}
.main .inquiry dl dt .hissu {
	margin-left:1em;
}
.main .inquiry dl dd {
	padding:8px 0 8px 0;
	border-bottom:#CCC 1px dotted;
}
.main .inquiry .hissu {
	background:#fb6400;
	font-weight:normal;
	color:#FFF;
	font-size:11px;
	padding:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin-right:0.5em;
}
input,
select,
textarea {
	padding:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:#CCC 1px solid;
	width:100%;
}
.btn {
	text-align:center;
	margin-top:20px;
}
input.btn-submit {
	width:100%;
	background:#fb6400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:none;
	color:#FFF;
	padding:20px;
	cursor: pointer;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
input.btn-prev {
	width:100%;
	background:#333;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:none;
	color:#FFF;
	padding:20px;
	cursor: pointer;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
:placeholder-shown {
	color:#999;
}
.error_messe {
	margin-bottom:20px;
	color:#F00;
}
}
