@media screen and (max-width: 768px) {
.single .teltime {
	font-size:14px;
	text-align:center;
}
.single .telnum {
	font-size:32px;
	font-family:'Roboto Condensed', sans-serif;
	color:#333;
	text-align:center;
}
.single .telnum span {
	color:#999;
}
.single .telnum:before {
	content:"\f098";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:6px;
	color:#fff000;
}
.single .caution {
	margin-bottom:50px;
}
.single .caution dt {
	font-weight:bold;
	margin-bottom:6px;
}
.single .caution dd {
	padding-left:1em;
	margin-bottom:2px;
}
.single .caution dd:before {
	content:"\f111";
	font-family:FontAwesome;
	font-weight:normal;
	font-size:8px;
	margin-right:6px;
}
.single .caution dd:last-child {
	margin-bottom:30px;
}
.single .form {
	margin-bottom:30px;
}
.single .form dt {
	font-weight:bold;
	margin-bottom:8px;
}
.single .form dt span {
	font-weight:normal;
	font-size:10px;
	background:#F60;
	color:#FFF;
	padding:4px;
	line-height:1;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin-left:1em;
}
.single .form dd {
	border-bottom:#CCC 1px dotted;
	margin-bottom:15px;
	padding-bottom:10px;
}
.single .form dd input {
	padding:10px;
	width:100%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:#CCC 1px solid;
}
.single .form dd textarea {
	padding:10px;
	width:100%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:#CCC 1px solid;
}
.privacy {
	text-align:center;
}
.privacy a {
	color:#666;
	text-decoration:none;
	font-size:12px;
}
.error_messe {
	color:#F00;
}
.submit-confirm {
	display:block;
	width:100%;
	font-size:16px;
	height:40px;
	color:#FFF;
	margin:0 auto;
	font-weight:bold;
	margin-bottom:20px;
	border:0;
	background:#ff3300;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	cursor:pointer;
}
.submit-back {
	display:block;
	font-size:16px;
	width:100%;
	height:40px;
	margin:0 0 10px auto;
	color:#FFF;
	border:0;
	background:#666;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	cursor:pointer;
}
.submit {
	display:block;
	width:100%;
	font-size:16px;
	height:40px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:20px;
	border:0;
	background:#ff3300;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	cursor:pointer;
}
}
