@charset "utf-8";
/* CSS Document */

html, body {
	background: #fffff0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-aligh: left;
}
img {
	max-width: 100%;
}
h1, h2, h3 {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
}
h1 {
	margin-top: 1em;	
}
h3 {
	margin-bottom: 1em;	
}
h4 {
	text-align: center;
}
.form h4 {
	font-size: 1.2em;
	margin-top: 2em;
}
.form h4 a {
	text-decoration: none;
	color: #333;
}
.form h5 {
	font-size: 1.5em;
	margin: 1em auto 2em;
	text-align: center;
	position: relative;
	padding: 0 65px;
	max-width: 640px;
}
.form h5:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #000;
}
.form h5 span {
	position: relative;
	padding: 0 1em;
	background: #fff;
}
.copy {
	font-size: 0.6em;
	margin-top: 4em;
	text-align: center;
}
.copy a {
	color: #333;
}
.btn {
	margin: 4em 0;
	text-align: center;
}
a.btn--orange {
	color: #fff;
	background-color: #eb6100;
	text-decoration: none;
}
a.btn--orange:hover {
	color: #fff;
	background: #f93;
}
a.btn-c {
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
	padding: 1.5rem 2rem 1.5rem 2rem;
	border-radius: 100vh;
}
a.btn-c:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 1.6rem;
	line-height: 1;
	position: absolute;
	top: calc(50% - .8rem);
	right: 1rem;
	margin: 0;
	padding: 0;
	/*content: '\f054';*/
}
.form {
	background: #fff;
	margin: auto;
	max-width: 1200px;
	padding: 1em 0;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
dl {
	margin: 1em;
}
dt {
	background: #eee;
	padding: 1em;
}
dt span {
	color: #c00;
	font-size: 0.8em;
}
dd {
	line-height: 4em;
	padding: 1em;
}
input[type="text"], input[type="email"], input[type="tel"] {
	border: solid 1px #ccc;
	line-height: 1.5em;
	padding: 1em;
}
.w9 {
	width: 90%;
}
.button {
	margin: 2em;
	text-align: center;
}
.button input {
	padding: 1em 2em;

}
.msg, .thanks {
	margin: 2em 0;
	text-align: center;
}
.g-recaptcha>div {
	margin: auto;
}