

/*COMMON*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


body,html {
	width:100%;
	height:100%;

}
body {
	color: #474747;
	font-size: 100%;
	line-height: 160%;

	background-color:#fbfff1;
	font-family: "Shuei MaruGo B", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;


	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	position:relative;
}

p{
	line-height:160%;
	letter-spacing:0px;
	margin-bottom: 10px
}

a,a:hover,a:visited,a:active{
	color:#009e13
}
img{
  vertical-align:bottom;
}

#wrapper{
	margin: 0 auto;
	min-height: 100%;
	background: #fff;
	min-width: 1000px;
	max-width: 1400px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	
	position: relative;
}

.mgB10{
	margin-bottom: 10px !important;
}
.mgB20{
	margin-bottom: 20px !important;
}
.mgB30{
	margin-bottom: 30px !important;
}
.mgB40{
	margin-bottom: 40px !important;
}
.mgB50{
	margin-bottom: 50px !important;
}
/* ========= header footer ========= */

#panel-btn {
	display: none;
}
#panel {
	display: none;
}

#home header {
	position:absolute;
	min-width: 1000px;
	max-width: 1400px;
	width: 100%;
	top:0;
	background: rgba(255,255,255,0);

	z-index: 9999;
	transition: .3s;
}
#pages header {
	position:absolute;
	min-width: 1000px;
	max-width: 1400px;
	width: 100%;
	top:0;
	background: rgba(0,0,0,0.2);

	z-index: 9999;
	transition: .3s;
}

#logoW{
	float: left;
	width: 290px;
	padding: 24px 0 14px 10px;
	display: block;
}
#logoB{
	float: left;
	width: 290px;
	padding: 24px 0 14px 10px;
	display: none;
}
#logoB img,
#logoW img{
	width:290px;
	height: auto;
}

#gNavi{
	float: right;
	width: 710px;
	padding: 38px 10px 0 0;
	text-align: right;
}
#gNavi li{
	display: inline-block;
	font-size: 15px;
	margin-right: 20px;
	margin: 0 16px 0 0;
}
#gNavi li.gmContact{
	margin: 0 0 0 0;
}
#gNavi li a{
	color: #ffffff;
	text-decoration: none;
	padding: 7px 0 7px 0;
	line-height: 100%;
	font-weight: bold;
}
#gNavi li a:hover{
	opacity: 0.8;
}

#home header.scrl ,
#pages header.scrl {
	position: fixed;
	background: rgba(255,255,255,1);
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow: 0 2px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: 0 2px 0 rgba(0,0,0,0.1);

}
header.scrl #logoW {
	display: none;
}
header.scrl #logoB {
	display: block;
}

header.scrl #gNavi li a{
	color: #000;	
}
header #gNavi li.gmContact a,
header.scrl #gNavi li.gmContact a{
	color: #ffffff;
	text-decoration: none;
	background: #ff4e00 url(../../images/arrow/arrow_contact.png) no-repeat right 8px top 7px;
	padding: 7px 18px 7px 10px;

	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}


article{
	min-width: 1000px;
	padding:0px;
}
section{
	width:100%;
	height:100%;

	background-color:#fff;
	
	position:relative;
	
}

footer {
	min-width: 1000px;
}
#footTop{
	padding: 40px 0;
	background: url(../../images/foot/foot_bg.jpg) no-repeat center center;
	min-width: 1000px;
}
#footTop .footTopIn{
}
#footLogo{
	float: left;
	padding: 0 0 0 20px;
}
#footAdress{
	float: left;
	padding: 3px 0 0 60px;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}
#footContact{
	float: right;
	padding: 20px 20px 0 0;
}
#footContact a{
	color: #ffffff;
	text-decoration: none;
	background: #ff4e00 url(../../images/arrow/arrow_contact.png) no-repeat right 28px top 22px;
	padding: 20px 38px 20px 30px;

	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	font-weight: bold;
	font-size: 16px;
}

#footBtm{
	padding: 40px 0;
	background: #11631b;
	text-align: center;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}


/*=========コンテンツ=========*/
#pageTitleArea{
	background:url(../../images/page/title_bg.jpg) no-repeat center bottom;
	padding: 160px 0 60px 0;
}
#pageTitle{
	font-size: 34px;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.h2Title{
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 0.1em;
}

.h2Title h2{
	font-size: 28px;
	position: relative;
	border-bottom: 4px solid #11631b;
	padding-bottom: 9px;
	font-weight:bold;
	display: inline-block;
}
.h2Title h2 span{
	font-size: 18px;
	display: inline-block;
}

h3.h3Title{
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.1em;
}


.imgCaption{
	text-align: center;
	margin-top: 4px;
	font-size: 14px;
}
.cTxt{
	text-align: center !important;
}
.rTxt{
	text-align: right !important;
}

/*表組み*/


.chart01{
	border-top:1px solid #cccccc;
	padding:0 0;
	margin-bottom:60px;
}

.chart01 table{
	margin:0;	
	padding:0;	
	width:100%;
}
.chart01 table tr{
	padding-bottom:10px;
	vertical-align:top;
	letter-spacing:1px;
}
.chart01 table tr:last-child{
}
.chart01 table th{
	font-weight:bold;
	border-bottom:1px solid #cccccc;
}

.chart01 table td{
	font-weight:normal;
	border-bottom:1px solid #cccccc;
}
.chart01 table th,
.chart01 table td{
	padding:24px 0 24px 0;
	vertical-align:top;
	letter-spacing:1px;
	text-align:left;

}




.chart02{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	padding:0 0;
	margin-bottom:60px;
}

.chart02 table{
	margin:0;	
	padding:0;	
	width:100%;
}
.chart02 table tr{
	padding-bottom:10px;
	vertical-align:top;
	letter-spacing:1px;
}
.chart02 table tr:last-child{
}
.chart02 table th{
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

.chart02 table td{
	font-weight:normal;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.chart02 table th,
.chart02 table td{
	padding:12px 11px 12px 11px;
	vertical-align:top;
	letter-spacing:1px;
	text-align:left;
	vertical-align: middle;

}


.chart02 table th.bgG01c{
	background: #f8f8f8;
	text-align: center;
}
.chart02 table td.bgW01c{
	background: #fff;
	text-align: center;
}


/* ========= 404 ========= */
#notfoundCont{
	padding: 100px 0;
}
#notfoundCont .inner{
	width:1000px;
	margin: 0 auto;
}
#notfoundCont p{
	text-align: center;
	margin-bottom: 40px;
}
.sitemap{
	background: #fff;
	border: 12px solid #eee;
	padding: 20px;
	margin-bottom: 40px;
}
.sitemap ul{
	list-style-type: disc;
	margin-left: 1em;
	text-align: center;
}
.sitemap ul li{
	display: inline-block;
	margin: 0 10px;
}
.sitemap ul li::before{
	content: "> ";
	font-size: 12px;
	font-weight: bold;
}

/* ========= HOME ========= */

#promotion{
	height:755px;
}
.promoPC{
	display: block;
}
#promotion .promoPC{
	position: relative;
	width:1000px;
	margin: 0 auto;
}
#promotion .promoPC .promoCatch{
	position: absolute;
	top: 240px;
	left: 199px;
	z-index: 100;
}
#promotion .promoPC .promoChara{
	position: absolute;
	top: 215px;
	left: 576px;
	width:326px;
	height:432px;
	background: transparent url(../../images/home/promo_chara.png) no-repeat top left;
	z-index: 101;
}
.promoBg{
	width:100%;
	margin: 0 auto;
}
.promoBg div{
	background-position: center top;
	height:755px;
}
.promoSP{
	display: none;
}


#homeCatch{
	padding: 130px 0;
	background: url(../../images/home/home_read_bg.jpg) no-repeat center;
}
#homeCatch .inner{
	width: 1000px;
	margin: 0 auto;
}
#homeCatch h2{
	font-size: 28px;
	line-height: 160%;
	font-weight: bold;
	margin-bottom: 20px;
	color: #11631b;
}
#homeCatch .homeCatchTxt{
	
}


#homeBlog{
	padding: 70px 0 120px 0;
}
#homeBlog .inner{
	width: 1000px;
	margin: 0 auto;
}
.homeBlogBox{
	float: left;
	width:23.5%;
	margin-right: 2%;
}
.homeBlogBox:nth-child(4n){
	margin-right: 0;
}
.homeBlogImg{
	margin-bottom: 10px;
}
.homeBlogDate{
	font-size: 13px;
	margin-bottom: 5px;
}
.homeBlogTItle{
	margin-bottom: 5px;
	font-weight: bold;
}
.homeBlogTxt{
	
}

/* ========= ABOUT ========= */

#aboutHistory{
	padding: 100px 0;
}
#aboutHistory .inner{
	width:1000px;
	margin: 0 auto;
}
.historyL{
	float: left;
	width:745px;
}
.historyR{
	float: left;
	width:255px;
}
.historyList li{
	margin-bottom: 30px;
	 position: relative;
}
.historyList li::before{
	display: block;
	content: '';
	position: absolute;
	top: .7em;
	left: -1em;
	width: 8px;
	height: 1px;
	background-color: #666;
}


#aboutMokuteki{
	padding: 100px 0;
	background: #feffe9 url(../../images/about/bg_mokteki.jpg) no-repeat center bottom;
}
#aboutMokuteki .inner{
	width:1000px;
	margin: 0 auto;
}


#aboutJigyo{
	padding: 100px 0;
	background: #fff;
}
#aboutJigyo .inner{
	width:1000px;
	margin: 0 auto;
}
.jigyoBoxs{
	letter-spacing: -0.4em;
	text-align: center;
}
.jigyoBox{
    letter-spacing: normal;
    display: inline-block;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
	
	vertical-align: top;
	height: 190px;

	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 17px;
	
	background: #f8f8f8;
	padding: 19px 15px 15px 15px;

	box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	font-weight: bold;
}
.jigyoBox:nth-child(4){
	margin-right: 0%;
}
.jigyoNo{
	text-align: center;
	font-size: 24px;
	color: #11631b;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: bold;
}
#aboutShikaku{
	padding: 100px 0;
	background: #feffe9;
}
#aboutShikaku .inner{
	width:1000px;
	margin: 0 auto;
}
#aboutShikaku .inner .chart01{
	width:70%;
	margin: 0 auto;
}


#aboutKomon{
	padding: 100px 0;
	background: #fff;
}
#aboutKomon .inner{
	width:1000px;
	margin: 0 auto;
}

.btnKomon{
	text-align: center;
	margin: 0 0 30px 0;
}
.btnKomon span{
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	background: #ff4e00 url(../../images/arrow/arrow_contact.png) no-repeat right 18px top 21px;
	padding: 15px 28px 15px 20px;
	
	font-size: 16px;
	font-weight: bold;

	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	
	border: none;
	
	cursor: pointer;
}
.btnKomon span:hover{
	background: #ff8400 url(../../images/arrow/arrow_contact.png) no-repeat right 18px top 21px;
}
.komonBox{
	width:1000px;
	margin: 0 auto 30px;
	background: #fff;
	display:none;
}
.komonBox ul li{
	float: left;
	width: 20%;
	margin:0 0 7px 0;
	list-style-position: inside;
	list-style-type: disc;
	
}



/* ========= ADMISSION ========= */
#admissionRead{
	padding: 70px 0 50px 0;
	background: #fff;
}
#admissionRead .inner{
	width:930px;
	margin: 0 auto;
}

.adReadL{
	float: right;
	width:700px;
	padding-top: 20px;
}
.adReadR{
	float: left;
	width:200px;
}
.adReadR img{
	width:200px;
	height: auto;
}
.adReadTxt{
	font-size: 32px;
	color: #11631b;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align:center;
}


#admissionApp{
	padding: 100px 0;
	background: #feffe9;
}
#admissionApp .inner{
	width:930px;
	margin: 0 auto;
}
#admissionApp .flowBox p{
	margin-bottom: 0;
}
#admissionApp .inner .txt01{
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
.flowBox{
	border: 1px solid #eee;
	background: #ffffff;
	padding: 15px 0;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	margin: 0 auto 20px;
}
.flowArrow{
	margin-bottom: 20px;
	text-align: center;
}
.flowArrow img{
	width: 70px;
	height: auto;
}
#admissionApp .dlPdf{
	background: #ff4e00 url(../../images/admission/pdf.png) no-repeat 6px 4px;
	padding: 6px 10px 6px 30px;
	margin: 0 10px;
	line-height: 100%;
	background-size: 18px auto;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	letter-spacing: 0;
	display: inline-block;
}
#admissionApp .dlExl{
	background: #ff4e00 url(../../images/admission/xls.png) no-repeat 6px 4px;
	padding: 6px 10px 6px 30px;
	margin: 0 10px;
	line-height: 100%;
	background-size: 18px auto;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	letter-spacing: 0;
	display: inline-block;
}
#admissionDetail{
	padding: 100px 0;
	background: #fff;
}
#admissionDetail .inner{
	width:930px;
	margin: 0 auto;
}
#admissionDetail p{
	text-align: center;
}
#admissionDetail .chart02{
	width:700px;
	margin: 0 auto 30px;
}
strong{
	font-weight: bold;
}




/* ========= ADMISSION ========= */
#groupMap{
	padding: 60px 0 20px 0;
	background: url(../../images/group/map_bg.gif);
}
#groupMap .inner{
	width:1000px;
	margin: 0 auto;
	text-align: center;
}
area{
  border:none;
  outline:none;
}
#groupList{
	padding: 100px 0;
	background: #fff;
}
#groupList .inner{
	width:1000px;
	margin: 0 auto;
}
#groupList .inner .chart02{
	width:70%;
	margin: 0 auto 60px ;
}


/* ========= ADMISSION ========= */
#contactForm{
	padding: 100px 0 100px 0;
	background: #fff;
}
#contactForm .inner{
	width:1000px;
	margin: 0 auto;
	text-align: center;
}
#contactForm .inner .chart01{
	width:70%;
	margin: 0 auto 40px;
}



.inputTxt input{
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 16px;
	width: 50%;
}
.inputSelect select{
	border: 1px solid #ccc;
	padding: 5px 0 8px 0;
	font-size: 16px;
	width: 30%;
}
.textarea textarea{
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 16px;
	width: 50%;
	height: 10em;
}
.submitBtn input{
	color: #ffffff;
	text-decoration: none;
	background: #ff4e00 url(../../images/arrow/arrow_contact.png) no-repeat right 28px top 27px;
	padding: 20px 38px 20px 30px;
	
	font-size: 16px;
	font-weight: bold;

	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	
	border: none;

}

.blogCont{
	width:1000px;
	margin: 50px auto 100px;
}
.blogL{
	float: left;
	width:75%;
}
.blogR{
	float: right;
	width:20%;
}

.h3title01{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.blogBody{
	margin-bottom: 80px;
}
.entryDate{
	text-align: right;
	margin-bottom: 20px;
	font-size: 14px;
}
.sideTitle{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.blogRightSidebox{
	margin-bottom: 30px;
}

.blogBody img{
	max-width: 100%;
	height: auto;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }





/*==================*/
/* Clearfix */
.cf:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cf {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .cf {
    height: 1%;
}
.cf {
    display: block;
}
/* End hide from IE-Mac */


.viewPC{
	display: block;
}
.viewSP{
	display: none;
}

@media screen and (max-width: 800px) {
/*ここにスマホ用スタイルを記述*/
.viewPC{
	display: none;
}
.viewSP{
	display: block;
}


	body {
		font-size:13px;
		line-height:160%;
		font-family: "Noto Sans Japanese";
	}

	p{
		line-height:160%;
	}
	

	#wrapper{
		margin: 0 auto;
		min-height: 100%;
		background: #fff;
		min-width:inherit;
		max-width:inherit;
		position: relative;
	}
	#headPC{
		display: none;
	}

	/* toggle-panel */
	#panel-btn {
		display: inline-block;
		position:fixed;
		width:26px;
		height: 20px;
		margin: 0 0 0;
		top:22px;
		right:15px;
		cursor:pointer;

		z-index:1003;

	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 26px;
		height: 3px;
		margin: -2px 0 0 -13px;
		background: #fff;
		transition: .2s;

	}
	#panel-btn-icon:before, #panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 26px;
		height: 3px;
		margin-left: -13px;
		background: #fff;
		transition: .3s;

	}
	#panel-btn-icon:before {
		margin-top: -10px;
	}
	#panel-btn-icon:after {
		margin-top: 6px;
	}

	header.scrl #panel-btn-icon,header.scrl #panel-btn-icon:before,header.scrl #panel-btn-icon:after{
		background: #11631b;
	}
	#panel-btn .close {
		background: transparent;

	}
	#panel-btn .close:before, #panel-btn .close:after {
		margin-top: 0;
	}
	header.scrl  #panel-btn-icon.close{
		background: transparent;
	}
	header.scrl  #panel-btn-icon.close:before,header.scrl  #panel-btn-icon.close:after{
		background: #fff;
	}
	#panel-btn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	#panel {
		display: none;
		margin: 0;
		padding: 0 15px ;
		background: rgba(17,99,27,0.9);


		text-align: left;
		position:fixed;
		top:0;
		right:0;
		color:#FFF;

		z-index:1002;

		width:100%;
		height:100%;


	}
	#panel nav{
		width:100%;
		height:100%;

		position: relative;
	}
	#panel nav ul{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
	}
	#panel nav ul{
		margin:0;
		padding:0;
		line-height:100%;
	}

	#panel nav ul li{
		margin:0 0 0 0;
		padding:0;
		line-height:100%;
		
	}
	#panel nav ul li{
		margin-bottom:44px;
		text-align:center;
	}

	#panel nav ul li a{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 2px;
		width:200px;
	}





	/* ========= header footer ========= */
	#home header ,
	#pages header {
		position:absolute;
		min-width:inherit;
		max-width:inherit;
	}

	#logoW{
		float: left;
		width: 350px;
		padding: 10px 0 10px 10px;
		display: block;
	}
	#logoB{
		float: left;
		width: 350px;
		padding: 10px 0 10px 10px;
		display: none;
	}
	#logoW img,
	#logoB img{
		width:260px;
		height: auto;
	}

	

	article{
		min-width: inherit;
		padding:0px;
	}
	section{
		width:100%;
		height:100%;

		background-color:#fff;

		position:relative;

	}

	footer {
		min-width:inherit;
	}
	#footTop{
		padding: 40px 0;
		background: url(../../images/foot/foot_bg2.jpg) no-repeat center;
		background-size: cover;
		min-width: inherit;
	}
	#footTop .footTopIn{
	}
	#footLogo{
		float: none;
		padding: 0 0 10px 0;
		text-align: center;
	}
	#footLogo img{
		width:200px;
		height: auto;
	}
	#footAdress{
		float: none;
		padding: 0 0 19px 0;
		color: #fff !important;
		font-size: 11px;
		line-height: 17px;
		text-align: center;
		
	}
	#footAdress a{
		color: #fff !important;
	}
	#footContact{
		float: none;
		padding: 0 0 0 0;
		text-align: center;
	}
	#footContact a{
		color: #ffffff;
		text-decoration: none;
		background: #ff4e00 url(../../images/arrow/arrow_contact.png) no-repeat right 8px top 13px;
		padding: 10px 18px 10px 10px;
		font-size: 12px;
	}

	#footBtm{
		padding: 20px 0;
		font-size: 8px;
		letter-spacing: 1px;
	}
	#footBtmSP{
		padding: 20px 0;
		font-size: 8px;
		letter-spacing: 1px;
		text-align: center;
		color:#fff;
	}


	/*=========コンテンツ=========*/
	#pageTitleArea{
		background:url(../../images/page/title_bg.jpg) no-repeat center bottom;
		padding: 110px 0 50px 0;
	}
	#pageTitle{
		font-size: 24px;
		text-shadow: rgba(0,0,0,0.2) 2px 2px 0;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	h2.h2Title{
		font-size: 18px;
		margin-bottom: 20px;

	}
	h2.h2Title::after{
	}
	
	.h2Title{
		margin-bottom: 20px;
	}

	.h2Title h2{
		font-size: 18px;
	}
	.h2Title h2 span{
		font-size: 18px;
		display: inline-block;
	}

	/*表組み*/


	.chart01{
		border-top:1px solid #cccccc;
		padding:0 0;
		margin-bottom:60px;
	}

	.chart01 table{
		margin:0;	
		padding:0;	
		width:100%;
	}
	.chart01 table tr{
		padding-bottom:10px;
		vertical-align:top;
		letter-spacing:1px;
	}
	.chart01 table tr:last-child{
	}
	.chart01 table th{
		font-weight:bold;
		border-bottom:none;
		padding:14px 0 0 0;
	}

	.chart01 table td{
		font-weight:normal;
		border-bottom:1px solid #cccccc;
		padding:4px 0 14px 0;
	}
	.chart01 table th,
	.chart01 table td{
		display: block;
		width: 100%;
		vertical-align:top;
		letter-spacing:1px;
		text-align:left;
		font-size: 90%;
	}



	.chart02 table th,
	.chart02 table td{
		padding:7px 8px 7px 8px;
		vertical-align:top;
		letter-spacing:1px;
		text-align:left;
		vertical-align: middle;
		font-size: 90%;
	}


	.chart02 table th.bgG01c{
		background: #f8f8f8;
		text-align: center;
	}
	.chart02 table td.bgW01c{
		background: #fff;
		text-align: center;
	}

	/* ========= 404 ========= */

	#notfoundCont{
		padding: 50px 0;
	}
	#notfoundCont .inner{
		width:92%;
		margin: 0 auto;
	}
	#notfoundCont p{
		text-align: left;
		margin-bottom: 30px;
	}
	.sitemap{
		background: #fff;
		border: 8px solid #eee;
		padding: 10px;
	}
	.sitemap ul{
		list-style-type: none;
		margin-left: 0;
		text-align: left;
	}
	.sitemap ul li{
		display: block;
		margin: 0 10px;
	}
	.sitemap ul li::before{
		content: "> ";
		font-size: 12px;
		font-weight: bold;
	}

	/* ========= HOME ========= */

	#promotion{
		background:none;
		height:inherit;
	}
	#promotion img{
		width:100%;
		height: auto;
	}

	#promotion .promoIn{
		position: relative;
		width:100%;
		margin: 0 auto;
	}
	#promotion .promoIn .promoCatch{
		display: none;
	}
	#promotion .promoIn .promoChara{
		display: none;
	}
	.promoPC{
		display: none;
	}
	.promoSP{
		display: block;
	}
	.promoBg{
		display: none;
	}
	.promoBg div{
		height: inherit;
	}



	#homeCatch{
		padding: 60px 0;
		background: url(../../images/home/home_read_bg2.jpg) no-repeat right 38% top 0;
		background-size: cover;
		width:100%
	}
	#homeCatch .inner{
		width: 92%;
	}
	#homeCatch h2{
		font-size: 18px;
		margin-bottom: 14px;
	}
	.homeCatchTxt {
		width: 62%;
	}
	.homeCatchTxt br{
		display: none;
	}


	#homeBlog{
		padding: 40px 0 70px 0;
		width:100%
	}
	#homeBlog .inner{
		width: 92%;
	}
	.homeBlogBox{
		float: left;
		width:49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.homeBlogBox:nth-child(2n){
		margin-right: 0;
	}
	.homeBlogImg{
		margin-bottom: 10px;
	}
	.homeBlogImg img{
		width:100%;
		height: auto;
	}
	.homeBlogDate{
		font-size: 13px;
		margin-bottom: 5px;
	}
	.homeBlogTItle{
		margin-bottom: 5px;
		font-weight: bold;
	}
	.homeBlogTxt{

	}

	/* ========= ABOUT ========= */

	#aboutHistory{
		padding: 50px 0;
	}
	#aboutHistory .inner{
		width:92%;
		margin: 0 auto;
	}
	.historyL{
		float: none;
		width:100%;
	}
	.historyR{
		float: none;
		width:100%;
		text-align: center;
	}
	.historyR img{
		width:220px;
		height: auto;
	}
	.historyList li{
		margin-bottom: 20px;
		margin-left: 20px;
	}


	#aboutMokuteki{
		padding: 50px 0 270px ;
		background: #feffe9 url(../../images/about/bg_mokteki.jpg) no-repeat right bottom;
		background-size: cover;
	}
	#aboutMokuteki .inner{
		width:92%;
		margin: 0 auto;
	}
	#aboutMokuteki .inner p br{
		display: none;
	}


	#aboutJigyo{
		padding: 50px 0;
	}
	#aboutJigyo .inner{
		width:92%;
		margin: 0 auto;
	}
	.jigyoBoxs{
		letter-spacing: -0.4em;
		text-align: center;
	}
	.jigyoBox{
		height:inherit;

		width:100%;
		margin-right: 0%;
		margin-bottom: 17px;

		padding: 19px 15px 15px 15px;
	}
	.jigyoBox br{
		display: none;
	}
	.jigyoBox:nth-child(4){
		margin-right: 0%;
	}
	.jigyoNo{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.jigyoBox p{
		text-align: left;
	}
	#aboutShikaku{
		padding: 50px 0;
		background: #feffe9;
	}
	#aboutShikaku .inner{
		width:92%;
		margin: 0 auto;
	}
	#aboutShikaku .inner .chart01{
		width:100%;
		margin: 0 auto;
	}


	#aboutKomon{
		padding: 50px 0;
		background: #fff;
	}
	#aboutKomon .inner{
		width:92%;
		margin: 0 auto;
	}

	/* ========= ADMISSION ========= */
	#admissionRead{
		padding: 70px 0 20px 0;
		background: #fff;
	}
	#admissionRead .inner{
		width:92%;
		margin: 0 auto;
	}

	.adReadL{
		float: none;
		width:100%;
	}
	.adReadR{
		float: none;
		width:100%;
		text-align: center;
		margin-top: 20px;
	}
	.adReadR img{
	}
	.adReadTxt{
		font-size: 17px;
		color: #11631b;
		line-height: 26px;
		font-weight: bold;
		padding-top: 0;
	}


	#admissionApp{
		padding: 50px 0;
		background: #feffe9;
	}
	#admissionApp .inner{
		width:92%;
		margin: 0 auto;
	}
	#admissionApp .inner .txt01{
		font-weight: bold;
		font-size: 16px;
		line-height: 160%;
		text-decoration: none;
	}


	
	.flowBox{
		border: 1px solid #eee;
		background: #ffffff;
		padding: 15px 15px;
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
		margin: 0 auto 10px;
	}
	.flowArrow{
		margin-bottom: 10px;
		text-align: center;
	}
	.flowArrow img{
		width: 50px;
		height: auto;
	}
	#admissionApp .dlPdf{
		background: #ff4e00 url(../../images/admission/pdf.png) no-repeat 3px 5px;
		padding: 6px 6px 6px 20px;
		margin: 0 10px;
		line-height: 100%;
		background-size: 14px auto;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		letter-spacing: 0;
		display: inline-block;
	}
	#admissionApp .dlExl{
		background: #ff4e00 url(../../images/admission/xls.png) no-repeat 3px 5px;
		padding: 6px 6px 6px 20px;
		margin: 0 10px;
		line-height: 100%;
		background-size: 14px auto;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		letter-spacing: 0;
		display: inline-block;
	}
	#admissionDetail{
		padding: 50px 0;
		background: #fff;
	}
	#admissionDetail .inner{
		width:92%;
		margin: 0 auto;
	}
	#admissionDetail .chart02{
		width:100%;
		margin: 0 auto 30px;
	}
	#admissionDetail p{
		
	}



	
	/* ========= GROUP ========= */
	#groupMap{
		padding: 20px 0 20px 0;
		background: url(../../images/group/map_bg.gif);
	}
	#groupMap .inner{
		width:92%;
		margin: 0 auto;
		text-align: center;
	}
	#groupMap .inner img{
		width:100%;
		height: auto;
	}

	area{
	  border:none;
	  outline:none;
	}
	#groupList{
		padding: 50px 0;
		background: #fff;
	}
	#groupList .inner{
		width:92%;
		margin: 0 auto;
	}
	#groupList .inner .chart02{
		width:100%;
		margin: 0 auto 60px ;
	}



	/* ========= ADMISSION ========= */
	#contactForm{
		padding: 40px 0 40px 0;
		background: #fff;
	}
	#contactForm .inner{
		width:92%;
		margin: 0 auto;
		text-align: center;
	}
	#contactForm .inner .chart01{
		width:100%;
		margin: 0 auto 40px;
	}



	.inputTxt input{
		border: 1px solid #ccc;
		padding: 5px;
		font-size: 16px;
		width: 100%;
	}
	.inputSelect select{
		border: 1px solid #ccc;
		padding: 5px 0 8px 0;
		font-size: 16px;
		width: 50%;
	}
	.textarea textarea{
		border: 1px solid #ccc;
		padding: 5px;
		font-size: 16px;
		width: 100%;
		height: 10em;
	}
	.submitBtn input{
		color: #ffffff;
		text-decoration: none;
		background: #ff4e00 url(../../images/arrow/arrow_contact.png) no-repeat right 28px top 27px;
		padding: 20px 38px 20px 30px;

		font-size: 16px;
		font-weight: bold;

		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;

		border: none;

	}

	.blogCont{
		width:92%;
		margin: 50px auto 100px;
	}
	.blogL{
		float: none;
		width:100%;
		margin-bottom: 80px;
	}
	.blogR{
		float: none;
		width:100%;
	}

	.h3title01{
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.blogBody{
		margin-bottom: 80px;
	}
	.entryDate{
		text-align: right;
		margin-bottom: 20px;
		font-size: 12px;
	}
	.sideTitle{
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.blogRightSidebox{
		margin-bottom: 30px;
	}

	.blogBody img{
		max-width: 100%;
		height: auto;
	}
	.blogBody p{
		font-size:17px !important;
	}
	.aligncenter {
		display: block;
		margin: 0 auto;
	}
	.alignright { float: none; }
	.alignleft { float: none; }

	

}





