@charset "UTF-8";
h1 {
	color: #171a89;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 28px;
}
sup {
	color: #f00;
}
main{
	margin-bottom: 100px;
}
.caution {
	margin-bottom: 20px;
}
.form_box {
	text-align: left;
	width: 800px;
	margin: 20px auto 0px;
}
.form_box dl {
	background-color: #deeff7;
	margin-bottom: 5px;
}
.form_box dt {
    width: 280px;
	float: left;
	margin: 10px;
}
.form_box dd {
    margin-left: 300px;
	min-height: 28px;
	background-color: #f7f7f7;
	padding: 10px;
}
.height dt,
.height dd{
	height: 50px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	font-size: 14px;
	padding: 4px;
	color: #000000;
	width: 200px;
}
input[type="text"].size_l {
	width: 300px;
}
input[type="submit"] {
	-webkit-appearance: none;
    border-radius: 0;
    font-size: 20px;
    padding: 16px;
    margin-top: 20px;
    color: #fff;
    width: 400px;
    border: none;
    background-color: #00a1ea;
	cursor: pointer;
}
#formWrap input[type="submit"].btn_submit{
		-webkit-appearance: none;
    border-radius: 0;
    font-size: 20px;
    padding: 16px;
    margin-top: 20px;
    color: #fff;
    width: 400px;
    border: none;
    background-color: #00a1ea;
		cursor: pointer;
	
	}
	#formWrap input[type="button"].btn_back{
			-webkit-appearance: none;
    border-radius: 0;
    font-size: 20px;
    padding: 16px;
    margin-top: 20px;
    color: #fff;
    width: 400px;
    border: none;
    background-color: #9B9B9B;
		cursor: pointer;
	
	}
@media only screen and (max-width: 750px) {
main h1{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
}
.form_box {
	text-align: left;
	 width: 100%;
	margin: 20px auto 0px;
}
.form_box dl {
	background-color: #deeff7;
	margin-bottom: 5px;
}
.form_box dt {
    width: 100%;
	float: none;
	padding-top: 10px;
    margin: 10px;
}
.form_box dd {
    margin-left: 0px;
	min-height: 28px;
	background-color: #f7f7f7;
	width: 100%;
	padding: 10px;
}
.height dt,
.height dd{
	height: auto;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	font-size: 14px;
	padding: 4px;
	color: #000000;
	width: 200px;
}
input[type="text"].size_l {
	width: 90%;
}
input[type="submit"] {
	width: 80%;
	}
#formWrap input[type="submit"].btn_submit{
	width: 80%;
	}
	#formWrap input[type="button"].btn_back{
    width: 80%;
	}
}

/*# sourceMappingURL=style.css.map */
