@charset "UTF-8";

/* --------------------------------------------------------------------------------------
   キービジュアル
--------------------------------------------------------------------------------------- */

.page-49 { background-image: url(../img/inquiry/key_index.jpg); }

.authentication-code {
	margin-top: 42px;
	text-align: center;
}

.authentication-code p {
	font-size: 110%;
	line-height: 1.8;
}

.authentication-code #send_code_btn,
.authentication-code #check_code_btn {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #155891;
	border-radius: 0;
	color: #155891;
	cursor: pointer;
	font-size: 100%;
	padding: 6px 15px;
	position: relative;
	transition: all .3s ease;
}

.authentication-code #check_code_btn {
	background-color: #155891;
	color: #fff;
}

.p-country-name { display: none !important; }

@media (min-width: 980px) {

	.authentication-code #send_code_btn:hover{
		background-color: #155891;
		color: #fff !important;
	}

	.authentication-code #check_code_btn:hover {
		background-color: transparent;
		color: #155891 !important;
	}

}

.authentication-code .authentication {
	display: flex;
	margin-top: 32px;
}

.authentication-code .authentication div:first-of-type { max-width: 200px; }

.authentication-code .authentication div input {
	box-sizing: border-box;
	height: 100%;
}

.mw_wp_form-wrap,
.mw_wp_form-wrap + ul { display: none; }

.mw_wp_form_preview .authentication-code { display: none; }

.mw_wp_form_preview .mw_wp_form-wrap,
.mw_wp_form_preview .mw_wp_form-wrap + ul { display: block; }

@media (max-width: 766px) {

	.authentication-code { margin-top: 6.333vw; }
}
