@charset "UTF-8";

@import url(item-apply-mid-modal.css);
@import url(global_application-mid-balloon.css);
@import url(style_add.css);
@import url(style_mid.css);

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

@media only screen and (min-width: 640px) {
  [data-show-screen="sp"] {
    display: none !important;
  }
}

[data-show-screen="pc"] {
  display: none !important;
}
@media only screen and (min-width: 640px) {
  [data-show-screen="pc"] {
    display: block !important;
  }
}

@media only screen and (min-width: 640px) {
  [data-show-display="inline-block"] {
    display: inline-block;
  }
}

@media only screen and (min-width: 640px) {
  [data-show-display="inline"] {
    display: inline;
  }
}

.hover {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
  backface-visibility: hidden;
}
.hover:hover {
  opacity: 0.6;
}

.u-tal {
  text-align: left!important;
}

.u-tac {
  text-align: center!important;
}

.u-tar {
  text-align: right!important;
}

.auto-br {
  display: inline-block;
}

.auto-brBlock {
  display: block;
}

/*!
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

html {
  height: 100%;
  font-size: 10px;
}

body {
  height: 100%;
  color: #000;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
}

input, select, textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

a {
  color: #00aaff;
  text-decoration: none;
}
a:hover {
  color: #00aaff;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.ie8 img {
  width: auto;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
}

.elem-hdg {
  margin: 35px -15px 10px;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.elem-hdg:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 640px) {
  .elem-hdg {
    margin-right: 0;
    margin-left: 0;
  }
}

.l-applicationSP-wrapper {
  width: 100%;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  bottom: -110px; /* update */
  z-index: 500;
}
.l-applicationSP-wrapper.is-fixed {
  position: fixed;
  left: 0;
}
.l-applicationSP-wrapper.is-show {
  bottom: 0;
}
.l-applicationSP-wrapper.is-scroll {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
@media only screen and (min-width: 640px) {
  .l-applicationSP-wrapper {
    display: none;
  }
}
@media all and (orientation: landscape) {
  .l-applicationSP-wrapper {
    display: none;
  }
}

.l-applicationSP {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 85px;
  background: url(../images/bg-bottomNav-ele.png) 50% 0 no-repeat;
  background-size: auto 85px;
}
[data-school="ele"] .l-applicationSP {
  background-image: url(../images/bg-bottomNav-ele.png);
}
[data-school="mid"] .l-applicationSP {
  background-image: url(../images/bg-bottomNav-mid.png);
}

.l-applicationSP-apply {
  display: table-cell;
  vertical-align: top;
}
.l-applicationSP-apply a {
  display: block;
  margin-top: 37px;
  padding: 10px;
}
.l-applicationSP-apply a .l-applicationSP-apply-text {
  display: block;
  margin: 0 auto;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1203px;
  width: 82px;
  height: 23px;
  background-size: 300px 1754px;
}

.l-applicationSP-request {
  display: table-cell;
  width: 120px;
}
.l-applicationSP-request a {
  display: block;
  width: 120px;
  height: 85px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.l-applicationSP-apply.is-ele,
.l-applicationSP-request.is-ele {
  display: none;
}
[data-school="ele"] .l-applicationSP-apply.is-ele, [data-school="ele"]
.l-applicationSP-request.is-ele {
  display: table-cell;
}
.l-applicationSP-apply.is-mid,
.l-applicationSP-request.is-mid {
  display: none;
}
[data-school="mid"] .l-applicationSP-apply.is-mid, [data-school="mid"]
.l-applicationSP-request.is-mid {
  display: table-cell;
}
.l-applicationSP-apply.is-common,
.l-applicationSP-request.is-common {
  display: table-cell;
}
[data-school="ele"] .l-applicationSP-apply.is-common, [data-school="ele"]
.l-applicationSP-request.is-common {
  display: none;
}
[data-school="mid"] .l-applicationSP-apply.is-common, [data-school="mid"]
.l-applicationSP-request.is-common {
  display: none;
}

.l-applicationSP-menu {
  display: table-cell;
  vertical-align: top;
}
.l-applicationSP-menu a {
  margin-top: 37px;
  display: block;
  padding: 10px;
}
.l-applicationSP-menu a .l-applicationSP-menu-text {
  display: block;
  margin: 0 auto;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1231px;
  width: 65px;
  height: 23px;
  background-size: 300px 1754px;
}

.l-applicationSP-pageTop {
  display: table-cell;
  vertical-align: top;
}
.l-applicationSP-pageTop a {
  margin-top: 41px;
  display: block;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-applicationSP-btns-wrapper {
  width: 100%;
  display: none;
}
[data-school="ele"] .l-applicationSP-btns-wrapper.is-ele {
  display: block;
}
[data-school="mid"] .l-applicationSP-btns-wrapper.is-mid {
  display: block;
}
[data-school="ele"] .l-applicationSP-btns-wrapper.is-mid {
  display: none;
}
[data-school="mid"] .l-applicationSP-btns-wrapper.is-ele {
  display: none;
}

.l-applicationSP-btns {
  position: relative;
}
.l-applicationSP-btns:before, .l-applicationSP-btns:after {
  display: table;
  content: ' ';
}
.l-applicationSP-btns:after {
  clear: both;
}

.l-applicationSP-btns-item-apply {
  width: 40%;
  margin-top: 20px;
  padding: 1.5% 0 2% 1.5%;
  float: left;
  background-color: rgba(213, 237, 237, 0.7);
}
[data-school="mid"] .l-applicationSP-btns-item-apply {
  background-color: rgba(229, 234, 243, 0.7);
}
.l-applicationSP-btns-item-apply a {
  position: relative;
  display: block;
  line-height: 35px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #eb6000;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNmIwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViNjAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff6b05), color-stop(100%, #eb6000));
  background: -moz-linear-gradient(top, #ff6b05, #eb6000);
  background: -webkit-linear-gradient(top, #ff6b05, #eb6000);
  background: linear-gradient(to bottom, #ff6b05, #eb6000);
  -moz-box-shadow: 0 3px 0 #AE4700;
  -webkit-box-shadow: 0 3px 0 #AE4700;
  box-shadow: 0 3px 0 #AE4700;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.l-applicationSP-btns-item-apply a:hover {
  background-color: #ff6b05;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmN2IxZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNmIwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7b1f), color-stop(100%, #ff6b05));
  background: -moz-linear-gradient(top, #ff7b1f, #ff6b05);
  background: -webkit-linear-gradient(top, #ff7b1f, #ff6b05);
  background: linear-gradient(to bottom, #ff7b1f, #ff6b05);
}

.l-applicationSP-btns-item-apply-text {
  position: relative;
  padding-left: 20px;
}
.l-applicationSP-btns-item-apply-text:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  margin-right: 0.5em;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -370px;
  width: 11.5px;
  height: 14.5px;
  background-size: 300px 1754px;
  content: "";
}

.l-applicationSP-btns-item-request {
  width: 60%;
  float: left;
  padding: 1.5% 1.5% 2%;
  border-top-left-radius: 5px;
  background-color: rgba(213, 237, 237, 0.7);
}
[data-school="mid"] .l-applicationSP-btns-item-request {
  background-color: rgba(229, 234, 243, 0.7);
}

/*
.l-applicationSP-btns-item-request a {
  position: relative;
  display: block;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #6abf02;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4ZDgwMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZhYmYwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #78d802), color-stop(100%, #6abf02));
  background: -moz-linear-gradient(top, #78d802, #6abf02);
  background: -webkit-linear-gradient(top, #78d802, #6abf02);
  background: linear-gradient(to bottom, #78d802, #6abf02);
  -moz-box-shadow: 0 3px 0 #5C9100;
  -webkit-box-shadow: 0 3px 0 #5C9100;
  box-shadow: 0 3px 0 #5C9100;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.l-applicationSP-btns-item-request a:hover {
  background-color: #78d802;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2ZjEwMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc4ZDgwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #86f103), color-stop(100%, #78d802));
  background: -moz-linear-gradient(top, #86f103, #78d802);
  background: -webkit-linear-gradient(top, #86f103, #78d802);
  background: linear-gradient(to bottom, #86f103, #78d802);
}

.l-applicationSP-btns-item-request-text {
  position: relative;
  padding-left: 24px;
}
.l-applicationSP-btns-item-request-text:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  margin-right: 0.5em;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -629.5px;
  width: 19.5px;
  height: 15px;
  background-size: 300px 1754px;
  content: "";
}
*/

/*===============================
　 2015年夏休み限定 小学TOPフローティングメニュー
===============================*/

[data-school="ele"] .l-applicationSP-btns-item-request a {
  position: relative;
  display: block;
  height: 55px;
  padding-top: 5px;
  line-height: 22px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #6abf02;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4ZDgwMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZhYmYwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #78d802), color-stop(100%, #6abf02));
  background: -moz-linear-gradient(top, #78d802, #6abf02);
  background: -webkit-linear-gradient(top, #78d802, #6abf02);
  background: linear-gradient(to bottom, #78d802, #6abf02);
  -moz-box-shadow: 0 3px 0 #5C9100;
  -webkit-box-shadow: 0 3px 0 #5C9100;
  box-shadow: 0 3px 0 #5C9100;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

[data-school="ele"] .l-applicationSP-btns-item-request a:hover {
  background-color: #78d802;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2ZjEwMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc4ZDgwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #86f103), color-stop(100%, #78d802));
  background: -moz-linear-gradient(top, #86f103, #78d802);
  background: -webkit-linear-gradient(top, #86f103, #78d802);
  background: linear-gradient(to bottom, #86f103, #78d802);
}

[data-school="ele"] .l-applicationSP-btns-item-request-text {
  position: relative;
  padding-left: 24px;
}
[data-school="ele"] .l-applicationSP-btns-item-request-text:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  margin-right: 0.5em;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -629.5px;
  width: 19.5px;
  height: 15px;
  background-size: 300px 1754px;
  content: "";
}



[data-school="mid"] .l-applicationSP-btns-item-request a {
  position: relative;
  display: block;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #6abf02;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4ZDgwMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZhYmYwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #78d802), color-stop(100%, #6abf02));
  background: -moz-linear-gradient(top, #78d802, #6abf02);
  background: -webkit-linear-gradient(top, #78d802, #6abf02);
  background: linear-gradient(to bottom, #78d802, #6abf02);
  -moz-box-shadow: 0 3px 0 #5C9100;
  -webkit-box-shadow: 0 3px 0 #5C9100;
  box-shadow: 0 3px 0 #5C9100;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

[data-school="mid"] .l-applicationSP-btns-item-request a:hover {
  background-color: #78d802;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2ZjEwMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc4ZDgwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #86f103), color-stop(100%, #78d802));
  background: -moz-linear-gradient(top, #86f103, #78d802);
  background: -webkit-linear-gradient(top, #86f103, #78d802);
  background: linear-gradient(to bottom, #86f103, #78d802);
}

[data-school="mid"] .l-applicationSP-btns-item-request-text {
  position: relative;
  padding-left: 24px;
}
[data-school="mid"] .l-applicationSP-btns-item-request-text:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  margin-right: 0.5em;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -629.5px;
  width: 19.5px;
  height: 15px;
  background-size: 300px 1754px;
  content: "";
}

/*===============================
　 2015年夏休み限定 小学TOPフローティングメニュー
===============================*/






@media only screen and (max-width: 640px) {
  .l-applicationPC {
    display: none;
  }
}

.l-applicationPC-btns-wrapper {
  width: 100%;
  height: 70px;
  padding-top: 10px;
  background-color: #d5eded;
  background-color: rgba(213, 237, 237, 0.7);
}
[data-school="mid"] .l-applicationPC-btns-wrapper {
  background-color: #e5eaf3;
  background-color: rgba(229, 234, 243, 0.7);
}
.l-applicationPC-btns-wrapper.is-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.l-applicationPC-btns {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.l-applicationPC-btns:before, .l-applicationPC-btns:after {
  display: table;
  content: ' ';
}
.l-applicationPC-btns:after {
  clear: both;
}

.l-applicationPC-items {
  width: 740px;
  float: left;
}
@media only screen and (min-width: 640px) {
  [data-school="mid"] .l-applicationPC-items {
    margin-left: 140px;
  }
}

.l-applicationPC-item-apply {
  width: 360px;
  float: left;
}
.l-applicationPC-item-apply a {
  position: relative;
  display: block;
  height: 47px;
  line-height: 47px;
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background-color: #eb6000;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNmIwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViNjAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff6b05), color-stop(100%, #eb6000));
  background: -moz-linear-gradient(top, #ff6b05, #eb6000);
  background: -webkit-linear-gradient(top, #ff6b05, #eb6000);
  background: linear-gradient(to bottom, #ff6b05, #eb6000);
  -moz-box-shadow: 0 3px 0 #AE4700;
  -webkit-box-shadow: 0 3px 0 #AE4700;
  box-shadow: 0 3px 0 #AE4700;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.l-applicationPC-item-apply a:hover {
  background-color: #ff6b05;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmN2IxZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNmIwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7b1f), color-stop(100%, #ff6b05));
  background: -moz-linear-gradient(top, #ff7b1f, #ff6b05);
  background: -webkit-linear-gradient(top, #ff7b1f, #ff6b05);
  background: linear-gradient(to bottom, #ff7b1f, #ff6b05);
}

.l-applicationPC-item-apply-text {
  position: relative;
  padding-left: 40px;
}
.l-applicationPC-item-apply-text:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  margin-right: 0.5em;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -740px;
  width: 23px;
  height: 29px;
  content: "";
}

.l-applicationPC-item-request {
  width: 360px;
  float: right;
}
.l-applicationPC-item-request a {
  position: relative;
  display: block;
  height: 47px;
  line-height: 47px;
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background-color: #6abf02;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4ZDgwMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZhYmYwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #78d802), color-stop(100%, #6abf02));
  background: -moz-linear-gradient(top, #78d802, #6abf02);
  background: -webkit-linear-gradient(top, #78d802, #6abf02);
  background: linear-gradient(to bottom, #78d802, #6abf02);
  -moz-box-shadow: 0 3px 0 #5C9100;
  -webkit-box-shadow: 0 3px 0 #5C9100;
  box-shadow: 0 3px 0 #5C9100;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.l-applicationPC-item-request a:hover {
  background-color: #78d802;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2ZjEwMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc4ZDgwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #86f103), color-stop(100%, #78d802));
  background: -moz-linear-gradient(top, #86f103, #78d802);
  background: -webkit-linear-gradient(top, #86f103, #78d802);
  background: linear-gradient(to bottom, #86f103, #78d802);
}

.l-applicationPC-item-request-text {
  position: relative;
  padding-left: 55px;
}
.l-applicationPC-item-request-text:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  margin-right: 0.5em;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1259px;
  width: 39px;
  height: 30px;
  content: "";
}

.l-applicationPC-ph {
  position: absolute;
  right: 0;
  bottom: -28px;
}

.l-applicationPC-content {
  width: 1000px;
  margin: 0 auto 55px;
  padding-top: 20px;
}
.l-applicationPC-content:before, .l-applicationPC-content:after {
  display: table;
  content: ' ';
}
.l-applicationPC-content:after {
  clear: both;
}
.l-applicationPC-content.is-fixed {
  margin-top: 110px;
}

.l-applicationPC-content-freecall {
  position: relative;
  float: left;
  margin-right: 20px;
  padding-left: 120px;
  font-weight: bold;
}
.l-applicationPC-content-freecall:before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -2886px;
  width: 104px;
  height: 84px;
  content: "";
}
@media only screen and (min-width: 640px) {
  [data-school="mid"] .l-applicationPC-content-freecall {
    margin-left: 140px;
  }
}

.l-applicationPC-content-freecall-desc {
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}

.l-applicationPC-content-freecall-tel {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
}

.l-applicationPC-content-call {
  float: left;
}

.l-applicationPC-content-call-tel {
  margin-bottom: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
}

.l-applicationPC-content-call-tel-annotation {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.l-applicationPC-content-call-time {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold;
}

.l-applicationPC-content-call-time-holiday {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
}

.l-sidebar {
  display: none;
}
@media only screen and (min-width: 640px) {
  .l-sidebar {
    display: block;
    width: 220px;
    float: right;
  }
}

.l-sideNav {
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.l-sideNav-hdg,
.l-sideNav-item,
.l-sideNav-item-under {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-sideNav-hdg a,
.l-sideNav-item a,
.l-sideNav-item-under a {
  display: block;
  padding: 15px 15px 15px 40px;
  color: #000;
}
.l-sideNav-hdg a:before,
.l-sideNav-item a:before,
.l-sideNav-item-under a:before {
  margin-right: 0.5em;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 20px;
  color: #ed7019;
  font-size: 10px;
  font-size: 1rem;
}
.l-sideNav-hdg span.is-active,
.l-sideNav-item span.is-active,
.l-sideNav-item-under span.is-active {
  display: block;
  padding: 15px 15px 15px 40px;
  color: #fd913e;
}
.l-sideNav-hdg span.is-active:before,
.l-sideNav-item span.is-active:before,
.l-sideNav-item-under span.is-active:before {
  margin-right: 0.5em;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 20px;
  color: #fd913e;
  font-size: 10px;
  font-size: 1rem;
}

.l-sideNav-hdg {
  border-bottom: 1px solid #e5e5e5;
}
.l-sideNav-hdg a {
  color: #61666b;
}
[data-school="ele"] .l-sideNav-hdg a {
  color: #13b5a8;
}
[data-school="ele"][data-grade="new1"] .l-sideNav-hdg a {
  /*color: #7697A6;*/
	color: #77CAF5;
}
[data-school="ele"][data-grade="1"] .l-sideNav-hdg a {
  color: #F05096;
}
[data-school="ele"][data-grade="2"] .l-sideNav-hdg a {
  color: #F06E00;
}
[data-school="ele"][data-grade="3"] .l-sideNav-hdg a {
  color: #FAAF05;
}
[data-school="ele"][data-grade="4"] .l-sideNav-hdg a {
  color: #14AA32;
}
[data-school="ele"][data-grade="5"] .l-sideNav-hdg a {
  color: #A53C96;
}
[data-school="ele"][data-grade="6"] .l-sideNav-hdg a {
  color: #0082C8;
}
[data-school="mid"] .l-sideNav-hdg a {
  color: #003585;
}
[data-school="mid"][data-grade="new1"] .l-sideNav-hdg a {
  color: #83a3b2;
}
[data-school="mid"][data-grade="1"] .l-sideNav-hdg a {
  color: #738CBB;
}
[data-school="mid"][data-grade="2"] .l-sideNav-hdg a {
  color: #DE762C;
}
[data-school="mid"][data-grade="3"] .l-sideNav-hdg a {
  color: #7DB379;
}
.l-sideNav-hdg a,
.l-sideNav-hdg span.is-active {
  font-weight: bold;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
[data-school="ele"] .l-sideNav-item:last-child span.is-active {
  border-radius: 0 0 5px 5px;
}

.l-sideNav-hdg a,
.l-sideNav-item a,
.l-sideNav-item-under a {
  color: #61666b;
}
.l-sideNav-hdg a:before,
.l-sideNav-item a:before,
.l-sideNav-item-under a:before {
  color: #61666b;
}
[data-school="ele"] .l-sideNav-hdg a:before, [data-school="ele"]
.l-sideNav-item a:before, [data-school="ele"]
.l-sideNav-item-under a:before {
  color: #13b5a8;
}
[data-school="ele"][data-grade="new1"] .l-sideNav-hdg a:before, [data-school="ele"][data-grade="new1"]
.l-sideNav-item a:before, [data-school="ele"][data-grade="new1"]
.l-sideNav-item-under a:before {
  color: #77CAF5;
}
[data-school="ele"][data-grade="1"] .l-sideNav-hdg a:before, [data-school="ele"][data-grade="1"]
.l-sideNav-item a:before, [data-school="ele"][data-grade="1"]
.l-sideNav-item-under a:before {
  color: #F05096;
}
[data-school="ele"][data-grade="2"] .l-sideNav-hdg a:before, [data-school="ele"][data-grade="2"]
.l-sideNav-item a:before, [data-school="ele"][data-grade="2"]
.l-sideNav-item-under a:before {
  color: #F06E00;
}
[data-school="ele"][data-grade="3"] .l-sideNav-hdg a:before, [data-school="ele"][data-grade="3"]
.l-sideNav-item a:before, [data-school="ele"][data-grade="3"]
.l-sideNav-item-under a:before {
  color: #FAAF05;
}
[data-school="ele"][data-grade="4"] .l-sideNav-hdg a:before, [data-school="ele"][data-grade="4"]
.l-sideNav-item a:before, [data-school="ele"][data-grade="4"]
.l-sideNav-item-under a:before {
  color: #14AA32;
}
[data-school="ele"][data-grade="5"] .l-sideNav-hdg a:before, [data-school="ele"][data-grade="5"]
.l-sideNav-item a:before, [data-school="ele"][data-grade="5"]
.l-sideNav-item-under a:before {
  color: #A53C96;
}
[data-school="ele"][data-grade="6"] .l-sideNav-hdg a:before, [data-school="ele"][data-grade="6"]
.l-sideNav-item a:before, [data-school="ele"][data-grade="6"]
.l-sideNav-item-under a:before {
  color: #0082C8;
}
[data-school="mid"] .l-sideNav-hdg a:before, [data-school="mid"]
.l-sideNav-item a:before, [data-school="mid"]
.l-sideNav-item-under a:before {
  color: #003585;
}
[data-school="mid"][data-grade="new1"] .l-sideNav-hdg a:before, [data-school="mid"][data-grade="new1"]
.l-sideNav-item a:before, [data-school="mid"][data-grade="new1"]
.l-sideNav-item-under a:before {
  color: #83a3b2;
}
[data-school="mid"][data-grade="1"] .l-sideNav-hdg a:before, [data-school="mid"][data-grade="1"]
.l-sideNav-item a:before, [data-school="mid"][data-grade="1"]
.l-sideNav-item-under a:before {
  color: #738CBB;
}
[data-school="mid"][data-grade="2"] .l-sideNav-hdg a:before, [data-school="mid"][data-grade="2"]
.l-sideNav-item a:before, [data-school="mid"][data-grade="2"]
.l-sideNav-item-under a:before {
  color: #DE762C;
}
[data-school="mid"][data-grade="3"] .l-sideNav-hdg a:before, [data-school="mid"][data-grade="3"]
.l-sideNav-item a:before, [data-school="mid"][data-grade="3"]
.l-sideNav-item-under a:before {
  color: #7DB379;
}
.l-sideNav-hdg a:hover,
.l-sideNav-hdg span.is-active,
.l-sideNav-item a:hover,
.l-sideNav-item span.is-active,
.l-sideNav-item-under a:hover,
.l-sideNav-item-under span.is-active {
  color: #fff !important;
  background-color: #61666b;
}
.l-sideNav-hdg a:hover:before,
.l-sideNav-hdg span.is-active:before,
.l-sideNav-item a:hover:before,
.l-sideNav-item span.is-active:before,
.l-sideNav-item-under a:hover:before,
.l-sideNav-item-under span.is-active:before {
  color: #fff !important;
}
[data-school="ele"] .l-sideNav-hdg a:hover, [data-school="ele"]
.l-sideNav-hdg span.is-active, [data-school="ele"]
.l-sideNav-item a:hover, [data-school="ele"]
.l-sideNav-item span.is-active, [data-school="ele"]
.l-sideNav-item-under a:hover, [data-school="ele"]
.l-sideNav-item-under span.is-active {
  background-color: #13b5a8;
}
[data-school="ele"][data-grade="new1"] .l-sideNav-hdg a:hover, [data-school="ele"][data-grade="new1"]
.l-sideNav-hdg span.is-active, [data-school="ele"][data-grade="new1"]
.l-sideNav-item a:hover, [data-school="ele"][data-grade="new1"]
.l-sideNav-item span.is-active, [data-school="ele"][data-grade="new1"]
.l-sideNav-item-under a:hover, [data-school="ele"][data-grade="new1"]
.l-sideNav-item-under span.is-active {
 /* background-color: #7697A6;*/
	background-color: #77CAF5;
}
[data-school="ele"][data-grade="1"] .l-sideNav-hdg a:hover, [data-school="ele"][data-grade="1"]
.l-sideNav-hdg span.is-active, [data-school="ele"][data-grade="1"]
.l-sideNav-item a:hover, [data-school="ele"][data-grade="1"]
.l-sideNav-item span.is-active, [data-school="ele"][data-grade="1"]
.l-sideNav-item-under a:hover, [data-school="ele"][data-grade="1"]
.l-sideNav-item-under span.is-active {
  background-color: #F05096;
}
[data-school="ele"][data-grade="2"] .l-sideNav-hdg a:hover, [data-school="ele"][data-grade="2"]
.l-sideNav-hdg span.is-active, [data-school="ele"][data-grade="2"]
.l-sideNav-item a:hover, [data-school="ele"][data-grade="2"]
.l-sideNav-item span.is-active, [data-school="ele"][data-grade="2"]
.l-sideNav-item-under a:hover, [data-school="ele"][data-grade="2"]
.l-sideNav-item-under span.is-active {
  background-color: #F06E00;
}
[data-school="ele"][data-grade="3"] .l-sideNav-hdg a:hover, [data-school="ele"][data-grade="3"]
.l-sideNav-hdg span.is-active, [data-school="ele"][data-grade="3"]
.l-sideNav-item a:hover, [data-school="ele"][data-grade="3"]
.l-sideNav-item span.is-active, [data-school="ele"][data-grade="3"]
.l-sideNav-item-under a:hover, [data-school="ele"][data-grade="3"]
.l-sideNav-item-under span.is-active {
  background-color: #FAAF05;
}
[data-school="ele"][data-grade="4"] .l-sideNav-hdg a:hover, [data-school="ele"][data-grade="4"]
.l-sideNav-hdg span.is-active, [data-school="ele"][data-grade="4"]
.l-sideNav-item a:hover, [data-school="ele"][data-grade="4"]
.l-sideNav-item span.is-active, [data-school="ele"][data-grade="4"]
.l-sideNav-item-under a:hover, [data-school="ele"][data-grade="4"]
.l-sideNav-item-under span.is-active {
  background-color: #14AA32;
}
[data-school="ele"][data-grade="5"] .l-sideNav-hdg a:hover, [data-school="ele"][data-grade="5"]
.l-sideNav-hdg span.is-active, [data-school="ele"][data-grade="5"]
.l-sideNav-item a:hover, [data-school="ele"][data-grade="5"]
.l-sideNav-item span.is-active, [data-school="ele"][data-grade="5"]
.l-sideNav-item-under a:hover, [data-school="ele"][data-grade="5"]
.l-sideNav-item-under span.is-active {
  background-color: #A53C96;
}
[data-school="ele"][data-grade="6"] .l-sideNav-hdg a:hover, [data-school="ele"][data-grade="6"]
.l-sideNav-hdg span.is-active, [data-school="ele"][data-grade="6"]
.l-sideNav-item a:hover, [data-school="ele"][data-grade="6"]
.l-sideNav-item span.is-active, [data-school="ele"][data-grade="6"]
.l-sideNav-item-under a:hover, [data-school="ele"][data-grade="6"]
.l-sideNav-item-under span.is-active {
  background-color: #0082C8;
}
[data-school="mid"] .l-sideNav-hdg a:hover, [data-school="mid"]
.l-sideNav-hdg span.is-active, [data-school="mid"]
.l-sideNav-item a:hover, [data-school="mid"]
.l-sideNav-item span.is-active, [data-school="mid"]
.l-sideNav-item-under a:hover, [data-school="mid"]
.l-sideNav-item-under span.is-active {
  background-color: #003585;
}
[data-school="mid"][data-grade="new1"] .l-sideNav-hdg a:hover, [data-school="mid"][data-grade="new1"]
.l-sideNav-hdg span.is-active, [data-school="mid"][data-grade="new1"]
.l-sideNav-item a:hover, [data-school="mid"][data-grade="new1"]
.l-sideNav-item span.is-active, [data-school="mid"][data-grade="new1"]
.l-sideNav-item-under a:hover, [data-school="mid"][data-grade="new1"]
.l-sideNav-item-under span.is-active {
  background-color: #83a3b2;
}
[data-school="mid"][data-grade="1"] .l-sideNav-hdg a:hover, [data-school="mid"][data-grade="1"]
.l-sideNav-hdg span.is-active, [data-school="mid"][data-grade="1"]
.l-sideNav-item a:hover, [data-school="mid"][data-grade="1"]
.l-sideNav-item span.is-active, [data-school="mid"][data-grade="1"]
.l-sideNav-item-under a:hover, [data-school="mid"][data-grade="1"]
.l-sideNav-item-under span.is-active {
  background-color: #738CBB;
}
[data-school="mid"][data-grade="2"] .l-sideNav-hdg a:hover, [data-school="mid"][data-grade="2"]
.l-sideNav-hdg span.is-active, [data-school="mid"][data-grade="2"]
.l-sideNav-item a:hover, [data-school="mid"][data-grade="2"]
.l-sideNav-item span.is-active, [data-school="mid"][data-grade="2"]
.l-sideNav-item-under a:hover, [data-school="mid"][data-grade="2"]
.l-sideNav-item-under span.is-active {
  background-color: #DE762C;
}
[data-school="mid"][data-grade="3"] .l-sideNav-hdg a:hover, [data-school="mid"][data-grade="3"]
.l-sideNav-hdg span.is-active, [data-school="mid"][data-grade="3"]
.l-sideNav-item a:hover, [data-school="mid"][data-grade="3"]
.l-sideNav-item span.is-active, [data-school="mid"][data-grade="3"]
.l-sideNav-item-under a:hover, [data-school="mid"][data-grade="3"]
.l-sideNav-item-under span.is-active {
  background-color: #7DB379;
}

.l-sideNav-item,
.l-sideNav-item-under {
  border-bottom: 1px solid #e5e5e5;
}
.l-sideNav-item:last-child,
.l-sideNav-item-under:last-child {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}
.l-sideNav-item:last-child a:hover,
.l-sideNav-item-under:last-child a:hover {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}

.l-sideNav-item-under a, .l-sideNav-item-under span.is-active {
  padding-left: 60px;
}
.l-sideNav-item-under a:before, .l-sideNav-item-under span.is-active:before {
  left: 40px;
}

.l-pickup-hdg {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 3px solid #5c6166;
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
}
[data-school="ele"] .l-pickup-hdg {
  border-color: #60bfb7;
}
[data-school="mid"] .l-pickup-hdg {
  border-color: #003585;
}

.l-pickup-item {
  margin-bottom: 15px;
}

.l-sitemap-wrapper {
  width: 100%;
  border-top: 2px solid #5C6166;
  background-color: #f7f7f7;
  padding-top: 10px;
}
@media only screen and (min-width: 640px) {
  .l-sitemap-wrapper {
    padding-top: 20px;
  }
}
[data-school="ele"] .l-sitemap-wrapper {
  border-color: #d70c25;
}
[data-school="mid"] .l-sitemap-wrapper {
  border-color: #003585;
}

.l-sitemapPC {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: none;
}
.l-sitemapPC:before, .l-sitemapPC:after {
  display: table;
  content: ' ';
}
.l-sitemapPC:after {
  clear: both;
}
@media only screen and (min-width: 640px) {
  .l-sitemapPC {
    display: block;
  }
}

.l-sitemapPC-main {
  position: relative;
  width: 740px;
  float: left;
}
.l-sitemapPC-main.l-sitemapPC-main-ind-ele {
  width: 480px;
  float: left;
}
.l-sitemapPC-main.l-sitemapPC-main-ind-mid {
  width: 480px;
  float: right;
}

.l-sitemapPC-main-hdg {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -2354px;
  width: 296px;
  height: 42px;
  margin-bottom: 20px;
}
.l-sitemapPC-main-ind-mid .l-sitemapPC-main-hdg {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -2151px;
  width: 294px;
  height: 39px;
  height: 42px;
}
[data-school="mid"] .l-sitemapPC-main-hdg {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -2151px;
  width: 294px;
  height: 39px;
}

.l-sitemapPC-main-other {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -2250px;
  width: 140px;
  height: 42px;
}
[data-school="mid"] .l-sitemapPC-main-other {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 2px -2352px;
  width: 160px;
  height: 54px;
}
.l-sitemapPC-main-other a {
  width: 140px;
  height: 42px;
  display: block;
}

.l-sitemapPC-content {
  padding-top: 20px;
  border-top: 1px solid #c8c8c8;
}
.l-sitemapPC-content:before, .l-sitemapPC-content:after {
  display: table;
  content: ' ';
}
.l-sitemapPC-content:after {
  clear: both;
}

.l-sitemapPC-content-col {
  width: 236px;
  float: left;
  margin-right: 15px;
}
.l-sitemapPC-content-col:last-child {
  margin-right: 0;
}
.l-sitemapPC-main-ind-ele .l-sitemapPC-content-col, .l-sitemapPC-main-ind-mid .l-sitemapPC-content-col {
  width: 232px;
}
[data-school="mid"] .l-sitemapPC-content-col {
  /*width: 173px;*/
}

.l-sitemapPC-content-hdg {
  margin-bottom: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.l-sitemapPC-content-items {
  margin-bottom: 20px;
}

.l-sitemapPC-content-item {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.l-sitemapPC-content-item a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
}
.l-sitemapPC-content-item a:hover {
  color: #000;
  text-decoration: underline;
}
.l-sitemapPC-content-item:before {
  margin-right: 0.5em;
  position: absolute;
  top: 5px;
  left: 0;
  color: #ed7019;
  font-size: 10px;
  font-size: 1rem;
}

.l-sitemapPC-sub {
  width: 410px;
  float: right;
}
.l-sitemapPC-sub .l-sitemapPC-content {
  padding-top: 0;
  border-top: none;
}

.l-sitemapPC-bottomImg-wrapper {
  width: 100%;
}
.l-sitemapPC-bottomImg-wrapper.is-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 110;
}

.l-sitemapPC-bottomImg-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.l-sitemapPC-bottomImg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.l-sitemapPC-bottomImg-pageTop {
  position: absolute;
  right: 0px;
  bottom: 140px;
  display: block;
  padding: 15px 7px;
  background-color: #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.l-sitemapPC-bottomImg-pageTop-icon {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -704px;
  width: 42px;
  height: 26px;
}

.l-sitemapSP {
  display: block;
}
@media only screen and (min-width: 640px) {
  .l-sitemapSP {
    display: none;
  }
}

.l-sitemapSP-main-hdg {
  padding: 10px 10px 15px;
  border-bottom: 1px solid #c8c8c8;
}

.l-sitemapSP-main-hdg-text {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1349px;
  width: 300px;
  height: 42px;
  background-size: 300px 1754px;
  margin: 0 auto;
}

.l-sitemapSP-main-ind-mid .l-sitemapSP-main-hdg-text,
[data-school="mid"] .l-sitemapSP-main-hdg-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1396px;
  width: 300px;
  height: 42px;
  background-size: 300px 1754px;
}

.l-sitemapSP-main-item {
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-sitemapSP-main-item a {
  position: relative;
  padding: 15px 0 15px 15px;
  display: block;
  color: #000;
}
.l-sitemapSP-main-item a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  color: #ed7019;
  font-size: 12px;
  font-size: 1.2rem;
}
.l-sitemapSP-main-item.grade-new1 a:after {
  display: none;
}
.l-sitemapSP-main-item.grade-new1 a .grade-text {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1100px;
  /*width: 108px;*/
	width: 245px;
  height: 20px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-ind-mid .l-sitemapSP-main-item.grade-new1 a .grade-text, [data-school="mid"] .l-sitemapSP-main-item.grade-new1 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -849.5px;
  width: 245px;
  height: 17px;
  background-size: 300px 1754px;
}

.l-sitemapSP-main-items2 {
  display: table;
  width: 100%;
}
.l-sitemapSP-main-items2 .l-sitemapSP-main-item {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.l-sitemapSP-main-items2 .l-sitemapSP-main-item:first-child {
  border-right: 1px solid #c8c8c8;
}
.l-sitemapSP-main-items2 .l-sitemapSP-main-item.grade-new1 a .grade-text {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1100px;
  width: 108px;
  height: 20px;
  background-size: 300px 1754px;
}

.l-sitemapSP-main-items-grade {
  display: table;
  width: 100%;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item {
  display: table-cell;
  width: 33%;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item:nth-child(1),
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item:nth-child(2) {
  border-right: 1px solid #c8c8c8;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-new-ele1 {
  border-right: none;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item a {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item a:after {
  content: "" !important;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item a .grade-text {
  display: block;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-1 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1052.5px;
  width: 85px;
  height: 18px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-2 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1029.5px;
  width: 65px;
  height: 18px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-3 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1006.5px;
  width: 65px;
  height: 18px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-4 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -983.5px;
  width: 65px;
  height: 18px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-5 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -960.5px;
  width: 65px;
  height: 18px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-6 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -937.5px;
  width: 65px;
  height: 18px;
  background-size: 300px 1754px;
}

.l-sitemapSP-main-ind-mid .l-sitemapSP-main-items-grade .l-sitemapSP-main-item a,
[data-school="mid"] .l-sitemapSP-main-items-grade .l-sitemapSP-main-item a {
  padding-left: 0;
}
.l-sitemapSP-main-ind-mid .l-sitemapSP-main-items-grade .l-sitemapSP-main-item .grade-text,
[data-school="mid"] .l-sitemapSP-main-items-grade .l-sitemapSP-main-item .grade-text {
  margin: 0 auto;
}
.l-sitemapSP-main-ind-mid .l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-1 a .grade-text,
[data-school="mid"] .l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-1 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -915.5px;
  width: 85px;
  height: 17px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-ind-mid .l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-2 a .grade-text,
[data-school="mid"] .l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-2 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -893.5px;
  width: 85px;
  height: 17px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-ind-mid .l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-3 a .grade-text,
[data-school="mid"] .l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-3 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -871.5px;
  width: 85px;
  height: 17px;
  background-size: 300px 1754px;
}

.l-sitemapSP-link {
  padding: 10px 15px;
}

.l-sitemapSP-link-mimamoruNet {
  width: 100%;
  margin-bottom: 10px;
}
.l-sitemapSP-link-mimamoruNet a {
  display: block;
  position: relative;
  padding: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28;
  background-color: #0bb5cb;
  color: #fff;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 3px 0 #0991a2;
  -webkit-box-shadow: 0 3px 0 #0991a2;
  box-shadow: 0 3px 0 #0991a2;
}
.l-sitemapSP-link-mimamoruNet a:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-sitemapSP-link-mimamoruNet a .l-sitemapSP-link-mimamoruNet-icon:before {
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -0.5em;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.l-sitemapSP-link-mimamoruNet a .l-sitemapSP-link-mimamoruNet-name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 0.2em;
}

[data-school="ele"] .l-sitemapSP-link-mimamoruNet a {
  background-color: #0bb5cb;
  -moz-box-shadow: 0 3px 0 #0991a2;
  -webkit-box-shadow: 0 3px 0 #0991a2;
  box-shadow: 0 3px 0 #0991a2;
}

[data-school="mid"] .l-sitemapSP-link-mimamoruNet a {
  background-color: #206289;
  -moz-box-shadow: 0 3px 0 #1b5375;
  -webkit-box-shadow: 0 3px 0 #1b5375;
  box-shadow: 0 3px 0 #1b5375;
}

.l-sitemapSP-link-mid a {
  display: block;
  padding: 5px 0 10px;
  border: 1px solid #c8c8c8;
}

.l-sitemapSP-link-mid-head a {
  display: block;
  padding: 10px 0 10px;
  border-bottom: 1px solid #c8c8c8;
}

.l-sitemapSP-link-ele-head a {
  display: block;
  padding: 10px 0 10px;
  border-bottom: 1px solid #c8c8c8;
}

.l-sitemapSP-link-mid-text {
  display: block;
  margin: 0 auto;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1490px;
  width: 153px;
  height: 43px;
  background-size: 300px 1754px;
}
[data-school="mid"] .l-sitemapSP-link-mid-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1538px;
  width: 153px;
  height: 43px;
  background-size: 300px 1754px;
}

.l-sitemapSPmenu {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  background-color: #fafafa;
  z-index: 1000;
  overflow: scroll;
  overflow-x: hidden;
}
.l-sitemapSPmenu.is-bottomFixed {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  padding-bottom: 60px;
}

.l-sitemapSPmenu-main-hdg {
  padding: 10px 10px 15px;
  border-bottom: 1px solid #c8c8c8;
}

.l-sitemapSPmenu-main-hdg-text {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1349px;
  width: 300px;
  height: 42px;
  background-size: 300px 1754px;
  margin: 0 auto;
}

.l-sitemapSPmenu-main-item {
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-sitemapSPmenu-main-item a {
  position: relative;
  padding: 15px 0 15px 15px;
  display: block;
  color: #000;
}
.l-sitemapSPmenu-main-item a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  color: #ed7019;
  font-size: 12px;
  font-size: 1.2rem;
}
.l-sitemapSPmenu-main-item.grade-new1 a:after {
  display: none;
}
.l-sitemapSPmenu-main-item.grade-new1 a .grade-text {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1100px;
  /*width: 108px;*/
	width: 240px;
  height: 20px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-ind-mid .l-sitemapSPmenu-main-item.grade-new1 a .grade-text, [data-school="mid"] .l-sitemapSPmenu-main-item.grade-new1 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -849.5px;
  width: 245px;
  height: 17px;
  background-size: 300px 1754px;
}

.l-sitemapSPmenu-main-items2 {
  display: table;
  width: 100%;
}
.l-sitemapSPmenu-main-items2 .l-sitemapSPmenu-main-item {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.l-sitemapSPmenu-main-items2 .l-sitemapSPmenu-main-item:first-child {
  border-right: 1px solid #c8c8c8;
}
.l-sitemapSPmenu-main-items2 .l-sitemapSPmenu-main-item.grade-new1 a .grade-text {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1100px;
  width: 108px;
  height: 20px;
  background-size: 300px 1754px;
}

.l-sitemapSPmenu-main-items-grade {
  display: table;
  width: 100%;
}
.l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item {
  display: table-cell;
  width: 33%;
}
.l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item:nth-child(1), .l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item:nth-child(2) {
  border-right: 1px solid #c8c8c8;
}
.l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item a:after {
  content: "" !important;
}
.l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item a .grade-text {
  display: block;
}
.l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item.grade-1 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1052.5px;
  width: 85px;
  height: 18px;
  background-size: 300px 1754px;
}
.l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item.grade-2 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1029.5px;
  width: 65px;
  height: 18px;
  background-size: 300px 1754px;
}
.l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item.grade-3 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1006.5px;
  width: 65px;
  height: 18px;
  background-size: 300px 1754px;
}
.l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item.grade-4 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -983.5px;
  width: 65px;
  height: 18px;
  background-size: 300px 1754px;
}
.l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item.grade-5 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -960.5px;
  width: 65px;
  height: 18px;
  background-size: 300px 1754px;
}
.l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item.grade-6 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -937.5px;
  width: 65px;
  height: 18px;
  background-size: 300px 1754px;
}

.l-sitemapSP-main-ind-mid .l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item a,
[data-school="mid"] .l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item a {
  padding-left: 0;
}
.l-sitemapSP-main-ind-mid .l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item .grade-text,
[data-school="mid"] .l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item .grade-text {
  margin: 0 auto;
}
.l-sitemapSP-main-ind-mid .l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item.grade-1 a .grade-text,
[data-school="mid"] .l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item.grade-1 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -915.5px;
  width: 85px;
  height: 17px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-ind-mid .l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item.grade-2 a .grade-text,
[data-school="mid"] .l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item.grade-2 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -893.5px;
  width: 85px;
  height: 17px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-ind-mid .l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item.grade-3 a .grade-text,
[data-school="mid"] .l-sitemapSPmenu-main-items-grade .l-sitemapSPmenu-main-item.grade-3 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -871.5px;
  width: 85px;
  height: 17px;
  background-size: 300px 1754px;
}

.l-sitemapSPmenu-link {
  padding: 10px 15px;
}

.l-sitemapSPmenu-link-mimamoruNet {
  width: 100%;
  margin-bottom: 10px;
}
.l-sitemapSPmenu-link-mimamoruNet a {
  display: block;
  position: relative;
  padding: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28;
  background-color: #0bb5cb;
  color: #fff;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 3px 0 #0991a2;
  -webkit-box-shadow: 0 3px 0 #0991a2;
  box-shadow: 0 3px 0 #0991a2;
}
.l-sitemapSPmenu-link-mimamoruNet a:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-sitemapSPmenu-link-mimamoruNet a .l-sitemapSPmenu-link-mimamoruNet-icon:before {
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -0.5em;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.l-sitemapSPmenu-link-mimamoruNet a .l-sitemapSPmenu-link-mimamoruNet-name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 0.2em;
}

[data-school="ele"] .l-sitemapSPmenu-link-mimamoruNet a {
  background-color: #0bb5cb;
  -moz-box-shadow: 0 3px 0 #0991a2;
  -webkit-box-shadow: 0 3px 0 #0991a2;
  box-shadow: 0 3px 0 #0991a2;
}

[data-school="mid"] .l-sitemapSPmenu-link-mimamoruNet a {
  background-color: #206289;
  -moz-box-shadow: 0 3px 0 #1b5375;
  -webkit-box-shadow: 0 3px 0 #1b5375;
  box-shadow: 0 3px 0 #1b5375;
}

.l-sitemapSPmenu-link-close {
  width: 100%;
}
.l-sitemapSPmenu-link-close a {
  display: block;
  position: relative;
  padding: 15px 15px 15px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28;
  background-color: #dddddd;
  color: #000;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 3px 0 #cccccc;
  -webkit-box-shadow: 0 3px 0 #cccccc;
  box-shadow: 0 3px 0 #cccccc;
}

.l-footer {
  width: 100%;
  background-color: #333;
}
[data-school="ele"] .l-footer, [data-school="mid"] .l-footer {
  padding-bottom: 80px;
}
@media only screen and (min-width: 640px) {
  .l-footer {
    padding-top: 20px;
    padding-bottom: 0;
  }
  [data-school="ele"] .l-footer, [data-school="mid"] .l-footer {
    padding-bottom: 0;
  }
}

.l-footer-utility {
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .l-footer-utility {
    margin-bottom: 20px;
  }
}

.l-footer-utility-item {
  display: block;
}
@media only screen and (min-width: 640px) {
  .l-footer-utility-item {
    display: inline;
  }
}
.l-footer-utility-item a {
  display: block;
  position: relative;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  border-bottom: 1px solid #000;
}
.l-footer-utility-item a:after {
  margin-top: -7px;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .l-footer-utility-item a:after {
    content: "" !important;
  }
}
@media only screen and (min-width: 640px) {
  .l-footer-utility-item a {
    margin: 0 15px;
    padding: 0;
    text-align: center;
    display: inline;
    border: none;
  }
}
.l-footer-utility-item a:hover {
  text-decoration: underline;
}
.l-footer-utility-item a:hover[target="_blank"]:after {
  text-decoration: none;
}
.l-footer-utility-item.is-sitemap {
  display: none;
}
@media only screen and (min-width: 640px) {
  .l-footer-utility-item.is-sitemap {
    display: inline;
  }
}

.l-footer-utility-item-icon {
  display: none;
}
@media only screen and (min-width: 640px) {
  .l-footer-utility-item-icon {
    display: inline-block;
  }
}

.l-footer-utility-item-icon:before {
  margin-left: 0.5em;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-footer-logo {
  display: block;
  margin: 0 auto 5px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -270px;
  width: 196px;
  height: 20px;
}

.l-footer-copyright {
  display: block;
  padding-bottom: 15px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

div#bgLayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: black;
  filter: alpha(opacity=80) !important;
  opacity: 0.8;
  z-index: 20;
}
body[data-school="mid"] div#bgLayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: black;
  filter: alpha(opacity=80) !important;
  opacity: 0.8;
  z-index: 20;
}

@media only screen and (max-width: 640px) {
  .l-container {
    min-width: 320px;
  }
}
@media only screen and (min-width: 640px) {
  .l-container {
    min-width: 1036px;
    min-height: 100%;
  }
}

.l-header-wrapper {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 3px solid #ccc;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
}
@media only screen and (min-width: 640px) {
  .l-header-wrapper {
    display: block;
  }
}

.l-header {
  width: 1000px;
  margin: 0 auto;
  padding-top: 15px;
}
.l-header:before, .l-header:after {
  display: table;
  content: ' ';
}
.l-header:after {
  clear: both;
}
.l-header.is-common {
  padding-bottom: 12px;
}

.l-header-logo {
  width: 430px;
  float: left;
}
.l-header-logo a {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -2578px;
  width: 430px;
  height: 50px;
}

[data-school="ele"] .l-header-logo {
  width: 190px;
}
[data-school="ele"] .l-header-logo a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -2518px;
  width: 190px;
  height: 50px;
}

[data-school="mid"] .l-header-logo {
  width: 170px;
}
[data-school="mid"] .l-header-logo a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -2638px;
  width: 170px;
  height: 50px;
}

.l-header-utility {
  width: 500px;
  float: right;
  margin-right: 20px;
}
.is-common .l-header-utility {
  margin-top: 10px;
  margin-right: 0;
}

.l-header-utility-link {
  float: right;
  width: 280px;
  margin-top: 7px;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
}

.l-header-utility-link-item {
  display: inline;
  margin-right: 20px;
}
.l-header-utility-link-item:before {
  margin-right: 0.5em;
  color: #ed7019;
  font-size: 10px;
  font-size: 1rem;
}
.l-header-utility-link-item a {
  color: #000;
}
.l-header-utility-link-item a:hover {
  color: #000;
  text-decoration: underline;
}

.l-header-utility-search {
  float: right;
  width: 220px;
}
.l-header-utility-search form {
  position: relative;
  width: 100%;
  padding: 2px 0 2px 10px;
  border: 2px solid #e9e9e9;
  font-size: 13px;
  font-size: 1.3rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
}
.l-header-utility-search .l-header-utility-search-text {
  width: 175px;
  border: none;
}
.l-header-utility-search .l-header-utility-search-submit {
  position: absolute;
  top: 2px;
  right: 2px;
  border: 0px;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -570px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.l-header-mimamoruNet {
  float: right;
  width: 180px;
}
.l-header-mimamoruNet a {
  position: relative;
  display: block;
  width: 180px;
  height: 50px;
  padding: 8px 25px 8px 30px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.28;
  background-color: #0bb5cb;
  color: #fff;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 3px 0 #0991a2;
  -webkit-box-shadow: 0 3px 0 #0991a2;
  box-shadow: 0 3px 0 #0991a2;
}
.l-header-mimamoruNet a:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-header-mimamoruNet a .l-header-mimamoruNet-icon:before {
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -0.5em;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.l-header-mimamoruNet a:hover {
  background-color: #2fddf4;
}
.l-header-mimamoruNet a .l-header-mimamoruNet-name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

[data-school="ele"] .l-header-mimamoruNet a {
  background-color: #0bb5cb;
  -moz-box-shadow: 0 3px 0 #0991a2;
  -webkit-box-shadow: 0 3px 0 #0991a2;
  box-shadow: 0 3px 0 #0991a2;
}
[data-school="ele"] .l-header-mimamoruNet a:hover {
  background-color: #2fddf4;
}

[data-school="mid"] .l-header-mimamoruNet a {
  background-color: #206289;
  -moz-box-shadow: 0 3px 0 #1b5375;
  -webkit-box-shadow: 0 3px 0 #1b5375;
  box-shadow: 0 3px 0 #1b5375;
}
[data-school="mid"] .l-header-mimamoruNet a:hover {
  background-color: #297fb3;
}

.l-header-navYear {
  float: right;
  width: 560px;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: -3px;
}
[data-school="mid"] .l-header-navYear {
  width: 480px;
}

.l-header-navYear-items:before, .l-header-navYear-items:after {
  display: table;
  content: ' ';
}
.l-header-navYear-items:after {
  clear: both;
}

.l-header-navYear-item {
  float: left;
  width: 80px;
  height: 30px;
}
.l-header-navYear-item a {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.l-header-navYear-item.item-new1 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1059px;
  width: 80px;
  height: 30px;
}
.l-header-navYear-item.item-new1 a:hover, .l-header-navYear-item.item-new1 a.on {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1019px;
  width: 80px;
  height: 30px;
}
.l-header-navYear-item.item-year1 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1579px;
  width: 80px;
  height: 30px;
}
.l-header-navYear-item.item-year1 a:hover, .l-header-navYear-item.item-year1 a.on {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1619px;
  width: 80px;
  height: 30px;
}
.l-header-navYear-item.item-year2 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -779px;
  width: 80px;
  height: 30px;
}
.l-header-navYear-item.item-year2 a:hover, .l-header-navYear-item.item-year2 a.on {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1459px;
  width: 80px;
  height: 30px;
}
.l-header-navYear-item.item-year3 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1219px;
  width: 80px;
  height: 30px;
}
.l-header-navYear-item.item-year3 a:hover, .l-header-navYear-item.item-year3 a.on {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1299px;
  width: 80px;
  height: 30px;
}
.l-header-navYear-item.item-year4 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1419px;
  width: 80px;
  height: 30px;
}
.l-header-navYear-item.item-year4 a:hover, .l-header-navYear-item.item-year4 a.on {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1659px;
  width: 80px;
  height: 30px;
}
.l-header-navYear-item.item-year5 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -899px;
  width: 80px;
  height: 30px;
}
.l-header-navYear-item.item-year5 a:hover, .l-header-navYear-item.item-year5 a.on {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -859px;
  width: 80px;
  height: 30px;
}
.l-header-navYear-item.item-year6 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -979px;
  width: 80px;
  height: 30px;
}
.l-header-navYear-item.item-year6 a:hover, .l-header-navYear-item.item-year6 a.on {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -939px;
  width: 80px;
  height: 30px;
}

[data-school="ele"][data-grade="new1"] .l-header-navYear-item.item-new1 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1019px;
  width: 80px;
  height: 30px;
}
[data-school="ele"][data-grade="1"] .l-header-navYear-item.item-year1 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1619px;
  width: 80px;
  height: 30px;
}
[data-school="ele"][data-grade="2"] .l-header-navYear-item.item-year2 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1459px;
  width: 80px;
  height: 30px;
}
[data-school="ele"][data-grade="3"] .l-header-navYear-item.item-year3 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1299px;
  width: 80px;
  height: 30px;
}
[data-school="ele"][data-grade="4"] .l-header-navYear-item.item-year4 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1659px;
  width: 80px;
  height: 30px;
}
[data-school="ele"][data-grade="5"] .l-header-navYear-item.item-year5 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -859px;
  width: 80px;
  height: 30px;
}
[data-school="ele"][data-grade="6"] .l-header-navYear-item.item-year6 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -939px;
  width: 80px;
  height: 30px;
}

[data-school="mid"] .l-header-navYear-item {
  width: 120px;
  height: 30px;
}
[data-school="mid"] .l-header-navYear-item.item-new1 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1139px;
  width: 120px;
  height: 30px;
}
[data-school="mid"] .l-header-navYear-item.item-new1 a:hover, [data-school="mid"] .l-header-navYear-item.item-new1 a.on {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1099px;
  width: 120px;
  height: 30px;
}
[data-school="mid"] .l-header-navYear-item.item-year1 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1499px;
  width: 120px;
  height: 30px;
}
[data-school="mid"] .l-header-navYear-item.item-year1 a:hover, [data-school="mid"] .l-header-navYear-item.item-year1 a.on {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1539px;
  width: 120px;
  height: 30px;
}
[data-school="mid"] .l-header-navYear-item.item-year2 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1339px;
  width: 120px;
  height: 30px;
}
[data-school="mid"] .l-header-navYear-item.item-year2 a:hover, [data-school="mid"] .l-header-navYear-item.item-year2 a.on {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1379px;
  width: 120px;
  height: 30px;
}
[data-school="mid"] .l-header-navYear-item.item-year3 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -819px;
  width: 120px;
  height: 30px;
}
[data-school="mid"] .l-header-navYear-item.item-year3 a:hover, [data-school="mid"] .l-header-navYear-item.item-year3 a.on {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1179px;
  width: 120px;
  height: 30px;
}

[data-school="mid"][data-grade="new1"] .l-header-navYear-item.item-new1 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1099px;
  width: 120px;
  height: 30px;
}
[data-school="mid"][data-grade="1"] .l-header-navYear-item.item-year1 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1539px;
  width: 120px;
  height: 30px;
}
[data-school="mid"][data-grade="2"] .l-header-navYear-item.item-year2 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1379px;
  width: 120px;
  height: 30px;
}
[data-school="mid"][data-grade="3"] .l-header-navYear-item.item-year3 a {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1179px;
  width: 120px;
  height: 30px;
}

.l-navSub-Wrapper {
  margin-bottom: 15px;
  display: none;
}
@media only screen and (min-width: 640px) {
  .l-navSub-Wrapper {
    display: block;
  }
}

.l-navSub {
  width: 1000px;
  height: 50px;
  margin: 0 auto;
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
  box-sizing: content-box;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.l-navSub-items:before, .l-navSub-items:after {
  display: table;
  content: ' ';
}
.l-navSub-items:after {
  clear: both;
}

.l-navSub-item {
  float: left;
  width: 167px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #d9d9d9;
}
.l-navSub-item.item-1 {
  border-left: none;
}
.l-navSub-item.item-6 {
  width: 165px;
  border-right: none;
}
.l-navSub-item a {
  display: block;
  padding: 16px 0 14px;
}
.l-navSub-item.item-1 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -60px;
  width: 82px;
  height: 20px;
}
.l-navSub-item.item-1 a:hover .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -540px;
  width: 82px;
  height: 20px;
}
.l-navSub-item.item-2 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -90px;
  width: 101px;
  height: 20px;
}
.l-navSub-item.item-2 a:hover .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -30px;
  width: 101px;
  height: 20px;
}
.l-navSub-item.item-3 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -480px;
  width: 96px;
  height: 20px;
}
.l-navSub-item.item-3 a:hover .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -360px;
  width: 96px;
  height: 20px;
}
.l-navSub-item.item-4 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -120px;
  width: 96px;
  height: 20px;
}
.l-navSub-item.item-4 a:hover .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -180px;
  width: 96px;
  height: 20px;
}
.l-navSub-item.item-5 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -390px;
  width: 112px;
  height: 20px;
}
.l-navSub-item.item-5 a:hover .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -450px;
  width: 112px;
  height: 20px;
}
.l-navSub-item.item-6 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -300px;
  width: 62px;
  height: 20px;
}
.l-navSub-item.item-6 a:hover .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px 0px;
  width: 62px;
  height: 20px;
}

[data-school="ele"][data-category="continue"] .l-navSub-item.item-1 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -540px;
  width: 82px;
  height: 20px;
}
[data-school="ele"][data-category="improve"] .l-navSub-item.item-2 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -30px;
  width: 101px;
  height: 20px;
}
[data-school="ele"][data-category="price"] .l-navSub-item.item-3 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -360px;
  width: 96px;
  height: 20px;
}
[data-school="ele"][data-category="voice"] .l-navSub-item.item-4 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -180px;
  width: 96px;
  height: 20px;
}
[data-school="ele"][data-category="question"] .l-navSub-item.item-5 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -450px;
  width: 112px;
  height: 20px;
}
[data-school="ele"][data-category="support"] .l-navSub-item.item-6 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px 0px;
  width: 62px;
  height: 20px;
}

[data-school="mid"] .l-navSub-item {
  width: 200px;
}
[data-school="mid"] .l-navSub-item.item-7 {
  border-left: none;
}
[data-school="mid"] .l-navSub-item.item-5 {
  border-right: none;
}
[data-school="mid"] .l-navSub-item a:hover {
  background-color: #003585;
}
[data-school="mid"] .l-navSub-item.item-7 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -240px;
  width: 144px;
  height: 20px;
}
[data-school="mid"] .l-navSub-item.item-7 a:hover .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -210px;
  width: 144px;
  height: 20px;
}
[data-school="mid"] .l-navSub-item.item-3 a:hover .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -510px;
  width: 96px;
  height: 20px;
}
[data-school="mid"] .l-navSub-item.item-4 a:hover .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -150px;
  width: 96px;
  height: 20px;
}
[data-school="mid"] .l-navSub-item.item-5 a:hover .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -420px;
  width: 112px;
  height: 20px;
}
[data-school="mid"] .l-navSub-item.item-6 a:hover .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -330px;
  width: 62px;
  height: 20px;
}

[data-school="mid"][data-category="merit"] .l-navSub-item.item-7 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -210px;
  width: 144px;
  height: 20px;
}
[data-school="mid"][data-category="merit"] .l-navSub-item.item-7 a {
  background-color: #003585;
}
[data-school="mid"][data-category="price"] .l-navSub-item.item-3 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -510px;
  width: 96px;
  height: 20px;
}
[data-school="mid"][data-category="price"] .l-navSub-item.item-3 a {
  background-color: #003585;
}
[data-school="mid"][data-category="voice"] .l-navSub-item.item-4 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -150px;
  width: 96px;
  height: 20px;
}
[data-school="mid"][data-category="voice"] .l-navSub-item.item-4 a {
  background-color: #003585;
}
[data-school="mid"][data-category="question"] .l-navSub-item.item-5 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -420px;
  width: 112px;
  height: 20px;
}
[data-school="mid"][data-category="question"] .l-navSub-item.item-5 a {
  background-color: #003585;
}
[data-school="mid"][data-category="support"] .l-navSub-item.item-6 .l-navSub-item-txt {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -330px;
  width: 62px;
  height: 20px;
}
[data-school="mid"][data-category="support"] .l-navSub-item.item-6 a {
  background-color: #003585;
}

.l-navSub-item-txt {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 0 auto;
}

.l-headerSP {
  position: relative;
  z-index: 100;
  background-color: #fff;
}
[data-school="mid"] .l-headerSP {
  position: relative;
  z-index: 100;
  background-color: #fff;
}
@media only screen and (min-width: 640px) {
  .l-headerSP {
    display: none;
  }
}




.l-headerSP-topNav {
  display: table;
  table-layout: fixed;
  width: 100%;
  z-index: 1000;
}

.l-headerSP-topNav-apply {
  display: table-cell;
  border-bottom: 2px solid #eb6000;
}
.l-headerSP-topNav-apply a {
  display: block;
  margin: 5px;
  padding: 5px 10px;
  background-color: #eb6000;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNmIwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViNjAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff6b05), color-stop(100%, #eb6000));
  background: -moz-linear-gradient(top, #ff6b05, #eb6000);
  background: -webkit-linear-gradient(top, #ff6b05, #eb6000);
  background: linear-gradient(to bottom, #ff6b05, #eb6000);
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.l-headerSP-topNav-request {
  display: table-cell;
  border-bottom: 2px solid #82CD01;
}
.l-headerSP-topNav-request a {
  display: block;
  margin: 5px;
  padding: 5px 10px;
  background-color: #82CD01;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyZTYwMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgyY2QwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #92e601), color-stop(100%, #82cd01));
  background: -moz-linear-gradient(top, #92e601, #82cd01);
  background: -webkit-linear-gradient(top, #92e601, #82cd01);
  background: linear-gradient(to bottom, #92e601, #82cd01);
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}



/* =====================

　 2015年夏休み限定 小学TOPメニュー

======================*/


.l-headerSP-topNav02 {
  display: table;
  table-layout: fixed;
  width: 100%;
  z-index: 1000;
}

.l-headerSP-topNav-apply02 {
  display: table-cell;
  border-bottom: 2px solid #eb6000;
  vertical-align: middle;
}
.l-headerSP-topNav-apply02 a{
  display: block;
  margin: 5px;
  padding: 13px 10px;
  background-color: #eb6000;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNmIwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViNjAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff6b05), color-stop(100%, #eb6000));
  background: -moz-linear-gradient(top, #ff6b05, #eb6000);
  background: -webkit-linear-gradient(top, #ff6b05, #eb6000);
  background: linear-gradient(to bottom, #ff6b05, #eb6000);
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.l-headerSP-topNav-request02 {
  display: table-cell;
  border-bottom: 2px solid #82CD01;
}
.l-headerSP-topNav-request02 a{
  display: block;
  margin: 5px;
  padding: 5px 10px;
  background-color: #82CD01;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyZTYwMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgyY2QwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #92e601), color-stop(100%, #82cd01));
  background: -moz-linear-gradient(top, #92e601, #82cd01);
  background: -webkit-linear-gradient(top, #92e601, #82cd01);
  background: linear-gradient(to bottom, #92e601, #82cd01);
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 50px;
}


/* =====================

　 2015年夏休み限定 小学TOPメニュー

======================*/



.l-headerSP-topNav-menu {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  border-bottom: 2px solid #0082c8;
}
.l-headerSP-topNav-menu a {
  margin: 5px;
  display: block;
  padding: 10px;
}
[data-school="mid"] .l-headerSP-topNav-menu a {
  margin: 5px 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
[data-school="ele"] .l-headerSP-topNav-menu a {
  margin: 5px 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
[data-school="mid"] .l-headerSP-topNav-menu.is-on a {
  margin: 5px 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(200, 200, 200, 0.8);
}
[data-school="ele"] .l-headerSP-topNav-menu.is-on a {
  margin: 5px 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #0082c8;
}
.l-headerSP-topNav-menu a .l-bottomNav-menu-text {
  display: block;
  margin: 0 auto;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -318px;
  width: 56px;
  height: 12px;
  background-size: 300px 1754px;
}
.l-headerSP-topNav-menu.is-on {
  background-color: #0082c8;
}
.l-headerSP-topNav-menu.is-on a {
  display: block;
}
.l-headerSP-topNav-menu.is-on a .l-bottomNav-menu-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -301px;
  width: 56px;
  height: 12px;
  background-size: 300px 1754px;
}

[data-school="ele"] .l-headerSP-topNav-menu {
  border-bottom: 2px solid #0082c8;
}
[data-school="ele"] .l-headerSP-topNav-menu a .l-bottomNav-menu-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -318px;
  width: 56px;
  height: 12px;
  background-size: 300px 1754px;
}
[data-school="ele"] .l-headerSP-topNav-menu.is-on {
  background-color: #0082c8;
}
[data-school="ele"] .l-headerSP-topNav-menu.is-on a .l-bottomNav-menu-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -301px;
  width: 56px;
  height: 12px;
  background-size: 300px 1754px;
}

[data-school="mid"] .l-headerSP-topNav-menu {
  border-bottom: 2px solid #003585;
}
[data-school="mid"] .l-headerSP-topNav-menu a .l-bottomNav-menu-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -335px;
  width: 56px;
  height: 12px;
  background-size: 300px 1754px;
}
[data-school="mid"] .l-headerSP-topNav-menu.is-on {
  background-color: #003585;
}
[data-school="mid"] .l-headerSP-topNav-menu.is-on a .l-bottomNav-menu-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -301px;
  width: 56px;
  height: 12px;
  background-size: 300px 1754px;
}

.l-headerSP-hdg {
  padding: 15px 10px;
  border-bottom: 1px solid #c8c8c8;
}

.l-headerSP-hdg-text {
  display: block;
  margin: 0 auto;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1698px;
  width: 177px;
  height: 56px;
  background-size: 300px 1754px;
}
[data-school="ele"] .l-headerSP-hdg-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1349px;
  width: 300px;
  height: 42px;
  background-size: 300px 1754px;
}
[data-school="mid"] .l-headerSP-hdg-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1396px;
  width: 300px;
  height: 42px;
  background-size: 300px 1754px;
}

.l-main-wrapeer {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .l-main-wrapeer {
    width: 1000px;
    margin: 0 auto 40px;
  }
  .l-main-wrapeer:before, .l-main-wrapeer:after {
    display: table;
    content: ' ';
  }
  .l-main-wrapeer:after {
    clear: both;
  }
}

.l-topicpath {
  display: none;
}
@media only screen and (min-width: 640px) {
  .l-topicpath {
    display: table;
    margin-bottom: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.2;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 640px) {
  .l-topicpath-item {
    display: inline-block;
  }
  .l-topicpath-item a {
    color: #00aaff;
  }
  .l-topicpath-item a:hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 640px) {
  .l-topicpath-glue {
    display: inline-block;
  }
}

.l-main {
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.l-main a {
  text-decoration: underline;
}
.l-main a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 640px) {
  .l-main {
    width: 740px;
    float: left;
    padding: 0;
  }
}

/*発展クラスLP用1カラム幅固定センター*/
.wrapeer-lp {
  max-width: 740px !important;
  width: 100%;
  margin: 0 auto;
}

.single-nav-1-6 {
  max-width: 689px;
  margin: 0 auto;
}

.accordion-wrapper {
  margin-bottom: 20px;
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 640px) {
  .accordion-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

.accordion {
  border-top: 2px solid #5c6166;
}
.accordion:last-child {
  border-bottom: 2px solid #5c6166;
}
[data-school="ele"] .accordion {
  border-top: 2px solid #50b3aa;
}
[data-school="ele"] .accordion:last-child {
  border-bottom: 2px solid #50b3aa;
}
[data-school="mid"] .accordion {
  border-top: 2px solid #003585;
}
[data-school="mid"] .accordion:last-child {
  border-bottom: 2px solid #003585;
}

.accordion-hdg {
  font-size: 14px;
  font-size: 1.4rem;
}
.accordion-hdg a {
  position: relative;
  padding: 15px 25px;
  display: block;
  color: #000;
  text-decoration: none;
}
.accordion-hdg a:hover {
  color: #000;
}
.accordion-hdg a.is-open {
  background-color: #f7f7f7;
}
[data-school="ele"] .accordion-hdg a.is-open {
  background-color: #f1f8f8;
}
[data-school="mid"] .accordion-hdg a.is-open {
  background-color: #e5eaf3;
}
.accordion-hdg a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  color: #ed7019;
  font-size: 12px;
  font-size: 1.2rem;
}

.accordion-content {
  display: none;
}

.accordion-content-item {
  display: block;
  padding: 15px 25px;
  border-top: 1px solid #a0a0a0;
}

a.accordion-content-item {
  position: relative;
  color: #000;
  text-decoration: none;
}
a.accordion-content-item.is-arrow:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  color: #ccc;
  font-size: 12px;
  font-size: 1.2rem;
}

.boxCol {
  margin-bottom: 20px;
  border: 1px solid #5c6166;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
[data-school="ele"] .boxCol {
  border-color: #09b2a4;
  background-color: #f1f8f8;
}
[data-school="mid"] .boxCol {
  border-color: #003585;
  background-color: #f2f5f9;
}

.boxCol-hdg {
  padding: 10px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  border-bottom: 2px solid #5c6166;
}
[data-school="ele"] .boxCol-hdg {
  border-color: #09b2a4;
}
[data-school="mid"] .boxCol-hdg {
  border-color: #003585;
}

.boxCol-content {
  display: block;
  padding: 20px;
}
@media only screen and (min-width: 640px) {
  .boxCol-content {
    display: table;
    width: 100%;
  }
}

.boxCol-content-object {
  margin-bottom: 10px;
}
.boxCol-content-object img {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .boxCol-content-object {
    display: table-cell;
    width: 195px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 640px) {
  .boxCol-content-text {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
  }
}

.boxCol-content-hdg {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
[data-school="ele"] .boxCol-content-hdg {
  color: #60bfb7;
}
[data-school="mid"] .boxCol-content-hdg {
  color: #003585;
}

.boxCol-content-desc {
  margin-top: 10px;
}
.boxCol-content-desc:first-child {
  margin-top: 0;
}

.btn {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  padding: 10px 20px 8px 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #0BB5CC;
  -moz-box-shadow: 0 3px 0 #078899;
  -webkit-box-shadow: 0 3px 0 #078899;
  box-shadow: 0 3px 0 #078899;
}
.btn:hover {
  background-color: #0ccae4;
}
.btn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}
.btn:hover {
  cursor: pointer;
}

.btn-block {
  display: block;
}

.btn-center {
  display: block;
}
@media only screen and (min-width: 640px) {
  .btn-center {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-main a.btn {
  text-decoration: none;
}
.l-main a.btn:hover {
  color: #fff;
}

.l-main a.btn-material {
  background-color: #e0e5eb;
  -moz-box-shadow: 0 3px 0 #b9c2c9;
  -webkit-box-shadow: 0 3px 0 #b9c2c9;
  box-shadow: 0 3px 0 #b9c2c9;
  color: #666666;
}
.l-main a.btn-material:hover {
  background-color: #eff2f5;
}
.l-main a.btn-material:after {
  color: #666666;
}
.l-main a.btn-material:hover {
  color: #999999;
}
@media only screen and (max-width: 640px) {
[data-school="ele"][data-grade="new1"] .l-main a.btn-material.active {
  background-color: #77CAF5;
  color: #fff;
}
[data-school="ele"][data-grade="1"] .l-main a.btn-material.active {
  background-color: #f05096;
  color: #fff;
}
[data-school="ele"][data-grade="2"] .l-main a.btn-material.active {
  background-color: #f06e00;
  color: #fff;
}
[data-school="ele"][data-grade="3"] .l-main a.btn-material.active {
  background-color: #faaf05;
  color: #fff;
}
[data-school="ele"][data-grade="4"] .l-main a.btn-material.active {
  background-color: #14aa32;
  color: #fff;
}
[data-school="ele"][data-grade="5"] .l-main a.btn-material.active {
  background-color: #a53c96;
  color: #fff;
}
[data-school="ele"][data-grade="6"] .l-main a.btn-material.active {
  background-color: #0082c8;
  color: #fff;
}
[data-school="mid"][data-grade="1"] .l-main a.btn-material.active {
  background-color: #738cbb;
  color: #fff;
}
[data-school="mid"][data-grade="2"] .l-main a.btn-material.active {
  background-color: #de762c;
  color: #fff;
}
[data-school="mid"][data-grade="3"] .l-main a.btn-material.active {
  background-color: #7db379;
  color: #fff;
}
.l-main a.btn-material.active:after {
  color: #fff;
}
}

.btn.btn-apply,
.btn.btn-request,
.btn.btn-request2 {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.btn.btn-apply:after,
.btn.btn-request:after,
.btn.btn-request2:after {
  display: none;
}

.btn-apply {
  background-color: #82CD01;
  -moz-box-shadow: 0 3px 0 #5C9100;
  -webkit-box-shadow: 0 3px 0 #5C9100;
  box-shadow: 0 3px 0 #5C9100;
}
.btn-apply:hover {
  background-color: #92e601;
}

.btn-request {
  background-color: #eb6000;
  -moz-box-shadow: 0 3px 0 #AE4700;
  -webkit-box-shadow: 0 3px 0 #AE4700;
  box-shadow: 0 3px 0 #AE4700;
}
.btn-request:hover {
  background-color: #ff6b05;
}

.anchor {
  margin-bottom: 20px;
  /**/
}

.anchor-items {
  border: 1px solid #d9d9d9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.anchor-items:before, .anchor-items:after {
  display: table;
  content: ' ';
}
.anchor-items:after {
  clear: both;
}
@media only screen and (min-width: 640px) {
  .anchor-items {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

.anchor-item {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #cccccc;
}
@media only screen and (min-width: 640px) {
  .anchor-item {
    margin-bottom: 10px;
  }
}
.anchor-item:first-child {
  border-top: none;
}
.is-halfSP .anchor-item {
  width: 50%;
}
.is-halfSP .anchor-item:nth-child(2) {
  border-top: none;
}
.is-halfSP .anchor-item:nth-child(2n) {
  border-left: 1px solid #ccc;
}
@media only screen and (min-width: 640px) {
  .is-halfSP .anchor-item:nth-child(2n) {
    border-left: none;
  }
}
@media only screen and (min-width: 640px) {
  .anchor-item {
    border-top: none;
    border-right: 1px solid #cccccc;
    line-height: 1.28571;
  }
  .is-item3 .anchor-item {
    width: 33.33333%;
  }
  .is-item3 .anchor-item:nth-child(3n-2) {
    border-left: 1px solid #cccccc;
  }
  .is-item4 .anchor-item {
    width: 25%;
  }
  .is-item4 .anchor-item:nth-child(4n-3) {
    border-left: 1px solid #cccccc;
  }
}
.anchor-item a {
  display: block;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
  box-sizing: content-box;
}
@media only screen and (min-width: 640px) {
  .anchor-item a {
    padding: 8px 30px 8px 20px;
  }
}
.anchor-item a:hover {
  background-color: #eee;
}
.anchor-item:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  color: #ed7019;
  font-size: 10px;
  font-size: 1rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn-back {
  padding: 10px 10px 8px 30px;
  background-color: #fff;
  border: 1px solid #dedede;
  -moz-box-shadow: 0 3px 0 #dedede;
  -webkit-box-shadow: 0 3px 0 #dedede;
  box-shadow: 0 3px 0 #dedede;
  color: #000;
}
.btn-back:after {
  position: absolute;
  top: 50%;
  left: 10px;
  right: auto;
  margin-top: -5px;
  color: #ed7019;
  font-size: 10px;
  font-size: 1rem;
  transform: rotate(180deg);
}
.btn-back:hover {
  background-color: #d1d1d1;
}
@media only screen and (min-width: 640px) {
  .btn-back {
    display: none;
  }
}

.l-main a.btn-back:hover {
  color: #000;
}

@font-face {
  font-family: "sz-fonts";
  src: url("../fonts/myfont.eot");
  src: url("../fonts/myfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myfont.woff") format("woff"), url("../fonts/myfont.ttf") format("truetype"), url("../fonts/myfont.svg?#sz-fonts") format("svg");
  font-weight: normal;
  font-style: normal;
}
.sz-icon, .l-sideNav-hdg a:before,
.l-sideNav-item a:before,
.l-sideNav-item-under a:before, .l-sideNav-hdg span.is-active:before,
.l-sideNav-item span.is-active:before,
.l-sideNav-item-under span.is-active:before, .l-sitemapPC-content-item:before, .l-sitemapSP-main-item a:after, .l-sitemapSP-link-mimamoruNet a:before, .l-sitemapSP-link-mimamoruNet a .l-sitemapSP-link-mimamoruNet-icon:before, .l-sitemapSPmenu-main-item a:after, .l-sitemapSPmenu-link-mimamoruNet a:before, .l-sitemapSPmenu-link-mimamoruNet a .l-sitemapSPmenu-link-mimamoruNet-icon:before, .l-footer-utility-item a:after, .l-footer-utility-item-icon:before, .l-header-utility-link-item:before, .l-header-mimamoruNet a:before, .l-header-mimamoruNet a .l-header-mimamoruNet-icon:before, .accordion-hdg a:after, a.accordion-content-item.is-arrow:after, .btn:after, .anchor-item:after, .btn-back:after, .linkList .linkList-item:before, .js-closeModal a:before, .panel-content:after, .qaBox-more a:before, .link-blank:after {
  font-family: "sz-fonts";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sz-icon-arrow, .l-sideNav-hdg a:before,
.l-sideNav-item a:before,
.l-sideNav-item-under a:before, .l-sideNav-hdg span.is-active:before,
.l-sideNav-item span.is-active:before,
.l-sideNav-item-under span.is-active:before, .l-sitemapPC-content-item:before, .l-sitemapSP-main-item a:after, .l-sitemapSPmenu-main-item a:after, .l-footer-utility-item a:after, .l-header-utility-link-item:before, a.accordion-content-item.is-arrow:after, .btn:after, .anchor-item:after, .btn-back:after, .linkList .linkList-item:before, .panel-content:after, .qaBox-more a:before {
  content: "\E001";
}

.sz-icon-blank, .l-sitemapSP-main-items-blank .l-sitemapSP-main-item a:after, .l-sitemapSP-link-mimamoruNet a:before, .l-sitemapSPmenu-main-items-blank .l-sitemapSPmenu-main-item a:after, .l-sitemapSPmenu-link-mimamoruNet a:before, .l-footer-utility-item-icon:before, .l-header-mimamoruNet a:before, .link-blank:after {
  content: "\E002";
}

.sz-icon-mimamoru, .l-sitemapSP-link-mimamoruNet a .l-sitemapSP-link-mimamoruNet-icon:before, .l-sitemapSPmenu-link-mimamoruNet a .l-sitemapSPmenu-link-mimamoruNet-icon:before, .l-header-mimamoruNet a .l-header-mimamoruNet-icon:before {
  content: "\E003";
}

.sz-icon-search {
  content: "\E004";
}

.sz-icon-plus, .accordion-hdg a:after {
  content: "\E005";
}

.sz-icon-minus, .accordion-hdg a.is-open:after {
  content: "\E006";
}

.sz-icon-apply {
  content: "\E007";
}

.sz-icon-request {
  content: "\E008";
}

.sz-icon-freecall {
  content: "\E009";
}

.sz-icon-close, .js-closeModal a:before {
  content: "\E00A";
}

.grid {
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}
.grid:before, .grid:after {
  display: table;
  content: ' ';
}
.grid:after {
  clear: both;
}
@media only screen and (min-width: 640px) {
  .grid {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.grid-item {
  float: left;
  padding-right: 5px;
  padding-left: 5px;
}
.grid-item.no-p {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 640px) {
  .grid-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.grid-2 .grid-item {
  width: 50%;
}
.grid-3 .grid-item {
  width: 33.33333%;
}
.grid-4 .grid-item {
  width: 25%;
}
.grid-5 .grid-item {
  width: 20%;
}
@media only screen and (min-width: 640px) {
  .is-fullPC .grid-item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .is-fullPC .grid-item img {
    width: 100%;
  }
  [data-school="mid"] .grid-offset-1 .grid-item {
    margin-left: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .is-fullSP .grid-item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .is-fullSP .grid-item img {
    width: 100%;
  }
  .is-fullSP-ih .grid-item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.title {
  position: relative;
  display: block;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 40px;
  min-height: 160px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 640px) {
  .title {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
}

.title-img {
  border-top: 1px solid #c8c8c8;
}
.title-img img {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .title-img {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
  }
}

@media only screen and (min-width: 640px) {
  .title-content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: table-cell;
    width: 450px;
    vertical-align: top;
  }
  /*.title-content.is-middle {
    padding: 0;
    position: absolute;
    left: 15px;
    top: 50%;
  }*/
  .title-content.is-middle {
    padding: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }
}

.title-content-hdg {
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  background-color: #666;
  direction: ltr;
  font-weight: bold;
}
[data-school="ele"] .title-content-hdg {
  background-color: #50b3aa;
}
[data-school="mid"] .title-content-hdg {
  background-color: #003585;
}
@media only screen and (min-width: 640px) {
  .title-content-hdg {
    padding: 0;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.2;
    color: #000;
    background-color: inherit;
  }
  [data-school="ele"] .title-content-hdg {
    color: #50b3aa;
    background-color: inherit;
  }
  [data-school="mid"] .title-content-hdg {
    color: #003585;
    background-color: inherit;
  }
}

.title-content-desc {
  margin-right: 15px;
  margin-left: 15px;
}
@media only screen and (min-width: 640px) {
  .title-content-desc {
    margin-right: 0;
    margin-left: 0;
  }
}

.hdg-l {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 2px solid #666;
}
@media only screen and (min-width: 640px) {
  .hdg-l {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.hdg-l .hdg-secondary {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.hdg-l .hdg-secondary-new {
  margin-right: 5px;
  padding: 2px 4px;
  text-transform: uppercase;
  background-color: #d70c25;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
[data-school="ele"] .hdg-l {
  border-color: #09b2a4;
}

/* 20151230*/
[data-school="ele"][data-grade="new1"] .hdg-l {
  border-color: #77CAF5;
}
/* 20151230 end*/

[data-school="mid"] .hdg-l {
  border-color: #003585;
}

.hdg-m {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
}
@media only screen and (min-width: 640px) {
  .hdg-m {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.hdg-m .hdg-secondary {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
}
[data-school="ele"] .hdg-m {
  color: #32a69c;
}
[data-school="mid"] .hdg-m {
  color: #003585;
}

.hdg-s {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 10px;
  border-left: 3px solid #666;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 640px) {
  .hdg-s {
    font-size: 20px;
    font-size: 2rem;
  }
}
[data-school="ele"] .hdg-s {
  border-color: #09b2a4;
}
[data-school="mid"] .hdg-s {
  border-color: #003585;
}

.hdg-ss {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (min-width: 640px) {
  .hdg-ss {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media only screen and (min-width: 640px) {
  .hdg-l.is-top,
  .hdg-m.is-top,
  .hdg-s.is-top,
  .hdg-ss.is-top {
    margin-top: 0;
  }
}

.hdgNum {
  position: relative;
}
.hdgNum.hdgNum-1:before {
  content: "1";
}
.hdgNum.hdgNum-2:before {
  content: "2";
}
.hdgNum.hdgNum-3:before {
  content: "3";
}
.hdgNum.hdgNum-4:before {
  content: "4";
}
.hdgNum.hdgNum-5:before {
  content: "5";
}
.hdgNum.hdgNum-6:before {
  content: "6";
}
.hdgNum.hdgNum-7:before {
  content: "7";
}
.hdgNum.hdgNum-8:before {
  content: "8";
}
.hdgNum.hdgNum-9:before {
  content: "9";
}
.hdgNum.hdgNum-10:before {
  content: "10";
}
.hdgNum.hdgNum-11:before {
  content: "11";
}
.hdgNum.hdgNum-12:before {
  content: "12";
}
.hdgNum.hdgNum-13:before {
  content: "13";
}
.hdgNum.hdgNum-14:before {
  content: "14";
}
.hdgNum.hdgNum-15:before {
  content: "15";
}
.hdgNum.hdgNum-16:before {
  content: "16";
}
.hdgNum.hdgNum-17:before {
  content: "17";
}
.hdgNum.hdgNum-18:before {
  content: "18";
}
.hdgNum.hdgNum-19:before {
  content: "19";
}
.hdgNum.hdgNum-20:before {
  content: "20";
}
.hdgNum.hdgNum-21:before {
  content: "21";
}
.hdgNum.hdgNum-22:before {
  content: "22";
}
.hdgNum.hdgNum-23:before {
  content: "23";
}
.hdgNum.hdgNum-24:before {
  content: "24";
}
.hdgNum.hdgNum-25:before {
  content: "25";
}
.hdgNum.hdgNum-26:before {
  content: "26";
}
.hdgNum.hdgNum-27:before {
  content: "27";
}
.hdgNum.hdgNum-28:before {
  content: "28";
}
.hdgNum.hdgNum-29:before {
  content: "29";
}
.hdgNum.hdgNum-30:before {
  content: "30";
}
.hdgNum.hdgNum-q:before {
  content: "Q";
}
.hdgNum.hdgNum-a:before {
  content: "A";
}
.hdgNum:before {
  position: absolute;
  left: 0;
  top: 50%;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-top: -25px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial;
  line-height: 40px;
  background-color: #666;
  color: #fff;
}
[data-school="ele"] .hdgNum:before {
  background-color: #09b2a4;
}
[data-school="mid"] .hdgNum:before {
  background-color: #003585;
}
.hdgNum:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #666;
}
[data-school="ele"] .hdgNum:after {
  border-color: transparent transparent transparent #09b2a4;
}
[data-school="mid"] .hdgNum:after {
  border-color: transparent transparent transparent #003585;
}

.hdg-l.hdgNum {
  padding-left: 55px;
}
.hdg-l.hdgNum:before {
  left: 0;
}
.hdg-l.hdgNum:after {
  left: 40px;
}

.hdg-m.hdgNum {
  padding-left: 50px;
}
.hdg-m.hdgNum:before {
  width: 35px;
  height: 35px;
  margin-top: -20px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 35px;
}
.hdg-m.hdgNum:after {
  margin-top: -7px;
  left: 35px;
}

.hdg-s.hdgNum {
  padding-left: 32px;
  border-left: none;
}
.hdg-s.hdgNum:before {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  font-size: 18px;
  font-size: 1.8rem;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  line-height: 22px;
}
.hdg-s.hdgNum:after {
  display: none;
}

.hdg-ss.hdgNum {
  padding-left: 28px;
}
.hdg-ss.hdgNum:before {
  width: 18px;
  height: 18px;
  margin-top: -10px;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  line-height: 18px;
}
.hdg-ss.hdgNum:after {
  display: none;
}

.icon-new {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
  text-transform: uppercase;
  background-color: #d70c25;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.icon-point {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
  background-color: #FF0;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.icon-grade {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
  background-color: #666;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
[data-school="ele"] .icon-grade {
  background-color: #13b5a8;
}
[data-school="ele"][data-grade="new1"] .icon-grade {
  /*background-color: #7697A6;*/
	background-color: #77CAF5;
}
[data-school="ele"][data-grade="1"] .icon-grade {
  background-color: #F05096;
}
[data-school="ele"][data-grade="2"] .icon-grade {
  background-color: #F06E00;
}
[data-school="ele"][data-grade="3"] .icon-grade {
  background-color: #FAAF05;
}
[data-school="ele"][data-grade="4"] .icon-grade {
  background-color: #14AA32;
}
[data-school="ele"][data-grade="5"] .icon-grade {
  background-color: #A53C96;
}
[data-school="ele"][data-grade="6"] .icon-grade {
  background-color: #0082C8;
}
[data-school="mid"] .icon-grade {
  background-color: #003585;
}
[data-school="mid"][data-grade="new1"] .icon-grade {
  background-color: #83a3b2;
}
[data-school="mid"][data-grade="1"] .icon-grade {
  background-color: #738CBB;
}
[data-school="mid"][data-grade="2"] .icon-grade {
  background-color: #DE762C;
}
[data-school="mid"][data-grade="3"] .icon-grade {
  background-color: #7DB379;
}

.hdg-faq {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.hdg-faq a {
  display: table;
  color: #000;
  text-decoration: none;
}
.hdg-faq a:hover .hdg-faq-text {
  text-decoration: none;
}

.hdg-faq-label {
  display: table-cell;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
}
[data-school="ele"] .hdg-faq-label {
  color: #09b2a4;
}
[data-school="mid"] .hdg-faq-label {
  color: #003585;
}

.hdg-faq-text {
  display: table-cell;
  padding-left: 0.5em;
  vertical-align: middle;
  text-decoration: underline;
}

.line-solid {
  margin-bottom: 20px;
  border: none;
  border-top: 2px solid #c8c8c8;
}

.line-dotted {
  margin-bottom: 20px;
  border: none;
  border-top: 1px dotted #c8c8c8;
}

.uList {
  margin-bottom: 20px;
  margin-left: 1.2em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  list-style-type: disc;
  color: #b3b3b3;
}
.uList:before, .uList:after {
  display: table;
  content: ' ';
}
.uList:after {
  clear: both;
}
.uList li {
  margin-bottom: 5px;
}
.uList.is-inline li {
  float: left;
  margin-right: 40px;
}

.uList-text {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}

.oList {
  margin-bottom: 20px;
  margin-left: 1.7em;
  list-style-type: decimal;
  line-height: 1.57143;
  font-weight: bold;
}
.oList li {
  margin-bottom: 5px;
}

.oList-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.linkList {
  line-height: 1.57143;
  font-size: 14px;
  font-size: 1.4rem;
}
.linkList li {
  margin-bottom: 5px;
}
.linkList .linkList-item {
  padding-left: 15px;
  position: relative;
}
.linkList .linkList-item:before {
  margin-right: 0.5em;
  position: absolute;
  top: 5px;
  left: 0;
  color: #ed7019;
  font-size: 10px;
  font-size: 1rem;
}

.figure {
  margin-bottom: 20px;
  text-align: center;
}

.figure-object {
  margin-bottom: 10px;
}

.figure-caption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}

.media {
  margin-bottom: 15px;
  /**/
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .media {
    display: table;
    table-layout: fixed;
  }
  .media.media-left1, .media.media-left2, .media.media-left3, .media.media-left4 {
    direction: rtl;
    text-align: left;
  }
  .media.is-float {
    display: block;
  }
  .media.is-float:before, .media.is-float:after {
    display: table;
    content: ' ';
  }
  .media.is-float:after {
    clear: both;
  }
}

.media-desc {
  margin-bottom: 10px;
  direction: ltr;
}
@media only screen and (min-width: 640px) {
  .media-desc {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: top;
  }
  .media-left1 .media-desc, .media-left2 .media-desc, .media-left3 .media-desc, .media-left4 .media-desc {
    padding-left: 20px;
  }
  .media-right1 .media-desc, .media-right2 .media-desc, .media-right3 .media-desc, .media-right4 .media-desc {
    padding-right: 20px;
  }
  .is-float .media-desc {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

.media-img {
  width: 230px;
  margin: 0 auto;
}
.media.is-fullSP-ih .media-img {
  width: auto;
}
.media.is-fullSP-ih .media-img img {
  width: auto;
}
.media-img img {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .media-img {
    display: table-cell;
    vertical-align: top;
  }
  .media.media-left1 > .media-img, .media.media-right1 > .media-img {
    width: 120px !important;
  }
  .media.media-left2 > .media-img, .media.media-right2 > .media-img {
    width: 190px !important;
  }
  .media.media-left3 > .media-img, .media.media-right3 > .media-img {
    width: 253px !important;
  }
  .media.media-left4 > .media-img, .media.media-right4 > .media-img {
    width: 360px !important;
  }
  .media-img img {
    width: auto;
  }
  .is-float .media-img {
    display: inline;
  }
  .media.is-float.media-left1 > .media-img, .media.is-float.media-left2 > .media-img, .media.is-float.media-left3 > .media-img, .media.is-float.media-left4 > .media-img {
    margin-right: 30px;
    float: left;
  }
  .media.is-float.media-right1 > .media-img, .media.is-float.media-right2 > .media-img, .media.is-float.media-right3 > .media-img, .media.is-float.media-right4 > .media-img {
    margin-left: 30px;
    float: right;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 50px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  /* =300px/2 */
  padding: 30px 15px;
  background-color: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 640px) {
  .modal {
    width: 500px;
    margin-left: -250px;
    /* =500px/2 */
  }
}

.js-closeModal {
  position: absolute;
  top: 15px;
  right: 15px;
}
.js-closeModal a {
  display: block;
  width: 20px;
  height: 20px;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
}
.js-closeModal a:before {
  text-shadow: inherit;
  background: none;
  border: inherit;
  font-size: 20px;
  font-size: 2rem;
  text-decoration: none;
  color: #ed7019;
}

/*ヘッダーがモーダルマスクより下にするため*/
.modal_under {
  /*z-index: 19;*/
}

.youtube-wrapper {
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .youtube-wrapper {
    width: 400px;
    margin: 0 auto 20px;
  }
}

.youtube {
  position: relative;
  margin: 0 auto;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news {
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 2px solid #d9d9d9;
}
@media only screen and (min-width: 640px) {
  .news {
    margin-right: 0px;
    margin-left: 0px;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}

.news-hdg {
  padding: 10px 18px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  background-color: #d9d9d9;
}
@media only screen and (min-width: 640px) {
  .news-hdg {
    padding: 18px;
  }
}
[data-school="mid"] .news-hdg {
  background-color: #cddef7;
  color: #034091;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  [data-school="mid"] .news-hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.news-content {
  padding: 20px;
}

.news-item {
  display: block;
  width: 100%;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dotted #c8c8c8;
}
@media only screen and (min-width: 640px) {
  .news-item {
    display: table;
    table-layout: fixed;
  }
}
.news-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.news-item-date {
  display: table-cell;
  width: 80px;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
}

.news-item-category {
  display: table-cell;
  width: 135px;
  vertical-align: top;
}

.news-item-category-icon {
  display: inline-block;
  vertical-align: top;
  width: 8.9em;
  padding: 2px 0;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.news-item-category-icon.is-product {
  background-color: #f05096;
}
.news-item-category-icon.is-taikenkai {
  background-color: #14aa32;
}
.news-item-category-icon.is-press {
  background-color: #0082c8;
}
.news-item-category-icon.is-post {
  background-color: #f06e00;
}
.news-item-category-icon.is-topics {
  background-color: #d70c25;
}
.news-item-category-icon.is-news {
  background-color: #a53c96;
}
.news-item-category-icon.is-campaign {
  background-color: #faaf05;
}
.news-item-category-icon.is-column {
  background-color: #FF7F27;
}

.news-item-desc {
  display: block;
}
@media only screen and (min-width: 640px) {
  .news-item-desc {
    display: table-cell;
  }
}
@media only screen and (max-width: 640px) {
  .news-item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.panel {
  border: 1px solid #d9d9d9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  display: block;
}
.panel:hover {
  background-color: #f7f7f7;
}
[data-school="ele"] .panel:hover {
  background-color: #f1f8f8;
}
[data-school="mid"] .panel:hover {
  background-color: #f2f5f9;
}

.l-main a.panel {
  text-decoration: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.panel-content {
  display: block;
  position: relative;
}
.panel-content:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  color: #ed7019;
  font-size: 10px;
  font-size: 1rem;
}

.panel-content-hdg {
  display: block;
  margin: 15px 40px 0 20px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
}
[data-school="ele"] .panel-content-hdg {
  color: #09b2a4;
}
[data-school="mid"] .panel-content-hdg {
  color: #003585;
}

.panel-content-desc {
  display: block;
  margin: 0 40px 15px 20px;
  line-height: 1.28571;
  color: #000;
}

.profile-object {
  margin-bottom: 10px;
}

.profile-icon {
  display: inline-block;
  margin-bottom: 7px;
  padding: 2px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.profile-icon.year-new1 {
  background-color: #86a4b3;
}
.profile-icon.year-1 {
  background-color: #f05096;
}
.profile-icon.year-2 {
  background-color: #f06e00;
}
.profile-icon.year-3 {
  background-color: #faaf05;
}
.profile-icon.year-4 {
  background-color: #14aa32;
}
.profile-icon.year-5 {
  background-color: #a53c96;
}
.profile-icon.year-6 {
  background-color: #0082c8;
}
[data-school="mid"] .profile-icon.year-1 {
  background-color: #738cbb;
}
[data-school="mid"] .profile-icon.year-2 {
  background-color: #e0803a;
}
[data-school="mid"] .profile-icon.year-3 {
  background-color: #6fb16b;
}

.profile-name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
}

.profile-area {
  font-size: 13px;
  font-size: 1.3rem;
}

.qaBox {
  padding: 15px 20px 20px;
  border: 1px solid #5c6166;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
[data-school="ele"] .qaBox {
  border-color: #09b2a4;
}
[data-school="mid"] .qaBox {
  background: #fff;
  border: none;
}
.qaBox.is-grade {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.qaBox-hdg {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
@media only screen and (min-width: 640px) {
  .qaBox-hdg {
    font-size: 20px;
    font-size: 2rem;
  }
}
[data-school="ele"] .qaBox-hdg {
  color: #ED7019;
}
[data-school="mid"] .qaBox-hdg {
  margin: -15px -20px 0;
  padding: 15px 15px;
  background-color: #b4dbf3;
  color: #003585;
  font-weight: normal;
}
.is-grade .qaBox-hdg {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (min-width: 640px) {
  .is-grade .qaBox-hdg {
    font-size: 30px;
    font-size: 3rem;
  }
}
[data-school="ele"] .is-grade .qaBox-hdg {
  color: #13b5a8;
}
[data-school="ele"][data-grade="new1"] .is-grade .qaBox-hdg {
  color: #7697A6;
}
[data-school="ele"][data-grade="1"] .is-grade .qaBox-hdg {
  color: #F05096;
}
[data-school="ele"][data-grade="2"] .is-grade .qaBox-hdg {
  color: #F06E00;
}
[data-school="ele"][data-grade="3"] .is-grade .qaBox-hdg {
  color: #FAAF05;
}
[data-school="ele"][data-grade="4"] .is-grade .qaBox-hdg {
  color: #14AA32;
}
[data-school="ele"][data-grade="5"] .is-grade .qaBox-hdg {
  color: #A53C96;
}
[data-school="ele"][data-grade="6"] .is-grade .qaBox-hdg {
  color: #0082C8;
}
[data-school="mid"] .is-grade .qaBox-hdg {
  color: #003585;
}
[data-school="mid"][data-grade="new1"] .is-grade .qaBox-hdg {
  color: #83a3b2;
}
[data-school="mid"][data-grade="1"] .is-grade .qaBox-hdg {
  color: #738CBB;
}
[data-school="mid"][data-grade="2"] .is-grade .qaBox-hdg {
  color: #DE762C;
}
[data-school="mid"][data-grade="3"] .is-grade .qaBox-hdg {
  color: #7DB379;
}

.qaBox-q {
  position: relative;
  /*margin: 15px 0 0;*/
  margin: 3rem 0 0;
  padding-bottom: 7px;
  padding-left: 32px;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}
@media only screen and (min-width: 640px) {
  .qaBox-q {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
[data-school="ele"] .qaBox-q {
  color: #09b2a4;
}
[data-school="mid"] .qaBox-q {
  color: #003585;
}
.qaBox-q:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -1px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  text-align: center;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial;
  line-height: 22px;
  color: #fff;
  background-color: #666;
}
[data-school="ele"] .qaBox-q:before {
  background-color: #09b2a4;
}
[data-school="mid"] .qaBox-q:before {
  background-color: #003585;
}
.is-grade .qaBox-q {
  border: none;
}

.qaBox-a {
  position: relative;
  margin: 10px 0 0;
  padding-left: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}
@media only screen and (min-width: 640px) {
  .qaBox-a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.qaBox-a:before {
  content: "A";
  position: absolute;
  left: 0;
  top: -1px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  text-align: center;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial;
  line-height: 22px;
  background-color: #fd8735;
  color: #fff;
}

.qaBox-more {
  line-height: 1.57143;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}
.qaBox-more a {
  padding-left: 15px;
  position: relative;
}
.qaBox-more a:before {
  margin-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 0;
  color: #ed7019;
  font-size: 10px;
  font-size: 1rem;
  text-decoration: none;
}

.qaBox-other {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .qaBox-other {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ui-slider {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.ui-slider:before, .ui-slider:after {
  display: table;
  content: ' ';
}
.ui-slider:after {
  clear: both;
}
@media only screen and (min-width: 640px) {
  .ui-slider {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 640px) {
  .ui-slider.is-narrow {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.l-main .ui-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 640px) {
  .l-main .ui-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.bx-pager {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  display: table;
}

.bx-pager-item {
  display: inline-block;
}

.bx-pager-link {
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #d9d9d9;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.bx-pager-link.active {
  background-color: #a6a6a6;
}

.bx-prev,
.bx-next {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: -26px;
  bottom: 0;
}

.bx-prev {
  left: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1586px;
  width: 26px;
  height: 51px;
  background-size: 300px 1754px;
}

.bx-next {
  right: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1642px;
  width: 26px;
  height: 51px;
  background-size: 300px 1754px;
}

.tab {
  overflow-x: hidden;
  padding-bottom: 3px;
  margin-bottom: 20px;
}

.tab-nav {
  margin-right: -5px;
  margin-left: -5px;
  border-bottom: 1px solid #5c6166;
}
.tab-nav:before, .tab-nav:after {
  display: table;
  content: ' ';
}
.tab-nav:after {
  clear: both;
}
[data-school="ele"] .tab-nav {
  border-color: #09b2a4;
}
[data-school="mid"] .tab-nav {
  border-color: #003585;
}

.tab-nav-item {
  float: left;
  padding-right: 5px;
  padding-left: 5px;
  width: 25%;
}
.tab-nav-item a {
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #999;
  line-height: 1.28571;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
.tab-nav-item a.is-active, .tab-nav-item a:hover {
  background-color: #5c6166;
  text-decoration: none;
}
[data-school="ele"] .tab-nav-item a.is-active, [data-school="ele"] .tab-nav-item a:hover {
  background-color: #09b2a4;
}
[data-school="mid"] .tab-nav-item a.is-active, [data-school="mid"] .tab-nav-item a:hover {
  background-color: #003585;
}
.tab-nav-item span.is-active {
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  background-color: #5c6166;
}
[data-school="ele"] .tab-nav-item span.is-active {
  background-color: #09b2a4;
}
[data-school="mid"] .tab-nav-item span.is-active {
  background-color: #003585;
}

.tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #d9d9d9;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.tab-content.is-disp {
  display: block;
}

.table-wrapper {
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}

.table {
  width: 100%;
}
.table th, .table td {
  padding: 20px;
  text-align: left;
  border: 1px solid #ccc;
}
.table th.is-center, .table td.is-center {
  vertical-align: middle;
  text-align: center;
}
.table thead th,
.table thead td {
  border-top: none;
}
.table thead th:first-child,
.table thead td:first-child {
  border-left: none;
}
.table thead th:last-child,
.table thead td:last-child {
  border-right: none;
}
.table tbody th,
.table tbody td {
  border-top: none;
}
.table tbody th:first-child,
.table tbody td:first-child {
  border-left: none;
}
.table tbody th:last-child,
.table tbody td:last-child {
  border-right: none;
}
.table tbody tr:last-child th,
.table tbody tr:last-child td,
.table tbody th.is-last-child,
.table tbody td.is-last-child {
  border-bottom: none;
}
.table .table-head-hdg,
.table .table-body-hdg {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22222;
  font-weight: bold;
  background-color: #f7f7f7;
  vertical-align: middle;
}
[data-school="ele"] .table .table-head-hdg, [data-school="ele"]
.table .table-body-hdg {
  background-color: #f1f8f8;
}
[data-school="mid"] .table .table-head-hdg, [data-school="mid"]
.table .table-body-hdg {
  background-color: #f2f5f9;
}
.table .table-head-hdg {
  border-bottom: 2px solid #5c6166;
}
[data-school="ele"] .table .table-head-hdg {
  border-bottom: 2px solid #09b2a4;
}
[data-school="mid"] .table .table-head-hdg {
  border-bottom: 2px solid #003585;
}
.table .table-body-hdg {
  border-right: 2px solid #5c6166;
}
[data-school="ele"] .table .table-body-hdg {
  border-right: 2px solid #09b2a4;
}
[data-school="mid"] .table .table-body-hdg {
  border-right: 2px solid #003585;
}
.table.is-tableMulti .table-body-hdg {
  border-right: 1px solid #ccc;
}
.table .table-head-hdg-blank {
  border-bottom: 2px solid #5c6166;
  background-color: #fff;
}
[data-school="ele"] .table .table-head-hdg-blank {
  border-bottom: 2px solid #09b2a4;
}
[data-school="mid"] .table .table-head-hdg-blank {
  border-bottom: 2px solid #003585;
}
.table .table-body-tit {
  color: #000;
  font-weight: bold;
  vertical-align: middle;
}
[data-school="mid"] .table .table-body-tit {
  color: #09b2a4;
}
[data-school="mid"] .table .table-body-tit {
  color: #003585;
}
.table .table-head-tit {
  border-bottom: 2px solid #5c6166;
  color: #000;
  font-weight: bold;
}
[data-school="ele"] .table .table-head-tit {
  border-bottom: 2px solid #09b2a4;
  color: #09b2a4;
}
[data-school="mid"] .table .table-head-tit {
  border-bottom: 2px solid #003585;
  color: #003585;
}
.table .table-body-desc {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table.is-priceTable .table-body-desc {
  text-align: right;
}
.table .table-area-hdg {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0.5;
  font-weight: bold;
  background-color: #eaf0f5;
  vertical-align: middle;
  color: #3b476e;
}

.col-5 {
  width: 5%;
}

.col-10 {
  width: 10%;
}

.col-15 {
  width: 15%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-35 {
  width: 35%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-65 {
  width: 65%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-90 {
  width: 90%;
}

.col-95 {
  width: 95%;
}

[data-table-convert="true"] {
  display: none;
}
@media only screen and (min-width: 640px) {
  [data-table-convert="true"] {
    display: table;
  }
}

.table-body-desc-price {
  font-size: 26px;
  font-size: 2.6rem;
  color: #eb6000;
}

.table-body-desc-per {
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}
@media only screen and (min-width: 640px) {
  .table-body-desc-per {
    display: block;
  }
}

@media only screen and (min-width: 640px) {
  .table-sp {
    display: none;
  }
}

.table-sp-hdg {
  padding: 15px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22222;
  font-weight: bold;
  background-color: #f7f7f7;
  border-bottom: 2px solid #5c6166;
  border-top: 1px solid #ccc;
}
.table-sp-hdg:first-child {
  border-top: none;
}
[data-school="ele"] .table-sp-hdg {
  background-color: #f1f8f8;
  border-bottom: 2px solid #09b2a4;
  border-top: 1px solid #ccc;
}
[data-school="ele"] .table-sp-hdg:first-child {
  border-top: none;
}
[data-school="mid"] .table-sp-hdg {
  background-color: #f2f5f9;
  border-bottom: 2px solid #003585;
  border-top: 1px solid #ccc;
}
[data-school="mid"] .table-sp-hdg:first-child {
  border-top: none;
}

.table-sp-title {
  margin-bottom: 5px;
  padding: 15px 20px 0;
  color: #000;
  font-weight: bold;
  border-top: 1px solid #ccc;
}
.table-sp-title:first-child {
  border-top: none;
}
[data-school="ele"] .table-sp-title {
  color: #09b2a4;
}
[data-school="mid"] .table-sp-title {
  color: #003585;
}

.table-sp-desc {
  padding: 0 20px 20px;
}

.table-sp-descSingle {
  padding: 15px 20px;
}

.text {
  /*margin-bottom: 20px;*/
  margin-bottom: 1em;
}

.text-bold {
  font-weight: bold;
}

.text-strong {
  font-weight: bold;
  color: #f05096;
}

.text-ll {
  font-size: 200%;
}

.text-l {
  font-size: 150%;
}

.text-m {
  font-size: 100%;
}

.text-s {
  font-size: 75%;
}

.text-ss {
  font-size: 50%;
}

.annotation {
  margin-bottom: 15px;
  margin-left: 1.4em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.annotation br {
  line-height: 1.8;
}

.annotation-note {
  margin-right: 0.4em;
  margin-left: -1.4em;
}

.link-blank {
  padding-right: 15px;
  position: relative;
}
.link-blank:after {
  margin-left: 0.5em;
  text-decoration: none;
}



/* ====================
   中学用LPフッタ 2015.06.10追加
   ==================== */

.l-sitemapSP-main-hdg-text-ele {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1349px;
  width: 300px;
  height: 42px;
  background-size: 300px 1754px;
  margin: 0 auto;
}

.l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-ele1 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1052.5px;
  width: 85px;
  height: 18px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-ele2 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1029.5px;
  width: 65px;
  height: 18px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-ele3 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1006.5px;
  width: 65px;
  height: 18px;
  background-size: 300px 1754px;
}


.l-sitemapSP-link-mid-head a {
  display: block;
  padding: 10px 0 10px;
  border-bottom: 1px solid #c8c8c8;
}

.l-sitemapSP-link-ele-head a {
  display: block;
  padding: 10px 0 10px;
  border-bottom: 1px solid #c8c8c8;
}



#js-l-sitemapSPmenu .l-headerSP-topNav-apply, #js-l-sitemapSPmenu .l-headerSP-topNav-request {
  position: fixed;
  top: 0;
  width: 35%;
  border: none;
}

#js-l-sitemapSPmenu .l-headerSP-topNav-request {
  left: 35%;
}
#js-l-sitemapSPmenu #js-l-headerSP-topNav-menu2 {
  border: none;
}

/* ====================
   発展クラス変更ボタン
   ==================== */

.l-applicationSP-btns-item-hatten {
  width: 100%;
  float: left;
  padding: 1.5% 1.5% 2%;
  border-top-left-radius: 5px;
  background-color: rgba(213, 237, 237, 0.7);
}

.l-applicationSP-btns-item-hatten a {
  position: relative;
  display: block;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #eb6000;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4ZDgwMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZhYmYwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff6b05), color-stop(100%, #eb6000));
  background: -moz-linear-gradient(top, #ff6b05, #eb6000);
  background: -webkit-linear-gradient(top, #ff6b05, #eb6000);
  background: linear-gradient(to bottom, #ff6b05, #eb6000);
  -moz-box-shadow: 0 3px 0 #AE4700;
  -webkit-box-shadow: 0 3px 0 #AE4700;
  box-shadow: 0 3px 0 #AE4700;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.l-applicationSP-btns-item-hatten a:hover {
  background-color: #ff6b05;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2ZjEwMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc4ZDgwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7b1f), color-stop(100%, #ff6b05));
  background: -moz-linear-gradient(top, #ff7b1f, #ff6b05);
  background: -webkit-linear-gradient(top, #ff7b1f, #ff6b05);
  background: linear-gradient(to bottom, #ff7b1f, #ff6b05);
}

.l-applicationSP-btns-item-hatten-text {
  position: relative;
  padding-left: 24px;
}
.l-applicationSP-btns-item-hatten-text:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  margin-right: 0.5em;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -629.5px;
  width: 19.5px;
  height: 15px;
  background-size: 300px 1754px;
  content: "";
}


.l-applicationPC-item-hatten {
  width: 480px;
  float: right;
}
.l-applicationPC-item-hatten a {
  position: relative;
  display: block;
  height: 47px;
  line-height: 47px;
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background-color: #eb6000;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4ZDgwMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZhYmYwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff6b05), color-stop(100%, #eb6000));
  background: -moz-linear-gradient(top, #ff6b05, #eb6000);
  background: -webkit-linear-gradient(top, #ff6b05, #eb6000);
  background: linear-gradient(to bottom, #ff6b05, #eb6000);
  -moz-box-shadow: 0 3px 0 #AE4700;
  -webkit-box-shadow: 0 3px 0 #AE4700;
  box-shadow: 0 3px 0 #AE4700;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.l-applicationPC-item-hatten a:hover {
  background-color: #ff6b05;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2ZjEwMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc4ZDgwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7b1f), color-stop(100%, #ff6b05));
  background: -moz-linear-gradient(top, #ff7b1f, #ff6b05);
  background: -webkit-linear-gradient(top, #ff7b1f, #ff6b05);
  background: linear-gradient(to bottom, #ff7b1f, #ff6b05);
}

.l-applicationPC-item-hatten-text {
  position: relative;
  padding-left: 55px;
}
.l-applicationPC-item-hatten-text:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  margin-right: 0.5em;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1259px;
  width: 39px;
  height: 30px;
  content: "";
}


/* ====================
   発展クラスQ＆A
   ==================== */

.subtitle-hatten {
  background: #50b3aa;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  line-height: 2.5;
  text-align: center;
}

li.question {
  margin-bottom: 10px;
  padding: 10px 5px 5px;
  background: url(/shogaku/grade/5th-year/images/hatten/question.png) no-repeat left 50%;
  text-indent: 30px;
  font-size: 18px;
  line-height:40px;
  font-weight: bold;
  color: #329289;
  border-bottom: dotted 1px #7ccec6;
}

li.answer {
  margin-bottom: 10px;
  padding: 5px 0 0 40px;
  background: url(/shogaku/grade/5th-year/images/hatten/answer.png) no-repeat left 50%;
  font-size: 18px;
  line-height:20px;
  font-weight: bold;
  color: #e24930;
}

li.caution {
  margin-bottom: 10px;
  padding-left: 50px;
  font-size: 12px;
  color: #888;
}

.no-number{
  margin-left: 24px;
}



.bg-black {
  background-color: rgba(000, 000, 000, 0.7) !important;
}




/* ====================
   受験結果アンケート
   ==================== */

@media only screen and (min-width: 641px) {
img.pic640 {
  width: 195px;
}
}


/* ====================
   コンバージョンボタン:スマホ
   ==================== */




/* ====================
   1カラム用囲み
   ==================== */

.qaBox-onecolumn {
  max-width: 630px;
  width: 100%;
  margin: auto;
}


@media only screen and (max-width: 640px) {
.qaBox-onecolumn {
  width: 90%;
}
}

.hirobaBox-onecolumn {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.hirobaBox-onecolumn .qaBox {
  background: #FFF !important;
  border: 1px solid #666;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

@media only screen and (max-width: 640px) {
.hirobaBox-onecolumn {
  width: 90%;
}
}


/* ====================
   小見出しカラー
   ==================== */

.hdg-sss {
  margin-bottom: 5px;
  font-weight: bold;
  color: #32a69c;
}


/* ====================
   コンパクトリスト
   ==================== */

li.conpactlist {
  margin-bottom: 5px;
}

/* ====================
   グローバルメニュー無しページ
   ==================== */

.no-menu-top {
  padding-top: 40px;
}

@media only screen and (max-width: 640px) {
.no-menu-top {
  padding-top: 0;
}
}

/* ====================
   サポート topics
   ==================== */

.topics-main {
  padding: 20px;
  margin-bottom: 20px;
  background: #EEE;
}

.topics-main p {
  font-size: 14px !important;
  margin-bottom: 12px;
}

.topics-main li {
  margin: 0 0 5px 10px;
  list-style-type: disc;
}

.topics-main li.hdgNum {
  list-style-type: none;
}

.topics-main h2 {
  margin-top: 40px;
}

.topics-main h3 {
  margin-top: 30px;
}

.topics-main ul.list-number li{
  list-style-type:  decimal;
  font-size: 14px;
  margin: 0 0 10px 30px;
}


/* ====================
   会員向けサポートナビ
   ==================== */


[data-school="mid"] #support-Nav li a:hover {
    color:#fff !important;
    background:#003585 !important;
}

[data-school="mid"] #support-Nav li a.active {
    color:#fff !important;
    background:#003585 !important;
}
[data-school="mid"] #support-Nav li a.active:before {
    color:#fff !important;
}

[data-school="ele"] #support-Nav li a:hover {
    color:#fff !important;
    background:#13b5a8 !important;
}

[data-school="ele"] #support-Nav li a.active {
    color:#fff !important;
    background:#13b5a8 !important;
}
[data-school="ele"] #support-Nav li a.active:before {
    color:#fff !important;
}


/* ====================
   中学用LPフッタ
   ==================== */

.l-sitemapSP-main-hdg-text-ele {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1349px;
  width: 300px;
  height: 42px;
  background-size: 300px 1754px;
  margin: 0 auto;
}

.l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-new-ele1 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1100px;
  width: 240px;
  height: 20px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-ele1 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1052.5px;
  width: 85px;
  height: 18px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-ele2 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1029.5px;
  width: 65px;
  height: 18px;
  background-size: 300px 1754px;
}
.l-sitemapSP-main-items-grade .l-sitemapSP-main-item.grade-ele3 a .grade-text {
  background-image: url(/common/images/sprite@2x.png);
  background-position: 0px -1006.5px;
  width: 65px;
  height: 18px;
  background-size: 300px 1754px;
}


.l-sitemapSP-link-mid-head a {
  display: block;
  padding: 10px 0 10px;
  border-bottom: 1px solid #c8c8c8;
}

.l-sitemapSP-link-ele-head a {
  display: block;
  padding: 10px 0 10px;
  border-bottom: 1px solid #c8c8c8;
}

/* ====================
   アコーディオン用見出し
   ==================== */

.hdg-acc {
  font-size: 18px;
  font-weight: bold;
  color: #003585;
}

.hightschool {
  font-size: 24px !important;
}

.accordion-content-item h4.hdg-s {
  color: #003585;
}

.daruma {
  margin-top: 10px;
  background: url(/chugaku/merit/images/goukaku/icon_daruma.png)   no-repeat;
}


.width-max {
  width: 100% !important;
}


/* ====================
   イード・アワード
   ==================== */


table.iid-table {
  border:1px solid #13b5a8;
}

table.iid-table tr {
  border-bottom:1px dotted #9ecac0;
}

table.iid-table td {
  border:0;
  padding: 5px;
}

table.iid-table td.award {
  width: 67%;
  background: #13b5a8;
  font-weight: bold;
  color: #FFF;
}

table.iid-table td.smilez {
  width: 33%;
  background: #ebebeb;
  text-align: center;
}

/* ====================
   体験会
   ==================== */
.taikenakai{
  font-size: 1em;
  margin-top: 0.4em;
}

.taikenakai dd{
  font-weight: normal;
}

/* ====================
   sitemap.html 他サービスへのリンク
   ==================== */
.other-service {
  border-top: solid 1px #ccc;
  margin-top: 40px;
  padding: 40px 0 40px;
}
.other-service h4 {
  margin: 0 0 10px 10px;
  font-size: 18px;
  font-weight: bold;
}
.other-service li a {
  text-decoration: none;
  color: #555555;
}
.other-service li a:after {
  content: "\E001";
  font-family: "sz-fonts";
  font-size: 12px;
  line-height: 40px;
  color: #ed7019;
  display: block;
  float: right;
}
.other-service li {
  width: 100%;
  border: solid 1px #d9d9d9;
  border-bottom: none;
  padding: 10px 20px;
}
.other-service li .service {
  float: left;
}
.other-service .other-service-row:first-child li:first-child {
  border-radius: 10px 10px 0 0;
}
.other-service .other-service-row:last-child li:last-child {
  border-bottom: solid 1px #d9d9d9;
  border-radius: 0 0 10px 10px;
}
.other-service ul li:hover {
  background-color: #ECF0F1;
}
.other-service ul li.no-link:hover {
  background-color: #fff;
}

@media screen and (max-width: 639px) {
  .other-service li:after {
    content: '';
    display: table;
    clear: both;
  }
  .other-service li.last-link {
    border-bottom: solid 1px #d9d9d9;
    border-radius: 0 0 10px 10px;
  }
  .other-service li.no-link {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .other-service ul {
    display: table;
    width: 100%;
  }
  .other-service ul .other-service-row {
    display: table-row;
  }
  .other-service li {
    display: table-cell;
    width: 50%;
    border: solid 1px #d9d9d9;
    border-bottom: none;
    padding: 10px 20px;
  }
  .other-service .other-service-row li:first-child {
    border-right: none;
  }
  .other-service .other-service-row:first-child li:first-child {
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
  }
  .other-service .other-service-row:first-child li:last-child {
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -o-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
  }
  .other-service .other-service-row:last-child li:first-child {
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -o-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    border-right: none;
    border-bottom: solid 1px #d9d9d9;
  }
  .other-service .other-service-row:last-child li:last-child {
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
    border-bottom: solid 1px #d9d9d9;
  }
}

.other-service .service-description {
  display: block;
  font-size: 12px;
  color: gray;
}
.other-service .service-title {
  display: block;
  font-size: 15px;
}

[data-school="mid"] .l-sitemapPC-main-other {
  background-position: 2px -2352px;
  height: 54px;
}




.contact-us > .section-inner {
  margin-bottom: 30px;
}
.contact-us .section-inner:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 641px) {
  .contact-us .section-inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
}
.contact-us > .section-inner > div {
  margin: 0;
  float: none;
}
@media screen and (max-width: 640px) {
  .contact-us {
    text-align: center;
  }
  .contact-us .l-applicationPC-content-freecall {
    padding: 0;
  }
  .contact-us .l-applicationPC-content-freecall:before {
    display: none;
  }
  .contact-us .l-applicationPC-content-freecall-desc {
    font-size: 2rem;
  }
  .contact-us .l-applicationPC-content-freecall-tel {
    font-size: 38px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 641px) {
  .contact-us > .section-inner {
    display: table;
    max-width: 840px;
    margin: 0 auto 30px;
  }
  .contact-us > .section-inner > div {
    display: table-cell;
    margin: 0;
  }
}
.contact-us .tel-link a {
  color: #000;
  text-decoration: underline;
}

.sns-btn {
  display: -webkit-flex;
  display: flex;
  width: 160px;
  margin: 20px auto 10px;
}
.sns-btn li {
  padding: 0 8px;
}
.sns-btn li a:hover {
  opacity: .6;
}
.l-sitemapPC-main.with-sns {
  width: auto;
}
.l-sitemapPC-main.with-sns .l-sitemapPC-content .sns-btn, {
  /*width: 166px;*/
  margin: 0;
}
.l-sitemap-wrapper.all-category {
  padding-bottom: 10px;
}
.l-sitemap-wrapper.all-category .sns-btn {
  /*width: 166px;*/
  margin-bottom: 0;
}
.l-sitemap-wrapper.all-category .sns-btn {
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  .l-sitemap-wrapper.all-category .sns-btn {
    width: 166px;
    margin: -40px auto 30px;
    position: relative;
    z-index: 20;
  }
}
