@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
header{
	margin-bottom: 0;
}
.formbox{
	margin-bottom: 150px;
}
h1{
	display: block;
	margin:90px auto;
	text-align: center;
}
.form-horizontal .control-label{
	text-align: left;
	font-family: 'Noto Sans Japanese', sans-serif !important;
	font-weight: normal;
}
.form-horizontal .control-label span{
	background: #C30D23;
	color: #FFF;
	padding:2px 10px;
	margin-right: 15px;
}
.ERR{
	color:#C30D23;
}
.formbox{
	font-family: 'Noto Sans Japanese', sans-serif !important;
}
}
.form-control, .select2-search input[type="text"] {
	border-radius: 0;
	color: #1E2227;
	border: 2px solid #A5A5AA;
	font-family: 'Noto Sans Japanese', sans-serif !important;
}
input[type="submit"]:active,
input[type="button"] :active,
input[type="submit"]:hover,
input[type="button"] :hover,
.btn-primary:hover, .btn-primary.hover,
.btn-primary:focus, .btn-primary:active,
.btn-primary.active, .open > .dropdown-toggle.btn-primary {
	opacity: 1;
	background: #020101;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	font-family: 'Noto Sans Japanese', sans-serif !important;
	margin: 80px 0 60px 0;
	background: #231815;
	color: #FFF;
	width: 320px;
	height: 60px;
	font-size: 22px;
	border-radius: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0.8;
	border: none;
}
.form-control:focus,
textarea:focus,
input[type="text"]:focus {
	outline: 0;
	border-color: #C30D23;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(195,13,35,.6);
}
/*thanks*/
.thanks p{
	margin: 20px auto;
	font-family: 'Noto Sans Japanese', sans-serif !important;
	font-size: 20px;
	text-align: center;
}
.thanks{
	min-height: 750px;
}
