@charset "UTF-8";
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;

}
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
html,body{
     height:100%;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	margin: 0px;
	height: 100%;
	font-size: 16px;
	line-height: 28px;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
ul, ol, dl, form {
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents {
	overflow: hidden;
	line-height: 24px;
}

@media screen and (min-width: 751px){
.PC {
}
.no_pc {
	display: none;
}
a img {
	transition: 0.5s;
}
a img:hover {
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
	cursor: pointer; /* 指 */
	transition: 0.3s;
}





/**************************************************PC header**************************************************/
header .cf {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
header h1 {
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	float: left;
	width: 426px;
}
header .cf .right {
	float: right;
	padding-top: 4px;
}
header .cf .right li {
	display: inline-block;
	list-style-type: none;
	margin-left: 30px;
}
header .cf .right .tel {
	width: 236px;
}
header .cf .right .mail {
	width: 54px;
}
header nav {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
header .no_sp ul {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: center;
	padding-left: 0px;
}
header .no_sp ul li {
    text-align: center;
    display: inline-block;
    list-style-type: none;
    background-image: url(../images/pc/line.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 2px;
}
header .no_sp ul li a span {
    background-image: url(../images/pc/line.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 3px;
    background-position: 1px center;
}
header .no_sp ul li a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding-right: 8px;
	padding-left: 8px;
	color: #000;
	text-decoration: none;
}


header .no_sp ul li a:hover {
	color: #969696;
}
header .no_sp ul li a span span {
	font-feature-settings: "palt";
	background-image: none;
	margin: 0px;
	padding: 0px;
}
header .no_sp ul .txt1 {
	color: #e51d23;
	padding-right: 7px;
}
header .no_sp ul .txt2 {
	color: #009633;
	padding-right: 7px;
}
header .no_sp ul .txt3 {
	color: #1d8bca;
	padding-right: 7px;
	padding-left: 36px;
}




/**************************************************PC common**************************************************/
#common2 {
	margin-right: auto;
	margin-left: auto;
}
#common2 a:hover {
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
	cursor: pointer; /* 指 */
	transition: 0.3s;
}
#common2 .box1 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#common2 .box1 h2 {
	font-size: 28px;
	line-height: 56px;
	color: #008000;
	background-image: url(../images/pc/title_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 56px;
	border: 2px solid #008000;
	width: 936px;
	margin-right: auto;
	margin-left: auto;
}
#common2 .box1 ul {
	text-align: center;
	border: 2px solid #008000;
	padding-bottom: 20px;
}
#common2 .box1 ul li {
	list-style-type: none;
	width: 230px;
	display: inline-block;
}
#common2 .box1 ul .f15 {
	font-size: 15px;
}
#common2 .box1 ul li a {
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#common2 .box1 ul .course1 a span {
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	background-color: #ea5549;
	display: block;
	height: 40px;
}
#common2 .box1 ul .course2 a span {
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	background-color: #54917f;
	display: block;
	height: 40px;
}
#common2 .box1 ul .course3 a span {
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	background-color: #00608d;
	display: block;
	height: 40px;
}
#common2 .box1 ul .course4 a span {
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	background-color: #946c45;
	display: block;
	height: 40px;
}
#common2 .btn {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#common2 .box2 {
    width: 936px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
#common2 .box2 h2 {
	font-size: 28px;
	line-height: 56px;
	color: #cb0000;
	background-image: url(../images/pc/title_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 56px;
	border: 2px solid #cb0000;
	width: 936px;
	margin-right: auto;
	margin-left: auto;
}
#common2 .box2 .wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 938px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cb0000;
	border-bottom-color: #cb0000;
	border-left-color: #cb0000;
	border-right-width: 0px;
}
#common2 .box2 .wrap .box {
	width: 467px;
	list-style: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cb0000;
	padding-bottom: 20px;
}
#common2 .box2 .wrap .box .img  {
	text-align: center;
	margin-top: 20px;
}
#common2 .box2 .wrap .box .txt {
	padding-right: 20px;
	padding-left: 20px;
}
#common2 .box2 .wrap .box .box-wrap {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
#common2 .box2 .wrap .box.jyuku a {
	color: #ff8b00;
	text-decoration: none;
}
#common2 .box2 .wrap .box.jyuku a:hover {
	text-decoration: underline;
}

#common2 .box2 .wrap .box.jyuku h3 {
	font-size: 28px;
	color: #ff8b00;
	text-align: center;
}
#common2 .box2 .wrap .box.jyuku .box-wrap .color {
	font-size: 20px;
	color: #ff8b00;
	margin-bottom: 0px;
	margin-top: 20px;
}
#common2 .box2 .wrap .box.jyuku .box-wrap h4 {
	color: #fff;
	background-color: #ff8b00;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#common2 .box2 .wrap .box.jyuku .box-wrap p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#common2 .box2 .wrap .box.jitaku a {
	color: #336698;
	text-decoration: none;
}
#common2 .box2 .wrap .box.jitaku a:hover {
	text-decoration: underline;
}
#common2 .box2 .wrap .box.jitaku h3 {
	font-size: 28px;
	color: #336698;
	text-align: center;
}
#common2 .box2 .wrap .box.jitaku .box-wrap .color {
	font-size: 20px;
	color: #336698;
	margin-bottom: 0px;
	margin-top: 20px;
}
#common2 .box2 .wrap .box.jitaku .box-wrap h4 {
	color: #fff;
	background-color: #336698;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#common2 .box2 .wrap .box.jitaku .box-wrap p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#common2 .box2 .wrap .box.jitaku .box-wrap h4 a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 40px;
}
#common2 .box2 .wrap .box.jyuku .box-wrap h4 a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 40px;
}
#common2 .contact_box {
	font-size: 20px;
	background-color: #ffcda9;
	text-align: center;
	padding-bottom: 20px;
	overflow: hidden;
	margin-top: 40px;
}
#common2 .contact_box p {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
}
#common2 .contact_box .cf li   {
	width: 273px;
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
}
#common2 .contact_box .cf li img {
	width: 100%;
}
#common2 .btm40 {
	padding-bottom: 40px;
}


/**************************************************SP 下層ページh2**************************************************/
#contents .sub-page_h2 {
	margin: 0px;
	background-color: #666;
	text-align: center;
	height: 78px;
	line-height: 78px;
	color: #fff;
	font-size: 34px;
}


/**************************************************PC common**************************************************/
#common {
}

/*********************.contact_box*********************/
#common .contact_box {
	font-size: 20px;
	background-color: #ffcda9;
	text-align: center;
	padding-bottom: 20px;
	overflow: hidden;
}
#common .contact_box p {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
}
#common .contact_box .cf li   {
	width: 273px;
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
}
#common .contact_box .cf li img {
	width: 100%;
}


/*********************.kyoushitsu*********************/
#common .kyoushitsu {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
}
#common .kyoushitsu h3 {
	font-size: 20px;
	color: #fff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 12px;
	background-color: #666666;
	text-align: left;
}
#common .kyoushitsu ul {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
#common .kyoushitsu ul li {
	width: 340px;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
#common .kyoushitsu ul .left {
	background-color: #909090;
	float: left;
	border-radius:10px 0px 0px 10px;
}
#common .kyoushitsu ul .right {
	background-color: #de1d23;
	font-size: 20px;
	float: right;
	border-radius:0px 10px 10px 0px;;
}
#common .kyoushitsu h4 {
	background-color: #666;
	margin-top: 20px;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	height: 40px;
	border-radius: 12px 12px 0px 0px;
	;
	margin-bottom: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#common .kyoushitsu .box {
	width: 858px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666;
	border-radius: 0px 0px 12px 12px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	margin-bottom: 20px;
}
#common .kyoushitsu h5 {
}
#common .kyoushitsu h5 a {
	font-size: 20px;
	line-height: 40px;
	background-color: #de1d23;
	color: #fff;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
	display: block;
	text-decoration: none;
	transition: 0.5s;
}
#common .kyoushitsu h5 a:hover {
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
	cursor: pointer; /* 指 */
	transition: 0.3s;
}
#common .kyoushitsu .box ul {
	width: 900px;
}
#common .kyoushitsu .box .cf .img {
	float: left;
	width: 240px;
	margin-right: 20px;
}
#common .kyoushitsu .box .cf .map {
	float: left;
	height: 240px;
	width: 600px;
}

/*********************.katekyo_g*********************/
#common .katekyo_g {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
#common .katekyo_g .img {
	margin-top: 0px;
	margin-bottom: 0px;
}


/**************************************************PC footer**************************************************/
footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 20px;
}
footer .txt1 {
	color: #e51d22;
}
footer a:hover {
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
	cursor: pointer; /* 指 */
	transition: 0.3s;
}
footer .txt2 {
	color: #009633;
}

footer .txt3 {
	color: #1d8bca;
}

footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 678px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    border-right: 1px solid #000000;
}
footer ul li {
	width: 215px;
	list-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer ul li a {
	color: #000;
	text-decoration: none;
	transition: 0.5s;
}
footer ul li a:hover {
	color: #969696;
	transition: 0.3s;
}
footer #copy {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0px;
}
.pagetop {
	position: fixed;
	bottom: 110px;
	right: 0px;
	z-index: 999;
}
.pagetop a {
	line-height: 50px;
	text-align: center;
	display: block;
	height: 50px;
	width: 50px;
	color: #fff;
	text-decoration: none;
	background-color: #666;
}


/**************************************************pc classroom_common**************************************************/
.bottom_contact {
    text-align: center;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.bottom_contact h3 {
    font-size: 28px;
    color: #fff;
    background-color: #666;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 0px;
}
.bottom_contact p {
	font-size: 20px;
	line-height: 56px;
	margin: 0px;
	height: 56px;
}
.bottom_contact ul {
    text-align: center;
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
.bottom_contact ul li {
	display: inline-block;
	list-style-type: none;
	width: 440px;
	margin-right: 10px;
	margin-left: 10px;
}
.bottom_contact ul .tel {
	float: right;
}
 .bottom_contact ul .mail {
	float: left;
}
.PC_END {
}
}




@media screen and (max-width:750px){
.SP {
}
.no_sp {
	display: none;
}
header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}



/**************************************************SP header**************************************************/

header .cf {
	width: 73.4%;
	margin-right: 21%;
	margin-left: 5.6%;
}
header h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	float: left;
	width: 100%;
}
header .cf .right {
	width: 100%;
	margin-bottom: 20px;
}
header .cf .right li {
	display: inline-block;
	list-style-type: none;
}
header .cf .right .tel {
	width: 68%;
}
header .cf .right .mail {
	width: 15%;
	margin-left: 11%;
}
header .no_pc .drawer-nav .drawer-menu .txt1 {
	color: #e51d23;
	background-color: #f0f0f0;
}
header .no_pc .drawer-nav .drawer-menu .txt2 {
	color: #009633;
	background-color: #f0f0f0;
}
header .no_pc .drawer-nav .drawer-menu .txt3 {
	color: #1d8bca;
	background-color: #f0f0f0;
}


/**************************************************SP 下層ページh2**************************************************/
#contents .sub-page_h2 {
	background-color: #666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/**************************************************SP common2**************************************************/
#common2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#common2 .box1 h2 {
	font-size: 22px;
	color: #008000;
	background-image: url(../images/pc/title_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	border: 2px solid #008000;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
}
#common2 .box1 ul {
	text-align: center;
	border: 2px solid #008000;
	padding-bottom: 20px;
	box-sizing: border-box;
}
#common2 .box1 ul li {
	list-style-type: none;
	width: 100%;
	display: inline-block;
}
#common2 .box1 ul li a {
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#common2 .box1 ul .course1 a span {
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	background-color: #ea5549;
	display: block;
	height: 40px;
}
#common2 .box1 ul .course2 a span {
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	background-color: #54917f;
	display: block;
	height: 40px;
}
#common2 .box1 ul .course3 a span {
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	background-color: #00608d;
	display: block;
	height: 40px;
}
#common2 .box1 ul .course4 a span {
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	background-color: #946c45;
	display: block;
	height: 40px;
}
#common2 .btn {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#common2 .box2 {
	padding-bottom: 40px;
}
#common2 .box2 h2 {
	font-size: 22px;
	line-height: 28px;
	color: #cb0000;
	background-image: url(../images/pc/title_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	border: 2px solid #cb0000;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
}
#common2 .box2 .wrap {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cb0000;
	border-bottom-color: #cb0000;
	border-left-color: #cb0000;
	box-sizing: border-box;
}
#common2 .box2 .wrap .box {
	list-style: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cb0000;
	padding-bottom: 20px;
}
#common2 .box2 .wrap .box .img  {
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#common2 .box2 .wrap .box .txt {
	padding-right: 20px;
	padding-left: 20px;
}
#common2 .box2 .wrap .box .box-wrap {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}

#common2 .box2 .wrap .box.jyuku h3 {
	font-size: 22px;
	color: #ff8b00;
	text-align: center;
}
#common .box2 .wrap .box.jyuku a {
	color: #ff8b00;
	text-decoration: none;
}
#common2 .box2 .wrap .box.jyuku a:hover {
	text-decoration: underline;
}

#common2 .box2 .wrap .box.jyuku .box-wrap .color {
	font-size: 20px;
	color: #ff8b00;
	margin-bottom: 0px;
	margin-top: 20px;
}
#common2 .box2 .wrap .box.jyuku .box-wrap h4 {
	color: #fff;
	background-color: #ff8b00;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#common2 .box2 .wrap .box.jyuku .box-wrap p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#common2 .box2 .wrap .box.jitaku h3 {
	font-size: 22px;
	color: #336698;
	text-align: center;
}
#common2 .box2 .wrap .box.jitaku a {
	color: #336698;
	text-decoration: none;
}
#common2 .box2 .wrap .box.jitaku a:hover {
	text-decoration: underline;
}
#common2 .box2 .wrap .box.jitaku .box-wrap .color {
	font-size: 20px;
	color: #336698;
	margin-bottom: 0px;
	margin-top: 20px;
}
#common2 .box2 .wrap .box.jitaku .box-wrap h4 {
	color: #fff;
	background-color: #336698;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#common2 .box2 .wrap .box.jitaku .box-wrap p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#common2 .box2 .wrap .box.jitaku .box-wrap h4 a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 40px;
}
#common2 .box2 .wrap .box.jyuku .box-wrap h4 a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 40px;
}
#common2 .contact_box {
	font-size: 16px;
	background-color: #ffcda9;
	text-align: center;
	padding-bottom: 20px;
	overflow: hidden;
}
#common2 .contact_box p {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
	line-height: 24px;
}
#common2 .contact_box .cf li   {
	display: inline-block;
	margin-right: 50px;
	margin-left: 50px;
}
#common2 .contact_box .cf li img {
	width: 100%;
}


/*********************.contact_box*********************/
#common .contact_box {
	font-size: 16px;
	background-color: #ffcda9;
	text-align: center;
	padding-bottom: 20px;
	overflow: hidden;
}
#common .contact_box p {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
	line-height: 24px;
}
#common .contact_box .cf li   {
	display: inline-block;
	margin-right: 50px;
	margin-left: 50px;
}
#common .contact_box .cf li img {
	width: 100%;
}

/*********************.kyoushitsu*********************/
#common .kyoushitsu {
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	text-align: center;
}
#common .kyoushitsu h3 {
	font-size: 20px;
	color: #fff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 12px;  
	background-color: #666666;
}
#common .kyoushitsu h4 {
	background-color: #666;
	margin-top: 40px;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	height: 40px;
	border-radius: 12px 12px 0px 0px;
	;
	margin-bottom: 0px;
}
#common .kyoushitsu .box {
	margin-top: 0px;
	border-radius: 0px 0px 12px 12px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	border: 1px solid #666;
	margin-bottom: 40px;
}
#common .kyoushitsu h5 {
}
#common .kyoushitsu h5 a {
	font-size: 20px;
	line-height: 40px;
	background-color: #de1d23;
	color: #fff;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
	display: block;
	text-decoration: none;
}
#common .kyoushitsu .box ul {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#common .kyoushitsu .box .cf .img {
	margin-right: 40px;
	margin-left: 40px;
	list-style-type: none;
	margin-bottom: 20px;
}
#common .kyoushitsu .box .cf .map {
	height: 240px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*********************.katekyo_g*********************/
#common .katekyo_g {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}
#common .katekyo_g .txt {
	margin-bottom: 10px;
}
#common .katekyo_g .img {
	margin-top: 0px;
	margin-bottom: 0px;
}




/**************************************************SP footer**************************************************/
footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 30px;
	margin-top: 35px;
}
footer ul {
	
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/*
footer {
	width: 88%;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	padding-right: 6%;
	padding-left: 6%;
	padding-top: 35px;
	padding-bottom: 35px;
}
*/
footer ul li {
	list-style-type: none;
}
footer ul li a {
	color: #000;
	text-decoration: none;
}

footer #copy {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0px;
	font-size: 12px;
}
.pagetop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 999;
	margin: 0px;
}
.pagetop a {
	line-height: 50px;
	text-align: center;
	display: block;
	height: 50px;
	width: 50px;
	color: #fff;
	text-decoration: none;
	background-color: #666;
}
footer .txt1 {
	color: #e51d22;
}
footer .txt2 {
	color: #009633;
}
footer .txt3 {
	color: #1d8bca;
}

/**************************************************sp classroom_common**************************************************/
.bottom_contact {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    overflow: hidden;
}
.bottom_contact h3 {
	border-radius: 8px;
	font-size: 24px;
	color: #fff;
	background-color: #666;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bottom_contact p {
	font-size: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 25px;
}
.bottom_contact ul {
	text-align: center;
	width: 88%;
	margin-right: 6%;
	margin-left: 6%;
}
.bottom_contact ul li {
	display: inline-block;
	list-style-type: none;
	width: 100%;
	margin-top: 20px;
}
.SP_END {
}
}
