@charset "UTF-8";
/*
 * lib/css/reset.css
 *
*/
html {
	overflow-y: scroll;
}

fieldset, img {
	border: none;
	vertical-align: top;
}

ul, ol {
	list-style-type: none;
}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
}

caption, th {
	text-align: left;
}

a {
	outline: none;
}

/*-----------------------------------------------------------
		余白初期設定
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
html, body, div,
p, ul, ol, li, dl, dt, dd,
pre, blockquote,
form, fieldset, input, textarea,
table, th, td, figure {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------
		その他初期設定
-----------------------------------------------------------*/
q:before, q:after {
	content: '';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@-webkit-keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
:root {
	color: #000;
	font-size: 10px;
}

body {
	color: #000;
	line-height: 1.5;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem;
	word-wrap: break-word;
	font-weight: 400;
}
@media (max-width: 995px) {
	body {
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
}
@media (max-width: 766px) {
	body {
		font-size: 3.75vw;
	}
}

/*
	Thin	100
	Light	300
	DemiLight	350
	Regular	400 Default
	Medium	500
	Bold	700
	Black	900
*/
.regular {
	font-weight: 400;
}

.mudium {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.black {
	font-weight: 900;
}

.minino {
	font-family: minion-3, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-style: normal;
}

@media (max-width: 995px) {
	#colorbox, #colorbox * {
		max-height: none;
	}

	#gnavi, #gnavi * {
		max-height: none;
	}

	img {
		max-height: none;
		max-width: 100%;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img {
	max-width: 100%;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

a {
	text-decoration: none;
	color: #000;
}
@media (min-width: 1100px) {
	a:hover {
		color: #000;
		text-decoration: underline;
	}
	a:visited {
		color: #000;
	}
	a:active {
		text-decoration: none;
	}
}

[type=text], [type=email], [type=tel], [type=password], [type=number], [type=search], textarea, select {
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eceded;
	border-radius: 0px;
	background-color: #fff;
}

select {
	max-width: 100%;
	height: 2.6em;
	padding-right: 3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
	border: 1px solid #eceded;
	background: #fff url("../img/common/arrow.svg") right center/2.6em 2.6em no-repeat;
	background-color: #fff;
}

select::-ms-expand {
	display: none;
}

[type=text], [type=email], [type=tel], [type=password], [type=submit], [type=number], [type=search], textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[type=text]:focus, [type=email]:focus, [type=password]:focus, [type=number]:focus, [type=search]:focus, textarea:focus {
	background: #fff;
	border: 1px solid #aaa;
}

button {
	cursor: pointer;
}

input[type=checkbox] {
	display: none;
}

[type=checkbox] + .mwform-checkbox-field-text:before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.5em;
	background: #f9f9f9;
	border: 1px solid #3589B7;
	vertical-align: middle;
}

[type=checkbox]:checked + .mwform-checkbox-field-text:before {
	content: "\2713";
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	text-indent: -0.1em;
	color: #000;
}

input[type=radio] {
	vertical-align: middle;
}

input[type=radio] + label {
	margin-left: 5px;
}

:placeholder-shown {
	color: #BABABA;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #BABABA;
}

/* Firefox 18- */
:-moz-placeholder {
	color: #BABABA;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #BABABA;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #BABABA;
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
	position: relative;
	left: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
	-webkit-box-shadow: 9999px 0 0 -5px #fff;
	box-shadow: 9999px 0 0 -5px #fff;
	-webkit-animation: dotPulse 1.5s infinite linear;
	animation: dotPulse 1.5s infinite linear;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}
.dot-pulse::before, .dot-pulse::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
}
.dot-pulse::before {
	-webkit-box-shadow: 9984px 0 0 -5px #fff;
	box-shadow: 9984px 0 0 -5px #fff;
	-webkit-animation: dotPulseBefore 1.5s infinite linear;
	animation: dotPulseBefore 1.5s infinite linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.dot-pulse::after {
	-webkit-box-shadow: 10014px 0 0 -5px #fff;
	box-shadow: 10014px 0 0 -5px #fff;
	-webkit-animation: dotPulseAfter 1.5s infinite linear;
	animation: dotPulseAfter 1.5s infinite linear;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

@-webkit-keyframes dotPulseBefore {
	0% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9984px 0 0 2px #fff;
		box-shadow: 9984px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
}

@keyframes dotPulseBefore {
	0% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9984px 0 0 2px #fff;
		box-shadow: 9984px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
}
@-webkit-keyframes dotPulse {
	0% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9999px 0 0 2px #fff;
		box-shadow: 9999px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
}
@keyframes dotPulse {
	0% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9999px 0 0 2px #fff;
		box-shadow: 9999px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
}
@-webkit-keyframes dotPulseAfter {
	0% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 10014px 0 0 2px #fff;
		box-shadow: 10014px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
}
@keyframes dotPulseAfter {
	0% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 10014px 0 0 2px #fff;
		box-shadow: 10014px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
		基本レイアウト
-----------------------------------------------------------*/
body {
	overflow-x: hidden;
}
body.lock {
	height: 100vh;
	overflow: hidden;
}

.wrap {
	position: relative;
	width: 880px;
	margin: 0px auto;
}
@media (max-width: 1099px) {
	.wrap {
		width: auto;
		margin: 0px 50px;
	}
}
@media (max-width: 766px) {
	.wrap {
		margin: 0px 4.6875vw;
	}
}

.linkbox {
	cursor: pointer;
}

.sp {
	display: none;
}
@media (max-width: 766px) {
	.sp {
		display: inherit;
	}
}

@media (max-width: 766px) {
	.spnone {
		display: none !important;
	}
}

.tb {
	display: none;
}
@media (max-width: 995px) {
	.tb {
		display: inherit;
	}
}

@media (max-width: 995px) {
	.pc {
		display: none !important;
	}
}

/*----------------------- header --------------------------*/
header {
	padding: 7px 0px 10px;
	background: url(../img/common/container-bg.gif) left -20px repeat-x;
}
header .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header .subnav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
header .subnav .tel {
	margin-left: 1em;
	font-size: 1.3rem;
}
@media (max-width: 766px) {
	header .subnav .tel {
		font-size: 2.5vw;
	}
}
@media (min-width: 1100px) {
	header .subnav .tel a {
		pointer-events: none;
	}
}
@media (max-width: 766px) {
	header .subnav .link-top {
		display: none;
	}
}

/*----------------------- content --------------------------*/
.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5000;
	background: #4eaa4e;
}
.loading .loadbox {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*----------------------- footer --------------------------*/
footer {
	margin-top: 60px;
}
footer .page-top {
	margin-bottom: 1em;
	text-align: right;
}
footer .bg {
	background: url(../img/common/container-bg.gif) left center repeat-x;
}
footer .bg p {
	padding: 0.5em 0px;
	font-size: 1rem;
	color: #fff;
}
footer address {
	padding: 1em 0px;
	font-size: 1.2rem;
}

/*-----------------------------------------------------------
	クリアフィックス
-----------------------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
}

*:first-child + html .clearfix {
	zoom: 1;
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
	 index
-----------------------------------------------------------*/
#top {
	padding: 110px 0px 40px;
	background: url(../img/index/mainbg.jpg) center/cover no-repeat;
}
@media (max-width: 766px) {
	#top {
		padding: 10vw 0px;
	}
}

.about .wrap {
	padding: 60px 0px 70px;
	background: url(../img/index/ab.png) center bottom no-repeat;
}
@media (max-width: 766px) {
	.about .wrap {
		padding: 10vw 0px 15vw;
		background-size: auto 10vw;
	}
}
.about .wrap h2 {
	margin-bottom: 0.5em;
	padding: 0px 0px 0.1em;
	background: #4eaa4e;
	font-size: 4.4rem;
	color: #fff100;
	font-weight: 900;
	text-align: center;
}
@media (max-width: 995px) {
	.about .wrap h2 {
		font-size: 5vw;
	}
}
@media (max-width: 766px) {
	.about .wrap h2 {
		font-size: 6.75vw;
	}
}
.about .wrap .read, .about .wrap .text {
	font-size: 4.2rem;
	color: #4eaa4e;
	text-align: center;
	font-weight: 900;
}
@media (max-width: 995px) {
	.about .wrap .read, .about .wrap .text {
		font-size: 4.25vw;
	}
}
@media (max-width: 766px) {
	.about .wrap .read, .about .wrap .text {
		font-size: 6.25vw;
	}
}
.about .wrap .text {
	margin: 0.25em 0px 0.5em;
}
.about .wrap ul {
	font-size: 2.5rem;
	font-weight: 900;
}
@media (max-width: 995px) {
	.about .wrap ul {
		font-size: 3vw;
	}
}
@media (max-width: 766px) {
	.about .wrap ul {
		font-size: 4.5vw;
	}
}
.about .wrap ul li {
	margin-bottom: 0.25em;
	padding-left: 1.5em;
	background: url(../img/index/box.svg) left 0.25em/1em 1em no-repeat;
}

#form {
	padding-top: 30px;
}
@media (max-width: 766px) {
	#form {
		padding-top: 5vw;
	}
}
#form h2 {
	margin-bottom: 1.5em;
}
@media (max-width: 766px) {
	#form h2 {
		margin: 0px -5vw 1.5em;
	}
}
#form .text {
	margin-bottom: 2em;
	text-align: center;
}
#form .tel {
	margin-bottom: 1em;
	text-align: center;
}
@media (max-width: 766px) {
	#form .tel {
		width: 80%;
		margin: 0px auto 1em;
	}
}
@media (min-width: 1100px) {
	#form .tel a {
		pointer-events: none;
	}
}
#form .attr {
	margin-bottom: 1em;
	color: #c00;
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
	 entry
-----------------------------------------------------------*/
#form .head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#form .head .read {
	font-size: 2.5rem;
	line-height: 1.76;
	color: #4eaa4e;
	letter-spacing: 0.16em;
	font-weight: 700;
}
@media (max-width: 766px) {
	#form .head .read {
		font-size: 4.6vw;
	}
}
#form .head .logo {
	width: 160px;
}
@media (max-width: 766px) {
	#form .head .logo {
		width: 20vw;
	}
}
#form .head .en {
	width: 100%;
	font-size: 9.2rem;
	font-family: bebas-kai, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	white-space: nowrap;
	color: #4eaa4e;
}
@media (max-width: 1099px) {
	#form .head .en {
		font-size: 8.8vw;
	}
}
@media (max-width: 995px) {
	#form .head .en {
		font-size: 8.5vw;
	}
}
#form .text {
	margin-bottom: 1em;
	line-height: 2;
}
#form .telbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2em;
	padding: 2.5em 1.5em;
	background-color: #f4f6f2;
	border-radius: 6px;
}
@media (max-width: 995px) {
	#form .telbox {
		display: block;
		text-align: center;
	}
}
@media (max-width: 766px) {
	#form .telbox {
		padding: 7vw 5vw;
	}
}
#form .telbox .textbox {
	margin-right: 2em;
}
@media (max-width: 995px) {
	#form .telbox .textbox {
		margin: 0px 0px 1em;
	}
}
#form .telbox .textbox .time {
	margin-top: 0.25em;
	font-size: 1.3rem;
}
@media (max-width: 766px) {
	#form .telbox .textbox .time {
		font-size: 3.75vw;
	}
}
#form .telbox .textbox .time span {
	display: inline-block;
	margin-right: 1em;
	padding: 0.1em 0.75em;
	border-radius: 0.25em;
	background-color: #4eaa4e;
	color: #fff;
	font-size: 1.1rem;
}
@media (max-width: 766px) {
	#form .telbox .textbox .time span {
		font-size: 3vw;
	}
}
#form .telbox .tel {
	font-size: 4.5rem;
	line-height: 1;
	font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media (max-width: 766px) {
	#form .telbox .tel {
		font-size: 10vw;
	}
}
#form .telbox .tel a {
	text-decoration: none;
}
#form .telbox .tel span {
	margin-right: 0.25em;
	font-size: 0.6em;
}
#form .att {
	margin-bottom: 1em;
	color: #c00;
}
#form .required {
	padding-right: 0.5em;
	color: #c00;
}
#form form {
	text-align: left;
}
#form table {
	width: 100%;
	margin-bottom: 2em;
	border-top: 1px solid #eceded;
}
#form table th, #form table td {
	padding: 0.75em 0px;
	border-bottom: 1px solid #eceded;
}
@media (max-width: 766px) {
	#form table th, #form table td {
		display: block;
	}
}
#form table th {
	width: 14em;
	font-weight: 400;
}
@media (max-width: 766px) {
	#form table th {
		width: auto;
		padding: 0.75em 0.75em 0px;
		border-bottom: none;
	}
}
@media (max-width: 766px) {
	#form table td {
		padding: 0.75em;
	}
}
#form table .line {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #eceded;
}
@media (max-width: 766px) {
	#form table .line {
		margin-top: 0.75em;
		padding-top: 0.75em;
	}
}
#form table .mt {
	margin-top: 0.5em;
}
@media (max-width: 766px) {
	#form table .mt {
		margin-top: 0.75em;
	}
}
#form table .label {
	display: inline-block;
	width: 6em;
}
@media (max-width: 766px) {
	#form table .label {
		display: block;
		margin-bottom: 0.5em;
	}
}
#form table input {
	width: 50%;
}
@media (max-width: 766px) {
	#form table input {
		width: 100%;
	}
}
#form table input.short {
	width: 4em;
}
#form table input.long {
	width: 100%;
}
#form table input.datebox {
	width: 10em;
}
#form table input[type=radio] {
	width: auto;
	margin-right: 0.25em;
}
@media (max-width: 766px) {
	#form table input[type=radio] {
		width: 1.2em;
		height: 1.2em;
		margin-right: 0.5em;
	}
}
#form table .mwform-radio-field {
	margin-right: 2em;
}
#form table .mwform-zip-field input, #form table .mwform-tel-field input {
	width: 5em;
}
#form table #zip {
	width: 10em;
	margin: 0px 5px;
}
#form table textarea {
	width: 100%;
	height: 10em;
}
#form .privacybox {
	border: 1px solid #4eaa4e;
	padding: 1em;
}
#form .privacybox .scroll {
	height: 15em;
	padding-right: 1em;
	overflow: auto;
}
#form .privacybox .scroll a {
	color: #4eaa4e;
	text-decoration: underline;
}
#form .privacybox .scroll p {
	margin-bottom: 2em;
}
#form .privacybox .scroll ul li {
	padding-left: 1em;
	text-indent: -1em;
}
#form .privacybox .scroll dl dt {
	margin-bottom: 0.5em;
	color: #4eaa4e;
	font-weight: 500;
}
#form .privacybox .scroll dl dd {
	margin-bottom: 2em;
}
#form .privacybox .scroll dl dl {
	margin-top: 1em;
}
#form .privacybox .scroll dl dl dt {
	color: #000;
}
#form .send {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2em;
}
#form .send button, #form .send a {
	display: block;
	width: 16.7em;
	margin: 0px auto;
	padding: 1em 0px;
	border: 1px solid #ff8b1e;
	background-color: #ff8b1e;
	font-size: 1.7rem;
	text-align: center;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
@media (max-width: 766px) {
	#form .send button, #form .send a {
		font-size: 3.9vw;
	}
}
@media (min-width: 1100px) {
	#form .send button:hover, #form .send a:hover {
		background-color: #fff;
		color: #4eaa4e;
	}
}
@media (max-width: 766px) {
	#form .send button, #form .send a {
		font-size: 3.75vw;
	}
}
#form .send button[name=submitBack], #form .send a[name=submitBack] {
	background-color: #000;
	border-color: #000;
}
@media (min-width: 1100px) {
	#form .send button[name=submitBack]:hover, #form .send a[name=submitBack]:hover {
		background-color: #fff;
		color: #000;
	}
}
#form .send button + a, #form .send button + button, #form .send a + a, #form .send a + button {
	margin-left: 1em;
}

#error, #confirm, #complete {
	padding: 50px 0px 80px;
}
@media (max-width: 766px) {
	#error, #confirm, #complete {
		padding: 10vw 0px;
	}
}
#error h2, #confirm h2, #complete h2 {
	margin-bottom: 1em;
	font-size: 1.7rem;
	color: #4eaa4e;
}
@media (max-width: 766px) {
	#error h2, #confirm h2, #complete h2 {
		font-size: 5.15625vw;
	}
}

#complete .complete {
	text-align: center;
}
#complete .complete h2 {
	display: block;
	font-size: 2.6rem;
	font-weight: 700;
}
@media (max-width: 766px) {
	#complete .complete h2 {
		font-size: 6.5vw;
	}
}
#complete .complete .text {
	margin-bottom: 3em;
	line-height: 2;
}

#confirm table .label {
	display: none;
}
#confirm table .cnone {
	display: none;
}



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