@charset "UTF-8";
* {
	box-sizing: border-box;
}

body {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
	background: #fff;
	color: #333333;
	padding: 0;
	margin: 0;
}

a {
	color: dodgerblue;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: dodgerblue;
	text-decoration: underline;
}
a:visited {
	color: dodgerblue;
	text-decoration: underline;
}

fieldset {
	border: none;
}

input[type="checkbox"],
input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-right: 3px;
	vertical-align: middle;
	cursor: pointer;
}

select {
	cursor: pointer;
}

img {
	display: block;
	vertical-align: bottom;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

p {
	font-size: 0.7rem;
	line-height: 1.4;
	margin: 0;
	padding: 10px 0 15px;
}
@media screen and (min-width: 641px) {
	p {
		font-size: 0.8rem;
	}
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

h4 {
	margin: 0 0 15px 0;
}

@media screen and (min-width: 641px) {
	.break-pc {
		display: none;
	}
}

@media screen and (max-width: 639px) {
	.break-sp {
		display: none;
	}
}

.bg {
	background: url("../images/bg.jpg") no-repeat;
	background-size: cover;
	min-height: 500px;
	padding: 20px 0;
}
@media screen and (max-width: 639px) {
	.bg {
		background: url("../images/bg_sp.jpg") no-repeat;
		background-size: cover;
		padding: 0;
	}
}

.bg2 {
	background: #fff;
	/* background: url('../images/bg2.jpg') no-repeat; */
	background-size: cover;
	min-height: 500px;
	padding: 20px 0 0;
}
@media screen and (max-width: 639px) {
	.bg2 {
		/* background: url('../images/bg_sp2.jpg') no-repeat; */
		background-size: cover;
		padding: 0;
	}
}

.terms-link {
	text-align: right;
}

.catch-copy {
	text-align: center;
	background: white;
	border-top: 1px solid gainsboro;
	color: #202bb8;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}

.catch-copy_main {
	text-align: center;
	background: url("../images/bgmain.jpg");
	border-top: 1px solid gainsboro;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}

.catch-copy_main-image {
	margin: 0 auto;
}
@media screen and (max-width: 639px) {
	.catch-copy_main-image {
		width: 100%;
		height: auto;
	}
}

.button {
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #556380;
	border-radius: 5px;
	transition: none;
	text-align: center;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: bold;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: white;
	overflow: hidden;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	background-color: #fec439;
	background-image: linear-gradient(to bottom, #556380, #414b64);
	padding: 0;
	cursor: pointer;
}
.button:visited {
	color: white;
}
.button:hover {
	color: white;
	background-color: #fecc52;
	background-image: linear-gradient(to bottom, #68728d, #545d73);
	text-decoration: none;
}

.button_back {
	text-align: center;
	/* color: #145ea3; */
	color: #58b530;
	font-size: 0.8rem;
	cursor: pointer;
	font-weight: bold;
	margin-top: 50px;
}
@media screen and (max-width: 639px) {
	.button_back {
		padding-top: 5px;
		margin-top: 25px;
	}
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.step__button-area {
	width: 100%;
	position: relative;
	height: 115px;
	margin: 0 auto 50px;
	/* padding: 90px 15px 0px; */
	padding: 0 15px;
}
@media screen and (max-width: 639px) {
	.step__button-area {
		height: 95px;
	}
}

.button_solid,
.step__button-area > div {
	position: relative;
}

.button_solid,
.step__button-area > div > input[type="submit"] {
	/* width: calc(100% - 30px); */
	width: auto;
	min-width: 300px;
	z-index: 99;
	top: 15px;
	position: absolute;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border: none;
	border-radius: 50px;
	color: #ff6800;
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 4px 20px #ff6800;
	border: 1px solid #ff6800;
	margin: 0px auto 15px;
	padding: 0 20px;
	cursor: pointer;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic,
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	border-color: #ff6800;
}

.step__button-area > button {
	position: relative;
	/* margin-top: 50px; */
}

.button_solid,
.step__button-area > div::after {
	position: absolute;
	content: "＞";
	color: #ff6800;
	width: 48%;
}
.step__button-area > button::after {
	position: absolute;
	content: "＞";
	color: #ff6800;
	width: 15%;
}

.button_back::before {
	content: "＜ ";
	color: #000;
}
.button_back::after {
	content: none !important;
}

.button_solid:hover,
.step__button-area > div > input[type="submit"]:hover {
	background: #fff;
}

.button_solid:hover,
.button_tap {
	/* width: calc(100% - 30px); */
	height: 60px;
	line-height: 60px;
	background: #ff6800;
	border-radius: 50px;
	font-size: 22px;
	color: white;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 5px, 0);
	box-shadow: 0 4px 20px #ff6800;
	margin: 0px auto 15px;
	cursor: pointer;
	max-width: 522px;
}

.button_solid:hover::after {
	color: #fff;
}

@media screen and (max-width: 639px) {
	.button_solid:hover,
	.button_tap {
		margin: 0 auto 10px;
	}
}

a:link.button_client1,
a:visited.button_client1 {
	display: block;
	background: #3399ff;
	border: 1px solid #08b1ff;
	font-size: 15px;
	color: white;
	margin-top: 5px;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
}

a:hover.button_client1 {
	color: white;
	background: #3399ff;
	border: 1px solid #08b1ff;
}

a:link.button_client2,
a:visited.button_client2 {
	display: block;
	width: 80%;
	margin: 0 auto;
	background: #336dff;
	border: 1px solid #08b1ff;
	font-size: 18px;
	color: white;
	margin-top: 10px;
	padding: 13px;
	border-radius: 4px;
	text-align: center;
}

a:hover.button_client2 {
	color: white;
	background: #36dfff;
	border: 1px solid #08b1ff;
}

.change-with-device__sp {
	display: block;
}
@media screen and (min-width: 641px) {
	.change-with-device__sp {
		display: none;
	}
}

.change-with-device__pc {
	display: none;
}
@media screen and (min-width: 641px) {
	.change-with-device__pc {
		display: block;
	}
}

.obi {
	background: #545454;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}

.content {
	width: 1024px;
	margin: 0 auto;
}
@media screen and (max-width: 639px) {
	.content {
		width: 100%;
	}
}

.error,
.error_message {
	display: inline-block;
	width: 100%;
	color: red;
	font-size: 0.9rem;
	margin: 2px 0;
}

.footer {
	width: 100%;
	text-align: center;
	background: #484848;
	color: white;
	font-size: 0.9rem;
	padding: 20px 0;
}
@media screen and (max-width: 639px) {
	.footer {
		font-size: 0.6rem;
	}
}

.form {
	background: rgba(255, 255, 255, 0.7);
	width: 650px;
	height: 540px;
	margin: 30px auto;
}
@media screen and (max-width: 639px) {
	.form {
		background: rgba(255, 255, 255, 0.6);
		width: 100%;
		margin: 0;
	}
}

.form2 {
	background: #f1f1f1;
	width: 650px;
	min-height: 540px;
	margin: 30px auto;
	border-radius: 5px;
}
@media screen and (max-width: 639px) {
	.form2 {
		background: rgba(255, 255, 255, 0.6);
		width: 100%;
		margin: 0;
	}
}

.formtable {
	min-height: 290px;
}
@media screen and (max-width: 639px) {
	.formtable {
		/* min-height: 325px; */
		min-height: 225px;
	}
}

.form__checkbox {
	width: 30%;
	float: left;
	margin: 0 7px 7px 0;
	line-height: 55px;
	font-size: 0.7rem;
	font-weight: normal;
	color: #707070;
	position: relative;
	display: inline-block;
	text-align: center;
	border: 1px solid gainsboro;
	border-radius: 3px;
	background: white;
	cursor: pointer;
}
@media screen and (min-width: 641px) {
	.form__checkbox {
		width: 100px;
		font-size: 0.8rem;
		margin: 0 7px 0 0;
	}
	.form__checkbox:hover {
		background-color: #ff7c7c;
		border: 1px solid #ff7c7c;
		color: white;
	}
	.form__checkbox:active {
		background: white;
		border: 1px solid gainsboro;
		color: #707070;
	}
}

.form__required {
	display: inline-block;
	font-size: 0.6rem;
	color: #202bb8;
	font-weight: normal;
	background: white;
	border: 1px solid #202bb8;
	padding: 2px 10px;
	margin: 0 5px 3px;
	border-radius: 2px;
}

.form__body {
	padding: 0 15px 8px;
	font-size: 0.7rem;
	margin: 0;
}

.form__body > div {
	zoom: 1;
	content: " ";
	display: block;
	clear: both;
}
.form__body > div:before,
.form__body > div:after {
	content: "";
	display: table;
}
.form__body > div:after {
	clear: both;
}

.form__body > span {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 0.8rem;
	margin-top: 5px;
}

.form__heading {
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka,
		"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	/* color: #0099ff; */
	color: #000;
	padding: 30px 0px 15px;
	display: flex;
	align-items: center;
	text-align: left;
}
@media screen and (max-width: 639px) {
	.form__heading {
		padding: 20px 0px 10px;
	}
}

.form__body > input[type="text"],
.form__body > input[type="tel"],
.form__input,
.form__body > textarea,
input[type="email"].is_email {
	/* border: 1px solid #c2c2c2; */
	border: 1px solid #fff;
	padding: 15px 10px;
	width: 100%;
	font-size: 16px;
	/* border-radius: 4px; */
	border-radius: 6px;
	box-shadow: none;
}
.form__body > input[type="text"]:placeholder-shown,
.form__body > input[type="text"]::-webkit-input-placeholder,
.form__body > input[type="tel"]:placeholder-shown,
.form__body > input[type="tel"]::-webkit-input-placeholder,
.form__input:placeholder-shown,
.form__input::-webkit-input-placeholder,
.form__body > textarea:placeholder-shown,
.form__body > textarea::-webkit-input-placeholder,
input[type="email"]:placeholder-shown,
input[type="email"]::-webkit-input-placeholder {
	color: #d4d4d4;
}

.form__body > textarea {
	height: 100px;
}

.form__input-checkbox[type="checkbox"]:checked + label {
	background-color: #ff7c7c;
	border: 1px solid #ff7c7c;
	color: white;
}

.form__selectbox,
select {
	width: 100%;
	height: 50px;
	background: #fff;
	/* border: 1px solid #c2c2c2; */
	border-color: #fff;
	font-size: 16px;
	padding: 10px;
	border-radius: 6px;
}

.form__textbox,
.form__items > input {
	width: 100%;
	height: 50px;
	padding: 10px;
	border: 1px solid gainsboro;
	font-size: 16px;
	border-radius: 3px;
}

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

.form__body > .mwform-checkbox-field {
	float: left;
	display: inline-block;
	width: 15%;
	margin-right: 10px;
}
@media screen and (max-width: 639px) {
	.form__body > .mwform-checkbox-field {
		width: 33%;
		margin: 10px 0 5px;
	}
}

.form__body > div > span > label {
	float: left;
	display: block;
	background: white;
	border: 1px dashed #202bb8;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 0.9rem;
	border-radius: 90px;
	cursor: pointer;
	margin: 10px 10px 0;
}

.form__body > div > span > label.form__radio_checked {
	background: #202bb8;
	color: white;
}

.header {
	background: white;
}

.header__inner {
	width: 1024px;
	margin: 0 auto;
	padding: 10px;
	zoom: 1;
	content: " ";
	display: block;
	clear: both;
}
.header__inner:before,
.header__inner:after {
	content: "";
	display: table;
}
.header__inner:after {
	clear: both;
}
@media screen and (max-width: 639px) {
	.header__inner {
		width: 100%;
	}
}

.header__logo {
	width: 178px;
	max-width: 40%;
	margin-right: 10px;
	height: 36px;
}

.header__image {
	width: 100%;
	height: auto;
	padding-top: 10px;
}
@media screen and (max-width: 639px) {
	.header__image {
		padding-top: 12px;
	}
}

.header__text {
	padding: 5px;
	text-align: right;
	color: #000;
	height: 45px;
	line-height: 45px;
}
@media screen and (max-width: 639px) {
	.header__text {
		text-align: right;
		font-size: 0.54rem;
		height: auto;
		line-height: 1.3;
	}
}

.horizontal-container {
	width: 100%;
	padding: 0;
	zoom: 1;
	content: " ";
	display: block;
	clear: both;
}
.horizontal-container:before,
.horizontal-container:after {
	content: "";
	display: table;
}
.horizontal-container:after {
	clear: both;
}

.horizontal-container__item {
	float: left;
}

.horizontal-container__item-right {
	float: right;
}

.horizontal-container__item1 {
	display: block;
	border-top: 1px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 2px;
}

@media screen and (max-width: 639px) {
	.horizontal-container__item_sp,
	.horizontal-container__item-right_sp {
		width: 100%;
		float: none;
	}
}

.list {
	list-style: none;
}

.list_decimal {
	list-style-type: decimal;
}

.list_upper-alpha {
	list-style-type: upper-alpha;
}

.note {
	display: inline-block;
	color: #999999;
	font-size: 0.7rem;
	font-weight: normal;
	margin-top: 2px;
}
@media screen and (max-width: 639px) {
	.note {
		font-size: 0.7rem;
	}
}

.note_no-space {
	margin-top: 0;
	padding: 0;
}
@media screen and (max-width: 639px) {
	.note_no-space {
		text-align: left;
	}
}

.step {
	width: 100%;
}

.step-flow {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 0 15px;
	margin-top: 20px;
}

.step-flow_landing {
	width: 100%;
}

.step-flow__item {
	position: relative;
	height: 36px;
	line-height: 38px;
	font-size: 0.9em;
	text-align: center;
	color: #ddd;
	background: #fff;
	border-radius: 12px;
	padding: 0 10px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: Barlow, sans-serif;
}

@media screen and (min-width: 641px) {
	.step-flow__item_landing::after {
		margin-left: 130px;
	}
}

.step-flow_landing-next-step {
	margin-top: 75px;
	margin-top: 80px;
}
@media screen and (min-width: 641px) {
	.step-flow_landing-next-step::after {
		margin-left: 130px;
	}
}

.step-flow__item_dark::after {
	border-left: 10px solid #e8e8e8;
}

.step-flow__item_now {
	background: #202bb8;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
}

.step-flow__step1 {
	z-index: 5;
}

.step-flow__step2 {
	z-index: 4;
}

.step-flow__step3 {
	z-index: 3;
}

.step-flow__step4 {
	z-index: 2;
}
.step-flow__step4::after {
	border: none;
}

.step-flow__text {
	position: relative;
	z-index: 10;
	font-size: 0.9em;
}

.step-flow__item_now .step-flow__text {
	font-size: 0.9em;
}

.step {
	width: 100%;
	margin: 0 auto;
}

.step__inner {
	width: 600px;
	height: 300px;
	margin: 0 auto;
}
@media screen and (max-width: 639px) {
	.step__inner {
		width: 100%;
		height: 290px;
		padding: 0 10px;
	}
}

.step__text {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #202bb8;
}
@media screen and (max-width: 639px) {
	.step__text {
		font-size: 12px;
		margin-top: 0;
	}
}

.step__temes-link {
	text-align: center;
	font-size: 0.6rem;
	padding: 5px;
}

.bar_title {
	padding: 18px;
}

.gosyoukai {
	color: #007fc3;
	font-size: 20px;
}

.lp04_companyimg {
	display: inline-block;
	width: 800px;
}
@media screen and (max-width: 1218px) {
	.lp04_companyimg {
		width: 100%;
		height: auto;
	}
}

/* .step__button-area { */
/* display: flex; */
/* justify-content: center; */
/* } */

.button_sono2 {
	/* font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka,
    'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic,
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	/* font-size: 20px; */
}

.button_sono2:hover {
	/* font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka,
    'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic,
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	/* font-size: 20px; */
}

.button_send.sended::after {
	content: none;
}

#step_div1,
#step_div2,
#step_div3,
#step_div4,
#step_div5 {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
}

@media only screen and (max-width: 750px) {
	#step_div1,
	#step_div2,
	#step_div3,
	#step_div4,
	#step_div5 {
		width: 96%;
		padding-bottom: 80px;
	}
}

.truck-content {
	background: #fff;
	margin-top: 10px;
	padding: 20px 20px;
}

.truck-content .text-content {
	margin-bottom: 40px;
}

.truck-content .text-content h1 {
	font-weight: bold;
	font-size: 24px;
	color: #000;
	line-height: 1.3;
	margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
	.truck-content .text-content h1 {
		font-size: 20px;
	}
}

.truck-content .text-content h1 span {
	color: #dd5c40;
}

.truck-content .text-content p {
	color: #000;
	font-size: 16px;
	border: 1px solid #000;
	padding: 10px;
	text-align: justify;
	margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
	.truck-content .text-content p {
		font-size: 14px;
	}
}

.truck-content .text-content p span {
	color: #fff;
	display: block;
	padding: 5px 0;
	background: #004aad;
	text-align: center;
	margin-bottom: 10px;
}

.truck-content .scroll-btn {
	color: #fff;
	background: #02bf62;
	border-radius: 40px;
	padding: 15px 60px;
	font-weight: bold;
	font-size: 22px;
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
}

.truck-content .scroll-btn::before {
	content: "";
	position: absolute;
	top: 50%; /* 縦軸をセンタリングする */
	left: 90%;
	transform: translateY(-50%); /* 縦軸をセンタリングする */
	border: 8px solid transparent;
	border-left: 12px solid #fff; /* 好みで色を変えてください */
}

@media screen and (max-width: 639px) {
	.truck-content .scroll-btn {
		padding: 12px 60px;
		font-size: 20px;
	}
}

.step-form.wpforms-container {
	background: #fff;
	width: 100%;
	margin: 0 auto;
}

.lp-form.step-form.wpforms-container {
	width: 100%;
}

.step-form.wpforms-container form {
	max-width: 720px;
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 80px;
}

@media only screen and (max-width: 750px) {
	.step-form.wpforms-container form {
		max-width: 720px;
		height: auto;
		width: 96%;
		padding: 20px 10px 80px;
		position: relative;
	}
}

.step-form.wpforms-container img {
	max-width: 100%;
}

.step-form.wpforms-container .wpforms-field {
	padding: 0;
}

.step-form.wpforms-container .wpforms-field-checkbox ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.step-form.wpforms-container .wpforms-field-checkbox ul li {
	width: 100%;
	margin-bottom: 20px;
	justify-content: center;
}
.step-form.wpforms-container .wpforms-field-checkbox ul li label {
	font-size: 14px !important;
}

.step-form.wpforms-container .wpforms-field select,
.step-form.wpforms-container .wpforms-field input[type="text"],
.step-form.wpforms-container .wpforms-field input[type="email"],
.step-form.wpforms-container .wpforms-field input[type="tel"] {
	width: 100%;
	display: block;
	border: 0;
	margin-bottom: 20px;
	padding: 0.5em 2%;
	vertical-align: middle;
	font-size: 18px;
	border: none;
	border-radius: 8px;
	max-width: 100%;
	border: 1px solid #484848;
	background-color: #f2f2f2;
}

.step-form.wpforms-container .wpforms-field input[type="text"],
.step-form.wpforms-container .wpforms-field input[type="email"],
.step-form.wpforms-container .wpforms-field input[type="tel"] {
	width: 100%;
}

@media only screen and (max-width: 750px) {
	.step-form.wpforms-container .b_year {
		overflow: visible !important;
	}
}

.step-form.wpforms-container .wpforms-field.wpforms-field-checkbox.kiyaku_check ul li {
	margin-bottom: 0px;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
	display: none;
}
.wpforms-container
	.wpforms-page-indicator.connector
	.wpforms-page-indicator-page.active
	.wpforms-page-indicator-page-title {
	display: block;
	font-size: 14px;
	color: #fb7a29;
	font-weight: bold;
}

div.wpforms-container
	.wpforms-form
	.wpforms-page-indicator.connector
	.wpforms-page-indicator-page
	.wpforms-page-indicator-page-number {
	background: #b0bec5;
	display: block;
	margin: 0;
}

div.wpforms-container
	.wpforms-form
	.wpforms-page-indicator.connector
	.wpforms-page-indicator-page
	.wpforms-page-indicator-page-number.completed {
	background: #4dd0e1;
	display: block;
}

div.wpforms-container
	.wpforms-form
	.wpforms-page-indicator.connector
	.wpforms-page-indicator-page.active
	.wpforms-page-indicator-page-number {
	background: #fb7a29;
	display: block;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-triangle {
	display: none;
}

div.wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page {
	width: 100% !important;
	padding: 5px 3px;
	display: flex;
	flex-direction: column-reverse;
	gap: 5px;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
	padding: 0;
}

.step-form.wpforms-container .step-flow {
	margin-bottom: 30px;
}

.step-form.wpforms-container .wpforms-pagebreak-center {
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
	gap: 40px;
}
.step-form.wpforms-container .wpforms-page-next {
	position: relative;
	color: #fff;
	width: 48%;
	min-width: 300px;
	z-index: 99;
	top: 15px;
	height: 60px;
	line-height: 1;
	background: #00bf63;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00bf63;
	margin: 0px auto 15px;
	padding: 0 20px;
	cursor: pointer;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic,
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.step-form.wpforms-container .wpforms-submit {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	color: #fff;
	width: 48%;
	min-width: 300px;
	z-index: 99;
	top: 15px;
	height: 60px;
	background: #00bf63;
	border-radius: 6px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00bf63;
	margin: 0px auto 15px;
	padding: 0 20px;
	cursor: pointer;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic,
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.step-form.wpforms-container .wpforms-submit span {
	font-size: 12px;
}

.step-form.wpforms-container .wpforms-page-prev {
	width: 43px;
	margin: 0 auto;
	display: block;
	border: none;
	background: #fff;
	color: #484848;
}

.step-form.wpforms-container .wpforms-field.employment_status {
	padding: 0;
}

.step-form.wpforms-container .wpforms-field.employment_status ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	width: 100%;
	max-width: 100%;
	gap: 10px;
}

.step-form.wpforms-container .wpforms-field.employment_status li {
	width: 48%;
	max-width: 250px;
	display: block;
}
.step-form.wpforms-container .q-title {
	text-align: left;
}
.step-form.wpforms-container span.error {
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: red;
	font-weight: bold;
}

.step-form.wpforms-container .wpforms-field.employment_status li input {
	display: none;
}
.step-form.wpforms-container .wpforms-field.employment_status li label {
	padding: 15px 0;
	margin-bottom: 1em;
	background: #fff;
	color: #333;
	border: 2px solid #ddd;
	display: flex;
	font-size: 1.1em;
	height: 50px;
	justify-content: center;
	align-items: center;
	width: 100%;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
}

.step-form.wpforms-container .radio-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.step-form.wpforms-container .radio-wrap li input {
	display: none;
}

.step-form.wpforms-container .radio-wrap ul li {
	width: 320px;
	max-width: 80%;
	margin: 0 !important;
	font-weight: 700;
	display: block;
}

.step-form.wpforms-container .radio-wrap ul li label {
	padding: 15px 15px;
	border: 2px solid #58b530;
	font-weight: 700;
	display: block;
	width: 100%;
	cursor: pointer;
	margin: 0 auto !important;
	text-align: center;
	background: #fff;
	color: #333;
	border-radius: 5px;
}

@media only screen and (max-width: 750px) {
	.step-form.wpforms-container .radio-wrap ul li {
		width: 320px;
		max-width: 40%;
		margin: 0 !important;
		font-weight: 700;
		display: block;
	}

	.step-form.wpforms-container .radio-wrap ul li label {
		padding: 10px;
		margin: 0 !important;
		font-size: 15px;
	}
}

.step-form.wpforms-container .radio-wrap li input[type="radio"]:checked + label {
	background: #006400;
	border: 2px solid #006400;
	color: #fff;
}

.step-form.wpforms-container
	.wpforms-field.employment_status
	li
	input[type="radio"]:checked
	+ label {
	background: #006400;
	border: 2px solid #006400;
	color: #fff;
}

.wpforms-field-pagebreak[data-field-id="20"] {
	position: absolute !important;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}

.step-form.wpforms-container .preferred-date {
	display: flex;
	width: 100%;
	overflow: auto;
}

.step-form.wpforms-container .preferred-date ul {
	display: flex;
	gap: 15px;
	padding: 10px;
}

.step-form.wpforms-container .preferred-date ul li.invalid input[type="radio"] + label {
	pointer-events: none;
	background: #8d8d8d;
}

.step-form.wpforms-container .preferred-date input[type="radio"] {
	display: none;
}

.step-form.wpforms-container .preferred-date input[type="radio"] + label {
	display: flex;
	font-size: 15px;
	padding: 10px 15px;
	margin-bottom: 0 !important;
	height: auto !important;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	width: 80px;
	cursor: pointer;
	margin: 0 auto !important;
	text-align: center;
	background: #fff;
	color: #333;
	border: 2px solid #ddd;
	border-radius: 5px;
}

.step-form.wpforms-container .preferred-date input[type="radio"]:checked + label {
	background: #00008b !important;
	border: 2px solid #00008b !important;
	color: #fff;
}
@media only screen and (max-width: 750px) {
	.step-form.wpforms-container .preferred-date input[type="radio"] + label {
		display: flex;
		font-size: 1em;
		padding: 10px;
		width: 70px;
		justify-content: center;
		align-items: center;
	}
	.step-form.wpforms-container .preferred-date input[type="radio"] + label {
		display: block;
		cursor: pointer;
		text-align: center;
		background: #fff;
		color: #333;
		border: 2px solid #ddd;
		border-radius: 5px;
	}
}

.wpforms-error-container {
	display: none;
}

.wpforms-screen-reader-announce {
	display: none;
}

.wpforms-container .wpforms-page-indicator.circles {
	display: none !important;
}
