@charset "UTF-8";
/* CSS Document */
.contact-area {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.contact-area .form h2 {
	margin-top: 25px;
	padding: 7px 3em 5px;
	display: inline-block;
	font-size: 18px;
	color: #FFF;
	background-color: #000;
	border-radius: 30px;
}
.must {
	background-color: rgba(0,0,0,0);
	color: #C00;
	font-size: 18px;
	padding: 5px;
	margin-right: 10px;
	float: left;
}
form#mailformpro .mailform {
	display: flex;
	flex-wrap: wrap;
}
form#mailformpro dl dt {
    float: none;
    width: 22%;
    text-align: right;
	color: #333;
	font-size: 14px;
}
form#mailformpro dl dd {
    float: none;
    width: 68%;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
    background: #8B0002;
    box-shadow: none;
    color: #fff;
    border: none;
}
.notice_txt {
	padding: 25px 2em;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	text-align: center;
}
.application-txt {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	text-align: center;
}
.thanks-txt {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	text-align: center;
}
.list-flex {
	display: flex;
	flex-wrap: wrap;
}
.bg-beige {
    background-color: #f7f7f7;
    padding-bottom: 80px;
}
@media screen and (max-width: 768px) {

	.contact-area {
		padding: 50px 3vw;
	}
	form#mailformpro dl dt {
	    width: 100%;
		text-align: left;
		padding: 15px 0 0;
	}
	form#mailformpro dl dd {
	    width: 100%;
		padding: 5px 0 10px;
	}
	span.must {
		margin-right: 0;
	}
	.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date {
    width: 94%!important;
	}
.thanks-txt {
	text-align: left;
}
.notice_txt {
	text-align: left;
}
.application-txt {
	text-align: left;
}
}
@media screen and (max-width: 380px) {
}