@charset "utf-8";


body {
  margin: 0;
  padding: 0;
}
#bg {
  background-repeat: repeat;
  background-image: url(..//images/w_start_drill/check.png);
  background-size: 40px;
  background-color: #fff;
}


/* ヘッダー
_____________________________________________*/
.header {
  background-color: #f9fcff !important;
  background-repeat: repeat-x;
  background-image: url(..//images/w_start_drill/dot.png);
  background-size: 8px;
  background-position: bottom left;
  box-shadow: none !important;
  padding-top: 8px !important;
  padding-bottom: 1px !important;
}
.header .header__inner {
  max-width: 1200px !important;
}
.header .header__logo {
  width: 200px !important;
  margin-top: 8px !important;
  margin-bottom: 2px;
}
div.menu3bar ul {/*ヘッダーメニュー*/
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}
div.menu3bar > ul {
  position: fixed;
  z-index:2;
  top: 0;
  right: -100%;

  max-width: 70%;
  max-height: 100%;

  text-align: left;
  overflow: auto;
  font-size: 80%;
  line-height: 160%;

  -webkit-overflow-scrolling: touch;

  -webkit-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}
div.menu3bar > ul > li {
  background-color: #fff;
  margin: 0;
}
div.wrap ul li {background-color: #e95383;}
div.wrap ul li a,
div.wrap ul li a:link,
div.wrap ul li a:visited {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 12px 15px 10px;
}
div.wrap ul li a:hover,
div.wrap ul li a:active {
  transition: none !important;
  background-color: #fff;
  border: 1px solid #000;
  color: #e95383;
}
div.menu3bar_on > ul {
    right: 0;
}

/*pc用スタイル（例）*/
@media only screen and (min-width: 980px) {
  .header .header__logo {
    height: 60px;
  }
  div.wrap ul {
    height: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  div.wrap ul li:first-child {
    border-left: 1px solid #f9fcff;
  }
  div.wrap ul li:last-child {
    border-right: 1px solid #f9fcff;
  }
  div.wrap ul li {
    border-left: 4px solid #f9fcff;
  }
  div.menu3bar > ul {
    position: static;
    max-width: none;
    overflow: visible;
  }
}
span.menu3bar {/*三本線メニューのアイコン*/
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: url(../images/icon_menu_white.svg) no-repeat center #e95383;
  background-size: 31px 31px;  
}
span.menu3bar:before {top: 20%;}
span.menu3bar:after {top: 60%;}
/*pc用スタイル*/
@media only screen and (min-width: 980px) {
  span.menu3bar {
      display: none;
  }
}
@media screen and (max-width: 979px) {
  .header {
    padding-bottom: 14px !important;
  }
  .header .header__logo {
    width: 150px !important;
    margin-top: 0 !important;
  }
  div.wrap ul li:last-child {
    border-bottom: none;
  }
}


/* フッター
_____________________________________________*/
.footer {
  background-color: #f9fcff !important;
  border-top: #000 solid 2px !important;
}
.footer .footer__links {
  float:none;
  display: flex;
  max-width: 1200px !important;
  justify-content:space-between;
}
.footer__links__logo ul {
  display: flex;
}
.footer .footer__links__logo a {
  display: block;
  margin-right: 20px;
  margin-top:-20px;
}
.footer .footer__links__logo img {
  border: #e3e3e3 solid 1px;
}
.footer .footer__links__logo .shinko_logo {
  width: 230px !important;
}
.footer .footer__links__logo .disney_logo {
  width: 140px !important;
}
.footer .footer__links__nav {
  float:none;
}
.footer .footer__links__nav ul {
  float: none;
  display: flex;
}
.footer .footer__links__nav_socials-item {
  margin-right: 20px !important;
}
.footer img {
  max-width: none;
}
@media screen and (max-width: 768px) {
  .footer .footer__links {
    display: block;
  }
  .footer .footer__links__logo a {
    margin-top:0px;
  }
  .footer .footer__links__logo .shinko_logo {
    width: 180px !important;
  }
  .footer .footer__links__logo .disney_logo {
    width: 110px !important;
  }
    .footer__links__logo ul {
    justify-content: center;
  }
  .footer .footer__links__nav ul {
    justify-content: center;
  }
}


/* コンテンツ
_____________________________________________*/
iframe.pv {
  width: 750px;
  height: 422px;
}
h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
}
h3 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  background-color: #ff7f50;
  border: 4px solid #000;
  padding: 17px 15px 15px;
  margin-bottom: 30px;
  box-shadow: 4px 4px #000;
}
.catch_copy {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 150%;
}
.startdrill {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-left: 1px solid #7e7e7e;;
  border-right: 1px solid #7e7e7e;
  padding-top: 20px;
}
.startdrill .startdrill__headline {
  padding-bottom: 20px;
}
.startdrill .startdrill__headline__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px auto 5px;
  padding: 0 40px;
}
.startdrill .startdrill__headline__title .marker {
  background: linear-gradient(transparent 70%, #FCF16E 70%);
}
.startdrill .startdrill__headline__title a,
.startdrill .startdrill__headline__title a:visited {
  color: #000;
  text-decoration:underline;
}
.startdrill .startdrill__headline__title a:hover{
  color: #ad377e;
  text-decoration:underline;
}
.startdrill .startdrill__headline__text {
  font-size: 16px;
  line-height: 2;
}
.news-post__body {
  padding: 24px 5.10204%;
}
.news-post__body .section {
  margin-bottom: 60px;
}
.news-post__body .section .txt {
  font-size: 20px;
  padding: 10px 20px 20px;
  margin-bottom: 15px;
  line-height: 150%;
}



@media (max-width: 990px) {
  .startdrill {
    margin-left: 10px;
    margin-right: 10px;
  }
  iframe.pv {
    width: 90%;
    height: 400px;
  }  
}
@media only screen and (min-width: 770px) {
  h3 {
    background-image: 
    /* 背景画像のパス */
    url(..//images/w_start_drill/mds_bg1.png),
    url(..//images/w_start_drill/mds_bg2.png);
    background-position:
    /* 背景画像の表示位置 */
    left 10px center,
    right 10px center;
    background-repeat:
    /* 背景画像の設定 */
    no-repeat,
    no-repeat;
    }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 18px;  
  }  
  .startdrill {
    margin-left: 5.33333%;
    margin-right: 5.33333%;
  }
  .startdrill .startdrill__headline__title {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 20px;
  }
  .startdrill .startdrill__headline__text {
    font-size: 16px;
  }
  .catch_copy {
    font-size: 20px;
  }
  .news-post__body .section .txt {
    font-size: 16px;
  }
  iframe.pv {
    width: 90%;
    height: 300px;
  }  
}



/* 各教科について
_____________________________________________*/
.subjects_menu {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  /*padding: 30px 0 0;*/
  width: 90%;
}
.subjects_menu li a {
  display: block;
  text-align: center;
  /*padding: 10px 30px 8px;*/
  margin: 0 6px;
}
.subjects_menu li a:link,
.subjects_menu li a:visited,
.subjects_menu li a:hover,
.subjects_menu li a:active {
  color: #fff;
}
.subjects_menu li img {
  vertical-align: bottom;
  width: 150px;
}
.subjects {
  border-top: 5px solid;
}
.contents .img1,
.contents .img2 {
  margin-bottom: 50px;
}
.contents ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contents ul li {
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
.contents ul li img {
  display: block;
  width: 75%;
  margin: 0 auto 10px;
}
.contents .contents_ttl {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.contents .contents_ttl span {
  background-color: #FCF16E;
}
.contents .contents_txt {
  font-size: 18px;
  padding: 10px;
}

@media print,screen and (max-width: 768px) {
  .contents ul li  {
      width: 94%;
  }  
}



/* ラインナップ
_____________________________________________*/
.startdrill_cover_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.startdrill_cover_list li {
  margin: 0 2% 60px;
  width: 28%;
  text-align: center;
}
.startdrill_cover_list li .lineup_ttl_txt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 7px;
  white-space: nowrap;
}
.startdrill_cover_list li img {
  border: #905DA2 1px solid;
}

.button_solid012 {
  margin-top: 10px;
}
.button_solid012 a {
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 75%;
  padding: 10px 10px;
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border: 2px solid #000;
  z-index: 1;
  border-radius: 5px;
}
.button_solid012 a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border: 2px solid #000;
  border-radius: 5px;
}
.button_solid012 a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate3d(0,0.40rem,-1rem);
  transform: translate3d(0,0.40rem,-1rem);
  border: 2px solid #000;
  border-radius: inherit;
  -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
  box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
  z-index: -2;
}
.button_solid012 a:hover {
  transform: translate3d(0,0.2rem,-1rem);
}
.button_solid012 a:hover:after {
  transform: translate3d(0,0.2rem,-1rem);
  box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}
.button_solid012.green a {
  background: #b6d45d;
}
.button_solid012.green a:before {
  background: #b6d45d;
}
.button_solid012.green a:after {
  background: #83a128;
}

.button_solid012.blue a {
  background: #69a5e9;
}
.button_solid012.blue a:before {
  background: #69a5e9;
}
.button_solid012.blue a:after {
  background: #2866a1;
}

.button_solid012.red a {
  background: #e98769;
}
.button_solid012.red a:before {
  background: #e98769;
}
.button_solid012.red a:after {
  background: #bb4c31;
}

.button_solid012.pink a {
  background: #ec9cb6;
}
.button_solid012.pink a:before {
  background: #ec9cb6;
}
.button_solid012.pink a:after {
  background: #cc3e79;
}


.flex_button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.flex_button li {
  width: 49%;
}



@media print,screen and (max-width: 768px) {
  .startdrill_cover_list li .lineup_ttl_txt {
    font-size: 13px;
  }
  .startdrill_cover_list li {/*表紙カバーリスト*/
    width: 45%;
  }
  .button_solid012 a {
    font-size: 14px;
  }
  .startdrill_content_list {/*コンテンツリスト*/
    width: 100%;
    padding-bottom: 100px;
  }
  .startdrill_content_list > ul > li {
    width: 94%;
  }
  .flex_button li {
      width: 94%;
      margin-bottom: 20px;
  }  
}


/* 付録サービス
_____________________________________________*/
.sticky_head {
  font-family: "ab-kokoro-no3", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 18px;
  padding: 5px 0px;
  margin-bottom: 10px;
	border-bottom: 3px solid #cbae5e;
}
.startdrill_content_list {
  padding-bottom: 200px;
}
.startdrill_content_list > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.startdrill_content_list > ul > li {
  width: 49%;
}

.one-by-one_list {/*漢字リスト*/
  display: flex;
  width: 94%;
  padding: 15px 3%;
  margin: 0 0 10px;
  background-color: #d9e7ba;
  border-radius: 10px;
}
.one-by-one_list .number_of_pages {
  margin-right: 10px;
}
.one-by-one_list > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.one-by-one_list > ul > li {
  margin: 0 3px;
}
.one-by-one_list > ul > li a {
  font-size: 24px;
  font-family: YuMincho,"Hiragino Mincho ProN",serif;
  font-weight: bold;
  padding: 7px 12px 6px;
  background-color: #FCF16E;
  border-radius: 10px;
  border: 2px solid #000;
}
.one-by-one_list > ul > li a,
.one-by-one_list > ul > li a:link,
.one-by-one_list > ul > li a:visited {
  color: #000;
}


.startdrill_content_list li .audio_data {/*オーディオリスト*/
  width: 94%;
  padding: 10px 3%;
  margin: 0 0 10px;
  background-color: #d9e7ba;
  border-radius: 10px; 
}
.startdrill_content_list li audio {
  width: 100%;
}

@media print,screen and (min-width: 768px) {
  .startdrill_content_list > ul > li:nth-child(odd){
    margin-right: 1%;
  }
}
@media print,screen and (max-width: 768px) {
  .startdrill__headline__title span.block{
    display: block;
  }
  .startdrill_content_list > ul > li {
    width: 94%;
  }
  .one-by-one_list > ul {
    flex-wrap: nowrap;
  }
  .one-by-one_list > ul > li a {
    font-size: 20px;
  }
}




