
/*
----------------------------------------
form
----------------------------------------
*/

.efo-form input[type=text],
.efo-form input[type=search],
.efo-form input[type=tel],
.efo-form input[type=number],
.efo-form input[type=url],
.efo-form input[type=email],
.efo-form input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 20px;;
	color: #333;
	width: 100%;
	border: solid 1px #ddd;
	padding: 18.5px 20px;
	border-radius: 7px;
}

.efo-form input.s,
.efo-form select.s {
	width: 240px;
	max-width: 100%;
}

.efo-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 20px;
	max-width: 100% !important;
	letter-spacing: 1.4px;
	border: solid 1px #ddd !important;
	border-radius: 7px;
	padding: 18.75px 21px 18.75px 20px !important;
	/*background: url( ../img/common/arrow-select.png ) right 5px center no-repeat !important;
	background-size: 18% !important;*/
	position: relative;
}

.selectwrap,
.selectwrap01 {
  position: relative;
}
.selectwrap::after,
.selectwrap01::after {
	position: absolute;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 30px;
    right: 30px;
    transform: translatey(-50%);
    z-index: 10;
    color: #e64570;
    font-size: 26px;
}

.selectwrap01::after {
	top: 40px !important;
	right: 6% !important;
}

.efo-form input[type=date] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: left !important;
	color: #333;
	width: 240px;
	max-width: 100%;
	border: solid 1px #ddd;
	padding: 14.5px 15px 14.5px 20px;
}

.efo-form input[type=date]::-webkit-calendar-picker-indicator {
	/*background: url( ../img/common/icon-cal.png ) center center / 20px no-repeat;*/
}

.efo-form input[type=text].hasDatepicker,
.efo-form input[type=text].month-year-input {
	position: relative;
	/*background: url( ../img/common/icon-cal.png ) right 16px center / 20px no-repeat !important;*/
}

.efo-form .form-wrap .datepicker-cont::before{
	position: absolute;
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 40px;
    right: 2%;
    transform: translatey(-50%);
    z-index: 10;
    color: #e64570;
    font-size: 26px;
}

.pt10 {padding-bottom: 10px !important;}

.efo-form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.8rem;
	line-height: 1.8;
	width: 100% !important;
	height: 380px !important;
	border: solid 1px #ddd !important;
	padding: 18.5px 30px !important;
	margin: 0 !important;
}

.efo-form input[type=file] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	color: #333;
	width: initial;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding: 15px 0;
}

.efo-form .file-btn-wrap {
	position: relative;
	padding: .95rem 0;
}

.file-wrap {
	display: inline-block;
	padding-right: 4rem;
	position: relative;
}

.file-wrap .file-reset {
	display: none;
	line-height: .4;
	padding: 14px;
	position: absolute;
	right: 0;
	top: calc( 50% - 2rem );
	cursor: pointer;
}

.efo-form label[for=file-btn] {
	display: inline-block;
	padding: 9px 20px 11px;
	margin-right: 10px;
	background: #F5F5F5;
	border: solid 1px #ddd;
	cursor: pointer;
	transition: .3s;
}

.efo-form label[for=file-btn].none {
	display: none;
}

.efo-form .file-btn-wrap .mwform-file-delete {
	display: none;
}

.efo-form input[type=file].file-btn {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
}

.efo-form .file-mes {
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	margin-right: 5px;
}

.efo-form .file-del {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	text-align: center;
	line-height: 4rem;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
	cursor: pointer;
}

.efo-form .file-del.active {
	opacity: 1;
	visibility: visible;
}

.radio,
.checkbox {
	padding: 13.5px 0;
}

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

.radio label,
.checkbox label {
	display: inline-block;
	padding: .2rem 0 .2rem 6.2rem;
	margin: 0 0 !important;
	font-size: 3rem;
	line-height: 1.6;
	cursor: pointer;
	position: relative;
	color: #212121;
}

.checkbox-top {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 2rem 4rem;
}
.checkbox-top span {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
}

.mb0 {margin-bottom: 0 !important;}


.radio label::before,
.checkbox label::before {
	content: '';
	display: inline-block;
	width: 44px;
	height: 44px;
	border: solid 2px #CCCCCC;
	position: absolute;
	top: 1px;
	left: 0;
}

.radio label::before {
	border-radius: 50%;
}

.checkbox label::before {
	border-radius: 5px;
}

.radio label::after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var( --main-color );
	position: absolute;
	left: 6px;
	top: 10px;
	opacity: 0;
	transition: all .2s;
}

.radio input[type=radio]:checked + label::after,
.radio input[type=radio]:checked + input[type=hidden] + label::after {
	opacity: 1;
}

.checkbox label::after {
	content: '';
    width: 25px;
    height: 30px;
    border-right: solid 3px #3FBEAF;
    border-bottom: solid 3px #3FBEAF;
    position: absolute;
    left: 9px;
    top: 0px;
    opacity: 0;
    transform: rotate(45deg);
    transition: all .2s;
}

.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=checkbox]:checked + input[type=hidden] + label::after {
	opacity: 1;
}

.efo-form input[type=submit],
.efo-form button[type=submit],
button#mfp_button_send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 80%;
	max-width: 100%;
	font-size: 22px;
	text-shadow: none;
	height: 73px;
	border-radius: 50px;
	box-shadow: 0 2px 8px rgba( 0, 0, 0, .1 ) !important;
	transition: all .2s;
	background: #3FBEAF;
	color: #fff;
	border: solid 2px #3FBEAF;
	margin: 35px auto 0px;
}

.submit-box,
.mfp_buttons{
	padding-bottom: 55px;
}

input[type=submit].disabled,
button[type=submit].disabled,
#confirm:disabled {
	color: #fff !important;
	background: #ccc !important;
	border: solid 2px #ccc !important;
}

div.mfp_buttons button#mfp_button_cancel{
	font-size: 18px;
	display:block;
	text-align:center;
	width:20%;
	margin: 0 auto;
}


/*
.efo-form input[type=reset],
.efo-form button[type=reset],
button#mfp_button_cancel {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 120px;
	font-size: 1.8rem;
	text-align: center;
	text-shadow: none !important;
	color: #777;
	background: #fff;
	padding: 4.5px 5px;
	border: solid 2px #ccc;
	border-radius: 20px;
	box-shadow: none !important;
	transition: all .2s;
}
*/

.efo-form input[type=reset],
.efo-form button[type=reset],
button#mfp_button_cancel,button,
.mw_wp_form_confirm .submit-box button[type=reset],
.mw_wp_form_confirm .submit-box button[name=submitBack] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	min-width: 90px;
	font-size: 1.8rem;
	text-align: center;
	text-shadow: none !important;
	white-space: nowrap;
	color: #333;
	background: transparent;
	padding: 10px;
	border: none;
	border-bottom: solid 2px #333;
	border-radius: 0;
	box-shadow: none !important;
	transition: all .2s;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #aaaaaa;
	font-size: 20px;
	letter-spacing: .8px;
	font-weight: 500;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #aaaaaa;
	font-size: 20px;
	letter-spacing: .8px;
	font-weight: 500;
}

::placeholder{ /* Others */
	color: #aaaaaa;
	font-size: 20px;
	letter-spacing: .8px;
	font-weight: 500;
}


.efo-form button[type=reset] {
	width: 20%;
	text-align: center;
	display: block;
	margin: 5rem auto 0;
}

#mfp_phase_confirm_inner .mfp_confirm_table {
	padding-top: 10rem;
}


/*
----------------------------------------
efo-form
----------------------------------------
*/

.form-wrap {
	margin-top: 30px;
}

/* form-step */

.form-step {
	width: 100%;
	padding: 20px;
	/*margin-bottom: 2rem;*/
}

.form-step > div {
	height: 44px;
	line-height: 44px;
	width: calc( ( 100% - 45px ) / 3 );
    margin-right: 18px;
	text-align: center;
	white-space: nowrap;
	position: relative;
	font-size: 17px;
	font-weight: bold;
	border: 1px solid #e64570;
	color: #e64570;
}

.form-step > div:last-of-type {
	margin-right: 0;
}

.form-step > div::before {
	content: '';
	width: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: var( --main-color );
}
/*
.form-step > div::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var( --main-color );
	-webkit-mask-image: url( ../img/common/svg/step-off.svg );
	-webkit-mask-size: auto 60px;
	-webkit-mask-position: right center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url( ../img/common/svg/step-off.svg );
	mask-size: auto 60px;
	mask-position: right center;
	mask-repeat: no-repeat;
}
*/

.form-step > div::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -16px;
    bottom: 0;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../img/common/arrow-off.jpg) no-repeat;
    background-size: contain;
    background-position: center right;
}

.form-step > div:last-of-type::after {
	background: none;
}

.form-step > div span {
	position: relative;
	z-index: 99;
}

.form-step > div .en {
	display: inline-block;
	margin-right: 1.5rem;
	font-size: 2rem;
	text-transform: uppercase;
}

.form-step .step-01,
#mfp_phase_confirm .form-step .step-02 {
	color: #fff;
	background: #e64570;
}

.form-step .step-01::after,
.mw_wp_form_confirm .form-step .step-02::after,
#mfp_phase_confirm .form-step .step-02::after {
	/*-webkit-mask-image: url( ../img/common/svg/step-on.svg );
	mask-image: url( ../img/common/svg/step-on.svg );*/
}


.form-step .step-01::after,
.mw_wp_form_confirm .form-step .step-02::after,
#mfp_phase_confirm .form-step .step-02::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -16px;
    bottom: 0;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../img/common/arrow-on.jpg) no-repeat;
    background-size: contain;
    background-position: top 1px right;
}

#mfp_phase_confirm .form-step .step-01{
	color:#e64570;
}

#mfp_phase_confirm .form-step .step-01::after{
	background: url(../img/common/arrow-off.jpg) no-repeat;
    background-size: contain;
    background-position: top 1px right;
}

#mfp_phase_confirm .form-step .step-01 {
	background: url( ../img/common/svg/step-off.svg ) right center / auto 60px no-repeat;
}

#mfp_phase_confirm div.mfp_buttons button#mfp_button_send{
	margin-bottom: 30px;
}

/* remaining */

.remaining {
	position: fixed;
	right: 20px;
	bottom: 40px;
	display: inline-block;
	background: #fff;
	border: solid 1px #3FBEAF;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .2s;
}

.remaining.active {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.remaining .read {
	padding: 15px 20px;
	line-height: 1.8;
}

.remaining .num {
	background: #3FBEAF;
	color: #fff;
	padding: 5px 20px;
}

.form-box div#mfp_warning {
	text-align: center;
	line-height: 1.8;
	color: #a00;
	background: transparent;
	border-radius: 0;
	border: solid 1px #a00;
	padding: 15px;
	margin-bottom: 30px;
}

.form-box div#mfp_warning a {
	color: #a00;
	text-decoration: underline;
}

.efo-form .form-wrap .input-name {
	width: 100%;
	padding: 0;
	border: none;
	text-align: left;
	position: relative;
	font-size: 32px;
	font-weight: bold;
	color: #333;
}

.req-label {
	display: inline-block;
	/*background: var( --main-color );*/
	background: #3FBEAF;
	color: #fff;
	font-size: 32px;
	width: 105px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
}

.req01-label {
	background: #CCCCCC;
	color: #212121;
}


.efo-form .form-wrap .input-cont {
	width: calc( 100% - 20px );
	padding: 10px 0px 40px 0;
	border: none;
	line-height: 1;
	position: relative;
}

/*
.efo-form .form-wrap .input-cont::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: -240px;
	border-bottom: dotted 1px #999;
}
*/


.efo-form .form-wrap .input-cont::after {
	content: '';
	width: 27px;
	height: 27px;
	background: url( ../img/common/svg/icon-ok.svg ) center center / contain no-repeat;
	position: absolute;
	top: 46.5px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}


.efo-form .form-wrap .input-cont::after {
	content: '\f00c';
    font-family: fontAwesome;
    font-size: 30px;
    color: var(--main-color);
    position: absolute;
    top: 24px;
    right: -35px;
    opacity: 0;
    color: #3FBEAF;
    visibility: hidden;
    transition: all .2s;
}


.efo-form .form-wrap .input-cont.ok::after {
	opacity: 1;
	visibility: visible;
}

.efo-form .form-wrap .input-list .input + .input {
	margin-top: 2rem;
}

.efo-form .form-wrap .date-wrap {
	flex-wrap: nowrap;
}

.efo-form .form-wrap .date-wrap select {
	width: 110px;
	letter-spacing: 0;
}

.efo-form .form-wrap .date-wrap .txt {
	/*margin: 0 2rem 0 1.6rem;*/
	vertical-align: middle;
	font-size: 20px;
	color: #111111;
	font-weight: 700;
}

.pp-box {
	width: 100%;
	background: #fff;
	overflow: auto;
	padding: 30px;
	margin: 25px auto 35px;
	border: 1px solid #dbdbdb;
	-webkit-overflow-scrolling: touch;
}

.pp-box h2 {
	width: 100%;
	margin-right: auto;
	font-size: 20px;
	color: #35385b;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1.6px;
	margin-bottom: 20px;
}

.pp-box h3 {
	width: 100%;
	margin-right: auto;
	font-size: 18px;
	color: #35385b;
	text-align: left;
	font-weight: bold;
	margin: 3.2rem 0 1.6rem;
	padding-bottom: .8rem;
	border-bottom: solid 1px #ddd;
}

.pp-box p {
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 1.1px;
	position: relative;
}

.pp-box p.num1,
.pp-box p.num2,
.pp-box p.num3,
.pp-box p.num4,
.pp-box p.num5,
.pp-box p.num6,
.pp-box p.num7{
	padding-left: 20px;
}

.pp-box p.num1:before{
	content: "1";
	position: absolute;
	top: 0px;
	left: 0px;
}

.pp-box p.num2:before{
	content: "2";
	position: absolute;
	top: 0px;
	left: 0px;
}

.pp-box p.num3:before{
	content: "3";
	position: absolute;
	top: 0px;
	left: 0px;
}

.pp-box p.num4:before{
	content: "4";
	position: absolute;
	top: 0px;
	left: 0px;
}

.pp-box p.num5:before{
	content: "5";
	position: absolute;
	top: 0px;
	left: 0px;
}

.pp-box p.num6:before{
	content: "6";
	position: absolute;
	top: 0px;
	left: 0px;
}

.pp-box p.num7:before{
	content: "7";
	position: absolute;
	top: 0px;
	left: 0px;
}

.pp-box .address-box p {
	margin-top: 3rem;
	padding-left: 2rem;
	border-left: solid 5px #ccc;
}

.submit-box {
	text-align: center;
}

.submit-box .agree {
	text-align: center;
	padding: 0;
	margin-bottom: 2.5rem;
}

.submit-box .agree .req-label {
	margin-right: 1.5rem;
	transform: translateY( -2px );
	position: relative;
	top: 0;
}

.submit-box .agree div.mfp_err {
	text-align: center;
}

.agree label {
	margin-right: 1rem !important;
	letter-spacing: 1.2px;
	padding: 0 0 0 6.2rem;
}

.agree label .req-label {
	margin-right: .5rem;
}

.agree label a {
	text-decoration: underline;
}

form#mailformpro {
	padding: 0;
}

.mfp_element_all {
	max-width: 100%;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	box-shadow: none;
	border: solid 1px #ddd;
	border-radius: 0;
	background: transparent;
	margin: 0;
}

.efo-form label.mfp_not_checked,
.efo-form label.mfp_checked {
	background: transparent;
	display: inline-block;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	transition: all .2s;
}

.efo-form label.mfp_not_checked .mfp_err,
.efo-form label.mfp_checked .mfp_err {
	text-align: center;
}

.name.flex > span {
	padding: 0;
	margin-right: 15px;
}

.problem {
	border: solid 1px #a00 !important;
}

div.mfp_err {
	background: transparent;
	padding: 0;
	margin: 10px 0 0;
	font-size: 14px;
	color: #e64570;
}

.year div.mfp_err,
.month div.mfp_err,
.day div.mfp_err {
	width: 130px;
}


.date-wrap div.mfp_err{
	bottom: 0px;
	left: 20px;
}

div#mfp_phase_confirm h4 {
	/*
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 20px 0 0;
	*/
	text-indent: -9999px;
	overflow: hidden;
	width: 670px;
	height: 120px;
	background: url("../img/top/form-step02.png") no-repeat;
	background-size: cover;
}

table#mfp_confirm_table {
	margin: 20px 0 45px;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	display: block;
	font-size: 23px;
	line-height: 1.8;
	font-weight: normal;
	padding: 15px 20px 10px;
	border: none;
}

table#mfp_confirm_table tr td{
	padding-top: 0px;
}

table#mfp_confirm_table tr th{
	font-weight: bold;
}

table#mfp_confirm_table tr th {
	width: 240px;
	background: var( main-light-color );
}

table#mfp_confirm_table tr.mfp_colored {
	background: transparent;
}

div.mfp_buttons {
	padding: 0 0 55px;
}

select{
  color:gray;
}


/*
----------------------------------------
1160
----------------------------------------
*/

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

	.efo-form .form-wrap .date-wrap .txt {
		margin: 0 1.2rem 0 0.8rem;
	}

}


/*
----------------------------------------
1000
----------------------------------------
*/

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

	.efo-form input[type=text],
	.efo-form input[type=search],
	.efo-form input[type=tel],
	.efo-form input[type=number],
	.efo-form input[type=url],
	.efo-form input[type=email],
	.efo-form input[type=password] {
		font-size: 16px;
		line-height: 1.5;
		padding: 12px 15px;
	}

	.efo-form select {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .4px;
		padding: 17px 45px 17px 15px !important;
		/*
		background: url( ../img/common/arrow-select.png ) right 15px center no-repeat !important;
		background-size: 8% !important;
		*/
	}

	.efo-form input[type=date] {
		font-size: 1.6rem;
		padding: 16px 15px;
	}

	.efo-form input[type=file] {
		font-size: 1.4rem;
	}

	.efo-form textarea {
		font-size: 1.6rem;
		padding: 17px 15px !important;
		height: 190px !important;
	}
	
	.efo-form button[type=reset] {
		width: 20%;
		margin: 1rem auto 0;
	}
	
	.form {
		margin-bottom: 3.2rem;
		padding-right: 2rem;
	}

	.radio label,
	.checkbox label {
		font-size: 14px;
	}

	.efo-form input[type=submit],
	.efo-form button[type=submit],
	button#mfp_button_send {
		margin: 3rem auto 3.5rem;
	}

	.form-wrap {
		padding: 30px 30px 0;
	}
	
	.efo-form .form-wrap .input-name{
		padding: 0px;
		font-size: 20px;
	}
	
	.form-step{
		padding: 0px;
	}

	.form-wrap {
		font-size: 1.6rem;
	}

	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		font-size: 14px;
		letter-spacing: 0;
	}

	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		font-size: 14px;
		letter-spacing: 0;
	}

	::placeholder{ /* Others */
		font-size: 14px;
		letter-spacing: 0;
	}

	.form-step > div .en {
		font-size: 1.8rem !important;
	}

	.efo-form .form-wrap .input-name {
		width: 100%;
	}

	.efo-form .form-wrap .input-cont {
		/*width: calc( 100% - 200px );*/
		padding-left: 0px;
		padding-right: 0px;
	}

	.efo-form .form-wrap .date-wrap select {
		width: 85px;
		padding: 17px 20px 17px 20px !important;
	}

	.efo-form .form-wrap .date-wrap .year select {
		width: 100px;
	}

	.efo-form .form-wrap .date-wrap .txt {
		margin: 0 10px 0 5px;
	}

	.pp-box {
		padding: 3.5rem 3rem;
		margin: 4.5rem 0;
		font-size: 1.4rem;
	}

	.pp-box h2 {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.pp-box h3 {
		font-size: 13px;
		margin: 3rem 0 1.5rem;
	}
	
	.form-step{
		padding-bottom: 30px;
	}

	div#mfp_phase_confirm h4 {
		font-size: 16px !important;
		padding-top: 10px;
	}
	
	.cont,
	.cont-txt{
		padding-left: 0px;
		padding-right: 0px;
	}

	table#mfp_confirm_table {
		margin: 30px 0 40px;
	}

	table#mfp_confirm_table tr th,
	table#mfp_confirm_table tr td {
		font-size: 1.5rem;
	}

	table#mfp_confirm_table tr th {
		width: 200px;
	}
	
	.pp-box{
		width: 100%;
		margin: 30px 0px;
		box-sizing: border-box;
		padding: 30px;
	}
	
	.pp-box h2{
		font-size: 20px;
	}
	
	.efo-form .form-wrap .input-cont::after{
		right: -20px;
	}
	
	
	.efo-form .form-wrap .input-cont::before,
	.selectwrap01::after{
		right: 20px !important;
	}
	
	form#mailformpro label{
		font-size: 16px !important;
		padding: .2rem 0 .2rem 3.2rem;
	}
	
	
	.submit-box{
		padding-bottom: 0px;
	}

}


/*
----------------------------------------
768
----------------------------------------
*/

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

	.file-wrap .file-reset {
		top: -2.5px;
	}

	.form-wrap {
		padding: 20px;
	}

	.form-step {
		padding: 0;
		margin-bottom: 5px;
	}

	.form-step > div {
		font-size: 12px;
		height: 30px;
		white-space: initial;
		line-height: 1.3;
		padding:0;
	}
	
	.form-step .step-01::after, .mw_wp_form_confirm .form-step .step-02::after, #mfp_phase_confirm .form-step .step-02::after {
		top: -1px;
		right: -11px;
		bottom: 0;
		width: 30px;
		height: 30px;
	}

	.form-step > div::after {
		content: '';
		position: absolute;
		top: -1px;
		right: -10px;
		bottom: 0;
		width: 30px;
		height: 30px;
	}
	
	
	.form-step div span {line-height: 30px;}

	.form-step > div:last-of-type {
		padding: 0px;
	}

	.form-step > div .en {
		display: block;
		margin: 0;
		font-size: 1.4rem !important;
	}

	.efo-form > dl {
		flex-direction: column;
	}

	.efo-form .form-wrap .input-name {
		width: 100%;
		background: transparent;
		padding: 25px 0 10px 0;
		margin-top: 0;
		position: relative;
		font-size: 16px;
	}

	.efo-form input.s,
	.efo-form select.s {
		width: 100%;


	}
	
	.cont-txt {
		font-size: 14px;
		padding: 20px 0 10px;
	}


	/*
	.efo-form .form-wrap .input-name::after {
		content: '';
		width: 24px;
		height: 24px;
		background: url( ../img/common/svg/icon-ok.svg ) center center / contain no-repeat;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY( calc( -50% + 2.5px ) );
		opacity: 0;
		visibility: hidden;
		transition: all .2s;
	}
	*/

	.efo-form .form-wrap .input-name::after {
		content: '\f00c';
		font-family: fontAwesome;
		font-size: 2rem;
		color: var( --main-color );
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY( calc( -50% + 2.5px ) );
		opacity: 0;
		visibility: hidden;
		transition: all .2s;
	}

	.efo-form .form-wrap .input-name.ok::after {
		/*opacity: 1;*/
		visibility: visible;
	}

	.req-label {
		width: 50px;
		height: 23px;
		line-height: 23px;
		font-size: 12px;
		position: relative;
		margin-left: 0px;
	}

	.efo-form .form-wrap .input-cont {
		width: 100%;
		padding: 0;
	}

	.efo-form .form-wrap .input-cont::before {
		display: none;
	}

	.efo-form input.s, select.s {
		width: 100%;
	}

	.efo-form select {
		width: 100%;
	}

	.efo-form input[type=date] {
		width: 100%;
		min-height: 60px;
		padding: 16px 50px 16px 20px;
		text-align: left !important;
		background: url( ../img/common/svg/icon-cal.svg ) right 15px center / 20px no-repeat;
	}

	.efo-form input[type=date]::-webkit-calendar-picker-indicator {
		display: none;
	}

	.efo-form input[type=text].hasDatepicker,
	.efo-form input[type=text].month-year-input {
		width: 100%;
	}

	.efo-form input[type=file] {
		padding: 4px 0 10px;
	}

	.radio,
	.checkbox {
		padding: 1.2rem 2.2rem;
	}

	.radio label,
	.checkbox label {
		margin: 0 2rem 0 0 !important;
	}
	


	/*
	.efo-form .form-wrap .input-cont::after {
		display: none;
	}
	*/

	.efo-form .form-wrap .date-wrap select {
		width: 50px;
		margin-left: 5px;
		padding: 13px 7px !important;
		/*
			background: none !important;
		background: url( ../img/common/arrow-select.png ) right 5px center no-repeat !important;
		background-size: 10px !important;
		*/
	}

	.efo-form .form-wrap .date-wrap .year select {
		width: 80px;
		/*
		background: url( ../img/common/arrow-select.png ) right 5px center no-repeat !important;
		background-size: 10px !important;
		*/
	}

	.efo-form .form-wrap .date-wrap .txt {
		margin: 0;
		font-size: 14px;
	}

	.pp-box {
		width: 100%;
		height: 125px;
		padding: 20px;
		margin: 30px 0 25px;
	}

	.pp-box h3 {
		margin-top: 2rem;
	}

	.pp-box p {
		font-size: 12px;
		letter-spacing: 0;
		text-align: justify;
	}

	.submit-box {
		text-align: center;
		padding-bottom: 0px;
	}

	#mfp_loading,
	#mfp_loading_screen,
	#div#mfp_overlay_background {
		display: none !important;
	}

	.agree label {
		display: block;
		text-align: center;
		margin: 0 !important;
		padding: 4px 0 0 1.5rem;
	}

	.submit-box .agree .req-label {
		margin: 0 1rem 0 0;
		transform: translateY( 1px );
	}

	.submit-box .agree {
		margin-bottom: 12.5px;
	}
	
	.checkbox label::after {
		content: '';
		width: 5px;
		height: 10px;
		left: 9px;
		top: 3px;
	}

	.efo-form input[type=submit],
	.efo-form button[type=submit],
	button#mfp_button_send {
		width: 100%;
		margin: 0 0 2rem;
		font-size: 16px;
		height: 50px;
	}

	div#mfp_phase_confirm h4 {
		font-size: 20px;
		margin: 20px 0;
	}

	table#mfp_confirm_table {
		margin: 20px 0 3rem;
		border: none;
		border-top: dotted 1px #999;
	}

	table#mfp_confirm_table tr {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	table#mfp_confirm_table tr th {
		width: 100%;
		padding: 15px 0 0;
		border: none;
		font-size: 14px;
	}

	table#mfp_confirm_table tr td {
		width: 100%;
		padding: 0 0px;
		font-size: 14px;
	}

	div.mfp_buttons {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	
	#mfp_phase_confirm div.mfp_buttons button#mfp_button_send{
		margin-bottom: 20px;
	}
	
	div.mfp_buttons button#mfp_button_cancel{
		font-size: 14px;
	}

	.remaining {
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
	}

	.remaining .num {
		font-size: 16px;
		line-height: 1.5;
		padding: 10px 20px 11.5px;
		display: none;
	}

	.remaining .read {
		display: none;
	}
	
	.selectwrap::after {
		top: 25px;
		right: 28px !important;
		font-size: 10px;
	}
	.selectwrap01::after {
	    top: 48% !important;
	    right: 5% !important;
	    z-index: 0 !important;
	}
	.efo-form .form-wrap .datepicker-cont::after {
		position: absolute;
		content: "\f073";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		top: 44% !important;
		right: 2% !important;
		transform: translatey(-50%);
		z-index: 0 !important;
		color: #e64570;
		font-size: 20px !important;
		opacity: 1 !important;
		background: none !important;
		visibility: inherit !important;
	}

	.efo-form .form-wrap .input-cont::after {
	    font-size: 20px;
	    position: absolute;
	    top: 15px;
	    right: -38px;
	}
	
	.pp-box h2{
		font-size: 16px;
	}
	
	form#mailformpro label {
	    font-size: 14px !important;
	}
	
	.checkbox label::before{
		top: 0;
		width: 20px;
		height: 20px;
	}
	
	/*.year div.mfp_err,
	.month div.mfp_err,
	.day div.mfp_err {
		width: 130px;
		font-size: 10px;
	}
	*/
	
	.year div.mfp_err {
		width: 80px;
		font-size: 10px;
	}
	
	.month div.mfp_err,
	.day div.mfp_err {
		width: 70px;
		font-size: 10px;
	}
	
	div#mfp_phase_confirm h4 {
		width: 100%;
		height: 62px;
		background: url("../img/top/form-step02.png") no-repeat;
		background-size: cover;
	}



}


/*
----------------------------------------
hover
----------------------------------------
*/

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

	.tel-block .box:hover {
		background: #fafafa;
	}

	.agree label a:hover {
		color: var( --main-color );
	}

	.efo-form input[type=submit]:hover,
	.efo-form button[type=submit]:hover,
	button#mfp_button_send:hover {
		color: var( --main-color );
		background: #fff;
	}

	.efo-form input[type=reset]:hover,
	.efo-form button[type=reset]:hover,
	button#mfp_button_cancel:hover,
	.mw_wp_form_confirm .submit-box button[type=reset]:hover,
	.mw_wp_form_confirm .submit-box button[name=submitBack]:hover {
		background: transparent;
	}
	

}
