.form-overview {
	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;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
	padding: 0 20px;
}

.form-overview__item {
	width: 50%;
	display: block;
	position: relative;
	cursor: pointer;
}

.form-overview__item:not(:last-child) {
	border-right: 1px solid #FFFFFF;
}

.form-overview__item input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 0;
	height: 0;
}

.form-overview__item input:checked + span {
	background: #0fa044;
	color: #FFFFFF;
}

.form-overview__text {
	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;
	height: 60px;
	width: 100%;
	background: #F1F1F1;
	font-size: 1.6rem;
	font-weight: 500;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.form-overview__text:hover {
	background: #0e8736;
	color: #FFFFFF;
}

.form-about {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	margin-bottom: 57px;
}

.form-about__item {
	width: 50%;
	display: block;
	position: relative;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 3px;
}

.form-about__item:nth-child(odd) {
	border-right: 1px solid #FFFFFF;
}

.form-about__item input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 0;
	height: 0;
}

.form-about__item input:checked + span {
	background: #0fa044;
	color: #FFFFFF;
}

.form-about__text {
	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;
	height: 60px;
	width: 100%;
	background: #F1F1F1;
	font-size: 1.3rem;
	line-height: 1.38462;
	font-weight: 500;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.form-about__text:hover {
	background: #0e8736;
	color: #FFFFFF;
}

.form-flow {
	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;
	position: relative;
	margin-bottom: 30px;
}

.form-flow:before {
	content: "";
	display: block;
	width: 300px;
	height: 1px;
	border-top: 2px dotted #C3C3C3;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.form-flow__item {
	width: 95px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 20px;
	border: 2px solid #DDDDDD;
	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;
	font-size: 1.3rem;
	letter-spacing: 0.5em;
	padding-left: 0.5em;
	position: relative;
}

.form-flow__item.is-current {
	color: #FFFFFF;
	border: none;
	background: #808080;
}

.form-flow__item:not(:last-child) {
	margin-right: 15px;
}

.form-info {
	padding-left: 5.35vw;
	margin-bottom: 10px;
}

.form-info--center {
	text-align: center;
	margin-bottom: 30px;
}

.must {
	display: inline-block;
	background: #0fa044;
	color: #FFFFFF;
	padding: 3px 6px 4px;
	font-size: 1.2rem;
	margin-left: 5px;
}

.must--ml-0 {
	margin-left: 0;
}

.form {
	margin-bottom: 20px;
}

.form--preview {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.85714;
}

.form--border {
	border-bottom: 1px solid #C3C3C3;
	padding-bottom: 12px;
}

.form__corporation {
	display: none;
}

.form__label {
	font-weight: 500;
	margin-bottom: 7px;
}

.form--preview .form__label {
	padding: 12px 20px;
	background: #F1F1F1;
	margin-bottom: 0;
}

.form__content--row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form--preview .form__content {
	padding: 12px 20px;
}

.form .error-message {
	color: #BF1A20;
	margin-top: 10px;
}

.form-wrap {
	background: #F1F1F1;
	padding: 30px 5.35vw 10px;
}

.form-wrap--preview {
	background: none;
	padding: 0;
	margin-bottom: 20px;
}

.radio {
	position: relative;
	cursor: pointer;
}

.radio:not(:last-child) {
	margin-right: 40px;
}

.radio input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.radio input:checked + span:before {
	-webkit-box-shadow: 0 0 0 4px #FFFFFF inset;
	box-shadow: 0 0 0 4px #FFFFFF inset;
	background: #0fa044;
}

.radio__text {
	display: block;
	padding: 5px 0;
}

.radio__text:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #C3C3C3;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}

.input {
	height: 50px;
	border: 2px solid #DDDDDD;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
	padding: 0 14px;
	outline: none;
}

.input--lg {
	height: 350px;
	padding: 10px 14px;
	resize: none;
}

.input::-webkit-input-placeholder {
	color: #AAAAAA;
}

.input::-moz-placeholder {
	color: #AAAAAA;
}

.input:-ms-input-placeholder {
	color: #AAAAAA;
}

.input::-ms-input-placeholder {
	color: #AAAAAA;
}

.input::placeholder {
	color: #AAAAAA;
}

.input:-ms-input-placeholder {
	color: #AAAAAA;
}

.input::-ms-input-placeholder {
	color: #AAAAAA;
}

.input:focus {
	border-color: #BBBBBB;
}

.input.is-error {
	background: #FFEBEE;
	border-color: #E58994;
}

.input.is-error::-webkit-input-placeholder {
	color: #BF1A20;
}

.input.is-error::-moz-placeholder {
	color: #BF1A20;
}

.input.is-error:-ms-input-placeholder {
	color: #BF1A20;
}

.input.is-error::-ms-input-placeholder {
	color: #BF1A20;
}

.input.is-error::placeholder {
	color: #BF1A20;
}

.input.is-error:-ms-input-placeholder {
	color: #BF1A20;
}

.input.is-error::-ms-input-placeholder {
	color: #BF1A20;
}

.checkbox {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.checkbox:not(:last-child) {
	margin-right: 20px;
}

.checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.checkbox input:checked + span:after {
	opacity: 1;
}

.checkbox__text {
	display: block;
	padding: 5px 0;
}

.checkbox__text:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #C3C3C3;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}

.checkbox__text:after {
	opacity: 0;
	content: "";
	display: block;
	width: 15px;
	height: 5px;
	border-left: 3px solid #0fa044;
	border-bottom: 3px solid #0fa044;
	-webkit-transform: rotate(-45deg) translateY(6px);
	-ms-transform: rotate(-45deg) translateY(6px);
	transform: rotate(-45deg) translateY(6px);
	position: absolute;
	top: 0;
	left: 0;
}

.agree {
	text-align: center;
	padding: 25px 0 18px;
}

.agree a {
	color: #0fa044;
	text-decoration: underline;
}

.agree a:hover {
	text-decoration: none;
}

.form-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 89.3%;
	margin-left: auto;
	margin-right: auto;
}

.form-button {
	background: url(../../common/img/icon_arrow_green.svg) no-repeat right 20px center, #FFFFFF;
	border: 1px solid #0fa044;
	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;
	width: 100%;
	height: 50px;
	color: #0fa044;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.form-button:disabled {
	background: #DDDDDD;
	border-color: #DDDDDD;
	color: #333333;
	pointer-events: none;
}

.form-button--return {
	margin-right: 10px;
	background: url(../../common/img/icon_arrow_return_green.svg) no-repeat 20px center, #FFFFFF;
}

.form-button--return {
	width: calc(50% - 60px);
}

.form-button--send {
	width: calc(50% + 60px);
}

.form-preview-head {
	text-align: center;
	margin-bottom: 40px;
}

.form-preview-head__overview {
	background: #0fa044;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: 500;
	display: inline-block;
	padding: 7px 15px;
	margin-bottom: 16px;
}

.form-preview-head__about {
	color: #0fa044;
	font-size: 2.0rem;
	font-weight: 500;
}

.thanks {
	text-align: center;
}

.thanks__heading {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 23px;
}

.thanks__text {
	font-size: 1.5rem;
	line-height: 1.86667;
	margin-bottom: 34px;
}

@media screen and (min-width: 681px) {

.form-overview { /* md */
	margin-bottom: 60px;
	border-bottom: 1px solid #DDDDDD;
}

.form-overview__item { /* md */
	width: 400px;
}

.form-overview__text { /* md */
	font-size: 1.6rem;
	height: 70px;
}

.form-about { /* md */
	margin-bottom: 100px;
	border-bottom: none;
	border-radius: 30px;
	overflow: hidden;
}

.form-about__item { /* md */
	cursor: pointer;
	width: 25%;
	border-bottom: none;
	padding-bottom: 0;
	border-right: 1px solid #FFFFFF;
}

.form-about__text { /* md */
	font-size: 1.4rem;
}

.form-flow { /* md */
	margin-bottom: 80px;
}

.form-flow:before { /* md */
}

.form-flow__item { /* md */
	width: 166px;
	height: 40px;
	border-radius: 45px;
}

.form-flow__item:not(:last-child) { /* md */
	margin-right: 30px;
}

.form-info { /* md */
	padding-left: 0;
	margin-bottom: 20px;
}

.form-info--center { /* md */
	margin-bottom: 60px;
}

.input--lg { /* md */
	height: 240px;
}

.agree { /* md */
	padding: 55px 0 55px;
}

.form-button { /* md */
	width: 450px;
	height: 60px;
	font-size: 1.6rem;
	cursor: pointer;
	background-position: right 30px center;
}

.form-button:hover {
	color: #FFFFFF;
	background: url(../../common/img/icon_arrow_white.svg) no-repeat right 30px center, #0e8736;
}

.form-button--half { /* md */
	width: 330px;
}

.form-button--return { /* md */
	background-position: left 30px center;
	margin-right: 50px;
}

.form-button--return:hover {
	background: url(../../common/img/icon_arrow_return_white.svg) no-repeat left 30px center, #0e8736;
}

.form-preview-head { /* md */
	margin-bottom: 60px;
}

.form-preview-head__overview { /* md */
	font-size: 1.8rem;
	padding: 11px 30px;
	margin-bottom: 18px;
}

.form-preview-head__about { /* md */
	font-size: 2.6rem;
}

.thanks__heading { /* md */
	font-size: 2.2rem;
	margin-bottom: 35px;
}

.thanks__text { /* md */
	line-height: 2;
	margin-bottom: 70px;
}

}

@media screen and (min-width: 1100px) {

.form { /* lg */
	margin-bottom: 0;
}

.form { /* lg */
	border-top: 1px solid #DDDDDD;
	background: #FAFAFA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form--preview { /* lg */
	background: #FFFFFF;
}

.form--border { /* lg */
	border-bottom: none;
	padding-bottom: 0;
}

.form__label { /* lg */
	width: 310px;
	padding: 20px 32px;
	margin-bottom: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #F1F1F1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form__label--top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 38px;
}

.form--preview .form__label { /* lg */
	width: 180px;
	padding: 24px 30px 25px;
	border-right: 1px solid #DDDDDD;
}

.form__content { /* lg */
	padding: 25px 32px;
	width: calc(100% - 310px);
}

.form--preview .form__content { /* lg */
	width: calc(100% - 180px);
	padding: 24px 30px;
}

.form-wrap { /* lg */
	background: none;
	padding: 0;
	border-bottom: 1px solid #DDDDDD;
}

.form-wrap--preview { /* lg */
	margin-bottom: 80px;
}

}




.dl__wrap{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: calc(100% - 60px); height: calc(100% - 60px); position: fixed; top: 50%; left: 50%; border: 8px solid #eee; transform: translate(-50%,-50%);}
.dl__ttl{ font-weight: 700; font-size: 30px; line-height: 1; color: #0fa044; text-align: center;}
.dl__txt{ margin: 30px 0 0; font-weight: 700; font-size: 22px; line-height: 1; text-align: center;}
.dl__btn{ margin: 50px 0 0; display: flex; justify-content: center;  align-items: center; background: #333; width: 200px; height: 50px; position: relative; border-radius: 3px; font-weight: 700; font-size: 15px; line-height: 1; color: #fff;}
.dl__btn:hover{ background: #000;}
.dl__btn::before{ content: ""; background: url("../download/img/ico_dl.svg") no-repeat 0 0/contain; width: 15px; height: 15px; position: absolute; top: 50%; left: 18px; transform: translateY(-50%);}

@media screen and (min-width: 681px) {
  .dl__wrap{ width: 580px; height: 300px;}
}


/*	reCAPTCHA added 20241226	*/
.g-recaptcha { margin-bottom: 25px;}
.g-recaptcha > div { margin-left: auto; margin-right: auto; }
@media screen and (min-width: 681px) {
	.g-recaptcha { margin-bottom: 60px;}
}
