@charset "utf-8";

.mt_l{ margin-top:50px;}
.mt_m{ margin-top:30px;}
.mt_s{ margin-top:10px;}
.mb_l{ margin-bottom:50px;}
.mb_m{ margin-bottom:30px;}
.mb_s{ margin-bottom:10px;}

.fs{ font-size:85%;}


/************************************************
 共通設定
************************************************ */
/*body {
	color: #444;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 80%;
	line-height: 150%;
	letter-spacing: 0.1em;
}
*/
#entry .inner{
	padding:220px 150px 80px 150px;
	box-sizing:border-box;
	}

@media screen and (max-width: 640px) {
	#entry .inner{
		padding:90px 0 30px 0;
	}
}

/*************************
補助
**************************/
.aid{
	font-size:90%;
	font-weight: normal;
}

/*************************
mailformpro 
**************************/

#form_area form#mailformpro dl dt {
	float: left;
	width: 280px;
	font-weight:bold;
	padding: 22px 10px 0px 10px;
	text-align: left;
	border-top: solid 1px #EEE;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#form_area form#mailformpro dl dd {
	min-height:30px;
	border-top: solid 1px #EEE;
	padding: 15px 5% 15px 285px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


#form_area .checkboxArea li{
	float:left;
}

#form_area .checkbox{
	padding:15px;
	margin-bottom:20px;
	border:solid 1px #EEE;
	background:#FFFEF5;
	}

.must {
	font-size:.6rem;
	color:red;
	vertical-align: super;

}
.must:before {content:' ';}
/*
#form_area .must,.any {
	display: block;
	text-shadow:none;
	color: #FFF;
	font-weight:normal;
	float: right;
	padding: 2px 5px;
	font-size: 10px;
	margin: -5px 5px 0 5px;
	border-radius: 4px;
	box-shadow:none;
	background-image: url(../img/must_any.png);
	background-size: 100% 100%;
}


#form_area .must {
	background-color: #C00;
	border: solid 2px #C00;
	}
#form_area .any {
	background-color: #888;
	border: solid 2px #888;
}
*/

@media screen and (max-width: 640px) {


#form_area form#mailformpro dl dt {
	font-size:16px;
	float: none;
	width: 100%;
	clear: both;
	text-align: left;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:3px;

}
#form_area form#mailformpro dl dd {
	width:100%;
	border-top: none;
	padding: 10px 20px 10px 20px;
	text-align: left;
}
/*
#form_area .must {
	float: right;
	margin-right:5px;
}

#form_area .any {
	float: right;
	margin-right:5px;
}	
*/	
}

/* リセット */
#form_area .mfp_element_text,
#form_area .mfp_element_number,
#form_area .mfp_element_select-one,
#form_area .mfp_element_email,
#form_area .mfp_element_tel,
#form_area .mfp_element_textarea {
	border: none;
	/*box-shadow: none;*/
	/*padding: 0;*/
	margin: 0;
	vertical-align: middle;
}



/*************************
インプット
**************************/
#form_area .size_name{ width:300px;}
#form_area .size_zip{ width:150px;}
#form_area .size_tel{ width:150px;}
#form_area .size_age{ padding-right:45% !important;}
#form_area .text{ width:100% !important;}


.inputBox {
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc !important;
	border-radius: 4px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.075) inset;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inputBox:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

textarea{ width:auto;}
textarea.inputBox {
	height: auto;
}


.insertLeft, .insertRight {
	display: table;
	width: 100%;
	position: relative;
}
.insertLeft .inputBox {
	display: table-cell;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.insertRight .inputBox {
	display: table-cell;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.InsertBox {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	font-size: 14px;
	line-height: 0;
	padding: 0px 12px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.insertLeft .InsertBox {
	border-right: none;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.insertRight .InsertBox {
	border-left: none;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.error { background-color: #FFEEEE; }


@media screen and (max-width: 640px) {

.table_date td{
	width:100%;
	display:block;
	padding:5px 10px;
}

textarea.inputBox {
	width:100% !important; 
	height: 10em !important;
}


}

/***********************
コンテンツ
************************/
.privacyArea p{ text-align:center !important;}
.privacyArea input{ text-align:center !important;}


/***********************
送信ボタン
************************/
input[type="submit"]#submit_bt {
	background: #231815;
	width: 60%;
	padding: 15px;
	letter-spacing: 1px;
	border: none;
	color: #FFF;
	font-size:140%;
	font-weight:bold;
	letter-spacing: 0.2em;
	border-radius: 3px;
	text-shadow: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
}

input[type="submit"].no_check{
	background:#999 !important;
	cursor:default;
	}

button#mfp_button_send , button#mfp_button_cancel {
	width: 40%;
	padding: 15px;
	letter-spacing: 1px;
	border: none;
	color: #FFF;
	font-size:140%;
	font-weight:bold;
	letter-spacing: 0.2em;
	border-radius: 3px;
	text-shadow: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
}
button#mfp_button_send{background: #231815;}
button#mfp_button_cancel{background: #AAA;}


@media screen and (max-width: 640px) {
	input[type="submit"]#submit_bt {
		width: 76%;
		font-size:100%;
	}
	button#mfp_button_send , button#mfp_button_cancel {
		width:45%;
		font-size:85%;
		letter-spacing: 0em;
	}
	
}

/************************
確認画面
*************************/
#form_area #mfp_confirm_table{
	margin-bottom:60px;
}

#form_area #mfp_phase_confirm_inner h4{
	font-size: 18px;
	font-weight: bold;
	color:#00429E;
	letter-spacing: 0.14em;
	text-align:center;
	margin-bottom:20px;
}

#form_area table#mfp_confirm_table th,#form_area table#mfp_confirm_table td{
	padding-top:12px;
	padding-bottom:12px;
}


@media screen and (max-width: 640px) {
#form_area table#mfp_confirm_table{
	margin-left:auto;
	margin-right:auto;
	width:94%;
}
#form_area table#mfp_confirm_table tr th{
	width:20%;
}

}


/************************
完了画面
*************************/
.thanksArea{ padding:60px 0;}
.thanksArea h3{
	padding-bottom:30px;
	font-size:4rem;
	text-align:center;
	}
.thanksArea p{
	margin-top: 30px;
	font-size: 1.5rem;
	text-align:center;
	}



@media screen and (max-width: 640px) {
.thanksArea{}
.thanksArea h3{	font-size:3rem; }
.thanksArea p{
	font-size: 1.2rem;
	text-align:center;
}

}
