@charset "shift-jis";

img {
  max-width: 100%;
  vertical-align: bottom;
}
/* -----------------------------------------------------------------------
## Reset #################################################################
----------------------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, img, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0px;
  padding: 0px;
}
fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, var {
  font-weight: normal;
  font-style: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  display: block;
  color: #4e8ccf;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
.per3box {
  margin: 3%;
}
#deqwas-collection {
  display: none;
}
.bx-viewport {
  z-index: 1!important;
}

.ma_b5 {
  margin-bottom: 5px;
}
.ma_b10 {
  margin-bottom: 10px;
}
.ma_b15 {
  margin-bottom: 15px;
}
.ma_b20 {
  margin-bottom: 20px;
}
.ma_b21 {
  margin-bottom: 21px;
}
.ma_b25 {
  margin-bottom: 25px;
}
.ma_b30 {
  margin-bottom: 30px;
}

.offer_red{
	color:#d60b0b;
}
.offer_bold{
	font-weight:bold;
}

.offer li {
    font-size: 65%;
    padding-left: 1em;
    text-indent: -1em;
}


/* ################# SNSボタン ################# */
#snsList {
  padding: 10px 10px 0;
}
#snsList li {
	display: inline-block;
  margin-right:10px;
  margin-bottom: 10px;
}


/* -----------------------------------------------------------------------
## Box Layout ############################################################
----------------------------------------------------------------------- */
body {
  padding-top: 44px;
  color: #333;
  background: url(/s/touch/common_rn/images/sp/bg_body.gif) repeat left top;
  background-size: 50px 50px;
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.4;
  width: 100%;
  overflow-x: hidden;
}


/* -----------------------------------------------------------------------
## Header ################################################################
----------------------------------------------------------------------- */
.pageHeader {
  margin-top: 0;
  padding-top: 10px;
  background: #fff;
}
/*メニュー・モックアップ使用*/
/*  fixedHeader
--------------------------------------------------*/
#fixedHeader {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#fixedHeader .modalContent {
  position: fixed;
  z-index: 55;
  top: 44px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0;
  background-color: #fff;
  text-align: center;
}
#fixedHeader .modalContent .btClose {
  margin-top: 10px;
}
#fixedHeader .modalContent .inner {
  height: 460px;
}
#fixedHeader ul {
  position: relative;
  padding: 9px 0 10px;
  background-image: url(/s/common/2014/assets/imgs/common_sp/bg-hnav.png);
  background-size: 1px auto;
}
#fixedHeader ul li {
  float: left;
}
#fixedHeader ul li a {
  display: block;
  border-right: 1px solid #cfcfcf;
  line-height: 27px;
}
#fixedHeader ul li a img {
  vertical-align: middle;
}
#fixedHeader ul li a.opened {
  background: url(/s/common/2014/assets/imgs/common_sp/bt-close-03.png) no-repeat center center;
  background-size: auto 16px;
}
#fixedHeader ul li a.opened img {
  opacity: 0;
}
#fixedHeader ul li:nth-child(1) {
  width: 28%;
}
#fixedHeader ul li:nth-child(2) {
  width: 42%;
}
#fixedHeader ul li:nth-child(3) {
  width: 30%;
}
#fixedHeader ul li:nth-child(3) a {
  border-right: none;
}


/*  pageCover
--------------------------------------------------*/
#pageCover {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}

/*  sideNav
--------------------------------------------------*/
#sideNav {
  position: relative;
  z-index: 4;
  background-image: url(/s/common/2014/assets/imgs/common_sp/bg-sidefooter.gif);
  background-size: 97px auto;
}
#sideNav .sideNavInner {
  /*height: 732px;*/ height: 850px;
}
#sideNav .switchArea {
  position: relative;
  overflow: hidden;
  width: 200%; /*height: 541px;*/
  height: auto;
  -webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
     -moz-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
       -o-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
          transition: all 500ms cubic-bezier(.165, .84, .44, 1);/* easeOutQuart */
}
#sideNav .switchArea.toRight {
  height: auto;
  -webkit-transform: translateX(-275px);
}
#sideNav .switchArea .gNavArea, #sideNav .switchArea .courseNavs {
  float: left;
  width: 50%;
}
#sideNav .switchArea .sideNavHeader {
  border-bottom: 2px solid #cfcece;
  text-align: left;
  line-height: 44px;
  background-color: #fff;
}
#sideNav .switchArea .sideNavHeader p {
  line-height: 44px;
}
#sideNav .switchArea .sideNavHeader img {
  vertical-align: middle;
}
#sideNav .switchArea .sideNavHeader .logo {
  padding-left: 15px;
}
#sideNav .switchArea .sideNavHeader .btBack {
  padding-left: 20px;
}
#sideNav .switchArea .nav {
  background-color: #fff;
}
#sideNav .switchArea .nav li {
  border-bottom: 1px solid #cfcece;
  text-align: left;
  line-height: 44px;
}
#sideNav .switchArea .nav li a {
  display: block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
#sideNav .switchArea .nav.gNav li a {
  position: relative;
  font-size: 14px;
}
#sideNav .switchArea .nav.gNav li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 11px;
  margin-top: -5px;
  background: url(/s/common/2014/assets/imgs/common_sp/blt-next.png) no-repeat left center;
  background-size: 100% auto;
  content: "";
}

#sideNav .switchArea .nav.gNav li:nth-child(2) a {
  color: #ec6e81;
}
#sideNav .switchArea .nav.gNav li:nth-child(3) a {
  color: #009e3b;
}
#sideNav .switchArea .nav.gNav li:nth-child(4) a {
  color: #006eb3;
}
#sideNav .switchArea .nav.gNav li:nth-child(5) a {
  color: #fa7500;
}
#sideNav .switchArea .nav.gNav li:nth-child(6) a {
  color: #8ec31f;
}
#sideNav .switchArea .nav.gNav li:nth-child(7) a {
  color: #6b5cad;
}


#sideNav .switchArea .courseNav .nav li:first-child {
  padding-left: 13px;
}
#sideNav .switchArea .courseNav .nav li:first-child img {
  vertical-align: middle;
}
#sideNav .switchArea .courseNav:nth-child(2) .nav li:first-child {
  background-color: #fdf3f5;
}
#sideNav .switchArea .courseNav:nth-child(3) .nav li:first-child {
  background-color: #fdf3f5;
}
#sideNav .switchArea .courseNav:nth-child(4) .nav li:first-child {
  background-color: #effcf4;
}
#sideNav .switchArea .courseNav:nth-child(5) .nav li:first-child {
  background-color: #eef9ff;
}
#sideNav .switchArea .courseNav:nth-child(6) .nav li:first-child {
  background-color: #fff6ea;
}
#sideNav .switchArea .courseNav:nth-child(7) .nav li:first-child {
  background-color: #f8ffeb;
}
#sideNav .switchArea .courseNav:nth-child(8) .nav li:first-child {
  background-color: #f5f2fd;
}
#sideNav .btClose {
  position: absolute;
  top: 3px;
  right: 2px;
}
#sideNav .sideNavFooter {
  padding-bottom: 25px;
}
#sideNav .courseNav .bnr {
  background-color: #fff;
}
#sideNav .courseNav .bnr a {
  display: block;
  padding: 13px;
}
#sideNav .courseNav .bnr a:after {
  background: none!important;
}

/*メニューモックアップ　Custom CSS*/
#sideNav .switchArea div.common_sp_custom li {
  border: none;
}
#sideNav .switchArea div.common_sp_custom li a span {
  color: #fff;
  font-weight: bold;
}
#sideNav .switchArea div.common_sp_custom li.entry {
  background: #ff9f1a;
}
#sideNav .switchArea div.common_sp_custom li.request {
  background: #4e8ccf;
}
#sideNav .switchArea div.common_sp_custom .nav.gNav li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 11px;
  margin-top: -5px;
  background: url(/s/common/2014/kyouzai/index/images_sp/blt-next_wh.png) no-repeat left center;
  background-size: 100% auto;
  content: "";
}
div.common_sp_custom .ul_grade_innerlink {
  display: block;
  clear: both;
  padding: 15px 0 0;
  list-style: none;
  list-style-type: none;
}
div.common_sp_custom .ul_grade_innerlink li {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  padding: 0 0 0 28px;
  background: url("/s/common/images/icon_link_10.gif") no-repeat scroll 20px 8px;
  font-size: 12px;
  line-height: 200%;
}
div.common_sp_custom .ul_grade_innerlink li a {
  display: inline;
  color: #4e8ccf;
}
#sideNav .switchArea div.common_sp_custom6nen .nav2 li {
  border: none;
}
#sideNav .switchArea div.common_sp_custom6nen .nav2 li a span {
  color: #fff;
  font-weight: bold;
}
#sideNav .switchArea div.common_sp_custom6nen .nav2 li.entry {
  background: #ff9f1a;
}
#sideNav .switchArea div.common_sp_custom6nen .nav2 li.request {
  background: #4e8ccf;
}
#sideNav .switchArea div.common_sp_custom6nen .nav2 li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 11px;
  margin-top: -5px;
  background: url(/s/common/2014/kyouzai/index/images_sp/blt-next_wh.png) no-repeat left center;
  background-size: 100% auto;
  content: "";
}
#sideNav .switchArea .nav2 li {
  border-bottom: 1px solid #cfcece;
  text-align: left;
  line-height: 44px;
}
#sideNav .switchArea .nav2 li a {
  display: block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
#sideNav .switchArea .nav2.gNav li a {
  position: relative;
  font-size: 14px;
}
#sideNav .switchArea .nav2.gNav li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 11px;
  margin-top: -5px;
  background: url(/s/common/2014/kyouzai/index/images_sp/blt-next_wh.png) no-repeat left center;
  background-size: 100% auto;
  content: "";
}

/*学年Custom追加*/
#sideNav .switchArea div.common_sp_custom2 .nav3 li:first-child {
  padding-left: 0px;
}
#sideNav .switchArea .nav3.gNav li:nth-child(2) a {
  color: #333;
}
#sideNav .switchArea div.common_sp_custom2 .nav3 li:nth-child(2) a {
  color: #333;
}
#sideNav .switchArea div.common_sp_custom2 .nav3 li:nth-child(3) a {
  color: #333;
}
#sideNav .switchArea div.common_sp_custom2 .nav3 li:nth-child(4) a {
  color: #333;
}
#sideNav .switchArea div.common_sp_custom2 .nav3 li:nth-child(5) a {
  color: #333;
}
#sideNav .switchArea div.common_sp_custom2 .nav3 li:nth-child(6) a {
  color: #333;
}
#sideNav .switchArea div.common_sp_custom2 .nav3 li:nth-child(7) a {
  color: #333;
}
#sideNav .switchArea div.common_sp_custom2 .nav3 li:nth-child(8) a {
  color: #333;
}


/*フローティングメニュー SP　contact領域のCustom CSS*/
div.div_floating2014_contact #fixedHeader ul.ul_floating_contact {
  position: relative;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
div.div_floating2014_contact #fixedHeader ul.ul_floating_contact li {
  display: block;
  clear: both;
  width: 300px;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
div.div_floating2014_contact div.inner {
  position: relative;
  clear: both;
  width: 300px;
  margin: 0 auto;
}
div.div_floating2014_contact p.offer {
  clear: both;
  margin: 0;
  padding: 15px 5px 10px;
  color: #666;
  text-align: left;
  font-size: 10px;
  line-height: 135%;
}
div.div_floating2014_contact p.offer a {
  text-decoration: underline;
}
div.div_floating2014_contact div.contact_slide_row2 {
  display: none;
  clear: both;
  padding: 5px;
  color: #666;
  text-align: left;
  font-size: 12px;
  line-height: 125%;
}
div.div_floating2014_contact div.contact_slide_row2 b {
  display: block;
  clear: both;
  color: #666;
}
div.div_floating2014_contact div.contact_slide_row2 .span_block {
  display: block;
  clear: both;
  padding: 7px 0 0;
}

/* -------------------------------------------------------------------------------------
 for menuAction
 ------------------------------------------------------------------------------------- */
/*  fixedHeader, page
--------------------------------------------------*/
#fixedHeader, #page {
  -webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
     -moz-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
       -o-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
          transition: all 500ms cubic-bezier(.165, .84, .44, 1);/* easeOutQuart */
}

/*  pageCover
--------------------------------------------------*/
#pageCover {
  z-index: 54;
  display: none;
  opacity: 0;
}

/*  sideNav
--------------------------------------------------*/
#sideNav {
  position: fixed;
  z-index: 55;
  top: 0;
  left: 100%;
  overflow-x: hidden;
  width: 275px;
  height: 100%;
  -webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
     -moz-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
       -o-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
          transition: all 500ms cubic-bezier(.165, .84, .44, 1);/* easeOutQuart */
}
.menuOpen {
  /*  sideNav
--------------------------------------------------*/
}
.menuOpen #fixedHeader, .menuOpen #page {
  -webkit-transform: translateX(-275px);
}
.menuOpen #sideNav {
  margin-left: -275px; /*box-shadow: -3px 0 40px rgba(0, 0, 0, 0.3);/*Androidでリンクがずれる箇所*/
}


/*教材トップheader*/
div.div_common_rn2014 .sho_logo_sp_out {
  clear: both;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
div.div_common_rn2014 .sho_logo_sp {
  position: relative;
  display: block;
  height: 33px;
  margin: 0 15px;
  text-align: left;
}
div.div_common_rn2014 .div_sp_header_grade {
  position: relative;
  display: none;
  clear: both;
  margin: 0 15px;
}
div.div_common_rn2014 .div_sp_header_grade .grade_logo_sp {
  float: left;
  height: 33px;
  padding: 8px 0;
}
div.div_common_rn2014 .div_sp_header_grade .grade_member_sp {
  float: right;
  height: 33px;
  padding: 8px 0;
}
/*//header トップ以外//*/
/*div.div_common_rn2014 .sho_logo_sp a.left { display:none;}*/
div.div_common_rn2014 .sho_logo_sp a.right {
  display: block;
  float: left;
}
/*//header トップのみ//*/
div.top_contents2014 div.div_common_rn2014 .sho_logo_sp a.left {
  display: block;
  float: left;
}
div.top_contents2014 div.div_common_rn2014 .sho_logo_sp a.right {
  display: block;
  float: right;
}
/*//header トップ以外//*/
div.div_common_rn2014 .sho_logo_sp a.left {
  display: block;
  float: left;
}
div.div_common_rn2014 .sho_logo_sp a.right {
  display: block;
  float: right;
}

/* jsp
--------------------------------------------------*/
.jspScrollable {
  outline: none;
}
.jspContainer {
  position: relative;
  overflow: hidden;
}
.jspCorner {
  float: left;
  height: 100%;
}
.jspPane {
  position: absolute;
  width: 100% !important;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  height: 100%;
}
.jspTrack {
  position: relative;
}
.jspDrag {
  position: relative;
  top: 0;
  left: 0;
}



/* -----------------------------------------------------------------------
## Footer #############################################################
----------------------------------------------------------------------- */
.pageFooter {
  background: #fff;
}
/*admission bottom_sp領域*/
div.div_admission2014_bottom_sp {
  position: relative;
  clear: both;
  width: 100%;
  margin: 30px auto 0;
  border-top: #f7ebc6 6px solid;
  background: url(/s/common/2014/kyouzai/index/images_sp/bg_admission2014.gif) repeat;
}
div.div_admission2014_bottom_sp .div_adm_data_sp {
  clear: both;
  margin: 16px auto 0;
  text-align: center;
}
div.div_admission2014_bottom_sp .p_adm_data_sp {
  clear: both;
  width: 290px;
  margin: 10px auto;
  color: #666;
  font-size: 10px;
}
div.div_admission2014_bottom_sp .div_adm_price {
  position: relative;
  clear: both;
  width: 290px;
  height: auto;
  margin: 10px auto 0;
  border: #ebe5d3 solid 4px;
  background: #fff;
}
div.div_admission2014_bottom_sp .div_adm_price p {
  clear: both;
  margin: 15px auto;
  text-align: center;
}
div.div_admission2014_bottom_sp .ul_adm_price_offer {
  display: block;
  clear: both;
  padding: 0px 20px 10px;
  list-style: none;
  list-style-type: none;
  color: #4c4c4c;
  text-align: left;
  font-size: 10px;
  line-height: 180%;
}
div.div_admission2014_bottom_sp .ul_adm_price_offer li {
  list-style: none;
  list-style-type: none;
}
div.div_admission2014_bottom_sp .div_adm_entry {
  clear: both;
  text-align: center;
}
div.div_admission2014_bottom_sp .div_adm_entry .btn {
  clear: both;
  margin-top: 10px;
  text-align: center;
}
div.div_admission2014_bottom_sp .div_adm_entry .column {
  display: block;
  width: 290px;
  height: 45px;
  margin: 15px auto 0;
}
div.div_admission2014_bottom_sp .div_adm_entry .column a.left {
  display: block;
  float: left;
}
div.div_admission2014_bottom_sp .div_adm_entry .column a.right {
  display: block;
  float: right;
}
div.div_admission2014_bottom_sp .div_admission2014_bottom_img {
  clear: both;
  width: 100%;
  height: 5px;
  margin-top: 20px;
  background: url(/s/common/2014/kyouzai/index/images_sp/bg_admission_bottom.gif) repeat-x 0 0;
}
div.div_admission2014_bottom_sp .div_admission2014_bottom_img hr {
  display: none;
}


/*contact bottom_sp領域*/
div.div_contact_bottom_sp {
  position: relative;
  clear: both;
  width: 290px;
  margin: 20px auto 0;
}
div.div_contact_bottom_sp h3 {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}
div.div_contact_bottom_sp .btn {
  clear: both;
  margin-top: 10px;
  text-align: center;
}
div.div_contact_bottom_sp p.offer {
  clear: both;
  margin: 0;
  padding: 15px 5px 10px;
  color: #666;
  text-align: left;
  font-size: 10px;
  line-height: 135%;
}
div.div_contact_bottom_sp p.offer a {
  text-decoration: underline;
}
div.div_contact_bottom_sp div.contact_slide_row {
  display: none;
  clear: both;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 125%;
}
div.div_contact_bottom_sp div.contact_slide_row b {
  display: block;
  clear: both;
  color: #666;
}
div.div_contact_bottom_sp div.contact_slide_row .span_block {
  display: block;
  clear: both;
  padding: 7px 0 0;
}


/*デザイン・名称・内容などは変わることがあります*/
div.div_common_rn2014 .top_anchor_link_sp {
  clear: both;
  width: 290px;
  margin: 20px auto 0;
  text-align: right;
}
div.div_common_rn2014 .p_service_offer_sp {
  clear: both;
  width: 290px;
  margin: 20px auto 0;
  color: #4c4c4c;
  text-align: left;
  font-size: 10px;
}





/* ################# コーポレートフッター ################# */
.corporateFooter {
  position: relative;
  clear: both;
  width: 100%;
  margin: 20px auto 0;
  border-top: #0070cb 6px solid;
}
.cf_logo {
  clear: both;
  padding: 20px 0 0;
  text-align: center;
}
.cf_logo a {
  display: inline;
}
.cf_link {
  display: block;
  clear: both;
  width: 300px;
  margin: 0px auto;
  padding: 15px 0;
  list-style: none;
  list-style-type: none;
}
.cf_link li {
  display: inline;
  margin-bottom: 4px;
  margin-left: 0;
  padding: 0 0 0 18px;
  background: url("/s/common/images/icon_link_10.gif") no-repeat scroll 10px 4px;
  font-size: 12px;
}
.cf_link a {
  display: inline;
}
.cf_copyright {
  display: block;
  clear: both;
  padding: 0px 0 20px;
  text-align: center;
}






/*お悩みQA*/
div.detail_contents {
  clear: both;
  width: 100%;
  text-align: center;
}
div.div_onayami_sp {
  position: relative;
  clear: both;
  width: 100%;
  margin: 20px auto 0;
  background: url(/s/common/2014/kyouzai/index/images_sp/bg_onayami.gif) repeat-x 0 0;
}
div.div_onayami_sp h3 {
  clear: both;
  margin: 0;
  padding: 30px 0 0 0;
  line-height: 1;
}
div.div_onayami_sp .onayami-qa {
  width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: none;
  font-size: 14px;
  line-height: 130%;
}
div.div_onayami_sp .onayami-qa-q {
  margin-bottom: 15px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
div.div_onayami_sp .onayami-qa-q-row {
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
}
div.div_onayami_sp .onayami-qa-q-row:last-child {
  border-bottom: 0;
}
div.div_onayami_sp .onayami-qa-q-row {
  background-repeat: no-repeat;
  background-position: 10px 50%;
  -webkit-background-size: 50px 50px;
          background-size: 50px 50px;
}
div.div_onayami_sp .onayami-qa-q-photo1 {
  background-image: url("/s/taiken/images/sp/qa_icon_1.jpg");
}
div.div_onayami_sp .onayami-qa-q-photo2 {
  background-image: url("/s/taiken/images/sp/qa_icon_2.jpg");
}
div.div_onayami_sp .onayami-qa-q-photo3 {
  background-image: url("/s/taiken/images/sp/qa_icon_3.jpg");
}
div.div_onayami_sp .onayami-qa-q-row a {
  display: block;
  padding: 15px 30px 15px 75px;
  background: url("/s/common/images/sp/icon/arw_gray_right.png") no-repeat 96% center;
  -webkit-background-size: 7px auto;
          background-size: 7px auto;
  text-decoration: underline;
}
div.div_onayami_sp .onayami-qa-q-row a:visited {
  color: #0070cb;
}










/* -----------------------------------------------------------------------
## cvArea ################################################################
----------------------------------------------------------------------- */
.cvBox {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 4px solid #f7ebc6;
  padding: 15px 15px 20px;
  background: url(/s/1/touch/img_sp/20141216/bg.gif) repeat top left;
}
.cvBox_offer{
  margin-top: 20px;
  font-size: .688rem;
  text-indent: -1em;
  padding-left: 1em;
}
.cvBox_btn{
  margin: 15px 0;
}
.cvBox_txtLink li{
  background: url(/s/1/touch/img_sp/20141216/arrow_sp_right.png) no-repeat left 9px;
  float: left;
  padding-left: 10px;
  margin-left: 15px;
  background-size: 4px;
  line-height: 1.8em;
  font-size: .875rem;
}
.priceBox {
  position: relative;
  clear: both;
  width: 290px;
  height: auto;
  margin: 10px auto 0;
  border: #ebe5d3 solid 4px;
  background: #fff;
}
.priceBox_price {
  clear: both;
  margin: 15px auto;
  text-align: center;
}
.priceBox_offer {
  display: block;
  clear: both;
  padding: 0px 20px 10px;
  list-style: none;
  list-style-type: none;
  color: #4c4c4c;
  text-align: left;
  font-size: .625rem;
  line-height: 180%;
}
.priceBox_offer li {
  text-indent: -1em;
  padding-left: 1em;
}
.nyukaiBtnBox {
  clear: both;
  text-align: center;
}
.nyukaiBtnBox_btn {
  clear: both;
  margin-top: 10px;
  text-align: center;
}
.nyukaiBtnBox_textLink {
  clear: both;
  padding: 13px 0;
}
.nyukaiBtnBox_textLink a {
  display: inline;
  text-decoration: none;
  font-size: 14px;
  margin:5px 0 5px 0px;
  background: url(/s/2014/top_images/point_link_icon.jpg) no-repeat left center;
  padding:15px 0 15px 8px;
}
.nyukaiBtnBox_col2 {
  display: block;
  width: 290px;
  height: 45px;
  margin: 15px auto 0;
}
.nyukaiBtnBox_col2_right {
  display: block;
  float: right;
}
.nyukaiBtnBox_col2_left {
  display: block;
  float: left;
}
.cvBox_btmImg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: url(/s/common/2014/kyouzai/index/images_sp/bg_admission_bottom.gif) repeat-x 0 0;
}
.cvBox_btmImg hr {
  display: none;
}
.p_adm_data_sp {
    color: #666;
}
.cvBox .p_adm_data_sp {
    clear: both;
    color: #666;
    font-size: 10px;
    margin: 10px auto;
}
.inner .p_adm_data_sp {
	margin:10px 0;
    color: #333;
}


/*2015.02.09追加*/

#sideNav .switchArea div.common_sp_custom6nen .nav2 li.norikae {
  background: #379838;
}


/* 20150415　waculさんデータ反映*/

.newchallenge-main-content li{
overflow: visible !important;
}


/* 20150610　CVエリアレンタルタッチボタン追加 */

.rental_img{
  margin: 20px auto 10px;
  width: 290px;
}

.rental_img img{
  float: left;
}

span.rental_img_txt{
  float: left;
  text-align: left;
  width: 50%;
  margin-left: 5px;
}

/* 20150610　SP教材詳細 */

.kyouzai_details .details_cont h2{
  text-align: center;
}

.kyouzai_details .details_cont .btn{
  text-align: center;
}

/* 20150610　SP新フッターエリア追加 */
/* --------------------------------学年 footerエリア---------------------------------- */
.footer_contents2015 { clear:both; margin:30px 0; width:100%; border-top:4px solid #0196b6; text-align:center;}
.footer_contents2015 .inner { clear:both; padding:10px 0;}
.footer_contents2015 .inner img { max-width:none;}

.footer_contents2015 .footer_top_img h3 { clear:both; width:292px; height:48px; position:relative; overflow:hidden; margin:0 auto;}
.footer_contents2015 .footer_top_img h3 img {position:absolute; top:-9px; left:-2px;}
.footer_contents2015 ul.menu { clear:both; padding-top:10px; width:292px; margin:0 auto;}
.footer_contents2015 ul.menu li {width:146px; height:50px; position:relative; overflow:hidden; margin:0 auto;}
.footer_contents2015 ul.menu li img {position:absolute;}
.footer_contents2015 ul.menu li:nth-child(odd) { float:left;}
.footer_contents2015 ul.menu li:nth-child(even) { float:right;}
.footer_contents2015 ul.menu li:nth-child(odd) img {left:0;}
.footer_contents2015 ul.menu li:nth-child(even) img {right:0;}
.footer_contents2015 ul.menu li:nth-child(1) img { top:-63px;}
.footer_contents2015 ul.menu li:nth-child(2) img { top:-63px;}
.footer_contents2015 ul.menu li:nth-child(3) img { top:-114px;}
.footer_contents2015 ul.menu li:nth-child(4) img { top:-114px;}
.footer_contents2015 ul.menu li:nth-child(5) img { top:-165px;}
.footer_contents2015 ul.menu li:nth-child(6) img { top:-165px;}
.footer_contents2015 ul.menu li:nth-child(7) img { top:-216px;}
.footer_contents2015 ul.menu li:nth-child(8) img { top:-216px;}

.footer_contents2015 .footer_hr { clear:both; width:267px; height:3px; position:relative; overflow:hidden; margin:10px auto; text-align:center;}
.footer_contents2015 .footer_hr img {position:absolute; top:-271px; left:-20px;}
.footer_contents2015 .footer_hr hr { display:none;}

.footer_contents2015 ul.menu_bottom { clear:both; width:292px; margin:0 auto;}
.footer_contents2015 ul.menu_bottom li { clear:both; width:292px; height:50px; position:relative; overflow:hidden; margin:0 auto;}
.footer_contents2015 ul.menu_bottom li img {position:absolute;}
.footer_contents2015 ul.menu_bottom li:nth-child(1) {height:52px; }
.footer_contents2015 ul.menu_bottom li:nth-child(2) {height:36px; margin-top:4px;}
.footer_contents2015 ul.menu_bottom li:nth-child(3) {height:66px; margin-top:8px;}

.footer_contents2015 ul.menu_bottom li:nth-child(1) img { top:-280px; left:0px;}
.footer_contents2015 ul.menu_bottom li:nth-child(2) img { top:-334px; left:0px;}
.footer_contents2015 ul.menu_bottom li:nth-child(3) img { top:-380px; left:0px;}

/* --------------------------------//学年 footerエリア---------------------------------- */


.one_month { 
  padding: 5px 0px 20px; 
  position:relative;
  clear:both; 
 }
.one_month .newchallenge-main-content { 
  border-radius: 10px; 
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px; 
     border:2px solid #fbb36c; 
     line-height: padding:0; 
     margin:0 auto; 
   }
.one_month .newchallenge-main-content p { 
  line-height: normal !important; 
}
.one_month .newchallenge-main-content .newchallenge-conversion-master-group {
 background:none;
  margin-top:0;
   padding:5px; 
 }
.link-7g {
 font-size:10px;
  width:180px; 
  position:absolute !important; 
  bottom:0px; 
  right:-50px;
}
a.icon-link {
  padding-left: 8px;
  background: transparent url("/s/touch/_share14/img_sp/20150619/icon_link_10.gif") no-repeat scroll 0px 5px;
}


/* --------------------------------//20150617 CVエリア追加対応---------------------------------- */

.limit {
  margin: 10px 0;
  display: table;
  width: 100%;
}

.limit-lead {
  font-weight: bold;
  padding-right: 10px;
}

.limit p {
  font-size: 78%;
  display: table-cell;
  vertical-align: middle;
}

.limit-day {
  color: #fa4953;
}

.limit-day .large {
  font-size: 365%;
  font-weight: bold;
  padding-left: 15px;
}

.kome-s li {
  color: #666;
  font-size: 77%;
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}


/* --------------------------------//20150701 ７月号クローズ対応---------------------------------- */

.cvBox .acc_body{
  font-size: 11px;
}

/* --------------------------------//20150709 FAQ対応---------------------------------- */
#faq {
  padding: 22px 0 0;
  border-bottom: 4px solid #D6D6D6;
  box-sizing: border-box;}
  #faq .ttl {
    margin-bottom: 20px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box; }
  #faq .tabArea {
    padding: 0 10px 15px;
    background: #F2F9FF; }
    #faq .tabArea .tabTtl {
      margin: 0 -10px;
      background: #fff;
      border-bottom: 4px solid #0075C1; }
      #faq .tabArea .tabTtl:after {
        display: block;
        clear: both;
        content: ""; }
      #faq .tabArea .tabTtl li {
        margin-left: 3px;
        float: left; }
        #faq .tabArea .tabTtl li a {
          padding: 5px 8px 0;
          height: 43px;
          background: #b3b3b3;
          border-radius: 5px 5px 0 0;
          -webkit-border-radius: 5px 5px 0 0;
          display: table-cell;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          color: #fff;
          font-size: 15px;
          vertical-align: middle;
          line-height: 1.2;
          text-decoration: none; }
        #faq .tabArea .tabTtl li.act a {
          background: #0075C1; }
    #faq .tabArea .tabBox {
      padding: 18px 10px;
      display: none; }
      #faq .tabArea .tabBox.act {
        display: block; }
      #faq .tabArea .tabBox:first-child {
        display: block; }
      #faq .tabArea .tabBox .faq li {
        margin-bottom: 19px;
        padding-left: 30px;
        position: relative; }
        #faq .tabArea .tabBox .faq li:before {
          content: "";
          width: 22px;
          height: 22px;
          background: url(/s/images/sp/common/icon_faq.png) no-repeat;
          background-size: 22px auto;
          -webkit-background-size: 22px auto;
          position: absolute;
          top: -2px;
          left: 0;
          z-index: 10; }
        #faq .tabArea .tabBox .faq li a {
          color: #0070cb;
          font-size: 12px;
          line-height: 1.5; }
    #faq .tabArea .link {
      margin: auto;
      padding: 17px 0;
      width: 260px;
      background: #fff;
      border: 1px solid #D4D4D4;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      display: block;
      position: relative;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
      color: #0070cb;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      text-decoration: none; }
      #faq .tabArea .link:after {
        content: "";
        margin-top: -5px;
        width: 7px;
        height: 10px;
        background: url(/s/images/sp/common/icon_arrow02.png) no-repeat;
        background-size: 7px auto;
        -webkit-background-size: 7px auto;
        position: absolute;
        top: 50%;
        right: 19px; }

/* --------------------------------//20150810 9月号対応---------------------------------- */

.tbl {
  border: 1px solid #aaa;
  width: 100%;
  margin-bottom: 5px;
  border-collapse:collapse;
}

.tbl th {
  text-align: left;
  background-color: #f5f5f5;
  font-weight: bold;
}

.tbl th, .tbl td {
  padding: 5px;
  font-size: 85%;
  border-bottom: 1px solid #d4d4d4;
}

.newchallenge-induction-group {
  margin: 22px -15px 0;
}

.newchallenge-induction-group .group {
  border-collapse: separate;
  border-spacing: 15px;
  width: 100%;
  display: table;
  overflow: visible;
}

.newchallenge-induction-group .group > a .link {
  font-weight: bold;
  text-decoration: underline;
  font-size: 120%;
}
/* --------------------------------//20150810 9月号 今入会見出し---------------------------------- */
.renewal_1506.right {
    margin-bottom: 20px;
    margin-top: 20px;
}

.renewal_1506 .ttl1506 {
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
    border-top: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
    background-image: url(/s/201506/images/common/pattern_sp.gif);
    background-size: auto;
}

.renewal_1506 .ttl1506 .inner {
    margin-top: 0;
}

.renewal_1506.right .ttl1506 .inner {
    background-position: right;
}


.renewal_1506 .ttl1506 .inner {
    text-align: left;
    background-size: 35%;
    background-repeat: no-repeat;
    background-size: 25% auto;
}

.renewal_1506 .ttl1506 h3 {
    font-weight: bold;
    font-size: 125%;
    padding: 5% 10px;
    line-height: 140%;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    display: inline-block;
    min-height: 30px;
}


.renewal_1506 .ttl1506.grade1 h3 span {
    background-image: url(/s/201506/images/kyouzai/common/marker1.png);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #ec7080;
}

.renewal_1506 .ttl1506.grade2 h3 span {
    background-image: url(/s/201506/images/kyouzai/common/marker2.png);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #009f37;
}

.renewal_1506 .ttl1506.grade3 h3 span {
    background-image: url(/s/201506/images/kyouzai/common/marker3.png);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #0069a7;
  }

    .renewal_1506 .ttl1506.grade4 h3 span {
    background-image: url(/s/201506/images/kyouzai/common/marker4.png);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #f57200;
}

.renewal_1506 .ttl1506.grade5 h3 span {
    background-image: url(/s/201506/images/kyouzai/common/marker5.png);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #7ac423;
}

.renewal_1506 .ttl1506.grade6 h3 span {
    background-image: url(/s/201506/images/kyouzai/common/marker6.png);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #6e549d;
}


/* --------------------------------//20151116 1月号モーダル---------------------------------- */

body {
    background: #fff!important;
}
.attention {
    margin: 0 15px 30px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5em;
}
.attention li {
    list-style: none;
    text-indent: -1em;
    padding-left: 10px;
}
p.modal_ttl1 {
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0 10px;
    text-align: center;
}
p.modal_ttl2 {
    font-weight: bold;
    margin: 10px 0 5px;
}


/* 20151119 比較ページ導線設置対応 */

html.new1 #compare_area1511{
  display: none;
}
html.new1_hybrid #compare_area1511{
  display: none;
}
html.new1entry #compare_area1511{
  display: none;
}
html.new1entry_hybrid #compare_area1511{
  display: none;
}

/* 20151119 比較ページ導線設置対応 */

.moreBox.acc_body li {
    text-align: left;
}

/* 20151126学年メニュー対応 */

.aside-group .line-mkr{
  font-size: 12px;
}
.aside-group .date-group span {
    font-size: 34px;
    font-weight: bold;
    line-height: normal;
    color: #F74B57;
    white-space: nowrap;
}
.aside-group .date-group .weekday {
    font-size: 18px;
}
.aside-group .text-group ul.notes {
  padding:5px 0 0 5px;
  font-size:10px;
}
.gakunen_line {
    text-align: center;
    background-color: #fff;
    border: 2px solid #ccc;
}
.gakunen_line .m_ttl {
    font-weight: bold;
    background-color: #efefef;
    padding: 10px;
}
.gakunen_line .s_ttl {
    padding: 7px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}
.gakunen_line ul {
    border-bottom: 1px solid #ccc;
}
.gakunen_line ul:last-child {
    border-bottom:none;
}
.gakunen_line li {
    width: 43%;
    text-align: left;
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom: none;
    border-top: none;
    font-size: 14px;
}
.gakunen_line li a{
    text-decoration: none;
    font-weight: bold;
    position: relative;
    display: block;
}
.gakunen_line li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 11px;
    margin-top: -5px;
    background: url(/s/common/2014/assets/imgs/common_sp/blt-next.png) no-repeat left center;
    background-size: 100% auto;
    content: "";
}
.gakunen_line li.nencho,
.gakunen_line li.sho1{
    border-top: none;
}
.gakunen_line li.sho4,
.gakunen_line li.sho5{
    border-bottom: none;
}
.gakunen_line li.nencho a{
    color: #000;
}
.gakunen_line li.sho1 a{
    color: #ec6e81;
}
.gakunen_line li.sho2 a{
    color: #009e3b;
}
.gakunen_line li.sho3 a{
    color: #006eb3;
}
.gakunen_line li.sho4 a{
    color: #fa7500;
}
.gakunen_line li.sho5 a{
    color: #8ec31f;
}
.gakunen_line li.line_l {
    float: left;
    border-left: none;
}
.gakunen_line li.line_r {
    float: right;
    border-right: none;
    border-left: none;
    padding-left: 0;
}
/* 20151126学年メニュー対応 */


/* 2016RN対応 */
.m-header__head-account {
    display: none;
}