@charset "UTF-8";

html, body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
}

.form-control {
	font-size: 12px;
	padding: 3px 6px;
}

form#mailformpro label {
	font-size: 12px;
	font-weight: 500;
	margin: 0 -20px 0 0;
	padding-top: 10px;
	text-align: right;
}

div.mfp_buttons button {
	font-size: 1.0em;
	padding: 2px 10px;
	margin-top: 2%;
}

div#mfp_phase_confirm h4 {
	font-size: 1.4em;
}

#container .mfp_thanks , #footer {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	font-size: 12px;
}


@media screen and (max-width:768px){
.form-control {
	font-size: 10px;
	padding: 2px 4px;
}
form#mailformpro label {
	font-size: 10px;
	text-align: left;
	padding-top: 6px;
	margin: 0 0 0 3px;
}
.mfp_element_all {
	margin: 0;
}
.form-group {
	margin-bottom: 0;
}
div.mfp_buttons button {
	font-size: 0.8em;
}
div#mfp_phase_confirm h4 {
	font-size: 1.0em;
}
#container .mfp_thanks , #footer {
	font-size: 12px;
	bottom: 30%;
}
}
