:root {
	--main-color: #02A294;
	--sub-color: #D5F0F2;
	--sub-colorGraph: #E5F7F8;
}

body {
	font-size: 15px;
	line-height: 2;
}

.container {
	max-width: 100%;
	border: 0;
	margin-top: 40px;
}

.help-block {
	font-size: 0.75em;
}

form {
	color: #1e0606;
	max-width: 1050px;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 1em;
	line-height: 1.6;
}

.form-column {
	margin-bottom: 20px;
	width: 100%;
}

.label {
	width: 100%;

	@media screen and (min-width: 850px) {
		max-width: 100%;
		line-height: 60px;
	}
}

.label h3 {
	font-size: 1em;
	display: inline-block;
	margin: 0 0 0.5em;
	font-weight: bold;
}

.label .badge-optional {
	display: none;
}

.label .badge-required {
	width: auto;
	display: inline-block;
	margin-left: 0.5em;
	padding: 4px 8px;
	line-height: 1;
	font-size: 0.75em;
	color: #c73b3b;
    background: transparent;
	border-radius: 4px;
}

.description-block {
	color: #151514;
	margin-top: 0.5em;
}

.button-group {
	margin-top: 40px;
	text-align: center;
}

.button-group .help-block {
	margin-top: 0.5em;
	font-size: 0.75em;
}

button {
	display: inline-block;
	padding: 0.5em 1em;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
}

.button-confirm {
	width: calc(100% - 30px);
	margin: 0 auto 40px;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 16px;
	color: #fff;
	background-color: var(--main-color);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);

	@media screen and (min-width: 850px) {
		padding: 1em 2em;
	}
}

button.button-submit {
	padding: 20px 126px;
	line-height: 1.42857143;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 16px;
	color: #fff;
	background-color: var(--main-color);
}

button.button-submit span.fa {
	margin-right: 4px;
}

.button-back {
	padding: 20px 126px;
	line-height: 1.42857143;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 16px;
	color: #fff;
	background-color: #6c625a;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"] {
	height: 55px;
	width: 100%;
	min-width: 400px;
	max-width: 100%;
	outline: none;
	line-height: 1.4;
	padding: 8px 16px;
	background: #F7F7F7;
	transition: all 0.3s;

	@media screen and (min-width: 850px) {
		padding: 16px 24px;
		line-height: 1.8;

	}
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
	-webkit-box-shadow: 0 0 2px #88c6ea;
	box-shadow: 0 0 2px #88c6ea;
	border: 1px solid #88c6ea;
}

textarea {
	padding: 20px;
	width: 75%;
	height: 170px;
	padding: 20px;
	outline: none;
	background: #f3ede8;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type="file"] {
	display: block;
	line-height: 1.75;
}

input[type="password"] {
	height: 60px;
	width: 100%;
	outline: none;
	border: 1px solid #6a767d;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

select {
	width: auto;
	height: 60px;
	display: block;
	border: 1px solid #6a767d;
	width: 100%;
}

.form-column {
	margin-bottom: 20px;
	width: 100%;
}

.form-column-date .input-group select {
	width: auto;
	display: inline-block;
}

.form-column-calendar input {
	width: 240px;

	@media screen and (min-width: 850px) {
		width: auto;
		min-width: auto;
	}
}

.form-column-zip-code-jp .input-group input {
	width: auto;
	min-width: auto;
	display: inline-block;
}

.form-column-zip-code-jp .input-group input.zip-code-jp {
	width: 240px;
}

.form-column-zip-code-autofill.form-column {
	border-bottom: 0;
	margin-bottom: 0;
}

.form-column-checkbox label,
.form-column-radio label {
	margin-right: 1em;
}


.message-block {
	margin-bottom: 40px;
}

.message-block-complete {
	border: 1px solid #000000;
	padding: 20px;
	text-align: center;
}

.form-column.form-column-recaptcha {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

button.button.button-back {
	@media screen and (min-width: 850px) {
		width: 100%;
		padding: 1em 2em;
		margin-bottom: 20px;
	}
}

button.button.button-submit {
	@media screen and (min-width: 850px) {
		padding: 1em 2em;
		width: 100%;
	}
}

.button:not(.hidden)+.button {
	@media screen and (min-width: 850px) {
		margin-left: 0;
	}
}
}