
body {
	background-color:#f9f9f9;}
.site-header {background-color:#fff;}

/*---------------------------------------------------------------------form--*/
form#mailformpro dl {
	font-size: 18px !important;
	padding-left: 10px !important;
}
form#mailformpro {
	padding: 20px 50px 20px 20px;
	background-color: #fff;
	border-top: 1px solid #CCC;
	border-right: 0px none #CCC;
	border-bottom: 0px none #CCC;
	border-left: 0px none #CCC;
}
form#mailformpro dl dt {
	float: left;
	width: 280px;
	clear: both;
	font-size: 16px;
	padding: 10px 10px 20px 50px;
	text-align: left;
	border-top: 0px none #CCC;
	background-color: #fff;
	margin: 0px;
}
form#mailformpro dl dd {
	margin: 0px;
	padding: 10px 5px 10px 292px;
	font-size: 16px;
	line-height: 1.5em;
	border-bottom: 1px dotted #CCC;
	border-top-width: 0px;
	border-top-style: none;
	background-color: #fff;
}

form#mailformpro .pic01{
	display: inline-block;
	width:100px;
}

.must {/*必須*/
	display: block;
	background-color: #F90;
	border: 0px none #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 1px 5px;
	font-size: 13px;
	color: #FFF;
	float: left;
	margin: 0px 5px 0px -45px;
	border-radius: 3px;
	box-shadow: 0px 0px 0px #CCC;
	background-image: none;
	background-size: 100% 100%;
	font-weight: bold;
}
.any {/*任意*/
	display: block;
	background-color: #ccc;
	border: 0px none #C00;
	text-shadow: 0px 1px 2px #000;
	padding: 1px 5px;
	font-size: 13px;
	color: #FFF;
	float: left;
	margin: 0px 5px 0px -45px;
	border-radius: 3px;
	box-shadow: 0px 0px 0px #CCC;
	background-image: none;
	background-size: 100% 100%;
	font-weight: bold;
}

.txtareabox {
    position:relative;
}

.hidden {
    visibility: hidden;
}
input[type],
.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 {
	border: solid 2px #ddd;
	border-radius: 3px;
	box-shadow: 0px 0px 0px #CCC inset;
	padding: 6px 16px;
	margin: 2px;
	vertical-align: middle;
}
::placeholder{
  color:#000; font-size:12px;
}

.mfp_element_textarea {width:100% !important;}


.inputmust {
	border: 2px solid #ccc !important;
}

.mailform table {
	text-align: left;
	width:100%;
}
.mailform table th {
	border-width: 0px;
	border-style: none;
	background-color: #fff;
	font-weight: normal;
	text-align: right;
	padding: 3px;
}
.mailform table td {
	border-width: 0px;
	border-style: none;
	padding: 3px;
}


.inptxtlong {width:100%;}
.inptxtmiddle {width:100%;max-width:280px;}
.inptxtshort {width:30%;}


/*申込ボタン*/
.mfp_buttons .btn01{
	border-radius: 5px;
	padding: 10px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#FEFEFE), to(#336699));
	background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#336699));
	text-shadow: 0px 0px 0px #000;
	color:fff;
	font-size: 24px;
	cursor: pointer;
	outline: none;
}
.mfp_element_reset {
	color: #fff;
}

.inflem {
	font-size:90%;
	padding: 25px 25px 25px 40px;
	height: 150px;
	border: 1px solid #CCC;
	overflow-y: scroll;
}

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


}

@media screen and (max-width:800px) {
form#mailformpro {
	padding: 20px 30px 20px 0px;
	background-color: #fff;
	border-top: 1px solid #CCC;
	border-right: 0px none #CCC;
	border-bottom: 0px none #CCC;
	border-left: 0px none #CCC;
}
form#mailformpro dl dt {
	float: left;
	width: 280px;
	clear: both;
	font-size: 16px;
	padding: 10px 10px 20px 50px;
	text-align: left;
	border-top: 0px none #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	margin: 0px;
	padding: 0px 5px 20px 0px;
	font-size: 16px;
	line-height: 1.5em;
	border-bottom: 1px dotted #CCC;
	border-top-width: 0px;
	border-top-style: none;
}


.inptxtshort {width:100%;}

}

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


form#mailformpro {padding: 20px 10px;}
form#mailformpro dl dt {
	float: none;
	width: 100%;
	clear: both;
	font-size: 16px;
	padding: 20px 10px 20px 50px;
	border-top: 0px none #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	margin: 0px;
	padding: 10px 5px 20px;
	font-size: 16px;
	width: 100% !important;
}
.must {/*必須*/
	display: inline-block;
	border: 0px none #C00;
	padding: 2px 5px;
	float: none;
}


.inptxtmiddle {width:100%;}
.inptxtshort {width:100%;}

}


