@charset "UTF-8";

/*====================
  01.カラー
    01-01.メインカラー
    01-02.コースカラー
    01-03.サブカラー
    01-04.ボタンカラー
  02.フォント
  03.セクション
    03-01.通常
    03-02.ボタン
    03-03.タブ
  04.
  05.
  06.
  07.
  08.
  09.
  10.
  11.
  12.
  13.
  14.
  15.
  16.
  17.
  18.
  19.
  20.
====================*/


/*====================
  01.カラー
====================*/
/*===== 01-01.メインカラー =====*/
.c-color-main-white {
  color: #ffffff !important;
}
.c-color-main-white--bg {
  background-color: #ffffff !important;
}
.c-color-main-blue {
  color: #0070cb !important;
}
.c-color-main-blue--bg {
  background-color: #0070cb !important;
}
.c-color-main-red {
  color: #e70012 !important;
}
.c-color-main-red--bg {
  background-color: #e70012 !important;
}

/*===== 01-02.コースカラー =====*/
/* bady */
.c-color-course-baby {
  color: #ee87b4 !important;
}
.c-color-course-baby--bg {
  background-color: #ee87b4 !important;
}
/* ぷち */
.c-color-course-petit {
  color: #e8373d !important;
}
.c-color-course-petit--bg {
  background-color: #e8373d !important;
}
/* ぽけっと */
.c-color-course-pocket {
  color: #fdd000 !important;
}
.c-color-course-pocket--bg {
  background-color: #fdd000 !important;
}
/* ほっぷ */
.c-color-course-hop {
  color: #00afec !important;
}
.c-color-course-hop--bg {
  background-color: #00afec !important;
}
/* すてっぷ */
.c-color-course-step {
  color: #00a73c !important;
}
.c-color-course-step--bg {
  background-color: #00a73c !important;
}
/* じゃんぷ */
.c-color-course-jump {
  color: #006fbc !important;
}
.c-color-course-jump {
  background-color: #006fbc !important;
}
/* 1年生 */
.c-color-course-sho1 {
  color: #ec6e81 !important;
}
.c-color-course-sho1--bg {
  background-color: #ec6e81 !important;
}

/*===== 01-03.サブカラー =====*/
/* 共通サブカラー */
.c-color-sub-01 {
  color: #f7f7f7 !important;
}
.c-color-sub-01--bg {
  background-color: #f7f7f7 !important;
}
.c-color-sub-02 {
  color: #f3f3f3 !important;
}
.c-color-sub-02--bg {
  background-color: #f3f3f3 !important;
}
.c-color-sub-03 {
  color: #ededed !important;
}
.c-color-sub-03--bg {
  background-color: #ededed !important;
}
.c-color-sub-04 {
  color: #e5e5e5 !important;
}
.c-color-sub-04--bg {
  background-color: #e5e5e5 !important;
}
.c-color-sub-05 {
  color: #808080 !important;
}
.c-color-sub-05--bg {
  background-color: #808080 !important;
}
.c-color-sub-06 {
  color: #f5f2e9 !important;
}
.c-color-sub-06--bg {
  background-color: #f5f2e9 !important;
}
.c-color-sub-07 {
  color: #e6e0d0 !important;
}
.c-color-sub-07--bg {
  background-color: #e6e0d0 !important;
}
.c-color-sub-08 {
  color: #edf7ff !important;
}
.c-color-sub-08--bg {
  background-color: #edf7ff !important;
}
/* baby */
.c-color-sub-bady {
  color: #fdf3f7 !important;
}
.c-color-sub-bady--bg {
  background-color: #fdf3f7 !important;
}
/* ぷち */
.c-color-sub-petit {
  color: #fff0f0 !important;
}
.c-color-sub-petit--bg {
  background-color: #fff0f0 !important;
}
/* ぽけっと */
.c-color-sub-pocket {
  color: #fffae5 !important;
}
.c-color-sub-pocket--bg {
  background-color: #fffae5 !important;
}
/* ほっぷ */
.c-color-sub-hop {
  color: #e5f7fd !important;
}
.c-color-sub-hop--bg {
  background-color: #e5f7fd !important;
}
/* すてっぷ */
.c-color-sub-step {
  color: #edf7f0 !important;
}
.c-color-sub-step--bg {
  background-color: #edf7f0 !important;
}
/* じゃんぷ */
.c-color-sub-jump {
  color: #e5f0f8 !important;
}
.c-color-sub-jump--bg {
  background-color: #e5f0f8 !important;
}
/* 1年生 */
.c-color-sub-sho1 {
  color: #fff0f2 !important;
}
.c-color-sub-sho1--bg {
  background-color: #fff0f2 !important;
}

/*===== 01-04.ボタンカラー =====*/
/* CVカラー：レッド */
.c-color-btn-red {
  color: #ff4455 !important;
}
.c-color-btn-red--bg {
  background-color: #ff4455 !important;
}
/* CVカラー：ライトブルー */
.c-color-btn-lightblue {
  color: #005bac !important;
}
.c-color-btn-lightblue--bg {
  background-color: #005bac !important;
}
/* 通常カラー */
.c-color-btn-blue {
  color: #0070cb !important;
}
.c-color-btn-blue--bg {
  background-color: #0070cb !important;
}
/* サブカラー */
.c-color-btn-gray {
  color: #f2f2f2 !important;
}
.c-color-btn-gray--bg {
  background-color: #f2f2f2 !important;
}
/* サブカラー */
.c-color-btn-white {
  color: #ffffff !important;
}
.c-color-btn-white--bg {
  background-color: #ffffff !important;
}

/*====================
  02.フォント
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {
  /* 通常テキスト */
  .c-lead {
    font-size: 16px;
    font-weight: normal;
    color: #444444;
    line-height: 1.7;
  }
  /* 強調テキスト */
  .c-lead--bold {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    line-height: 1.7;
  }
  /* 強い強調テキスト */
  .c-lead--strong-bold {
    font-size: 16px;
    font-weight: bold;
    color: #ff4455;
    line-height: 1.7;
  }
  /* リンクテキスト */
  .c-lead--link {
    font-size: 16px;
    font-weight: normal;
    color: #0070cb;
    line-height: 1.7;
  }
  /* オファー */
  .c-lead--offer {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    line-height: 1.5;
  }
  /* キャプション */
  .c-lead--caption {
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    line-height: 1.5;
  }
}
/*===== SP =====*/
@media screen and (max-width:768px) {
  /* 通常テキスト */
  .c-lead {
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    line-height: 1.7;
  }
  /* 強調テキスト */
  .c-lead--bold {
    font-size: 14px;
    font-weight: bold;
    color: #444444;
    line-height: 1.7;
  }
  /* 強い強調テキスト */
  .c-lead--strong-bold {
    font-size: 14px;
    font-weight: bold;
    color: #ff4455;
    line-height: 1.7;
  }
  /* リンクテキスト */
  .c-lead--link {
    font-size: 14px;
    font-weight: normal;
    color: #0070cb;
    line-height: 1.7;
  }
  /* オファー */
  .c-lead--offer {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    line-height: 1.5;
  }
  /* キャプション */
  .c-lead--caption {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 1.5;
  }
}

/*====================
  03.セクション
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {
  /*===== 03-01.通常 =====*/
  .c-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* 1カラム 960px */
  .c-grid__item {
    width: 960px;
  }
  /* 1カラム 460px */
  .c-grid--1cell .c-grid__item {
    width: 460px;
  }
  /* 2カラム */
  .c-grid--2cell + .c-grid--2cell {
    margin-top: 80px;
  }
  .c-grid--2cell .c-grid__item {
    width: 460px;
  }
  .c-grid--2cell .c-grid__item + .c-grid__item {
    margin-left: 40px;
  }
  /* 3カラム */
  .c-grid--3cell .c-grid__item {
    width: 292px;
  }
  .c-grid--3cell .c-grid__item + .c-grid__item {
    margin-left: 42px;
  }
  /* 4カラム */
  .c-grid--4cell .c-grid__item {
    width: 210px;
  }
  .c-grid--4cell .c-grid__item + .c-grid__item {
    margin-left: 40px;
  }
  /* 5カラム */
  .c-grid--5cell .c-grid__item {
    width: 160px;
  }
  .c-grid--5cell .c-grid__item + .c-grid__item {
    margin-left: 40px;
  }
  /* 6カラム */
  .c-grid--6cell .c-grid__item {
    width: 125px;
  }
  .c-grid--6cell .c-grid__item + .c-grid__item {
    margin-left: 42px;
  }

  /*===== 03-02.ボタン =====*/
  .c-grid-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* 2カラム */
  .c-grid-btn--2cell .c-grid-btn__item {
    width: 468px;
  }
  .c-grid-btn--2cell .c-grid-btn__item + .c-grid-btn__item {
    margin-left: 24px;
  }
  /* 3カラム */
  .c-grid-btn--3cell .c-grid-btn__item {
    width: 308px;
  }
  .c-grid-btn--3cell .c-grid-btn__item + .c-grid-btn__item {
    margin-left: 18px;
  }
  /* 4カラム */
  .c-grid-btn--4cell .c-grid-btn__item {
    width: 222px;
  }
  .c-grid-btn--4cell .c-grid-btn__item + .c-grid-btn__item {
    margin-left: 24px;
  }
  /* 5カラム */
  .c-grid-btn--5cell .c-grid-btn__item {
    width: 176px;
  }
  .c-grid-btn--5cell .c-grid-btn__item + .c-grid-btn__item {
    margin-left: 20px;
  }
  /* 6カラム */
  .c-grid-btn--6cell .c-grid-btn__item {
    width: 125px;
  }
  .c-grid-btn--6cell .c-grid-btn__item + .c-grid-btn__item {
    margin-left: 42px;
  }

  /*===== 03-03.タブ =====*/
  .c-grid-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* 2カラム */
  .c-grid-tab--2col .c-grid-tab__item {
    width: 468px;
  }
  .c-grid-tab--2col .c-grid-tab__item + .c-grid-tab__item {
    margin-left: 24px;
  }
  /* 3カラム */
  .c-grid-tab--3col .c-grid-tab__item {
    width: 308px;
  }
  .c-grid-tab--3col .c-grid-tab__item + .c-grid-tab__item {
    margin-left: 18px;
  }
  /* 4カラム */
  .c-grid-tab--4col .c-grid-tab__item {
    width: 228px;
  }
  .c-grid-tab--4col .c-grid-tab__item + .c-grid-tab__item {
    margin-left: 16px;
  }
  /* 5カラム */
  .c-grid-tab--5col .c-grid-tab__item {
    width: 180px;
  }
  .c-grid-tab--5col .c-grid-tab__item + .c-grid-tab__item {
    margin-left: 15px;
  }
}
/*===== SP =====*/
@media screen and (max-width:768px) {
  /*===== 03-01.通常 =====*/
  .c-grid__item + .c-grid__item {
    margin-top: 80px;
  }
  /* 2カラム */
  .c-grid--2cell + .c-grid--2cell {
    margin-top: 60px;
  }

  /*===== 03-02.ボタン =====*/
  .c-grid-btn__item {
    width: 100%;
  }
  .c-grid-btn--6cell .c-grid-btn__item {
    width: 31%;
    margin-right: 3%;
  }
  .c-grid-btn--6cell .c-grid-btn__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-grid-btn--6cell .c-grid-btn__item:nth-child(n+4) {
    margin-top: 3%;
  }

  /*===== 03-03.タブ =====*/
  .c-grid-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* 2カラム */
  .c-grid-tab--2col .c-grid-tab__item {
    width: 48.5%;
  }
  .c-grid-tab--2col .c-grid-tab__item + .c-grid-tab__item {
    margin-left: 3%;
  }
  /* 3カラム */
  .c-grid-tab--3col .c-grid-tab__item {
    width: 30.5%;
  }
  .c-grid-tab--3col .c-grid-tab__item + .c-grid-tab__item {
    margin-left: 4.25%;
  }
  /* 4カラム */
  .c-grid-tab--4col .c-grid-tab__item {
    width: 22%;
  }
  .c-grid-tab--4col .c-grid-tab__item + .c-grid-tab__item {
    margin-left: 4%;
  }
  /* 5カラム */
  .c-grid-tab--5col .c-grid-tab__item {
    width: 22%;
    margin-right: 4%;
  }
  .c-grid-tab--5col .c-grid-tab__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-grid-tab--5col .c-grid-tab__item:nth-child(n+5) {
    margin-top: 4%;
  }
}

/*====================
  04.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {
  .c-content__main .c-grid-btn__item {
    width: 340px;
  }
  .c-cv--sub .c-inner {
    width: 550px;
  }
  .c-cv--sub .c-cv__main {
    margin-top: 20px;
  }
  .c-cv-head {
    text-align: center;
  }
  .c-cv-head__title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
  }
  .c-cv-head__lead {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-indent: -1.3em;
    padding-left: 1.3em;
    position: relative;
  }
  .c-cv-head__lead:before {
    content: "※";
    margin-right: 0.3em;
  }
  .c-cv-head__title + .c-cv-head__lead {
    margin-top: 10px;
  }
}
/*===== SP =====*/
@media screen and (max-width:768px) {
  .c-cv--sub .c-cv__main {
    margin-top: 30px;
  }
  .c-cv-head__title {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
  }
  .c-cv-head__lead {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-indent: -1.3em;
    padding-left: 1.3em;
    position: relative;
  }
  .c-cv-head__lead:before {
    content: "※";
    margin-right: 0.3em;
  }
  .c-cv-head__title + .c-cv-head__lead {
    margin-top: 10px;
  }
}

/*====================
  05.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  06.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  07.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  08.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  09.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  10.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  11.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  12.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  13.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  14.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  15.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  16.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  17.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  18.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  19.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}

/*====================
  20.
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {}
/*===== SP =====*/
@media screen and (max-width:768px) {}



/*====================
  ブラパネ
====================*/
/*===== PC =====*/
@media screen and (min-width:769px) {
  .c-brand-panel__content {
    height: 430px;
    position: relative;
    text-align: center;
    width: 960px;
    margin-left:auto;
    margin-right:auto;
  }
  .c-brand-panel__inner {
    position: absolute;
    right: -100%;
    left: -100%;
  }
  .c-brand-panel .swiper-button-prev,
  .c-brand-panel .swiper-container-rtl .swiper-button-next {
    left: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -515px;
  }
  .c-brand-panel .swiper-button-next,
  .c-brand-panel .swiper-container-rtl .swiper-button-prev {
    right: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: -515px;
  }
  .c-brand-panel-wrap {
    background-color: #f9e0e0;
  }
  .c-brand-panel-wrap .slick-slider {
    max-width: 1500px;
    min-width: 960px;
    margin: 0 auto;
  }
  .c-brand-panel-wrap .c-brand-panel__inner {
    left: 0;
    right: 0;
  }
  .c-brand-panel-wrap .c-brand-panel__inner a {
    display: block;
  }
  .c-brand-panel-wrap .c-brand-panel__inner img {
    position: absolute;
    left: -50%;
    right: -50%;
    margin: auto;
  }
  .c-brand-panel-wrap .slick-prev {
    left: 50%;
    margin-left: -555px;
    z-index: 9999;
  }
  .c-brand-panel-wrap .slick-next {
    right: 50%;
    margin-right: -555px;
    z-index: 9999;
  }
  .c-brand-panel-wrap .slick-dots {
    bottom: 10px;
  }


}
/*===== SP =====*/
@media screen and (max-width:768px) {
  .c-brand-panel.js-slick .slick-prev,
  .c-brand-panel.js-slick .slick-next {
      position: absolute;
      opacity: .3;
      text-indent: -9999px;
      top: 30px;
      bottom: 0;
      margin: auto;
      width: 30px;
      height: 44px;
      padding: 0;
      vertical-align: middle;
      cursor: pointer;
      background-color: #000;
      border-radius: 0;
      z-index: 2;
  }
  .c-brand-panel.js-slick .slick-prev {
      left: 0px;
  }
  .c-brand-panel.js-slick .slick-next {
      right: 0px;
  }
  .c-brand-panel-wrap img {
    width: 100%;
    height: auto;
  }
}

/*====================  ↓↓↓ 7/24 ↓↓↓ ====================*/
@media screen and (max-width:768px) {
  /*===== iOS用 =====*/
  .js-accordion,
  .js-accordion-textlink__ttl,
  .js-classmodal__btn,
  .js-defmodal,
  .js-ftaccordion__item,
  .js-mnu-acod,
  .js-mnu-acod-common,
  .js-modal,
  .js-modal-close,
  .js-overlay,
  .js-overlay-modal,
  .js-slidemenu-btn,
  .js-slidemenu-close,
  .js-slidemenu-return,
  .js-slidemenu-slide-btn,
  .m-modal__close{
    cursor: pointer;
  }
}
.is-fadein {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name: is-fadein;
  -ms-animation-name: is-fadein;
  animation-name: is-fadein;
  visibility: visible !important;
}
@-webkit-keyframes is-fadein {
  0% { opacity: 0; -webkit-transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes is-fadein {
  0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/*====================  ↑↑↑ 7/24 ↑↑↑ ====================*/


/*====================  ↓↓↓ 7/19 ↓↓↓ ====================*/

/*====================
  見出し　共通ページ
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .c-heading-common-01 {
    margin: 100px 0 50px;
    font-size: 3.6rem;
    font-weight: normal;
    color: #0070cb;
    text-align: center;
  }
  .c-heading-common-02 {
    margin-bottom: 50px;
    padding: 0 0 10px 20px;
    font-size: 2.8rem;
    font-weight: normal;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid #e6e6e6;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-heading-common-02::before {
    content:"";
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translate(0px, 4px);
    transform: translate(0px, 4px);
    display: inline-block;
    border: solid 8px #0070cb;
    margin-right: 8px;
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .c-heading-common-01 {
    margin: 15px auto;
    font-size: 2.0rem;
    font-weight: bold;
    color: #0070cb;
    text-align: center;
  }
  .c-heading-common-02 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 20px;
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 3px 0 10px 0;
    border-bottom: 3px solid #e6e6e6;
  }
  .c-heading-common-02::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    border: solid 4px #0070cb;
    margin-right: 8px;
  }
}

/*====================
  リンク
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .c-link{
    color: #08c;
    display: inline-block;
    font-size: 1.4rem;
    padding-left: 15px;
    text-decoration: none;
    position: relative;
  }
  .c-link:not(.c-link--accordion)::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(https://www2.shimajiro.co.jp/_share16/pc/img/sprite.png);
    background-size: auto;
    background-position: -221px -124px;
    width: 7px;
    height: 14px;
    position: absolute;
    -webkit-transform: translate(-12px, -8px);
    transform: translate(-12px, -8px);
    top: 50%;
  }

  .c-link--accordion {
    font-size: 1.2rem;
    margin-bottom: 7px;
    margin-top: 15px;
    padding-left: 0;
    cursor: pointer;
  }
  .c-link--accordion::before,
  .c-link--accordion.is-active::before {
    width: auto;
    height: auto;
    background: none;
  }
  .c-link--accordion::before {
    content: attr(data-passive);
  }
  .c-link--accordion.is-active::before {
    content: attr(data-active);
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .c-link{
    position: relative;
    padding-left: 12px;
    display: inline-block;
    color: #08c;
  }
  .c-link:not(.c-link--accordion)::before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background-image: url(https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -135px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    left: 0px;
    top: 50%;
    overflow: hidden;
  }
  .c-link--accordion {
    font-size: 1.2rem;
    margin-bottom: 7px;
    margin-top: 15px;
    padding-left: 0;
  }
  .c-link--accordion::before,
  .c-link--accordion.is-active::before {
    width: auto;
    height: auto;
    background: none;
  }
  .c-link--accordion::before {
    content: attr(data-passive);
  }
  .c-link--accordion.is-active::before {
    content: attr(data-active);
  }
  .c-grid__item .c-link {
    margin-left: 15px;
  }
}

/*====================  ↑↑↑ 7/19 ↑↑↑ ====================*/












/*====================
  見出し
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  /* 見出し01 */
  .c-heading-01 {
    box-sizing: border-box;
    font-size: 2.8rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    background-color: #e8373d;
    width: 960px;
    margin: 0 auto 60px;
    padding: 20px;
    position: relative;
  }
  .c-heading-01:after {
    content: "";
    border-style: solid;
    border-color: #e8373d transparent transparent transparent;
    border-width: 20px 20px 0px 20px;
    width: 0px;
    height: 0px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
  }
  /* 見出し02 */
  .c-heading-02 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    color: #e8373d;
    margin-bottom: 20px;
  }
  /* 見出し03 */
  .c-heading-03 {
    background-color: #fff0f0;
    padding: 12px;
    margin-bottom: 80px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    color: #e8373d;
  }
  .c-heading-03__icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: -10px 10px -10px -10px;
  }
  /* 見出し04 */
  .c-heading-04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .c-heading-04__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff0f0;
    padding: 12px 32px;
    border-radius: 28px;
  }
  .c-heading-04__icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: -10px 10px -10px 0px;
  }
  .c-heading-04__label {
    font-size: 2.2rem;
    color: #e8373d;
    text-align: center;
  }
  /* 見出し05 */
  .c-heading-05 {
    text-align: center;
    margin-bottom: 50px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  /* 見出し01 */
  .c-heading-01 {
    font-size: 1.9rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    background-color: #e8373d;
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
  }
  .c-heading-01:after {
    content: "";
    border-style: solid;
    border-color: #e8373d transparent transparent transparent;
    border-width: 15px 15px 0px 15px;
    width: 0px;
    height: 0px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
  }
  /* 見出し02 */
  .c-heading-02 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #e8373d;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  /* 見出し03 */
  .c-heading-03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    background-color: #fff0f0;
    padding: 12px;
    margin-bottom: 40px;
  }
  .c-heading-03__icon {
    display: block;
    width: 36px;
    height: 36px;
    margin: -8px 8px -8px 0px;
  }
  .c-heading-03__label {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #e8373d;
  }
  /* 見出し04 */
  .c-heading-04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .c-heading-04__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff0f0;
    padding: 10px 24px;
    border-radius: 28px;
  }
  .c-heading-04__icon {
    width: 40px;
    height: 40px;
    margin: -5px 5px -5px -5px;
  }
  .c-heading-04__label {
    display: block;
    font-size: 1.9rem;
    color: #e8373d;
    text-align: center;
  }
  /* 見出し05 */
  .c-heading-05 {
    text-align: center;
    margin-bottom: 30px;
  }
  .c-heading-05 img {
    width: 100%;
    height: auto;
  }
}

/*====================
  03.セクション
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .c-section {
    margin-bottom: 80px;
  }
  .c-inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-content + .c-content {
    margin-top: 160px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .c-section {
    margin-bottom: 60px;
  }
  .c-inner {
    padding-right: 4%;
    padding-left: 4%;
  }
  .c-content + .c-content {
    margin-top: 80px;
  }
}

/*====================
  テキスト
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .c-lead {
    font-size: 1.6rem;
    color: #444444;
    line-height: 1.7;
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .c-grid-lead {
    font-size: 1.4rem;
    color: #444444;
    line-height: 1.7;
    margin-top: 20px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .c-lead {
    font-size: 1.4rem;
    color: #444444;
    line-height: 1.7;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .c-grid-lead {
    font-size: 1.4rem;
    color: #444444;
    line-height: 1.7;
    margin-top: 20px;
  }
}

/*====================
  画像
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .c-grid-img__media {
    width: 100%;
    height: auto;
  }
  .c-grid-img__label {
    font-size: 1.4rem;
    color: #444444;
    text-align: center;
    margin-top: 10px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .c-grid-img__media {
    width: 100%;
    height: auto;
  }
  .c-grid-img__label {
    font-size: 1.2rem;
    color: #444444;
    text-align: center;
    margin-top: 10px;
  }
}

/*====================
  リスト
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  /* 通常 */
  .c-list-item + .c-list-item {
    margin-top: 4px;
  }
  /* オファー */
  .c-list--notice .c-list__item {
    font-size: 1.4rem;
    color: #808080;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  .c-list--notice .c-list__item:before {
    content: "※";
    margin-right: 0.3em;
  }
  /* 連番 */
  .c-order {
    counter-reset: my-counter;
  }
  .c-order__item {
    font-size: 1.6rem;
    padding-left: 34px;
    position: relative;
  }
  .c-order__item:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    display: block;
    border-radius: 50%;
    font-size: 1.4rem;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    background-color: #e8373d;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-order__item + .c-order__item {
    margin-top: 10px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .c-list-item + .c-list-item {
    margin-top: 4px;
  }
  .c-list--notice .c-list__item {
    font-size: 1.2rem;
    padding-left: 1.3em;
    text-indent: -1.3em;
    color: #666;
  }
  .c-list--notice .c-list__item:before {
    content: "※";
    margin-right: 0.3em;
  }
  .c-order {
    counter-reset: my-counter;
  }
  .c-order__item {
    font-size: 1.2rem;
    padding-left: 25px;
    position: relative;
  }
  .c-order__item:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    display: block;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    background-color: #e8373d;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-order__item + .c-order__item {
    margin-top: 10px;
  }
}

/*===== 共通 =====*/

.c-order__item.-num2:before {
    content: "2";
}
.c-order__item.-num3:before {
    content: "3";
}
.c-order__item.-num4:before {
    content: "4";
}
.c-order__item.-num5:before {
    content: "5";
}
.c-order__item.-num6:before {
    content: "6";
}
.c-order__item.-num7:before {
    content: "7";
}
.c-order__item.-num8:before {
    content: "8";
}
.c-order__item.-num9:before {
    content: "9";
}
.c-order__item.-num10:before {
    content: "10";
}
.c-order__item.-num11:before {
    content: "11";
}
.c-order__item.-num12:before {
    content: "12";
}
.c-order__item.-num13:before {
    content: "13";
}
.c-order__item.-num14:before {
    content: "14";
}
.c-order__item.-num15:before {
    content: "15";
}
.c-order__item.-num16:before {
    content: "16";
}
.c-order__item.-num17:before {
    content: "17";
}
.c-order__item.-num18:before {
    content: "18";
}
.c-order__item.-num19:before {
    content: "19";
}
.c-order__item.-num20:before {
    content: "20";
}
.c-order__item.-numnon:before {
    content: none;
}

/*====================
  08.ボタン
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .c-btn {
    display: block;
    border-radius: 6px;
    border: solid 2px #e8373d;
    font-size: 1.6rem;
    color: #000000;
    text-align: center;
    background-color: #fff0f0;
    padding: 18px 48px 18px 18px;
    position: relative;
  }
  .c-btn:after {
    content: "";
    background-image: url(https://www2.shimajiro.co.jp/petit/2016/_assets17/pc/img/icon-arrow-r.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 19px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
  }
  .c-btn:hover {
    opacity: .7;
    text-decoration: none;
  }
  .c-anchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
  }
  .c-anchor__item {
    width: 125px;
    margin-left: 42px;
  }
  .c-anchor__item:first-child {
      margin-left: 0;
  }
  .c-anchor__link {
    display: block;
    border-radius: 18px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #e8373d;
    text-align: center;
    background-color: #fff0f0;
    padding: 15px 0px 30px;
    position: relative;
  }
  .c-anchor__link:after {
    content: "";
    width: 15px;
    height: 12px;
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/icon_arrow.svg);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 12px;
    margin: auto;
  }
  .c-anchor__link:hover {
    text-decoration: none;
  }
  .c-anchor__link:hover .c-anchor__label {
    opacity: .7;
  }
  .c-anchor__icon {
    display: block;
  }
  .c-anchor__icon img,
  .c-anchor__icon svg {
    width: 46px;
    height: 46px;
  }
  .c-anchor__label {
    display: block;
    line-height: 1;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .c-btn {
    display: block;
    border-radius: 6px;
    border: solid 2px #e8373d;
    font-size: 1.4rem;
    color: #000000;
    background-color: #fff0f0;
    padding: 12px;
    position: relative;
    text-align: center;
  }
  .c-btn:after {
    content: "";
    background-image: url(https://www2.shimajiro.co.jp/petit/2016/_assets17/pc/img/icon-arrow-r.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8px;
    height: 14px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
  }
  .c-grid-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
  .c-anchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .c-anchor__item {
    width: 31%;
    margin-right: 3.5%;
  }
  .c-anchor__item:nth-child(3n) {
    margin-right: 0%;
  }
  .c-anchor__item:nth-child(n+4) {
    margin-top: 3.5%;
  }
  .c-anchor__link {
    display: block;
    border-radius: 18px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #e8373d;
    text-align: center;
    background-color: #fff0f0;
    padding: 14px 0px 30px;
    position: relative;
  }
  .c-anchor__link:after {
    content: "";
    width: 15px;
    height: 12px;
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/icon_arrow.svg);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    margin: auto;
  }
  .c-anchor__icon {
    display: block;
  }
  .c-anchor__icon img,
  .c-anchor__icon svg {
    width: 44px;
    height: 44px;
  }
  .c-anchor__label {
    display: block;
    line-height: 1;
  }
}





/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .sp-contents {
    display: none !important;
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .pc-contents {
    display: none !important;
  }
}






  .slick-slide,
  .slick-slide a{
    outline: none;
  }
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .slick-prev:before,
  .slick-next:before,
  .slick-prev:after,
  .slick-next:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
  }
  .slick-prev:before,
  .slick-next:before {
    background-size: 100%;
    width: 56px;
    height: 56px;
  }
  .slick-prev:before {
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/btn_prev.png);
  }
  .slick-next:before {
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/btn_next.png);
  }
  .slick-next {
    right: -150px;
    width: 56px;
    height: 56px;
  }
  .slick-prev {
    left: -150px;
    width: 56px;
    height: 56px;
  }
  .slick-dots {
    line-height: 1;
    bottom: -34px;
  }
  .slick-dots li {
    display: inline-block;
    width: auto;
    height: auto;
  }
  .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 0;
  }
  .slick-dots li button:before {
    display: inline-block;
    font-size: 1.4rem;
    color: #cccccc;
    line-height: 1;
    width: auto;
    height: auto;
    opacity: 1;
  }
  .slick-dots li.slick-active button:before {
    color: #e8373d;
    opacity: 1;
  }

  .c-slider {
    width: 460px;
  }
  .c-slider .slick-prev {
    left: 0;
    z-index: 9999;
  }
  .c-slider .slick-next {
    right: 0;
    z-index: 9999;
  }
  .c-slider .slick-next {
    right: -110px;
    width: 56px;
    height: 56px;
  }
  .c-slider .slick-prev {
    left: -110px;
    width: 56px;
    height: 56px;
  }

  /* 20200114 追記 教材カルーセル & 6つのテーマエリア */

  .c-slider-contents{
    padding: 0 0 20px;
  }
  .c-slider-contents .c-slider__item.slick-slide{
    padding: 0 20px;
  }
  .c-slider-contents .c-grid-img img {
    width: 100%;
  }

  .c-theme6{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
  }
  .c-theme6__item:first-child {
    margin-left: 0;
  }
  .c-theme6__item{
    width: 145px;
    margin-left: 22px;
  }
  .c-theme6__item{
    display: block;
    border-radius: 12px;
    font-size: 1.8rem;
    color: #ffffff;
    text-align: center;
    background-color: #edf7f0;
    padding: 35px 0px;
    position: relative;
  }
  .c-theme6__label {
    line-height: 2.3rem;
    display:flex;
    -webkit-align-items: center;
    -webkit-justify-content: center; 
    align-items: center;
    justify-content: center;
  }


  /* 20200218 追記 LPリンクカルーセル (CL05)*/
  .c-slider-lplink{
    padding: 0 0 20px;
  }
  .c-slider-lplink .c-slider__item.slick-slide{
    padding: 0 20px;
  }
  .c-slider-lplink .c-grid-img img {
    width: 170px;
    margin: 0 auto;
  }


}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .slick-prev:before,
  .slick-next:before,
  .slick-prev:after,
  .slick-next:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
  }
  .slick-prev:before,
  .slick-next:before {
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/icon_sp.png);
    background-size: 100%;
    width: 10px;
    max-width: 10px;
    min-width: 10px;
    height: 17px;
    max-height: 17px;
    min-height: 17px;
  }
  .slick-prev:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .c-slider .slick-next {
    right: -4%;
  }
  .c-slider .slick-prev {
    left: -4%;
  }
  .c-slider .slick-prev,
  .c-slider .slick-next {
    position: absolute;
    opacity: .3;
    text-indent: -9999px;
    top: 30px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 44px;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    background-color: #000;
    border-radius: 0;
    z-index: 2;
  }

  .slick-dots {
    line-height: 1;
    bottom: -24px;
  }
  .slick-dots li {
    line-height: 1;
    width: 14px;
    height: 14px;
  }
  .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 0;
  }
  .slick-dots li button:before {
    width: auto;
    height: auto;
    font-size: 1.4rem;
    color: #cccccc;
    line-height: 1;
    opacity: 1;
  }
  .slick-dots li.slick-active button:before {
    color: #e8373d;
    opacity: 1;
  }

  .c-slider--many .slick-dots li {
    width: 9px;
  }
  .c-slider--many .slick-dots li button {
    width: 9px;
  }
  .c-slider--many .slick-dots li button:before {
    font-size: 1.2rem;
  }



  /* 20200114 追記 教材カルーセル & 6つのテーマエリア */
  /* 教材一覧カルーセル */
  .c-slider-contents{
    padding: 0 0 20px;
  }
  .c-slider-simple{
    padding: 0 0 20px;
  }
  .c-slider-lplink{
    padding: 0 0 20px;
  }


  /* 教材一覧カルーセル */
  /* 体験談カルーセル */
  /* シンプル版カルーセル (CL03)*/
  /* LPリンクカルーセル (CL05)*/
  .c-slider-contents .slick-next,
  .c-slider-taiken .slick-next,
  .c-slider-simple .slick-next,
  .c-slider-lplink .slick-next{
    right: -4%;
  }
  .c-slider-contents .slick-prev,
  .c-slider-taikne .slick-prev,
  .c-slider-simple .slick-prev,
  .c-slider-lplink .slick-prev{
    left: -4%;
  }
  .c-slider-contents .slick-prev,
  .c-slider-taiken .slick-prev,
  .c-slider-simple .slick-prev,
  .c-slider-lplink .slick-prev,
  .c-slider-contents .slick-next,
  .c-slider-taiken .slick-next,
  .c-slider-simple .slick-next,
  .c-slider-lplink .slick-next {
    position: absolute;
    opacity: .3;
    text-indent: -9999px;
    top: 30px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 44px;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    background-color: #000;
    border-radius: 0;
    z-index: 2;
  }

  .c-theme6{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .c-theme6__item{
    width: 32%;
    margin-right: 2%;
  }
  .c-theme6__item:nth-child(3n) {
    margin-right: 0%;
  }
  .c-theme6__item:nth-child(n+4) {
    margin-top: 2%;
  }
  .c-theme6__item{
    display: block;
    border-radius: 12px;
    font-size: 1.7rem;
    color: #ffffff;
    text-align: center;
    background-color: #edf7f0;
    padding: 30px 0px;
    position: relative;
  }
  .c-theme6__label {
    line-height: 2.2rem;
    display:flex;
    -webkit-align-items: center;
    -webkit-justify-content: center; 
    align-items: center;
    justify-content: center;
  }
  /* LPリンクカルーセル (CL05)*/
  .c-slider-lplink .c-slider__item.slick-slide{
    padding: 0 8px;
  }
  .c-slider-lplink .c-grid-lead {
    font-size: 1.2rem;
  }

}


  /* 20200114 追記 6つのテーマエリア 基本カラー*/
.c-theme6__item:nth-child(1) {
  background-color: #f66061;
}
.c-theme6__item:nth-child(2) {
  background-color: #01afec;
}
.c-theme6__item:nth-child(3) {
  background-color: #fdbe25;
}
.c-theme6__item:nth-child(4) {
  background-color: #e26fba;
}
.c-theme6__item:nth-child(5) {
  background-color: #71d467;
}
.c-theme6__item:nth-child(6) {
  background-color: #f79fad;
}

.c-slider-lplink a {
    text-decoration: none;
}


/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .c-acc__item + .c-acc__item {
    margin-top: 30px;
  }
  /* アンカーリンク 見出し */
  .c-acc__heading {
    border-bottom: solid 10px #f3f3f3;
    font-size: 1.8rem;
    font-weight: bold;
    color: #e8373d;
    padding: 30px 45px 10px 60px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .c-acc__heading:before {
    content: "Q";
    font-size: 4.8rem;
    line-height: 1;
    position: absolute;
    top: 8px;
    left: 10px;
  }
  .c-acc__heading:after {
    content: "";
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/acc02.png);
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
  }
  /* アンカーリンク  */
  .c-acc__heading:hover {
    background-color: #f3f3f3;
  }
  /* アンカーリンク アクティブ */
  .c-acc__heading.is-active:after {
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/acc01.png);
  }
  /* アンカーリンク 回答 */
  .c-acc__body {
    background-color: #f3f3f3;
    padding: 10px 60px 30px;
  }
  .c-acc__title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
  }
  .c-acc__title:before {
    content: "A";
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0;
    left: -40px;
  }
  .c-acc__lead {
    font-size: 1.4rem;
    color: #444444;
    line-height: 1.5;
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  /* アンカーリンク 全体 */
  .c-acc__item + .c-acc__item {
    margin-top: 40px;
  }
  /* アンカーリンク 見出し */
  .c-acc__heading {
    border-bottom: solid 10px #f3f3f3;
    font-size: 1.5rem;
    font-weight: bold;
    color: #e8373d;
    min-height: 50px;
    position: relative;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 60px;
    display: flex;
    align-items: center;
  }
  .c-acc__heading:before {
    content: "Q";
    font-size: 4.8rem;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-acc__heading:after {
    content: "";
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/acc02.png);
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
  }
  /* アンカーリンク アクティブ */
  .c-acc__heading.is-active:after {
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/acc01.png);
  }
  /* アンカーリンク 回答 */
  .c-acc__body {
    background-color: #f3f3f3;
    padding: 10px 4.5% 30px; /*4.5%仮*/
  }
  .c-acc__title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 35px;
    position: relative;
  }
  .c-acc__title:before {
    content: "A";
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: -35px;
  }
  .c-acc__lead {
    font-size: 1.4rem;
    color: #444444;
    line-height: 1.5;
  }
}


/*====================
  CV
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .c-cv {
    background-color: #fff6cc;
  }
  .c-cv .c-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .c-cv__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
  }
  .c-cv__price {
    width: 550px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-cv__price-item {
    width: 260px;
  }
  .c-cv__price-item + .c-cv__price-item {
    margin-left: 20px;
  }
  .c-cv__price-data {
    margin-top: 5px;
    font-size: 3.6rem;
    font-weight: bold;
    color: #ff4455;
    text-align: center;
  }
  .c-cv__price-data-lead {
    font-size: 1.6rem;
    color: #444444;
  }
  .c-cv__price-data-small {
    font-size: 2.0rem;
  }
  .c-cv__price-title {
    box-sizing: border-box;
    border-radius: 28px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #444444;
    text-align: center;
    background-color: #ffffff;
    padding: 8px;
  }
  .c-cv__price-title--01 {
    height: 58px;
    font-size: 1.6rem;
    line-height: 2.8;
  }
  .c-cv__price-title-pink {
    color: #ff4455;
  }
  .c-cv__bottom {
    margin-top: 10px;
  }
  .c-cv__sub {
    margin-top: 15px;
  }
  .c-cv__entry {
    width: 360px;
    margin-top: -35px;
    margin-left: 30px;
  }
  .c-cv__entry-lead {
    font-size: 1.8rem;
    font-weight: bold;
    color: #444444;
    text-align: center;
  }
  .c-cv__entry-link {
    display: block;
    box-shadow: 0 3px rgba(0,0,0,0.3);
    border-radius: 8px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #ff4455;
    margin-top: 10px;
    padding: 14px;
  }

  .c-cv__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
  }
  .c-cv__list-item + .c-cv__list-item {
    margin-left: 60px;
  }
  .c-cv__list-link {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #808080;
    position: relative;
    padding-right: 30px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-cv__list-link:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .c-cv__list-link:after {
    content: "";
    background-repeat: no-repeat;
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/cv_link_after.png);
    background-size: 100%;
    background-position: center;
    position: absolute;
    width: 9px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }
  .c-cv__list-item--icon01 .c-cv__list-link:before {
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/cv_link_before_siryo.png);
    width: 25px;
    height: 25px;
  }
  .c-cv__list-item--icon02 .c-cv__list-link:before {
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/cv_link_before_cost.png);
    width: 25px;
    height: 25px;
  }
  .c-cv__list-item--icon03 .c-cv__list-link:before {
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/cv_link_before_friend.png);
    width: 25px;
    height: 25px;
  }
  .c-cv.c-cv--min .c-cv__entry {
    margin-left: 0;
  }
  .c-cv.c-cv--min .c-cv__entry-link{
    margin-top: 0;
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .c-cv {
    background-color: #fff6cc;
  }
  /* 共通 */
  .c-cv .c-inner {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .c-cv__price-item {
    padding-bottom: 15px;
  }
  .c-cv__price-item + .c-cv__price-item {
    border-top: solid 1px #e5e5e5;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  /* タイトル */
  .c-cv__price-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #444444;
    text-align: center;
  }
  .c-cv__price-title-pink {
    color: #ff4455;
  }
  /* 期日・金額 */
  .c-cv__price-data {
    margin-top: 5px;
    font-size: 3.6rem;
    font-weight: bold;
    color: #ff4455;
    text-align: center;
  }
  .c-cv__price-data-lead {
    font-size: 1.6rem;
    color: #444444;
  }
  .c-cv__price-data-small {
    font-size: 2.0rem;
  }
  .c-cv__price {
    border: solid 2px #e5e5e5;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
  }
  .c-cv__sub {
    margin-bottom: 10px;
  }
  .c-cv__entry {
    margin-top: 30px;
  }
  .c-cv__entry-lead {
    font-size: 1.8rem;
    font-weight: bold;
    color: #444444;
    text-align: center;
  }
  .c-cv__entry-link {
    display: block;
    box-shadow: 0 3px rgba(0,0,0,0.3);
    border-radius: 8px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #ff4455;
    margin-top: 10px;
    padding: 14px;
  }

  .c-cv__list {
    margin-top: 60px;
  }
  .c-cv__list-item + .c-cv__list-item {
    margin-top: 25px;
  }
  .c-cv__list-link {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #808080;
    padding-right: 30px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;

    position: relative;
  }
  .c-cv__list-link:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .c-cv__list-link:after {
    content: "";
    background-repeat: no-repeat;
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/cv_link_after.png);
    background-size: 100%;
    background-position: center;
    position: absolute;
    width: 9px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }
  .c-cv__list-item--icon01 .c-cv__list-link:before {
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/cv_link_before_siryo.png);
    width: 25px;
    height: 25px;
  }
  .c-cv__list-item--icon02 .c-cv__list-link:before {
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/cv_link_before_cost.png);
    width: 25px;
    height: 25px;
  }
  .c-cv__list-item--icon03 .c-cv__list-link:before {
    background-image: url(https://www2.shimajiro.co.jp/petit/2017/_assets19/common/img/0827/cv_link_before_friend.png);
    width: 25px;
    height: 25px;
  }
  .c-cv.c-cv--min .c-inner {
    padding-top: 5px;
    padding-bottom: 35px;
  }
}

/*====================
  導線ナビ
====================*/

/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv  {
  .c-image-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-image-navi__item {
    width: 460px;
    margin-bottom: 60px;
  }
  .c-image-navi__text {
    margin-top: 20px;
  }
  .c-image-navi__image img {
    width: 100%;
    height:auto;
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .c-image-navi__item {
    margin-bottom: 30px;
  }
  .c-image-navi__image img {
    width: 100%;
    height:auto;
  }
}

/*====================
  Project
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  /* TOP 教材 */
  .p-kyozai {
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .p-kyozai .c-order--kyozai {
    border-radius: 12px;
    background-color: #fff0f0;
    margin-top: 72px;
    padding: 30px 40px;
  }
  .p-kyozai .c-grid-btn {
    margin-top: 40px;
  }
  .p-special {
    background-color: #fff0f0;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .p-special .c-heading-01 {
    width: 1100px;
  }
  .p-special .c-inner {
    width: 1100px;
  }
  .p-special .c-body {
    background-color: #ffffff;
    padding: 60px 70px 80px;
    border-radius: 12px;
  }
  .p-special .c-list--notice {
    margin-top: 15px;
  }
  .p-special .c-grid-btn {
    margin-top: 40px;
  }
  .p-kyozai .c-list--notice {
    margin-top: 15px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .p-kyozai .c-order--kyozai {
    border-radius: 12px;
    background-color: #fff0f0;
    margin-top: 52px;
    padding: 15px 20px;
  }
  .p-kyozai {
    margin-top: 30px;
  }
  .p-kyozai .c-grid-btn {
    margin-top: 30px;
  }
  .p-special .c-list--notice {
    margin-top: 15px;
  }
  .p-special .c-grid-btn {
    margin-top: 30px;
  }
  .p-kyozai .c-list--notice {
    margin-top: 15px;
  }
  .p-special {
    background-color: #fff0f0;
    margin-bottom: 0;
    padding-bottom: 80px;
  }
  .p-special .c-body {
    border-radius: 8px;
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-special .c-grid-lead,
  .p-special .c-grid-btn,
  .p-special .c-list--notice {
    padding: 0 4%;
  }
}

/* p-cv-notice */
@media only screen and (min-width: 769px), print, tv {
  .p-cv-notice {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .p-cv-notice .c-link--accordion {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .p-cv-notice {
    margin-left: 4%;
    margin-right: 4%;
  }
  .p-cv-notice .c-link--accordion {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}







/* ↓↓↓sass↓↓↓ */
.t-baby .c-brand-panel-wrap, .t-baby:not(body) .c-brand-panel-wrap {
  background-color: #fff; }

.t-baby .c-order__item:before, .t-baby:not(body) .c-order__item:before {
  color: #fff;
  background-color: #ee87b4; }

.t-baby .c-order__item.c-order__item__nonumber:before, .t-baby:not(body) .c-order__item.c-order__item__nonumber:before {
  color: #ee87b4;
  background-color: #ee87b4; }

.t-baby .p-kyozai .c-order--kyozai, .t-baby:not(body) .p-kyozai .c-order--kyozai {
  background-color: #fdf3f7; }

.t-baby .p-special, .t-baby:not(body) .p-special {
  background-color: #fdf3f7; }

.t-baby .c-heading-01, .t-baby:not(body) .c-heading-01 {
  color: #fff;
  background-color: #ee87b4; }

.t-baby .c-heading-01:after, .t-baby:not(body) .c-heading-01:after {
  border-color: #ee87b4 transparent transparent transparent; }

.t-baby .c-heading-02, .t-baby:not(body) .c-heading-02 {
  color: #ee87b4; }

.t-baby .c-heading-03, .t-baby:not(body) .c-heading-03 {
  background-color: #fdf3f7;
  color: #ee87b4; }

.t-baby .c-heading-03__label, .t-baby:not(body) .c-heading-03__label {
  color: #ee87b4; }

.t-baby .c-heading-04__main, .t-baby:not(body) .c-heading-04__main {
  background-color: #fdf3f7; }

.t-baby .c-heading-04__label, .t-baby:not(body) .c-heading-04__label {
  color: #ee87b4; }

.t-baby .c-btn, .t-baby:not(body) .c-btn {
  background-color: #fdf3f7;
  border-color: #ee87b4; }

.t-baby .c-anchor__link, .t-baby:not(body) .c-anchor__link {
  color: #ee87b4;
  background-color: #fdf3f7; }

.t-baby .c-acc__heading, .t-baby:not(body) .c-acc__heading {
  color: #ee87b4; }

.t-baby .c-acc__heading:before, .t-baby:not(body) .c-acc__heading:before {
  color: #ee87b4; }

.t-baby .slick-dots li.slick-active button:before, .t-baby:not(body) .slick-dots li.slick-active button:before {
  color: #ee87b4; }

.t-baby .c-anchor__icon > svg,
.t-baby .c-heading-03__icon,
.t-baby .c-heading-04__icon, .t-baby:not(body) .c-anchor__icon > svg,
.t-baby:not(body) .c-heading-03__icon,
.t-baby:not(body) .c-heading-04__icon {
  color: #ee87b4; }

.t-bp .c-brand-panel-wrap, .t-bp:not(body) .c-brand-panel-wrap {
  background-color: #fff; }

.t-bp .c-order__item:before, .t-bp:not(body) .c-order__item:before {
  color: #fff;
  background-color: #ed6b7e; }

.t-bp .c-order__item.c-order__item__nonumber:before, .t-bp:not(body) .c-order__item.c-order__item__nonumber:before {
  color: #ed6b7e;
  background-color: #ed6b7e; }

.t-bp .p-kyozai .c-order--kyozai, .t-bp:not(body) .p-kyozai .c-order--kyozai {
  background-color: #fdf0f2; }

.t-bp .p-special, .t-bp:not(body) .p-special {
  background-color: #fdf0f2; }

.t-bp .c-heading-01, .t-bp:not(body) .c-heading-01 {
  color: #fff;
  background-color: #ed6b7e; }

.t-bp .c-heading-01:after, .t-bp:not(body) .c-heading-01:after {
  border-color: #ed6b7e transparent transparent transparent; }

.t-bp .c-heading-02, .t-bp:not(body) .c-heading-02 {
  color: #ed6b7e; }

.t-bp .c-heading-03, .t-bp:not(body) .c-heading-03 {
  background-color: #fdf0f2;
  color: #ed6b7e; }

.t-bp .c-heading-03__label, .t-bp:not(body) .c-heading-03__label {
  color: #ed6b7e; }

.t-bp .c-heading-04__main, .t-bp:not(body) .c-heading-04__main {
  background-color: #fdf0f2; }

.t-bp .c-heading-04__label, .t-bp:not(body) .c-heading-04__label {
  color: #ed6b7e; }

.t-bp .c-btn, .t-bp:not(body) .c-btn {
  background-color: #fdf0f2;
  border-color: #ed6b7e; }

.t-bp .c-anchor__link, .t-bp:not(body) .c-anchor__link {
  color: #ed6b7e;
  background-color: #fdf0f2; }

.t-bp .c-acc__heading, .t-bp:not(body) .c-acc__heading {
  color: #ed6b7e; }

.t-bp .c-acc__heading:before, .t-bp:not(body) .c-acc__heading:before {
  color: #ed6b7e; }

.t-bp .slick-dots li.slick-active button:before, .t-bp:not(body) .slick-dots li.slick-active button:before {
  color: #ed6b7e; }

.t-bp .c-anchor__icon > svg,
.t-bp .c-heading-03__icon,
.t-bp .c-heading-04__icon, .t-bp:not(body) .c-anchor__icon > svg,
.t-bp:not(body) .c-heading-03__icon,
.t-bp:not(body) .c-heading-04__icon {
  color: #ed6b7e; }

.t-petit .c-brand-panel-wrap, .t-petit:not(body) .c-brand-panel-wrap {
  background-color: #f9e0e0; }

.t-petit .c-order__item:before, .t-petit:not(body) .c-order__item:before {
  color: #fff;
  background-color: #e8373d; }

.t-petit .c-order__item.c-order__item__nonumber:before, .t-petit:not(body) .c-order__item.c-order__item__nonumber:before {
  color: #e8373d;
  background-color: #e8373d; }

.t-petit .p-kyozai .c-order--kyozai, .t-petit:not(body) .p-kyozai .c-order--kyozai {
  background-color: #fff0f0; }

.t-petit .p-special, .t-petit:not(body) .p-special {
  background-color: #fff0f0; }

.t-petit .c-heading-01, .t-petit:not(body) .c-heading-01 {
  color: #fff;
  background-color: #e8373d; }

.t-petit .c-heading-01:after, .t-petit:not(body) .c-heading-01:after {
  border-color: #e8373d transparent transparent transparent; }

.t-petit .c-heading-02, .t-petit:not(body) .c-heading-02 {
  color: #e8373d; }

.t-petit .c-heading-03, .t-petit:not(body) .c-heading-03 {
  background-color: #fff0f0;
  color: #e8373d; }

.t-petit .c-heading-03__label, .t-petit:not(body) .c-heading-03__label {
  color: #e8373d; }

.t-petit .c-heading-04__main, .t-petit:not(body) .c-heading-04__main {
  background-color: #fff0f0; }

.t-petit .c-heading-04__label, .t-petit:not(body) .c-heading-04__label {
  color: #e8373d; }

.t-petit .c-btn, .t-petit:not(body) .c-btn {
  background-color: #fff0f0;
  border-color: #e8373d; }

.t-petit .c-anchor__link, .t-petit:not(body) .c-anchor__link {
  color: #e8373d;
  background-color: #fff0f0; }

.t-petit .c-acc__heading, .t-petit:not(body) .c-acc__heading {
  color: #e8373d; }

.t-petit .c-acc__heading:before, .t-petit:not(body) .c-acc__heading:before {
  color: #e8373d; }

.t-petit .slick-dots li.slick-active button:before, .t-petit:not(body) .slick-dots li.slick-active button:before {
  color: #e8373d; }

.t-petit .c-anchor__icon > svg,
.t-petit .c-heading-03__icon,
.t-petit .c-heading-04__icon, .t-petit:not(body) .c-anchor__icon > svg,
.t-petit:not(body) .c-heading-03__icon,
.t-petit:not(body) .c-heading-04__icon {
  color: #e8373d; }

.t-pocket .c-brand-panel-wrap, .t-pocket:not(body) .c-brand-panel-wrap {
  background-color: #feffa3; }

.t-pocket .c-order__item:before, .t-pocket:not(body) .c-order__item:before {
  color: #000;
  background-color: #fdd000; }

.t-pocket .c-order__item.c-order__item__nonumber:before, .t-pocket:not(body) .c-order__item.c-order__item__nonumber:before {
  color: #fdd000;
  background-color: #fdd000; }

.t-pocket .p-kyozai .c-order--kyozai, .t-pocket:not(body) .p-kyozai .c-order--kyozai {
  background-color: #fffae5; }

.t-pocket .p-special, .t-pocket:not(body) .p-special {
  background-color: #fffae5; }

.t-pocket .c-heading-01, .t-pocket:not(body) .c-heading-01 {
  color: #000;
  background-color: #fdd000; }

.t-pocket .c-heading-01:after, .t-pocket:not(body) .c-heading-01:after {
  border-color: #fdd000 transparent transparent transparent; }

.t-pocket .c-heading-02, .t-pocket:not(body) .c-heading-02 {
  color: #000; }

.t-pocket .c-heading-03, .t-pocket:not(body) .c-heading-03 {
  background-color: #fffae5;
  color: #000; }

.t-pocket .c-heading-03__label, .t-pocket:not(body) .c-heading-03__label {
  color: #000; }

.t-pocket .c-heading-04__main, .t-pocket:not(body) .c-heading-04__main {
  background-color: #fffae5; }

.t-pocket .c-heading-04__label, .t-pocket:not(body) .c-heading-04__label {
  color: #000; }

.t-pocket .c-btn, .t-pocket:not(body) .c-btn {
  background-color: #fffae5;
  border-color: #fdd000; }

.t-pocket .c-anchor__link, .t-pocket:not(body) .c-anchor__link {
  color: #000;
  background-color: #fffae5; }

.t-pocket .c-acc__heading, .t-pocket:not(body) .c-acc__heading {
  color: #000; }

.t-pocket .c-acc__heading:before, .t-pocket:not(body) .c-acc__heading:before {
  color: #fdd000; }

.t-pocket .slick-dots li.slick-active button:before, .t-pocket:not(body) .slick-dots li.slick-active button:before {
  color: #fdd000; }

.t-pocket .c-anchor__icon > svg,
.t-pocket .c-heading-03__icon,
.t-pocket .c-heading-04__icon, .t-pocket:not(body) .c-anchor__icon > svg,
.t-pocket:not(body) .c-heading-03__icon,
.t-pocket:not(body) .c-heading-04__icon {
  color: #fdd000; }

.t-hop .c-brand-panel-wrap, .t-hop:not(body) .c-brand-panel-wrap {
  background-color: #aae5f9; }

.t-hop .c-order__item:before, .t-hop:not(body) .c-order__item:before {
  color: #fff;
  background-color: #00afec; }

.t-hop .c-order__item.c-order__item__nonumber:before, .t-hop:not(body) .c-order__item.c-order__item__nonumber:before {
  color: #00afec;
  background-color: #00afec; }

.t-hop .p-kyozai .c-order--kyozai, .t-hop:not(body) .p-kyozai .c-order--kyozai {
  background-color: #e5f7fd; }

.t-hop .p-special, .t-hop:not(body) .p-special {
  background-color: #e5f7fd; }

.t-hop .c-heading-01, .t-hop:not(body) .c-heading-01 {
  color: #fff;
  background-color: #00afec; }

.t-hop .c-heading-01:after, .t-hop:not(body) .c-heading-01:after {
  border-color: #00afec transparent transparent transparent; }

.t-hop .c-heading-02, .t-hop:not(body) .c-heading-02 {
  color: #00afec; }

.t-hop .c-heading-03, .t-hop:not(body) .c-heading-03 {
  background-color: #e5f7fd;
  color: #00afec; }

.t-hop .c-heading-03__label, .t-hop:not(body) .c-heading-03__label {
  color: #00afec; }

.t-hop .c-heading-04__main, .t-hop:not(body) .c-heading-04__main {
  background-color: #e5f7fd; }

.t-hop .c-heading-04__label, .t-hop:not(body) .c-heading-04__label {
  color: #00afec; }

.t-hop .c-btn, .t-hop:not(body) .c-btn {
  background-color: #e5f7fd;
  border-color: #00afec; }

.t-hop .c-anchor__link, .t-hop:not(body) .c-anchor__link {
  color: #00afec;
  background-color: #e5f7fd; }

.t-hop .c-acc__heading, .t-hop:not(body) .c-acc__heading {
  color: #00afec; }

.t-hop .c-acc__heading:before, .t-hop:not(body) .c-acc__heading:before {
  color: #00afec; }

.t-hop .slick-dots li.slick-active button:before, .t-hop:not(body) .slick-dots li.slick-active button:before {
  color: #00afec; }

.t-hop .c-anchor__icon > svg,
.t-hop .c-heading-03__icon,
.t-hop .c-heading-04__icon, .t-hop:not(body) .c-anchor__icon > svg,
.t-hop:not(body) .c-heading-03__icon,
.t-hop:not(body) .c-heading-04__icon {
  color: #00afec; }

.t-step .c-brand-panel-wrap, .t-step:not(body) .c-brand-panel-wrap {
  background-color: #d7f9cb; }

.t-step .c-order__item:before, .t-step:not(body) .c-order__item:before {
  color: #fff;
  background-color: #00a73c; }

.t-step .c-order__item.c-order__item__nonumber:before, .t-step:not(body) .c-order__item.c-order__item__nonumber:before {
  color: #00a73c;
  background-color: #00a73c; }

.t-step .p-kyozai .c-order--kyozai, .t-step:not(body) .p-kyozai .c-order--kyozai {
  background-color: #edf7f0; }

.t-step .p-special, .t-step:not(body) .p-special {
  background-color: #edf7f0; }

.t-step .c-heading-01, .t-step:not(body) .c-heading-01 {
  color: #fff;
  background-color: #00a73c; }

.t-step .c-heading-01:after, .t-step:not(body) .c-heading-01:after {
  border-color: #00a73c transparent transparent transparent; }

.t-step .c-heading-02, .t-step:not(body) .c-heading-02 {
  color: #00a73c; }

.t-step .c-heading-03, .t-step:not(body) .c-heading-03 {
  background-color: #edf7f0;
  color: #00a73c; }

.t-step .c-heading-03__label, .t-step:not(body) .c-heading-03__label {
  color: #00a73c; }

.t-step .c-heading-04__main, .t-step:not(body) .c-heading-04__main {
  background-color: #edf7f0; }

.t-step .c-heading-04__label, .t-step:not(body) .c-heading-04__label {
  color: #00a73c; }

.t-step .c-btn, .t-step:not(body) .c-btn {
  background-color: #edf7f0;
  border-color: #00a73c; }

.t-step .c-anchor__link, .t-step:not(body) .c-anchor__link {
  color: #00a73c;
  background-color: #edf7f0; }

.t-step .c-acc__heading, .t-step:not(body) .c-acc__heading {
  color: #00a73c; }

.t-step .c-acc__heading:before, .t-step:not(body) .c-acc__heading:before {
  color: #00a73c; }

.t-step .slick-dots li.slick-active button:before, .t-step:not(body) .slick-dots li.slick-active button:before {
  color: #00a73c; }

.t-step .c-anchor__icon > svg,
.t-step .c-heading-03__icon,
.t-step .c-heading-04__icon, .t-step:not(body) .c-anchor__icon > svg,
.t-step:not(body) .c-heading-03__icon,
.t-step:not(body) .c-heading-04__icon {

  color: #00a73c; }

.t-jump .c-brand-panel-wrap, .t-jump:not(body) .c-brand-panel-wrap {
  background-color: #b2d9f5; }

.t-jump .c-order__item:before, .t-jump:not(body) .c-order__item:before {
  color: #fff;
  background-color: #006fbc; }

.t-jump .c-order__item.c-order__item__nonumber:before, .t-jump:not(body) .c-order__item.c-order__item__nonumber:before {
  color: #006fbc;
  background-color: #006fbc; }

.t-jump .p-kyozai .c-order--kyozai, .t-jump:not(body) .p-kyozai .c-order--kyozai {
  background-color: #e5f0f8; }

.t-jump .p-special, .t-jump:not(body) .p-special {
  background-color: #e5f0f8; }

.t-jump .c-heading-01, .t-jump:not(body) .c-heading-01 {
  color: #fff;
  background-color: #006fbc; }

.t-jump .c-heading-01:after, .t-jump:not(body) .c-heading-01:after {
  border-color: #006fbc transparent transparent transparent; }

.t-jump .c-heading-02, .t-jump:not(body) .c-heading-02 {
  color: #006fbc; }

.t-jump .c-heading-03, .t-jump:not(body) .c-heading-03 {
  background-color: #e5f0f8;
  color: #006fbc; }

.t-jump .c-heading-03__label, .t-jump:not(body) .c-heading-03__label {
  color: #006fbc; }

.t-jump .c-heading-04__main, .t-jump:not(body) .c-heading-04__main {
  background-color: #e5f0f8; }

.t-jump .c-heading-04__label, .t-jump:not(body) .c-heading-04__label {
  color: #006fbc; }

.t-jump .c-btn, .t-jump:not(body) .c-btn {
  background-color: #e5f0f8;
  border-color: #006fbc; }

.t-jump .c-anchor__link, .t-jump:not(body) .c-anchor__link {
  color: #006fbc;
  background-color: #e5f0f8; }

.t-jump .c-acc__heading, .t-jump:not(body) .c-acc__heading {
  color: #006fbc; }

.t-jump .c-acc__heading:before, .t-jump:not(body) .c-acc__heading:before {
  color: #006fbc; }

.t-jump .slick-dots li.slick-active button:before, .t-jump:not(body) .slick-dots li.slick-active button:before {
  color: #006fbc; }

.t-jump .c-anchor__icon > svg,
.t-jump .c-heading-03__icon,
.t-jump .c-heading-04__icon, .t-jump:not(body) .c-anchor__icon > svg,
.t-jump:not(body) .c-heading-03__icon,
.t-jump:not(body) .c-heading-04__icon {
  color: #006fbc; }

.t-petit .c-btn:after, .t-petit:not(body) .c-btn:after {
  background-image: url(https://www2.shimajiro.co.jp/petit/2016/_assets17/pc/img/icon-arrow-r.png); }

.t-petit .c-anchor__link:after, .t-petit:not(body) .c-anchor__link:after {
  background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_arrow_petit.svg); }

.t-pocket .c-btn:after, .t-pocket:not(body) .c-btn:after {
  background-image: url(https://www2.shimajiro.co.jp/pocket/_assets17/pc/img/04/icon-arrow-r-201704.png); }

.t-pocket .c-anchor__link:after, .t-pocket:not(body) .c-anchor__link:after {
  background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_arrow_pocket.svg); }

.t-hop .c-btn:after, .t-hop:not(body) .c-btn:after {
  background-image: url(https://www2.shimajiro.co.jp/hop/_assets17/pc/img/04/icon-arrow-r-201704.png); }

.t-hop .c-anchor__link:after, .t-hop:not(body) .c-anchor__link:after {
  background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_arrow_hop.svg); }

.t-step .c-btn:after, .t-step:not(body) .c-btn:after {
  background-image: url(https://www2.shimajiro.co.jp/step/_assets17/pc/img/04/icon-arrow-r-201704.png); }

.t-step .c-anchor__link:after, .t-step:not(body) .c-anchor__link:after {
  background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_arrow_step.svg); }

.t-jump .c-btn:after, .t-jump:not(body) .c-btn:after {
  background-image: url(https://www2.shimajiro.co.jp/jump/_assets17/pc/img/04/icon-arrow-r-201704.png); }

.t-jump .c-anchor__link:after, .t-jump:not(body) .c-anchor__link:after {
  background-image: url(https://www2.shimajiro.co.jp/_share17/common/img/icon_arrow_jump.svg); }


  /*====================
  ボタン
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .c-btn--petit,
  .c-btn--pocket,
  .c-btn--hop,
  .c-btn--step,
  .c-btn--jump {
    padding: 10px 35px 9px;
    position: relative;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    text-align: center;
    border: 0;
    cursor: pointer;
    transition: background-color .2s;
  }
  .c-btn--petit  { color: #fff; background-color: #e8373d; border: none;}
  .c-btn--pocket { color:#fff; background-color: #fcb100; border: none;}
  .c-btn--hop    { color:#fff; background-color: #00afec; border: none;}
  .c-btn--step   { color:#fff; background-color: #00a73c; border: none;}
  .c-btn--jump   { color:#fff; background-color: #006fbc; border: none;}

  .c-btn--petit::after,
  .c-btn--pocket::after,
  .c-btn--hop::after,
  .c-btn--step::after,
  .c-btn--jump::after {
    content: "";
    margin: auto;
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: middle;
    background-image: url(https://www2.shimajiro.co.jp/_share16/pc/img/sprite.png);
    background-size: auto;
    width: 11px;
    height: 18px;
    background-position: -243px -179px;
  }
  .c-btn--l {
    padding: 18px 35px;
    font-size: 1.8rem;
  }
  .c-btn--l::after {
    right: 12px;
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .c-btn--petit,
  .c-btn--pocket,
  .c-btn--hop,
  .c-btn--step,
  .c-btn--jump {
    position: relative;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    font-size: 1.3rem;
    padding: 15px 12px;
    color: #fff;
    font-weight: bold;
  }
  .c-btn--petit  { color: #fff; background-color: #e8373d; border: none;}
  .c-btn--pocket { color:#fff; background-color: #fcb100; border: none;}
  .c-btn--hop    { color:#fff; background-color: #00afec; border: none;}
  .c-btn--step   { color:#fff; background-color: #00a73c; border: none;}
  .c-btn--jump   { color:#fff; background-color: #006fbc; border: none;}

  .c-btn--petit::after,
  .c-btn--pocket::after,
  .c-btn--hop::after,
  .c-btn--step::after,
  .c-btn--jump::after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-image: url(https://www2.shimajiro.co.jp/_share16/sp/img/icon_sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -122px;
    -webkit-background-size: 80px 2338px;
    -moz-background-size: 80px 2338px;
    background-size: 80px 2338px;
    margin-top: -5px;
    right: 10px;
    top: 50%;
    overflow: hidden;
  }
}





/*====================
  クリスマスキャンペーン用特別エリア
====================*/
/*===== 共通 =====*/
.xmas-area{
  padding-top: 0px;
  background-color: #21a851 !important;
}
.xmas-area:before{
  content: "";
  display: block;
  width: auto;
  height: 36px;
  background-image: url(/_common/191106_xmas_line.jpg);
  background-repeat: repeat-x;
}
.xmas-icon{
  text-align: center;
  margin: 20px auto;
}
.xmas-icon img{
  width: 33px;
}
.xmas-lead{
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Std W3", "Hiragino Maru Gothic Std", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
.xmas-lead p{
  margin-bottom: 15px;
}
.xmas-heading-02 {
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #07a898;
  margin-bottom: 20px;
  font-family: "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Std W3", "Hiragino Maru Gothic Std", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
.xmas-heading-02 span{
  color: #e71a3c;
}
.xmas-area .c-link--accordion{
  color: #07a898;
}
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .xmas-area{
    background-image: url(/_common/191106_snow_bg_pc.png);
    background-size: 1500px;
    background-position-x: center;
    background-repeat: repeat-x;
  }

  .xmas-area .c-body{
    padding: 40px 70px 60px;
  }

  .xmas-lead{
    font-size: 1.15em;
    color: #ffffff;
    margin-bottom: 40px;
  }

  .xmas-area .c-inner{
    padding-top: 60px;
  }

  .xmas-heading-02 {
    font-size: 2.0rem;
  }
  .xmas-heading-02 span{
    font-size: 2.4rem;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .xmas-area{
    background-image: url(/_common/191106_snow_bg_sp.png);
    background-size: contain;
    padding-bottom: 30px;
  }

  .xmas-area:before{
    background-size: 54px;
  }

  .xmas-area .c-body{
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .xmas-lead{
    color: #444444;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .xmas-area .c-inner{
    padding-top: 40px;
  }

  .xmas-area .c-grid-img{
    padding: 0 15px;
  }

  .xmas-area .c-grid__item + .c-grid__item {
    margin-top: 40px;
  }

  .xmas-heading-02 {
    font-size: 1.6rem;
  }
  .xmas-heading-02 span{
    font-size: 2.0rem;
  }

}
/*====================
  クリスマスキャンペーン用特別エリア ここまで
====================*/



/*====================
  カルーセルリンク
====================*/
.lp-link-icon{
  position: relative;
  display: block;
}
.lp-link-icon::after {
  content: "";
  background-image: url(/_common/200203_btn.png);
  display: block;
  width: 112px;
  height: 32px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1px;
  right: 1px;
  background-size: contain;
}

/*===== PC =====*/
@media only screen and (min-width: 769px) {
  .lp-link-icon::after{
  }
}
/*===== SP =====*/

@media only screen and (max-width: 768px) {
  .lp-link-icon::after{
  }
}


/*====================
  カルーセルリンク ここまで
====================*/

/*0313*/
@media only screen and (min-width: 769px) {
  .speed-cv-bnr {
    display: table;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px;
  }
  .speed-cv-bnr + .c-cv__price-item,
  .sp-contents + .c-cv__price-item {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .speed-cv-bnr {
    margin: 0 -4.5vw 15px;
  }
}

/* 20200407 体験談エリア */
@media only screen and (max-width: 768px) {
  .contents_2020 .contents_taiken {
    border: solid 4px #fd762d;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
  }
  .contents_2020 .contents_taiken p{
    font-size: 1.2rem;
  }
  .contents_2020 .contents_taiken h3{
    margin: 0px;
    padding: 0px;
  }
  .c-link-glass{
    position: relative;
    padding-left: 0px;
    display: inline-block;
    color: #08c;
  }
  .c-link-glass:not(.c-link--accordion)::before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(/_common/200407_zoom_glass.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: contain;
    margin-top: -5px;
    right: -15px;
    top: 50%;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px){
  .contents_2020 .contents_taiken {
    width: 960px;
    border: solid 4px #fd762d;
    margin: 80px auto 80px;
    border-radius: 30px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .contents_2020 .contents_taiken .slick-dots{
    display: none;
  }
  .contents_2020 .contents_taiken .c-slider__item.slick-slide{
    padding: 0 10px
  }
  .contents_2020 .contents_taiken h3{
    margin: 0px;
    padding: 0px;
  }
  .c-link-glass{
    color: #08c;
    display: inline-block;
    font-size: 1.4rem;
    padding-left: 0px;
    text-decoration: none;
    position: relative;
  }
  .c-link-glass:not(.c-link--accordion)::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(/_common/200407_zoom_glass.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 14px;
    height: 14px;
    position: absolute;
    -webkit-transform: translate(-12px, -8px);
    transform: translate(-12px, -8px);
    top: 50%;
    right: -30px;
  }

}

/* insta-modal */
@media screen and (max-width:768px){
  .insta__scroll {
    overflow-x: scroll;
    height: 480px;
  }
  .insta_experiences{
  }
  .insta_experiences .inner{
    padding: 6.25% 3.125%;
  }
  .insta__ttl{
  }
  .insta__tag{
    color: #000000;
  }
  .insta__txt{
    padding-top: 10px;
  }
  .insta_experiences .grit__unit--1-3:before{
    content: "";
    background: url(https://www2.shimajiro.co.jp/_assets19/sp/img/0416/modal-icon.gif) no-repeat right top/15px 15px;
    opacity: 0.8;
    top: 5px;
    right: 15px;
    height: 16px;
    width: 16px;
    position: absolute;
  }
  .insta_experiences .grit > *{
    position: relative
  }

  .insta_experiences .grit{
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: -1.5625%;
    margin-right: -1.5625%;
    display: flex;
    flex-wrap: wrap;
  }

  .grit__unit{ width: 100%;}
  .grit__unit--1-2{ width: 50%;}

  .grit__unit--1-3{ width: 33.3333%; }
  .grit__unit--2-3{ width: 66.6667%; }

  .grit__unit--1-4{ width: 25%; }
  .grit__unit--2-4{ width: 50%; }
  .grit__unit--3-4{ width: 75%; }

  .grit__unit,
  .grit__unit--1-2,
  .grit__unit--1-3,
  .grit__unit--2-3,
  .grit__unit--1-4,
  .grit__unit--2-4,
  .grit__unit--3-4{
    padding: 0 1.5625%;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  .insta_experiences .grit__unit--resp-1:before{
    content: "";
    background: url(https://www2.shimajiro.co.jp/_assets19/sp/img/0416/modal-icon.gif) no-repeat right top/15px 15px;
    opacity: 0.8;
    top: 5px;
    right: 15px;
    height: 16px;
    width: 16px;
    position: absolute;
  }
  .grit__unit--resp-1{ width: 33.3333%;
    padding: 0px 1.5625% 15px;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .grit__unit--resp-1 img{
    width: 100%;
    height: auto;
  }
  .grit__unit--resp-2{ width: 100%;
    padding: 0 1.5625%;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .grit__unit--resp-2 img{
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 769px), print, tv {
  .insta_experiences{
    margin: 100px auto;
  }
  .insta_experiences .inner{
    width: 730px;
    margin: 10px auto;
  }

  .insta_experiences .grit{
    flex-wrap: wrap;
  }

  .insta__inner p{
    text-align: left;
    margin-bottom: 20px;
  }

  .insta__tag{
    color: #000000;
  }
  .insta__txt{
    margin-left: 20px;
    max-height: 500px;
    overflow-y: scroll;
  }

  .grit{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
  }
  .grit__unit{ width: 100%;}
  .grit__unit--1-2{ width: 50%;}

  .grit__unit--1-3{ width: 33.3333%; }
  .grit__unit--2-3{ width: 66.6667%; }

  .grit__unit--1-4{ width: 25%; }
  .grit__unit--2-4{ width: 50%; }
  .grit__unit--3-4{ width: 75%; }
  .grit__unit,
  .grit__unit--1-2,
  .grit__unit--1-3,
  .grit__unit--2-3,
  .grit__unit--1-4,
  .grit__unit--2-4,
  .grit__unit--3-4{
    padding: 0 15px;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .grit__unit--resp-1{
    width: 25%;
    padding: 0px 15px 15px;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .grit__unit--resp-1 img{
      width: 160px;
  }
  .grit__unit--resp-2{
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}



/*0609*/
@media only screen and (min-width: 769px) {
  .modal_scroll {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .c-modal-ttl{
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .modal_scroll {
    max-height: 500px;
    overflow-y: scroll;
  }
  .c-modal-ttl{
    font-size: 15px;
    margin-bottom: 25px;
  }
}
