/*
	contact
*/

@media screen and (max-width: 768px){
	#sec .page-body, #thr .page-body {
		padding-bottom: 15vw;
	}
}
/* intro
---------------------------------------------------------------------------*/
.block-intro .lead-intro span {
	display: block;
	margin-bottom: 1em;
}
.block-intro .lead-intro span:last-of-type {
	margin-bottom: 0;
}

/* info
---------------------------------------------------------------------------*/
.block-info .bdr {
	margin-top: -20px;
	padding: 15px;
	border: 1px solid #d2d2d2;
}
.block-info .box-tel span {
	margin-right: 15px;
	padding: 3px 15px;
	font-size: 12px;
	background-color: #254b84;
	color: #FFFFFF;
}

/* フォーム
---------------------------------------------------------------------------*/
.box-form {
	margin-top: 100px;
}
.box-form ul {
	margin-top: 60px;
	margin-bottom: 40px;
}
.box-form li {
	padding: 15px 0;
	border-bottom: 1px solid #d2d2d2;
}
.box-form .box-ttl {
	width: 220px;
}
.box-form .box-status {
	width: 75px;
}
.box-form .box-status span {
	display: inline-block;
	/*margin-top: 5px;*/
	padding: 3px 15px;
	font-size: 12px;
	background-color: #254b84;
	color: #FFFFFF;
}
.wrapper.en .box-form .box-status span {
	padding: 3px 5px;
}
.box-form .box-inpt {
	width: 580px;
}
.box-form .box-inpt input[type="text"],
.box-form .box-inpt textarea {
	width: 100%;
	padding: 15px 10px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
}
.box-form .box-inpt input[type="text"]::placeholder {
	color: #CCCCCC;
}
.box-form .box-inpt input[type="text"]:-ms-input-placeholder {
	color: #CCCCCC;
}
.box-form .box-inpt input[type="text"]::-ms-input-placeholder {
	color: #CCCCCC;
}
.box-form .box-inpt .bi {
	font-size: 14px;
	color: #666666;
}
.box-form .box-inpt select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 10px;
	border: 1px solid #d2d2d2;
	background-color: transparent;
}
.box-form .box-inpt select::-ms-expand {
    display: none;
}
.box-form .box-inpt span.sel {
	position: relative;
	display: inline-block;
	width: 50%;
}
.box-form .box-inpt span.sel::after {
	content: "\25BC";
	position: absolute;
	top: calc(50% + 5px);
	right: 0px;
	font-size: 10px;
	margin-right: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.box-form .box-inpt span.sel::before {
	content: "\25B2";
	position: absolute;
	top: calc(50% - 5px);
	right: 0px;
	font-size: 10px;
	margin-right: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.box-form a {
	color: #ae8d08;
	font-weight: 700;
	text-decoration: underline;
}
.box-pp {
	margin-top: 25px;
}
.box-pp span {
	font-size: 16px;
	font-weight: 700;
}
.box-submit {
	width: 220px;
	margin: 20px;
	border: 1px solid #ae8d08;
    color: #ae8d08;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 120%;
    transform: skewX(-15deg);
}
.box-submit input,
.box-submit button {
	width: 100%;
    padding: 15px 30px;
	transform: skewX(15deg);
    color: #ae8d08;
    background-color: transparent;
}
.box-submit {
	transition-property: all;
	transition: 0.3s linear;
}
.box-submit:hover {
	opacity: .6;
	transition-property: all;
	transition: 0.3s linear;
}
.mw_wp_form .error {
	padding-top: 2px;
	font-size: 14px!important;
}

/* 入力画面 */
.mw_wp_form_input .box-submit.back {
	display: none;
}
/* 確認画面 */
.box-form .mw_wp_form_confirm li {
	padding: 22.5px 0;
}
.box-form .mw_wp_form_confirm .box-inpt span.sel::before,
.box-form .mw_wp_form_confirm .box-inpt span.sel::after {
	display: none;
}
.mw_wp_form_confirm .block-pp {
	display: none;
}
.mw_wp_form_confirm .box-submit {
	background-color: #ae8d08;
}
.mw_wp_form_confirm .box-submit input {
	color: #FFFFFF;
}
.mw_wp_form_confirm .box-submit.back {
	background-color: #FFFFFF;
}
@media screen and (max-width: 768px){
	.box-form {
		margin-top: 10vw;
	}
	.box-form ul {
		margin-top: 8vw;
		margin-bottom: 8vw;
	}
	.box-pp span {
		font-size: 3.8vw;
	}
	.mw_wp_form .error {
		font-size: 3.8vw!important;
	}
	.box-form .box-ttl {
		width: auto;
		margin-right: 3vw;
	}
	.box-form .box-inpt {
		width: 100%;
		margin-top: 2vw;
	}
	.box-submit {
		margin-top: 3vw;
	}
	.box-submit.back {
		margin-top: 8vw;
		margin-bottom: 0;
	}
	.box-form .box-inpt span.sel {
		width: 100%;
	}
	.mw_wp_form_input .box-submit {
		margin-top: 8vw;
		margin-bottom: 0;
	}
	.box-form .mw_wp_form_confirm  ul {
		margin-bottom: 0;
	}
	.mw_wp_form_confirm .box-submit {
		margin-bottom: 0;
	}
	.block-info .bdr {
		margin-top: -30px;
	}

}


/* 英語版 + 中国語版 */
body.contact .wrapper.en .block-intro,
body.contact .wrapper.zhcn .block-intro {
	display: none;
}