@charset "utf-8";
#mw_wp_form_mw-wp-form-1616 {
	margin-top: -140px;
	padding-top: 140px;
}
/*---------------------------------------------------------
	index_contact
---------------------------------------------------------*/
#index_contact .top_ttl h2 {
	color: #fff;
}

#index_contact .top_ttl h2::before {
	color: #FFF101;
}

#index_contact {
	/* 	padding: 0 0 100px 0; */
	/* 	background: #F5F5F5; */
}


.contact_area {
	max-width: 1080px;
	padding: 0 20px;
	margin: 0 auto;
}

#index_contact .lead p {
	text-align: center;
	color: #fff;
	font-weight: 600;
}

#index_contact .lead p:first-child {
	margin-bottom: 20px;
}


.form_area {
	padding: 20px;
	margin-top: 30px;
	color: #fff;
}


.form_table table {
	width: 100%;
}

.form_table table tr {}

.form_table table th {
	width: 25%;
	border: none;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.875;
	letter-spacing: 0.06em;
	text-align: left;
	padding: 20px 0;
}

.form_table table td {
	position: relative;
	width: 75%;
	padding: 10px 0;
}

.form_table table th,
.form_table table td {
	vertical-align: top;
	padding: 15px 0;
	box-sizing: border-box;
}

.form_table table td span {
	color: #fff;
	font-weight: 600;
}

.form_table table input {
	width: 100%;
	font-weight: 500;
	border: 1px solid #fff;
	padding: 12px 15px;
	border-radius: 3px;
}


.form_table table textarea {
	resize: vertical;
	overflow: auto;
	line-height: 1.7em;
	color: #222;
	position: relative;
	letter-spacing: 0.06em;
	font-weight: 500;
	overflow-wrap: break-word;
	border: 1px solid #fff;
	padding: 12px 15px;
	border-radius: 3px;
	width: 100%;
	vertical-align: bottom;
}

.req {
	color: #fff;
}

.select_list {
	width: 100%;
	display: block;
	font-size: 1.5rem;
	letter-spacing: 1.5px;
	line-height: 2.2rem;
	border: 1px solid #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	padding: 14px 40px 14px 15px;
	background: #fff;
	border-radius: 3px;
	height: 48px;
}

.select_area {
	width: 100%;
	position: relative;
	display: inline-block;
}

.select_area::after {
	content: "";
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	pointer-events: none;
}


.form_table td {
	position: relative;
}

.select_area {
	position: relative;
}
/*
.form_table td>.error, .select_area .error, .agree_area .error, .select_area .error {
	color: #b00;
	font-size: 100%!important;
	line-height: 1.4;
	white-space: nowrap;
	margin: 5px 0 0 5px;
	z-index: 1;
}*/

.error {
	color: #b00;
	font-size: 100%!important;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
	margin: 5px 0 0 5px;
	z-index: 1;
}

/* ============ 生年月日============ */

.dob {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.form_table .dob input {
	width: 28.4%;
}

.dob .unit {
	margin-left: 5px;
	margin-right: 15px;
}

.dob>.mwform_error,
.dob>.error {
	position: static !important;
	display: inline-block;
	margin: 4px 8px 0 0;
	color: #b00;
	/*font-size: 0.9em;*/
	line-height: 1.4;
}

.dob-error {
	display: flex;
	white-space: nowrap;
	line-height: 1.4;
	z-index: 1;
}

.dob-error .error {
	color: #b00;
	font-size: 100%!important;
	line-height: 1.4;
	white-space: nowrap;
	margin: 5px 0 0 5px;
	z-index: 1;
}

.agree_area {
	margin: 30px 0 40px 0;
}

.agree_area .error {
	text-align: center;
	font-weight: 500;
}

.doi {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	cursor: pointer;
}

.doi label {
	display: flex;
	align-items: center;
	color: #fff;
	cursor: pointer;
}

.doi input {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 3px;
	margin-right: 15px;
	cursor: pointer;
}

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

.form_btn {
	position: relative;
	max-width: 440px;
	width: 100%;
	height: 58px;
	margin: auto;
	margin-top: 50px;
}

.form_btn input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 6px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #4A9C62;
	letter-spacing: 0.06em;
	background-color: #fff;
	border-radius: 50px;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease;
	max-height: 100%;
	position: relative;
}

.form_btn input:hover {
	background: #FE9F28;
	color: #fff;
}

button.back_btn {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 200px !important;
	width: 100%;
	margin: auto;
	padding: 13px;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #FFF;
	background-color: #AAAAAA;
	border-radius: 50px;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease;
	max-height: 100%;
	position: relative;
	border: 0px solid #000;
}

button.back_btn:hover {
	background: #898989;
}

.back {
	margin-top: 30px;
}

.back a {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 200px !important;
	height: 100%;
	padding: 13px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #FFF;
	background-color: #2DB573;
	border-radius: 50px;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease;
	max-height: 100%;
	position: relative;
	margin: auto;
}

.back a:hover {
	background: #299862;
}

/*--- privacy policy埋め込み---*/

.pp-embed {
	margin: 20px 0;
	text-align: left;
	color: #222;
}

p.pp-embed_title {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px !important;
}

/* スクロールボックス */
.pp-embed__box {
	background: #fff;
	border: 1px solid #fff;
	padding: 18px 20px;
	max-height: 360px;
	overflow: auto;
	line-height: 1.7;
	text-align: left;
	border-radius: 3px;
	-webkit-overflow-scrolling: touch;
}

.pp-embed__box p {
	margin: .6em 0;
}

.pp-embed__box h3 {
	margin: 1.2em 0 .4em;
	font-size: 1em;
	font-weight: 700;
}

.pp-embed__box ul {
	margin: .6em 0 .6em 1.2em;
	list-style: disc;
}

/*------------ フォーム用テキスト表示制御 ------------*/
.preview_txt {
	display: none;
}

.preview_txt p {
	text-align: center;
}

.mw_wp_form_confirm th,
.mw_wp_form_confirm td {
	color: #fff;
	font-weight: 700;
}


.mw_wp_form_confirm .input_txt {
	display: none !important;
}

.mw_wp_form_confirm .pp-embed, .mw_wp_form_confirm .agree_area {
	display: none;
}

.mw_wp_form_confirm .preview_txt {
	display: block !important;
	text-align: center;
	margin: 30px 0;
}

.mw_wp_form_confirm .select_area::after {
	display: none !important;
}

.mw_wp_form_complete .input_txt,
.mw_wp_form_complete .preview_txt {
	display: none !important;
}

.mw_wp_form_confirm .form_btn {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}

.mw_wp_form_complete .form_area p {
	text-align: center!important;
}

@media screen and (max-width:1700px) {}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1300px) {}




@media screen and (max-width:767px) {

	#index_contact {
		padding: 0 0 50px 0;
	}
	
	#index_contact .lead p {
		text-align: left;
	}

	.form_area {
		padding: 15px 0 30px 0;
	}

	.form_table table th {
		display: block;
		width: 100%;
		font-size: 1.4rem;
		padding: 0;
	}

	.form_table table td {
		display: block;
		width: 100%;
		padding: 0 0 10px;
		font-size: 1.4rem;
	}

	.form_table table input {
		padding: 10px 12px;
	}

	.form_table table .dob input {
		width: 22%;
	}

	.form_table table textarea {
		height: 200px;
	}

	.dob {
		margin-bottom: 0px;
	}

	.form_table td>.error {
		top: calc(100% + -14px);
	}

	.select_area .error {

		top: calc(100% + 3px);
	}

	.pp-embed__box {
		height: 200px;
	}

	.doi {
		font-size: 1.4rem;
	}

	.doi input {
		width: 15px;
		height: 15px;
	}

	.form_btn {
		height: 50px;
	}

	.mw_wp_form_confirm .form_btn {
		gap: 5px;
		margin-top: 20px;
	}

	.form_btn a {
		font-size: 1.4rem;
	}

	.mw_wp_form_complete .form_area {
		margin-top: 0px;
	}

	.mw_wp_form_complete .form_area p {
		text-align: start;
	}

	/*--- privacy policy埋め込み---*/
	p.pp-embed_title {
		font-size: 2rem;
	}
	
	.form_btn input {
    	font-size: 1.6rem;
	}
}