@charset "UTF-8";

/* for Common & Smartphone*/

/* TOP ////////////////////////////// */
.pageTtl{
	font-size:192%;
	line-height:1.4;
	color:#00a99d;
	text-align:center;
	margin:30px auto;
}
.btnCurri a{
	display:block;
	background:#33bab1;
	color:#fff;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	border:none;
	width:100%;
	max-width:400px;
	margin:0 auto 50px;
	text-decoration:none;
	position:relative;
}
.btnCurri a:after{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 10px;
	margin-top:-4px;
	}



/* form ////////////////////////////// */
.cap{
	font-size:85%;
	color:#999;
	}
.w10{width:10%;}
.w30{width:30%;}
.w40{width:40%;}
.w50{width:50%;}
.w70{width:70%;}
.w80{width:80%;}
.w100{width:100%;}

.mfp_loading_screen{
	display:none !important;
}
/*必須*/
.must {
	display: inline;
	background-color:inherit !important;
	border: none;
	text-shadow: none;
	padding: 0;
	background-color:#c1272d !important;
	font-size:12px;
	padding:4px;
	color: #fff;
	float: none;
	margin: 0 5px;
	border-radius: 4px;
	box-shadow: none;
	background-image: none;
}
/*入力例*/
.example{
	font-size:12px;
	color:#666;
	display:block;
	margin:5px 0 0 0;
}
.example02{
	font-size:12px;
	color:#666;
	display:block;
	margin:5px 0 0 0;
}
@media(min-width:768px){
	.example{
		display:inline;
		margin:0 0 0 10px ;
	}
	.example02{
		display:inline-block;
		margin:0 0 0 10px ;
		padding-left:10px;
	}
}
/*タブレットコース*/
.ttlTablet{
	color:#00a99d;
	font-weight:bold;
	font-size:100%;
}

/*締切*/
.due{
	max-width:500px;
	font-size:18px;
	line-height:1.5;
	color:#c1272d;
	border:2px solid #c1272d;
	padding:10px;
	margin:0 auto 20px;
	}
.due em{
	font-style:normal;
	font-weight:bold;
}


form#mailformpro {
	padding: 0px;
}

form#mailformpro dl{
	margin:10px 0 30px 0;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	background-color:#d9f2f0;/*dtの背景色*/
	}
form#mailformpro dl.agree{
	background:#eee;
	}
	
form#mailformpro dl dt {
	width:100%;
	font-size:108% !important;
	padding:10px !important;
	text-align: left !important;
	line-height:1;
	border-top:1px dotted #ccc;
	margin: 0px;
	color:#000;
	background-color:#d9f2f0;/*dtの背景色*/
}
form#mailformpro dl dd {
	width:100%;
	border-top: 1px dotted #CCC;
	margin: 0px;
	padding:10px !important;
	font-size: 108% !important;
	line-height:1.4;
	text-align:left;
	background-color:#fff;/*dlの背景色*/
}
form#mailformpro dl dd ul,
form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,
form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form#mailformpro input[type="text"],
form#mailformpro input[type="tel"],
form#mailformpro input[type="email"],
form#mailformpro select{
	border:1px solid #ccc;
	padding:3px;
	font-size:108%;
}

form#mailformpro label {
	border-radius: 0;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
	}
form#mailformpro label.mfp_checked {
	padding: 5px;
	border: none;
	background: none;
	box-shadow: none;
}
form#mailformpro label.mfp_not_checked {
	padding: 5px;
	border: none;
}

form#mailformpro textarea{
	width:100% !important;
	height:10em !important;
	border:1px solid #ccc;
	}
table#mfp_confirm_table {
	border-bottom:1px solid #ccc;
	}
table#mfp_confirm_table tr.mfp_colored {
	background:#fff;
	}
table#mfp_confirm_table tr.mfp_achroma {
	background:#fff;
	}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	font-size:108%;
	}
table#mfp_confirm_table tr th {
	background:#eee;
	font-weight:normal;
	}
div#mfp_phase_confirm h4 {
	font-size: 108%;
	margin:0 0 10px 0;
	}
.mfp_colored {
	background: none;
	}
.mfp_achroma {
	background:none;
	}
.mfp_element_all {
	max-width: 90%;
}
.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 1px #CCC;
	border-radius: 0;
	box-shadow: none;
	padding: 6px 8px;
	margin: 2px;
	vertical-align: middle;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
	border-radius: 0px;
	padding: 0;
	border: solid 1px #CCC;
	text-shadow:none;
	font-size: 18px;
	cursor: pointer;
	outline: none;
}
.mfp_element_reset {
	color: #333;
}
.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
	background:#61bca2;
	box-shadow:none;
	opacity: 0.6;
	-khtml-opacity: .60; /* Safari 1.x */
	-moz-opacity: .60; /* FF lt 1.5, Netscape */
}
button.mfp_next,
button.mfp_prev {
	font-size: 14px;
}
div.mfp_ok {
	border-radius: 0;
	background-color: #c00;
	border:solid 1px #ccc;
	display: inline-block;
	line-height: 1.5em;
	display:none;
	}

.mfp_buttons {
	text-align:center;
}
.mfp_buttons button{
	background:#f77a00;
	color:#fff;
	line-height:50px;
	font-size:20px;
	border:none;
	cursor: pointer;
	width:100%;
	margin-bottom:10px;
	font-weight:bold;
	border-radius:4px;
}
.mfp_buttons button[type="reset"]{
	background:#999;
	font-weight:normal;
}










@media (min-width:768px) {

	.pageTtl{
		font-size:230%;
	}
	.btnCurri a{
		font-size:20px;
	}

	/*入力例*/
	form#mailformpro dl dt {
		float: left;
		width:25% !important;
		clear: both;
		font-size:108%;
		line-height:1.4;
	}
	form#mailformpro dl dd {
		float:left;
		width:75% !important;
		border-top: 1px dotted #CCC;
	}
	form#mailformpro dl dd.flex {
		display:flex;
		justify-content: flex-start;
		align-items: center;
	}

	.mfp_buttons {}
	.mfp_buttons button{
		width:200px;
	}

}