form {
	margin: 0 auto 0 auto;
	padding: 0 10px;
	max-width: 778px;
}
form input, form textarea {
	border: 1px solid #707070;
	margin: 0 0 4px 0;
	padding: 8px 8px;
	width: calc(100% - 8px - 8px - 2px);
}
form textarea {
	min-height: 400px;
}
.form-group {
	margin: 18px 0 0 0;
	width: 100%;
}
.form-group:nth-child(1) {
	margin: 0 0 0 0;
}
.form-group label, .form-group .inp {
	width: 100%;
	display: block;
	text-align: left;
}
.form-group label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.form-group label span {
	padding: 5px 0;
	text-align: center;
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 16px;
}
.form-group label span:nth-child(1) {}
.form-group label span:nth-child(2) {
	margin:  0 0 0 30px;
	padding: 5px 7px;
	background: #f23f08;
	color: #ffffff;
	border-radius: 7px;
}
.form-group .inp {
	margin: 10px 0 0 0;
}
.form-group .checkbox {
	display: flex;
	justify-content: flex-start;
}
.form-group .checkbox input {
	width: auto;
    margin-right: 10px;
}
.policy-privacy {
	margin: 40px auto 0 auto;
}
.policy-privacy .in-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.policy-privacy input#check {
	width: 18px;
	height: 18px;
}
.policy-privacy .in-box label {
	padding: 0 0 0 38px;
	font-family: Hiragino Kaku Gothic ProN;
	font-size: 18px;
}
.policy-privacy .in-box a {
	color: #011569;
	text-decoration: underline;
}
.submit-btn {
	margin: 60px auto 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 456px;
	position: relative;
}
.submit-btn::after {
	content: "";
	display: inline-block;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	margin: -8px 0 0 0;
	width: 10px;
	height: 10px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: calc(24px + 10px);
}
.submit-btn input#submit {
	padding: 0px 66px;
	width: 100%;
	background: #0a094c;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 20px;
	line-height: 3.1;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition-property: opacity;
	transition-timing-function: ease-out;
	transition-delay: 0s;
	outline: none;
}

.submit-btn a {
	background: #0a094c;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size:16px;
	line-height: 3.1;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition-property: opacity;
	transition-timing-function: ease-out;
	transition-delay: 0s;
	outline: none;
	display: block;
	height: 62px;
	line-height: 62px;
}

@media screen and (max-width: 767px) {
	.submit-btn a {
		font-size:14px;
	}
}



/* form END */
/* common */
.cf {
	height: auto;
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}
.none {
	display: none !important;
}
.pc,.pc-ib {}
.sp,.sp-ib {
	display: none !important;
}
/* COMMON END */
