@charset "UTF-8";

/*---------------------------
　　リセット
---------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

ol, ul, li { list-style: none; }

blockquote, q { quotes: none; }

:focus { outline: 0; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------------------
　　font
---------------------------*/
@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
    font-weight: 400;
    src: url(../font/NotoSansJP-Regular.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
    font-weight: 700;
    src: url(../font/NotoSansJP-Bold.woff) format('woff');
}


/*---------------------------
　　全ページ
---------------------------*/
*, *: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 {
	font-size: 14px;
	font-family: 'NotoSansJP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
				 "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "Arial";
	color: #333;
	line-height: 1.7;
	background: #EEEEE6;
	-webkit-text-size-adjust: none;
	counter-reset: number 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #F7931E;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	line-height: 1.4;
	color: #333;
}

img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

a img:hover {
	opacity: 0.7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.clear { clear: both; }

hr {
	margin: 20px 0;
	border-top: #999 1px dashed;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding:  0;
}


/*---------------------------
　　ヘッダー
---------------------------*/
#globalHeader {
	display: block;
	position: static;
	width: 100%;
	z-index: 100;
	background: #FFF;
}

#globalHeader .bg { background: #2C8054; }

#globalHeader h1 {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 12px;
	background: #2C8054;
	color: #FFF;
}

#globalHeader .header {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
	clear: both;
	overflow: hidden;
}

/* 馬渕個別ロゴ */
.logo-area {
	position: relative;
	display: block;
	float: left;
	z-index: 8001;
}

.logo {
	display: block;
	width: 200px;
	float: left;
}

.course {
	display: block;
	width: 230px;
	padding-left: 20px;
	float: left;
}

.classroom .txt1 {
	font-size: 12px;
	padding-right: 5px;
	color: #2C8054;
}

.classroom .txt2 {
	font-size: 15px;
	font-weight: bold;
	padding-right: 5px;
	color: #2C8054;
}

.target {
	width: 100%;
	font-size: 12px;
	border: #CCC 1px solid;
}

.target .txt1 {
	display: inline-block;
	width: 20%;
	text-align: center;
	border-right: #CCC 1px solid;
}

.target .txt2 {
	display: inline-block;
	width: 80%;
	text-align: center;
}

/* ヘッダーメニュー */
.sub-menu {
	display: block;
	float: right;
}

.sub-menu ul li:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	top: 50%;
	left: 0;
	border: 5px solid transparent;
	border-left: 5px solid #F7931E;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.sub-menu ul li {
	position: relative;
	display: inline-block;
	margin: 0 5px 0 20px;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	vertical-align: middle;
}

/* まぶちのマイページボタン */
.sub-menu ul li.mypage:before { display: none; }

.sub-menu ul li.mypage {
	margin: 0 5px 0 0;
}

.sub-menu ul li.mypage a {
	display: block;
	padding: 0.3em 1em;
	border: 1px solid #2C8054;
	color: #2C8054;
}

/* TOPスライダー
---------------------------*/
#topimg {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #EEEEE6;
}

#slider {
	width: 72.7% !important;
	float: left;
}

#slider li.wid2 {
	letter-spacing: -0.4em;
}

#slider li.wid2 div {
	width: 50% !important;
	display: inline-block;
}

#slider a img:hover,
#slider a:hover { opacity: 1 !important; }

/* バナー設定 */
#curriculum {
	width: 27.3%;
	float: left;
}

/* ナビゲーション
---------------------------*/
#headerNav {
	position: relative;
	display: block;
	width: 100%;
	border-top: #CCC 1px solid;
	background: url(../images/common/gnav_line.gif) repeat-x left bottom;
	clear: both;
}

#top #headerNav { border-top: none;}

#headerNav .item {
	position: relative;
	display: block;
	text-align: center;
}

/* 第一階層 */
#headerNav ul {
	position: relative;
	display: inline-block;
	width: 980px;
	margin: 0 auto;
	border-bottom: #2C8054 5px solid;
	vertical-align:bottom;
	z-index: 50;
}

#headerNav ul li:first-child:before { border-left: none; }

#headerNav ul li:before {
	position: absolute;
	content: '';
	height: 20px;
	top: 50%;
	left: 0;
	border-left: #CCC 1px solid;
	float: left;
	transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    z-index: -1;
}

#headerNav ul li {
	position: relative;
	width: 13.41%;
	float: left;
}

#headerNav ul li.nav2 { background-color: #DCEBCD; }
#headerNav ul li.nav2 a { color: #2C8054; }

#headerNav ul li.nav2 ul li a { color: #FFF; }
#headerNav ul li.nav8:before { border-left: none; }

#headerNav ul li a { color: #333; }

#headerNav ul:first-child li a {
	display: block;
	padding: 15px 0;
	text-align: center;
}

#headerNav ul li a:hover {
	margin-right: -1px;
	background: #2C8054;
	color: #FFF;
	z-index: 10;
}

/* 第二階層 */
#headerNav ul li ul {
	position: absolute;
	border-bottom: none;
	width: 200%;
	/*height: 0;*/
	margin-left: -1px;
	background: #2C8054;
}

#headerNav ul:first-child ul li:before { border-left: none; }

#headerNav ul li:last-child ul{
	left: -100%;
	margin: 0;
}

#headerNav ul li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	background: #2C8054;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#headerNav ul li:hover ul li {
	overflow: visible;
	height: 50px;
}

#headerNav ul li:hover:nth-child(5n) ul li:last-child,
#headerNav ul li:hover:nth-child(6n) ul li:last-child,
#headerNav ul li:hover:nth-child(7n) ul li:last-child {
	height: 70px;
}

#headerNav ul ul li:first-child a {
	border-top: none;
}

#headerNav ul li ul li a {
	border-top: #EEEEE6 1px solid;
	color: #FFF;
}

#headerNav ul li ul li a:hover {
	margin: 0;
	background: #007033;
}

#headerNav ul:first-child li ul li a {
	display: block;
	padding: 13px 15px;
	text-align: left;
}

#headerNav ul:first-child li:nth-child(4n) ul li:last-child a,
#headerNav ul:first-child li:nth-child(5n) ul li:last-child a,
#headerNav ul:first-child li:nth-child(6n) ul li:last-child a {
	display: block;
	padding: 11px 15px;
	text-align: left;
}

#headerNav ul li:last-child a:hover {
	margin-right: 0;
}

/* ホームボタン設定 */
#headerNav ul li.nav1 {
	width: 6.1%;
	text-indent: -9999px;
	background: url(../images/common/home_btn_img.png) no-repeat center center;
}

#headerNav ul li.nav1 a:hover {
	margin-left: 0;
	background: #2C8054 url(../images/common/home_btn_o_img.png) no-repeat center center;
}

/* activeボタン設定 */
#top .nav1 a {
	margin-right: -1px;
	background: url(../images/common/home_btn_img.png) no-repeat center center;
	/*background: #2C8054 url(../images/common/home_btn_o_img.png) no-repeat center center;*/
}

#about .nav2 a,
#classroom-list .nav3 a,
#primary .nav4 a,
#juniorhigh .nav5 a,
#high .nav6 a,
#guide .nav7 a {
	margin-right: -1px;
	background: #2C8054;
	color: #FFF!important;
}

/* ページタイトル
---------------------------*/
h2.page-ttl:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/common/pattern_bg.png) repeat center center;
	opacity: 0.4;
	z-index: 0;
}

h2.page-ttl {
	position: relative;
	padding: 40px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	background: #2C8054;
	color: #FFF;
}


/* パンくず
---------------------------*/
#bread {
	width: 980px;
	margin: 20px auto 0 auto;
}

#bread ul li:first-child:before {
	content: none;
}

#bread ul li:before {
	content: '\003E';
	margin: 0 8px;
	float: left;
	color: #999;
}

#bread ul li {
	display: inline-block;
	font-size: 12px;
}

#bread ul li:last-child {
	font-weight: bold;
	color: #2C8054;
}

#bread ul li a {
	text-decoration: underline;
}


/*---------------------------
　　メインコンテンツ
---------------------------*/
#content {
	display: block;
	width: 980px;
	margin: 80px auto;
	overflow: hidden;
}

#content #main {
	display: block;
	width: 700px;
	float: left;
}

#content #column {
	display: block;
	width: 980px;
}

#content section {
	position: relative;
	display: block;
	margin-bottom: 80px;
	clear: both;
}

.box-link { cursor: pointer; }


/*---------------------------
　　サイドバー
---------------------------*/
#content aside {
	display: block;
	width: 240px;
	margin-left: 40px;
	float: left;
}

#content aside ul li a {
	position: relative;
	display: block;
	padding: 10px 15px;
	border-top: #EEEEE6 1px solid;
	color: #333;
}

#content aside ul li a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 50%;
	right: 6%;
	border: 0px;
	border-top: 2px solid #2C8054;
	border-right: 2px solid #2C8054;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
}

#content aside ul li a:hover {
	font-weight: bold;
	background: #DCEBCD;
	color: #2C8054;
}

/* サイドナビメニュー */
.side-nav {
	display: block;
	margin-bottom: 20px;
	background: #FFF;
}

.side-nav h3 {
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-top: #2C8054 5px solid;
	background: #FFF;
}

/* 教室検索 */
.side-search {
	display: block;
	margin-bottom: 20px;
	background: #FFF;
}

.side-search h3:before {
	content: '';
	width: 22px;
	height: 22px;
	margin: 0 15px;
	background: url(../images/common/side_search_icon.png) no-repeat left center;
	background-size: cover;
	float: left;
}

.side-search h3 {
	padding: 18px 0;
	font-size: 18px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #2C8054;
	color: #FFF;
}

/* サイドバナー */
.side-bnr .banner1 a {
	width: 240px;
	display: block;
	height: 0;
	margin-bottom: 20px;
	padding-top: 62.5%;
	text-indent: -9999px;
	background: url(../images/common/side_line_bnr.png)no-repeat left top;
	background-size: contein;
}

.side-bnr .banner2 a {
	width: 240px;
	display: block;
	height: 0;
	margin-bottom: 20px;
	padding-top: 50%;
	text-indent: -9999px;
	background: url(../images/common/side_results_bnr.jpg)no-repeat left top;
	background-size: contein;
}

.side-bnr .banner3 a {
	width: 240px;
	display: block;
	height: 0;
	margin-bottom: 20px;
	padding-top: 91.6%;
	text-indent: -9999px;
	background: url(../images/common/side_hybrid_bnr.jpg)no-repeat left top;
	background-size: contein;
}

.side-bnr .banner4 a {
	width: 240px;
	display: block;
	height: 0;
	margin-bottom: 20px;
	padding-top: 53%;
	text-indent: -9999px;
	background: url(../images/common/side_systemguide_bnr.png)no-repeat left top;
	background-size: contein;
}

.side-bnr .banner5 a {
	width: 240px;
	display: block;
	height: 0;
	margin-bottom: 20px;
	padding-top: 50%;
	text-indent: -9999px;
	background: url(../images/common/side_kiwami_set_bnr.jpg)no-repeat left top;
	background-size: contein;
}

.side-bnr .banner6 a {
	width: 240px;
	display: block;
	height: 0;
	margin-bottom: 20px;
	padding-top: 50%;
	text-indent: -9999px;
	background: url(../images/common/side_spring.jpg)no-repeat left top;
	background-size: contein;
}

/* 新規開校 */
.side-school {
	display: block;
	margin-bottom: 20px;
	background: #FFF;
}

.side-school h3 {
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #2C8054;
	color: #FFF;
}

.side-school ul li a {
	font-weight: bold;
	color: #2C8054 !important;
}


/*---------------------------
　　フッター
---------------------------*/
#globalFooter {
	width: 100%;
	text-align: center;
	background: #2C8054;
}

#footerNav {
	position: relative;
	display: block;
	width: 980px;
	max-width: 980px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}

/* 馬渕個別 フッターロゴ */
#footerNav .logo-area {
	margin-bottom: 20px;
	padding: 15px;
	float: none;
	background: #FFF;
	border-radius: 5px;
	z-index: 0 !important;
}

#footerNav .logo {
	float: none;
}

#footerNav .course {
	display: block;
	width: 100%;
	padding-left: 0;
	float: none;
}

/* フッターメニュー設定 */
#footerNav .item:first-of-type {
	margin-left: 0;
}

#footerNav .item {
	text-align: center;
	margin-left: 2.6%;
	vertical-align: top;
	float: left;
}

#footerNav .group1 { width: 25%; margin-right: 4%; }
#footerNav .group2 { width: 20%; }
#footerNav .group3 { width: 16%; }
#footerNav .group4 { width: 27%; }

#footerNav .ttl {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #FFF 1px solid;
	color: #FFF;
}

#footerNav ul li a {
	color: #FFF;
}

#footerNav ul.menu1 li {
	margin-bottom: 8px;
	padding: 0 0 8px 5px;
	font-size: 13px;
	border-bottom: #FFF 1px solid;
}

#footerNav ul.menu2 li:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	top: 50%;
	left: 0;
	border: 0px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
}

#footerNav ul.menu2 li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 1.2em;
	font-size: 12px;
}

/*#globalFooter .group4 ul.menu2 li:first-child a {
	color: #FF6;
	font-weight: bold;
}*/

#globalFooter .target-inner {
	width: 980px;
	margin: 0 auto 40px auto;
	color: #FFF;
}

#globalFooter .target-inner .ttl {
	font-size: 14px;
	font-weight: bold;
}

#globalFooter .target-inner p {
	font-size: 13px;
}

#globalFooter .credit {
	display: block;
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	font-size: 12px;
	background: #EEEEE6;
	color: #2C8054;
	clear: both;
}

/* ページの先頭へボタン */
#pagetop {
	position: fixed;
	bottom: 0;
	right: 1%;
	z-index: 1000;
}

#pagetop a {
	display: block;
	width: 100px;
	height: 100px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	letter-spacing: 1;
	background: url(../images/common/totop.png)no-repeat center bottom;
	color: #000;
}

/* JavaScript領域 */
#js {
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

/* Googlリマーケティング タグの隙間回避 */
iframe[name="google_conversion_frame"] {
	position: absolute;
	top: 0;
}


/*---------------------------
　　404ページ
---------------------------*/
.error404 .box {
	padding: 16% 5%;
	width: 100%;
	background: #FFF;
}

.error404 p { text-align: center; }

.error404 p.text_01 {
	font-size: 28px;
	font-weight: bold;
	color: #facd89;
}

.error404 p.text_02 {
	margin-bottom: 10%;
	font-size: 20px;
	color: #999;
}

.error404 .box_area {
	width:80%;
	margin:0 auto;
	padding:4%;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #EEE;
}

.error404 .box_area p {
	margin-bottom: 20px;
	font-size: 18px;
}


/*---------------------------
　　Class設定
---------------------------*/

/* フォントサイズ・ウェイト
---------------------------*/
br.pc { display: block; }
br.sp { display: none; }
.pc_only { display: block; }
.tab_only { display: none; }
.sp_only { display: none; }

/* フォントサイズ・ウェイト
---------------------------*/
.f-sm { font-size: 80%; }
.f-wt { font-weight: bold; }

/* フォントカラー
---------------------------*/
.red { color: #C1272D; }
.grn { color: #2C8054; }
.yel { color: #FFFF00; }
.gry { color: #777; }
.ylg { color: #88C23F; }
.orn { color: #F7931E; }
.bgr { color: #46567A; }
.lgr { color: #C0D7A6; }
.blu { color: #0071BC; }



/*---------------------------
　　Media Queries設定
---------------------------*/

/*---------------------------------------------*/
@media screen and (min-width: 769px) {
/*---------------------------------------------*/

#wrapper { width: 100%;}

hr { margin: 4% 0; }

/* ヘッダー */
#globalHeader .bg { width: 100%; }

#globalHeader h1 {
	width: 100%;
	max-width: 980px;
	padding: 0.7% 2%;
	font-size: 11px;
}

#globalHeader .header { width: 100%; max-width: 980px; }

/* 馬渕個別ロゴ */
.logo-area { padding-left: 2%; }
.logo { width: 160px; }

.course {
	width: 175px;
	padding-left: 3%;
}

.target { font-size: 10px; }

.target .txt1,
.target .txt2 { text-align: center; }

/* ヘッダーメニュー */
.sub-menu { padding-right: 2%;}
/*.sub-menu ul li { padding: 4% 0 0 0; }*/

/* ナビゲーション */
#headerNav ul {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

/* パンくず */
#bread {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 20px 0 0;
}

/* フッター */
#footerNav {
	width: 100%;
	padding: 4% 2%;
}

#footerNav .logo-area {
	margin: 0 auto 5% auto;
	padding: 5%;
}

#footerNav .logo {
	margin: 0 auto;
	text-align: center;
}

#footerNav .classroom {
	margin: 0 auto;
	text-align: center;
}

#globalFooter .target-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 2% 4% 2%;
}

#globalFooter .target-inner p {
	font-size: 12px;
}

}/* 769 */


/*---------------------------------------------*/
@media screen and (max-width: 768px) {
/*---------------------------------------------*/

.tab_only { display: block; }

#globalHeader .bg,
#globalHeader h1 { display: none; }

#globalHeader .header {
	width: 100%;
	padding: 2% 0;
}

/* 馬渕個別ロゴ */
.logo-area { padding-left: 2%; }

.classroom .txt1,
.classroom .txt2 {
	padding-right: 1%;
}

/* ヘッダー */
.sub-menu {
	padding-top: 2%;
	padding-right: 0;
	float: none;
	clear: both;
}

.sub-menu ul {
	padding-top: 2%;
	border-top: #CCC 1px solid;
}

.sub-menu ul li {
	font-size: 13px;
	margin: 0 1% 0 2%;
	padding: 0 0 0 2%;
}

/* TOPスライダー*/
#slider {
	width: 100% !important;
	float: none;
}

/* バナー */
#curriculum {
	width: 100%;
	float: none;
}

#curriculum ul { letter-spacing: -0.4em; }

#curriculum li {
	display: inline-block;
	width: 33.3%;
}

/* バナー設定 */
#curriculum ul.pc_only { display: none; }
#curriculum ul.tab_only { font-size: 0; }

#curriculum .tab_only li {
	width: 25%;
	text-align: center;
	line-height: 1.3;
	font-size: 16px;
	padding: 1em 0;
}

#curriculum .tab_only li a { color: #FFF; }
#curriculum .tab_only li.about a { color: #2C8054; }

#curriculum .tab_only li.about { background-color: #FFFF00; }
#curriculum .tab_only li.primary { background-color: #8CC63F; }
#curriculum .tab_only li.juniorhigh { background-color: #FBB03B; }
#curriculum .tab_only li.high { background-color: #29ABE2; }

/* ナビゲーション */
#headerNav { display: none; }

/* パンくず */
#bread { display: none; }

/* メインコンテンツ */
#content {
	width: 100%;
	margin: 5% auto;
	padding: 0 2%;
	float: none;
	clear: both;
}

/* メインコンテンツ */
#content #column { width: 100%; }

/* サイドバー */
#content aside {
	display: block;
	width: 100%;
	margin-left: 0;
	padding-top: 5%;
	float: none;
	clear: both;
}

.side-nav h3,
.side-school h3 { text-align: left; }

.side-school ul li a {
	font-weight: bold;
	color: #2C8054 !important;
}

.side-search img { display: none; }

/* サイドバナー */
.side-bnr .banner1 a:before,
.side-bnr .banner2 a:before,
.side-bnr .banner3 a:before,
.side-bnr .banner4 a:before,
.side-bnr .banner5 a:before,
.side-bnr .banner6 a:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	top: 50%;
	left: 2%;
	border: 5px solid transparent;
	border-left: 5px solid #89C33F;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.side-bnr { width: 100%; }

.side-bnr .banner1 a,
.side-bnr .banner2 a,
.side-bnr .banner3 a,
.side-bnr .banner4 a,
.side-bnr .banner5 a,
.side-bnr .banner6 a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 2%;
	padding: 2% 5%;
	border: #2C8054 1px solid;
	text-indent: 0;
	background-color: #FFF;
	border-radius: 5px;
	background-image: none;
	background-color: #FFF;
	color: #2C8054;
}

/* active 打ち消し設定 */
#top .mean-nav .nav1 a,
#about .mean-nav .nav2 a {
	margin-right: 0;
	background: none;
}

#top .mean-nav a.mean-expand,
#about .mean-nav a.mean-expand,
#classroom-list .mean-nav a.mean-expand,
#primary .mean-nav a.mean-expand,
#juniorhigh .mean-nav a.mean-expand,
#high .mean-nav a.mean-expand,
#guide .mean-nav a.mean-expand  {
	width: 28px;
	height: 32px;
	margin-right: 0;
	background: rgba(255,255,255,0.1);
}

/* ページタイトル */
h2.page-ttl {
	padding: 4%;
	font-size: 20px;
	line-height: 1.4;
}

/* メインコンテンツ */
#content { margin: 5% auto; }

#content section { margin-bottom: 10%; }

#content #main {
	width: 100%;
	float: none;
}

/* フッター */
#footerNav {
	width: 100%;
	padding: 4% 2%;
}

#footerNav .logo-area {
	width: 100%;
	padding: 3%;
	margin: 0 auto 2% auto;
	text-align: center;
	overflow: hidden;
}

#footerNav .logo { display: inline-block; }
#footerNav .classroom { text-align: center; }

#footerNav .course {
	display: inline-block;
	width: 50%;
	padding-left: 2%;
}

#footerNav .group1 {
	width: 100%;
	margin: 0 0 4% 0;
}

#footerNav .group2 { width: 33.3%; }

#footerNav .group3,
#footerNav .group4 {
	width: 33.3%;
	padding-left: 4%;
}

#footerNav .item { margin-left: 0; }
#footerNav .ttl { margin: 0; }
#footerNav ul.menu1 li { font-size: 12px; }
#footerNav ul.menu2 li:first-child { border-top: none; }

#footerNav ul.menu2 li {
	margin: 0;
	padding: 3% 0 3% 6%;
	font-size: 11px;
	border-top: #FFF 1px dotted;
}

#globalFooter .target-inner {
	width: 100%;
	padding: 0 2%;
}

#globalFooter .target-inner .ttl,
#globalFooter .target-inner p {
	font-size: 10px;
}

#globalFooter .credit { padding: 4% 0 15% 0; }

/* ページの先頭へボタン */
#pagetop {
	left: 0;
	bottom: 0;
	right: 0;
}

#pagetop a:before {
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 6px;
	border: 6px solid transparent;
	border-bottom: 6px solid #FFF;
}

#pagetop a {
	display: block;
	width: 100%;
	height: 40px;
	padding: 15px 0;
	font-weight: normal;
	background: #F7931E;
	border-radius: 0;
	border: none;
	opacity: 0.9;
	color: #FFF;
}

#pagetop a:hover { background: #F7931E; }

}/* 768 */


/*---------------------------------------------*/
@media screen and (max-width: 740px) {
/*---------------------------------------------*/

/* 馬渕個別ロゴ */
.course { display: none; }

/* まぶちのマイページボタン */
.sub-menu ul li.mypage {
	/*width: 46%;*/
	width: 22%;
	margin: 2% 1% 1% 2%;
	padding: 0;
}

.sub-menu ul li.mypage a {
	font-size: 13px;
	padding: 1% 0;
	text-align: center;
}

/* バナー設定 */
#curriculum .tab_only li {
	font-size: 14px;
	padding: 0.8em 0;
}

/* 404ページ */
.error404 .box {
	padding: 10% 5%;
	width: 100%;
}

.error404 p.text_01 { font-size: 24px; }

.error404 p.text_02 {
	font-size: 16px;
	margin-bottom: 4%;
}

.error404 .box_area {
	width:90%;
	padding: 8% 4%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.error404 .box_area p {
	margin-bottom: 4%;
	font-size: 14px;
}

}/* 740 */


/*---------------------------------------------*/
@media screen and (max-width: 640px) {
/*---------------------------------------------*/

br.pc { display: none; }
br.sp { display: block; }
.pc_only { display: none; }
.sp_only { display: block; }
.sp_none { display: none; }

/* activeボタン 打ち消し設定 */
#top .mean-nav a.mean-expand,
#about .mean-nav a.mean-expand,
#classroom-list .mean-nav a.mean-expand,
#primary .mean-nav a.mean-expand,
#juniorhigh .mean-nav a.mean-expand,
#high .mean-nav a.mean-expand
#guide .mean-nav a.mean-expand  {
	width: 26px;
	height: 32px;
	line-height: 1.7;
}

/* フッター */
#footerNav .group2 { width: 50%; }

#footerNav .group3 {
	width: 50%;
	padding-left: 5%;
}

#footerNav .group4 {
	display: block;
	width: 50%;
	margin-top: 5%;
	padding-left: 0;
	clear: both;
}

#footerNav ul.menu1 li,
#globalFooter .target-inner .ttl { font-size: 14px; }

#globalFooter .target-inner p { font-size: 10px; }
#globalFooter .credit { font-size: 10px; }

}/* 640 */


/*---------------------------------------------*/
@media screen and (max-width: 480px) {
/*---------------------------------------------*/

/* フッター */
#footerNav .course {
	display: inline-block;
	width: 100%;
	padding-left: 0;
}

#footerNav ul.menu2 li {
    padding: 3% 0 3% 5%;
    font-size: 12px;
    border-top: none;
    border-bottom: #FFF 1px dotted;
}

#footerNav .group2 { width: 100%; }

#footerNav .group3 {
	width: 100%;
	padding-left:0;
	border: none;
}

#footerNav .group4 {
	display: block;
	width: 100%;
	margin-top: 10%;
	padding-left: 0;
	clear: both;
}

}/* 480 */
