@charset "UTF-8";
#contentHeader {
	background : url("/contact/img/bg_main.jpg") 50% 50% no-repeat;
	background-size : cover;
}


main.confirm .nodisp {
	display : none;
}

.hl02 {
	position : relative;
	font-size : 1.8em;
	font-weight : bold;
	line-height : 1.45;
	margin-bottom : 1.2em;
	padding-bottom : 0.5em;
	text-align: center
}
.hl02 .en {
	display : block;
	font-size : 0.5em;
	font-weight : bold;
	margin-top : 0.825em;
	color : #666666;
}
.hl02::after {
	display : block;
	position : absolute;
	bottom : 0;
	left : 50%;
	width : 40px;
	height : 3px;
	content : "";
	transform : translateX(-50%);
	background-color : #32496b;
}


#contactform header {
	font-size : 1.2em;
	margin-bottom : 40px;
	padding : 40px;
	text-align : center;
	background-color : #ffffff;
}

#contactform .caption {
	font-size : 1em;
	color : #777777;
}

#contactform table {
	width : 100%;
	max-width : 100%;
	margin : 0 auto;
	margin-bottom : 40px;
	border-top : 1px solid #111111;
}
#contactform th {
	width : 14em;
	padding : 1em 0.5em;
	text-align : left;
	vertical-align : middle;
}
#contactform th .en {
	display : block;
	font-family : "Nothing You Could Do", cursive;
	font-size : 0.875em;
	margin-top : 10px;
	letter-spacing : 0.05em;
	color : #103e9a;
}
#contactform th .required {
	font-size : 0.875em;
	font-weight : bold;
	margin-left : 0.5em;
	padding : 0.25em 0.5em;
	color : #ffffff;
	background-color : #e55454;
}
#contactform td {
	padding : 1em 0.5em;
	border-bottom : 1px solid #777777;
	vertical-align : middle;
}
#contactform td > p:not(:last-child) {
	margin-bottom : 0.5em;
}
#contactform input[type="text"] {
	width : 20em;
}
#contactform .message textarea {
	width : 100%;
	height : 8em;
}

#contactform .button {
	text-align : center;
}
#contactform .button > * {
	display : inline-block;
	cursor : pointer;
	margin-bottom: 5px;
}
#contactform .button > div.g-recaptcha {
	display : block;
	margin-bottom : 40px;
}
#contactform .button > *:not(:last-child) {
	margin-right : 32px;
}
#contactform .button input[type="submit"] {
	display : inline-block;
	padding : 1em;
	border : none;
}
#contactform .button input[type="submit"]:hover {
	background-color : #62bdec;
}
#contactform .button input[disabled="disabled"],
#contactform .button input[disabled="disabled"]:hover {
	cursor : unset;
	background-color : #eeeeee;
}
#contactform .error {
	margin-top : 8px;
}

#recaptureError {
	margin : 0 0 40px;
	padding : 1em;
	color : #e55454;
	background-color : #f7ded8;
}
.mw_wp_form form .g-recaptcha {
	display : flex;
	justify-content : center;
	margin-bottom : 30px;
}
#error header {
	margin-bottom : 40px;
}
#error .errlist {
	margin-bottom : 40px;
	padding : 40px;
	color : #e55454;
	border : 1px solid #e55454;
}
#error .errlist > li:not(:last-child) {
	margin-bottom : 1em;
}

#complete {
	text-align : center;
}
#complete > *:not(:last-child) {
	margin-bottom : 24px;
}
#complete .link {
	display : flex;
	justify-content : center;
}
#complete .link .linkBtn {
	width : 20em;
}

/* --- for 2K or more pc --- */
@media screen and (min-width: 1980px) {
}

/* --- for HD pc --- */
@media screen and (min-width: 1440px) and (max-width: 1979px) {
}

/* --- for normal pc --- */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
}

/* --- for tablet --- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
}

/* --- for mobile --- */
@media screen and (max-width: 767px) {
	#contactform table,
	#contactform tbody,
	#contactform tr,
	#contactform th,
	#contactform td {
		display : block;
		width : 100%;
	}
	#contactform th {
		width : 100%;
	}

	#contactform form {
		display : flex;
		flex-direction : column;
		align-content : center;
	}
	#contactform table {
		width : auto;
	}
	#contactform .tel input {
		width : 6em;
	}
	#contactform td.check {
		display : block;
	}

}
