﻿@charset "utf-8";

/*----  教育システム　----*/
#title {
	margin-bottom: 0;
}

.mb25 {
	margin-bottom: 2em;
}
.teltext {
	color: #E8155A;
	font-family : 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
    font-size: 12px;
}
#conts {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 10%;
}
#conts h2 {
	margin-bottom: 0;
}
#conts h2 img {
	width: 100%;
	height:auto;
}

#conts:after {
  content : '';
  display : block;
  clear : both;
}
#formaria {
	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	display: block;
	padding-bottom: 10%;
	line-height: 1.6;
}
#conts .line {
    /*background-image: url(../images/line_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;*/
    margin-bottom: 1em;
    height: 9.5em;
}
#conts .line a {
	display: block;
	width: 100%;
	height: 80%;
}
#conts .tel {
	background-image: url(../images/tel_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-top: 2.6em;
	height: 3.4em;
	margin-bottom: 1em;
	padding-left: 30%;
	font-size: 1.5em;
	line-height: 1;
	background-size: 100% auto;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}
#conts .mail {
	background-image: url(../images/mail_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 3em;
	margin-bottom: 1em;
	text-align: left;
	padding-top: 3em;
	padding-left: 30%;
	font-size: 1.5em;
	line-height: 1;
	background-size: 100% auto;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}
#conts .form {
	background-image: url(../images/form_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4.6em;
	margin-bottom: 1em;
	padding-left: 30%;
	height: 4.4em;
	line-height: 1;
	background-size: 100% auto;
}
#conts .offer {
	background-image: url(../images/offer.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4em;
	margin-bottom: 1em;
	padding-left: 30%;
	height: 5em;
	line-height: 1;
	text-align:left;
	background-size: 100% auto;
}
#conts .offer img {
	width: 40%;
	height:auto;
}

#conts .form ul:after {
  content : '';
  display : block;
  clear : both;
}
#conts .form li {
	float: left;
	width: 40%;
	margin-right: 5%;
}
#conts .form li img {
	width: 100%;
	height: auto;
}
#conts a {
	color:#e7165a;
}
.red2 {
	color: #f33a58;
}
#conts #reserve h3 {
    line-height: 30px;
    color: #FFF;
    background-color: #484848;
	text-align: left;
    padding-left: 1em;
}
#reserve .in a.btn {
	display: block;
    position: relative;
    top: 21.8em;
}
#reserve .in a.btn img {
    width: 50%;
}
@media screen and (max-width : 320px){
#conts .tel {
	padding-top: 2em;
}
#conts .mail {
	padding-top: 2.4em;
}
#conts .form {
	padding-top: 4em;
}
#conts .offer {
	padding-top: 3.5em;
}
}

@media screen and (min-width : 400px){
#conts .tel ,
#conts .mail {
font-size: 2em;
}
#conts .form {
	padding-top: 5.5em;
}
#conts .offer {
	padding-top: 5.5em;
	height: 5em;
}

}
@media screen and (min-width : 480px){
#conts .tel ,
#conts .mail {
	padding-top: 2.5em;
	font-size: 2.5em;
}
#conts .form {
	height: 5em;
}

}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		padding: 5px;
		font-size: 13px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.8em;
	}
	form#mailformpro dl dd input {
		margin-right: 1em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
	}
	ul#mfp_phase_stat li {
		float: left;
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
		background-color: #E8EEF9;
		box-shadow: 0px 0px 5px #000;
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
		background-color: #CCC;
		color: #666;
		box-shadow: 0px 0px 5px #CCC;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}