@charset "utf-8";
h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.25em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #0065CC;/*左線*/
	margin-bottom: 1em;
}
hr {
	width:95%;
}
.form {
	border: 1px solid #000000;
	border-radius: 1em;
}
.icon {
	display: inline-block;
	float: left;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 3px;
	background: #337ab7;
	border: 1px solid #2e6da4;
	margin-right: 1em;
}
.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}
.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
	width: 90%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}
textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}
.nameJa {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
}
.nameEn {
	font-size: 0.9em;
	line-height: 1em;
	color: #2e6da4;
}
.tittle {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1em;
}
#form_submit,#form_submit_d {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}
#form_submit_button_d {
	opacity: 0.5;
}
form#mail_form input[type="button"] {
	padding: 7px 20px;
	border: 1px solid #4cae4c;
	border-radius: 3px;
	background: #5cb85c;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #449d44;
	border: 1px solid #398439;
}

form#mail_form input#form_submit_button,form#mail_form input#form_submit_button_d {
	margin-left: 35%;
}
span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}
@media screen and (min-width: 321px) {

}
@media screen and (min-width: 481px) {
	.qBox>.inner{
		display: grid;
		grid-template-columns: 30% 1fr;
	}


}