@charset "utf-8";

/*=== 共通設定 ===*/
#primary {
  color: #232b35;
  font: 1.6rem/1.75 /*"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",*/ "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap : break-word;
}
#primary *,
#primary *::before,
#primary *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#primary a {
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
#primary a:link    {color:#232b35;text-decoration:none;}
#primary a:visited {color:#232b35;text-decoration:none;}
#primary a:hover   {color:#232b35;text-decoration:underline;}
#primary a:active  {color:#232b35;text-decoration:underline;}
#primary img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
#primary strong {
  font-weight: bold;
}


/*=== メインエリア ===*/
.main-inner {
  background-color: #fff;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 50px;
}
.main-ttl {
  margin: 0 auto;
  text-align: center;
}


/*=== キャンペーン終了 ===*/
.end {
  max-width: 1200px;
  margin: 0 auto 15px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.end-inner {
  padding: 10px;
  border: 1px solid #ccc;
}
#primary .end-inner a,
#primary .end-inner a:visited {
  color: #ac2330;
}


/*=== 追従バナー ===*/
.floatBnr {
  position: fixed;
  top: 45px;
  right: 10px;
  z-index: 8000;
}
.floatBnr-btn {
  display: block;
  position: absolute;
  bottom: 21px;
  left: 20px;
  cursor: pointer;
}
.floatBnr-btn:hover {
  opacity: 0.7;
}
.floatBnr-close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}


/*=== キャンペーン期間 ===*/
.keyHeder {
  max-width: 1200px;
  margin: 0 auto 10px;
  padding: 0 20px;
}
.keyHeder-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.period {
  margin-left: 15px;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  line-height: 1.4;
}
.period-day {
  display: inline-block;
}
.period-day strong {
  font-size: 24px;
}
.period-extension {
  color: #ac2330;
  font-weight: bold;
}


/*=== メインビジュアル ===*/
.mainvisual {
  background-color: #204470;
}
.mainvisual-area {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


/*=== プレミアムとは ===*/
.about {
  color: #5b4530;
  text-align: center;
  line-height: 1.4;
  background-color: #faf4e1;
}
.about .main-section {
  padding: 30px 20px 35px;
}
.about-head {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 18px;
}
.about-head::before,
.about-head::after {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 30px;
  height: 42px;
  background: url(../images/about_bg_001.png) no-repeat 0 0 / 100% auto;
  transform: rotate(180deg);
}
.about-head::after {
  left: auto;
  right: -50px;
  transform: none;
}
.about-logo {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 280px;
  height: 20px;
  margin: 0 10px 5px 0;
}
.about-main strong {
  position: relative;
  color: #e64000;
  font-size: 26px;
  text-shadow: 1px 1px 0 #faf4e1, -1px -1px 0 #faf4e1,
               -1px 1px 0 #faf4e1, 1px -1px 0 #faf4e1,
               0px 1px 0 #faf4e1,  0 -1px 0 #faf4e1,
               -1px 0 0 #faf4e1, 1px 0 0 #faf4e1;
  z-index: 1;
}
.about-main strong::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 9px;
  background-color: #f9da02;
  z-index: -1;
}
.about-lead {
  margin-top: 15px;
  color: #e64000;
  font-weight: bold;
  font-size: 26px;
}
.about-transition {
  margin-top: 30px;
}
#primary a.about-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 545px;
  margin: 0 auto;
  padding: 24px 20px 18px 0;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #e64000;
  border-radius: 10px;
  box-shadow: 0 4px 0 #a12d00;
}
#primary a.about-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 26px;
  height: 26px;
  background: url(../images/arrow_ic_001.png) no-repeat 0 0 / 100% auto;
  transform: translateY(-50%) rotate(90deg);
}
#primary a.about-btn:visited {
  color: #fff;
}
#primary a.about-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}


/*=== コース ===*/
.course {
  background-color: #f0ede7;
}
.course-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-top: 20px;
}
.course-table th,
.course-table td {
  padding: 24px 0 20px;
  border-top: 3px solid #f0ede7;
  border-left: 3px solid #f0ede7;
  color: #5b4530;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
.course-table th {
  font-size: 20px;
  background-color: #ddd8ce;
}
.course-table td {
  font-size: 24px;
  background-color: #fff;
}
.course-table thead th {
  width: calc((100% - 200px) / 3);
  border-top: none;
  border-radius: 20px 20px 0 0;
}
.course-table tbody th {
  border-radius: 20px 0 0 20px;
}
.course-table thead th:nth-child(1) {
  width: 200px;
  border: none;
  background-color: #f0ede7;
}
th.course-standard {
  background-color: #fbbca9;
}
th.course-wide {
  background-color: #d9bd86;
}
th.course-student {
  background-color: #b4cceb;
}
.course-logo {
  display: block;
  max-width: 130px;
  margin: 0 auto;
}
.course-student .course-logo {
  margin-bottom: 10px;
}
.course-table tbody tr {
  height: 120px;
}
td.course-cashback strong {
  color: #ee4e0f;
  font-size: 26px;
}
.course-price {
  color: #ee4e0f;
  font-size: 40px;
  line-height: 1;
}
td.course-not {
  font-size: 26px;
}
.course-detail {
  margin-top: 20px;
  padding: 21px 10px 16px;
  background-color: #fff;
}
.course-txt {
  color: #ee4e0f;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.course-txt strong {
  font-size: 30px;
  line-height: 1;
}
.course-txt span {
  color: #232b35;
}


/*=== おすすめ特典のご紹介 ===*/
.benefit {
  background-color: #e5d6ba;
  background-image: linear-gradient(-90deg, #e8dbc1 50%, rgba(255,255,255,0) 50%);
  background-size: 48px 48px;
}
.benefit .main-section {
  max-width: 100%;
  padding: 40px 0 0;
}
.benefit-list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 0 20px;
}
.benefit-item {
  width: calc((100% - (20px * 2)) / 3);
}
.benefit-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 0;
  border: 8px solid #fff;
  background-color: #fff;
  border-radius: 16px;
  cursor: pointer;
  transition: all .2s ease-out 0s;
  box-shadow: 3px 7px 8px rgba(0,0,0,0.3);
}
button.benefit-btn:hover,
button.benefit-btn:focus {
  box-shadow: none;
}
.benefit-btn.active {
  box-shadow: none;
  pointer-events: none;
}
.type-plus .benefit-btn:hover,
.type-plus .benefit-btn.active {
  border-color: #bdb9af;
}
.type-standard .benefit-btn:hover,
.type-standard .benefit-btn.active {
  border-color: #f36a42;
}
.type-wide .benefit-btn:hover,
.type-wide .benefit-btn.active {
  border-color: #bf8b27;
}
.benefit-logo {
  display: block;
  max-width: 150px;
  margin: 0 auto;
}


/*=== 紹介エリア ===*/
.js-tabSwitchCont {
  display: none;
}
.js-tabSwitchCont.active {
  display: block;
}
.benefit-detail {
  background-color: #faf9f3;
}
.intro{
  position: relative;
  max-width: 1200px;
  margin: 35px auto 0;
  padding: 40px 20px 55px;
}
.intro.active::before {
  content: "";
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 20px 32px;
  border-color: transparent transparent #faf9f3 transparent;
}
#plus.active::before {
  left: 14.5%;
}
#standard.active::before {
  left: 50%;
  transform: translateX(-50%);
}
#wide.active::before {
  right: 14.5%;
}
.intro-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.intro-item {
  width: calc((100% - (21px * 2)) / 3);
  background-color: #fff;
  box-shadow: 3px 7px 5px rgba(0,0,0,0.3);
  border-radius: 20px;
  overflow: hidden;
}
.intro-item:not(:nth-child(-n+3)) {
  margin-top: 25px;
}
.intro-link {
  display: block;
  height: 100%;
}
#primary a.intro-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.intro-cont {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  height: calc(100% - 174px);
  padding: 15px;
}
.intro-txt {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
.intro-txt strong {
  color: #ff4800;
  font-size: 24px;
  line-height: 1.2;
}
.intro-txt sup {
  position: relative;
  color: #ff4800;
  font-weight: normal;
  font-size: 14px;
  vertical-align: super;
}
.intro-detail {
  position: relative;
  width: 100%;
  margin-top: 5px;
  padding-right: 20px;
  color: #5b4530;
  font-size: 20px;
  text-align: right;
  line-height: 1.2;
}
.intro-detail::after {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5b4530;
  border-right: 2px solid #5b4530;
  transform: translateY(-50%) rotate(45deg);
}
.intro-note {
  margin-top: 20px;
  padding-left: 2em;
  font-size: 14px;
  text-indent: -2em;
  line-height: 1.3;
}
.intro-note + .intro-note {
  margin-top: 10px;
}
.intro-transition {
  margin-top: 30px;
}
#primary a.intro-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 16px 20px 12px 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #5b4530;
  border-radius: 10px;
  box-shadow: 0 4px 0 #291f16;
}
#primary a.intro-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/arrow_ic_003.png) no-repeat 0 0 / 100% auto;
  transform: translateY(-50%);
}
#primary a.intro-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.intro-all {
  position: relative;
  margin-bottom: 55px;
  color: #5b4530;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
.intro-all strong {
  color: #ee4e0f;
  font-size: 29px;
}
.intro-logo {
  display: inline-block;
  position: relative;
  top: -5px;
  max-width: 138px;
  margin-right: 8px;
}
.intro-all::after {
  content: "+";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 36px;
  background-color: #5b4530;
  border-radius: 50%;
  transform: translateX(-50%);
}


/*=== プレミアムサービスご利用中お客様の声 ===*/
.voice {
  background-color: #f0ede8;
}
.voice-list {
  position: relative;
  margin: 20px 40px 0;
}
.voice-item {
  margin: 0 10px;
  padding: 20px 0 30px;
  color: #5b4530;
  background-color: #fff;
}
.voice-head {
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-weight: bold;
}
.voice-icon {
  width: 122px;
  min-width: 122px;
  margin-right: 15px;
}
.voice-main {
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.voice-txt {
  margin-top: 22px;
  padding: 0 20px;
  font-size: 18px;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
button.slick-arrow,
button.slick-arrow:hover  {
  width: 20px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-shadow: none;
  z-index: 1;
}
button.slick-prev,
button.slick-prev:hover {
  left: -40px;
  background-image: url(../images/slide_ic_001.png);
}
button.slick-next,
button.slick-next:hover {
  right: -40px;
  background-image: url(../images/slide_ic_002.png);
}
button.slick-prev::before,
button.slick-next::before {
  content: none;
}


/*=== お申し込み ===*/
.apply-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.apply-item {
  width: calc((100% - (20px * 2)) / 3);
  background-color: #fff;
  box-shadow: 3px 7px 5px rgba(0,0,0,0.3);
  border-radius: 16px;
  overflow: hidden;
}
.apply-head {
  height: 146px;
}
.apply-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 5px 0;
  border-bottom: 2px solid #fff;
  line-height: 1.3;
}
.apply-lead {
  font-weight: bold;
  font-size: 19px;
}
.apply-lead strong {
  font-size: 26px;
}
.apply-lead sup {
  font-size: 16px;
}
.apply-txt {
  color: #5b4530;
  font-size: 14px;
}
.apply-label {
  display: block;
  margin: 0 auto 5px;
  max-width: 123px;
  padding: 8px 0 5px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  background-color: #3271bf;
  border-radius: 20px;
}
.apply-logo {
  max-width: 160px;
  margin: 0 auto;
  padding: 12px 0;
}
.apply-transition {
  padding: 15px 10px 20px;
}
#primary a.apply-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
  padding: 18px 20px 14px 0;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #e64000;
  border-radius: 10px;
  box-shadow: 2px 3px 0 #a12d00;
}
#primary a.apply-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  background: url(../images/arrow_ic_001.png) no-repeat 0 0 / 100% auto;
  transform: translateY(-50%);
}
#primary a.apply-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.apply-note {
  margin-top: 20px;
  padding-left: 1em;
  color: #5b4530;
  font-size: 14px;
  text-indent: -1em;
  line-height: 1.3;
}
.apply-note + .apply-note {
  margin-top: 10px;
}

/*=== あんしんスタンダード ===*/
.apply-item.type-standard {
  border: 4px solid #fef7f4;
}
.type-standard .apply-head {
  background-color: #fef7f4;
}
.type-standard .apply-lead {
  color: #ee4e0f;
}
/*=== あんしんワイド ===*/
.apply-item.type-wide {
  border: 4px solid #f8f3e9;
}
.type-wide .apply-head {
  background-color: #f8f3e9;
}
.type-wide .apply-lead {
  color: #bf8b27;
  font-size: 16px;
}
.type-wide .apply-lead strong {
  font-size: 22px;
}
/*=== FMV Premium Service 学割版 ===*/
.apply-item.type-student {
  border: 4px solid #edf1f9;
}
.type-student .apply-head {
  padding-top: 12px;
  background-color: #edf1f9;
}
.type-student .apply-logo {
  max-width: 338px;
}


/*=== キャッシュバックにエントリー ===*/
.entry-lead {
  margin-top: 20px;
  color: #e64000;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.entry-transition {
  margin-top: 20px;
}
#primary a.entry-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 26px 30px 20px 0;
  border: 4px solid #e64000;
  color: #e64000;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #ffebe3;
  border-radius: 10px;
  box-shadow: 4px 7px 0 #a12d00;
}
#primary a.entry-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 36px;
  height: 36px;
  background: url(../images/arrow_ic_002.png) no-repeat 0 0 / 100% auto;
  transform: translateY(-50%);
}
#primary a.entry-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.entry-note {
  max-width: 620px;
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 1.3;
}


/*=== キャンペーン概要 ===*/
.overview {
  background-color: #faf7f0;
}
.overview-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
.overview-table th {
  width: 190px;
  padding: 10px;
  border: 1px solid #d0dde6;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background-color: #f0f4f7;
}
.overview-table td {
  padding: 13px 10px 10px;
  border: 1px solid #d0dde6;
  font-size: 14px;
  vertical-align: middle;
  background-color: #fff;
}
.overview-table ul {
  padding-left: 1em;
  text-indent: -1em;
}
.overview-table li > p:not(:first-child) {
  text-indent: 0;
}
.overview-table ol {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.overview-table .pattern-space {
  margin-top: 20px;
}


@media only screen and (max-width: 768px) {
  /*=== 共通設定 ===*/
  .primary {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  /*=== 追従バナー ===*/
  .floatBnr {
    display: none;
  }
  /*=== メインエリア ===*/
  .main-section {
    padding: 20px 10px 25px;
  }
  /*=== キャンペーン終了 ===*/
  .end {
    margin: 10px auto;
    padding: 0 10px;
    font-size: 16px;
  }
  /*=== キャンペーン期間 ===*/
  .keyHeder {
    margin: 5px 0;
    padding: 0 10px;
  }
  .keyHeder-cont {
    display: block;
  }
  .keyHeder-logo {
    width: 168px;
    margin: 0 auto;
  }
  .period {
    margin: 10px 0 0;
    padding-top: 15px;
    border-top: 1px solid #f7f7f7;
    font-size: 13px;
    text-align: left;
  }
  .period-day strong {
    font-size: 13px;
  }
  .keyHeder-extension {
    margin-top: 10px;
    font-size: 14px;
  }
  /*=== メインビジュアル ===*/
  .mainvisual-area {
    max-width: 550px;
    padding: 0;
  }
  /*=== プレミアムとは ===*/
  .about .main-section {
    padding: 30px 10px;
  }
  .about-head {
    font-size: 14px;
  }
  .about-head::before,
  .about-head::after {
    left: -35px;
    bottom: 20px;
    width: 22px;
    height: 30px;
  }
  .about-head::after {
    left: auto;
    right: -35px;
  }
  .about-logo {
    width: 255px;
    height: 20px;
    margin: 0 5px 10px 0;
  }
  .about-main span {
    font-size: 16px;
  }
  .about-main strong {
    font-size: 18px;
  }
  .about-main strong::after {
    bottom: 3px;
    height: 6px;
  }
  .about-lead {
    font-size: 18px;
  }
  .about-transition {
    margin-top: 10px;
  }
  #primary a.about-btn {
    width: 80%;
    min-width: 278px;
    max-width: 320px;
    padding: 10px 20px 7px;
    font-size: 18px;
    text-align: left;
    border-radius: 8px;
    box-shadow: 0 6px 0 #a12d00;
  }
  #primary a.about-btn::after {
    right: 10px;
    width: 23px;
    height: 23px;
  }
  /*=== コース ===*/
  .course .main-ttl {
    width: 72.8vw;
    min-width: 273px;
    max-width: 407px;
  }
  .course-table {
    margin-top: 15px;
  }
  .course-table th,
  .course-table td {
    padding: 5px 0;
    border-width: 1px;
  }
  .course-table th {
    font-size: 13px;
  }
  .course-table td {
    font-size: 12px;
  }
  .course-table thead th {
    width: 27%;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
  }
  .course-table tbody th {
    width: 17%;
    border-radius: 10px 0 0 10px;
  }
  .course-table thead th:nth-child(1) {
    width: 17%;
  }
  .course-logo {
    width: 17.6vw;
    min-width: 66px;
    max-width: 100px;
  }
  .course-student .course-logo {
    width: 11.733vw;
    min-width: 44px;
    max-width: 60px;
    margin-bottom: 5px;
  }
  .course-table tbody tr {
    height: 60px;
  }
  #primary td.course-cashback strong {
    font-weight: normal;
    font-size: 13px;
  }
  .course-price {
    font-size: 20px;
  }
  td.course-not {
    font-size: 14px;
  }
  .course-detail {
    margin-top: 10px;
    padding: 10px 0 8px;
  }
  .course-txt {
    font-size: 13px;
  }
  .course-txt strong {
    font-size: 16px;
  }
  /*=== おすすめ特典のご紹介 ===*/
  .benefit {
    background-size: 25px 25px;
  }
  .benefit .main-section {
    padding-top: 20px;
  }
  .benefit .main-ttl {
    width: 72.8vw;
    min-width: 273px;
    max-width: 407px;
  }
  .benefit-list {
    margin-top: 15px;
    padding: 0 10px;
  }
  .benefit-item {
    width: calc((100% - (15px * 2)) / 3);
  }
  .benefit-btn {
    padding: 15px 0;
    border-width: 4px;
    border-radius: 8px;
    box-shadow: 2px 4px 4px rgba(0,0,0,0.3);
  }
  .benefit-logo {
    width: 19.467vw;
    min-width: 73px;
    max-width: 110px;
  }
  /*=== 紹介エリア ===*/
  .intro {
    margin-top: 20px;
    padding: 20px 10px 30px;
  }
  .intro.active::before {
    top: -15px;
    border-width: 0 20px 15px 20px;
  }
  #plus.active::before {
    left: 11.5%;
  }
  #wide.active::before {
    right: 11.5%;
  }
  .intro-list {
    max-width: 550px;
    margin: 0 auto;
  }
  .intro-item {
    width: calc((100% - 10px) / 2);
    margin-top: 15px;
    box-shadow: 2px 4px 4px rgba(0,0,0,0.3);
    border-radius: 8px;
  }
  .intro-item:not(:nth-child(-n+3)) {
    margin-top: 15px;
  }
  .intro-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .intro-cont {
    height: calc(100% - 126px);
    padding: 10px;
    line-height: 1.2;
  }
  .intro-txt {
    font-size: 16px;
  }
  .intro-txt strong {
    font-size: 18px;
  }
  .intro-txt sup {
    font-size: 13px;
  }
  .intro-detail {
    padding-right: 12px;
    font-size: 14px;
  }
  .intro-detail::after {
    width: 8px;
    height: 8px;
  }
  .intro-note {
    margin-top: 15px;
    font-size: 13px;
  }
  .intro-note + .intro-note {
    margin-top: 5px;
  }
  .intro-transition {
    margin-top: 15px;
  }
  #primary a.intro-btn {
    max-width: 200px;
    padding: 12px 20px 9px 0;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #291f16;
  }
  #primary a.intro-btn::after {
    right: 10px;
  }
  .intro-all {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .intro-all strong {
    font-size: 19px;
  }
  .intro-logo {
    display: block;
    top: 0;
    width: 26.667vw;
    min-width: 100px;
    margin: 0 auto;
  }
  .intro-all::after {
    bottom: -16px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  /*=== プレミアムサービスご利用中お客様の声 ===*/
  .voice .main-ttl {
    width: 94.4vw;
    min-width: 300px;
    max-width: 518px;
  }
  .voice-list {
    margin: 15px 0 0;
  }
  .voice-icon {
    width: 76px;
    min-width: 76px;
    margin-right: 10px;
  }
  .voice-lead {
    display: none;
  }
  .voice-main {
    margin-top: 0;
    font-size: 18px;
  }
  .voice-txt {
    margin-top: 15px;
    font-size: 16px;
  }
  button.slick-arrow,
  button.slick-arrow:hover  {
    width: 21px;
    height: 44px;
  }
  button.slick-prev,
  button.slick-prev:hover {
    left: 0;
    background-image: url(../images/slide_ic_003.png);
  }
  button.slick-next,
  button.slick-next:hover {
    right: 0;
    background-image: url(../images/slide_ic_004.png);
  }
  /*=== お申し込み ===*/
  .apply .main-ttl {
    width: 72.533vw;
    min-width: 272px;
    max-width: 415px;
  }
  .apply-list {
    display: block;
    margin-top: 15px;
  }
  .apply-item {
    width: 100%;
    box-shadow: 2px 4px 4px rgba(0,0,0,0.3);
    border-radius: 5px;
  }
  .apply-item:not(:first-child) {
    margin-top: 15px;
  }
  .apply-item.type-standard,
  .apply-item.type-wide,
  .apply-item.type-student {
    border-width: 2px;
  }
  .apply-head {
    height: auto;
  }
  .apply-main {
    display: block;
    height: auto;
    padding: 3px 0 5px;
    text-align: center;
  }
  .apply-lead {
    font-size: 14px;
  }
  .apply-lead strong {
    font-size: 16px;
  }
  .apply-lead sup {
    font-size: 13px;
    vertical-align: baseline;
  }
  .apply-txt {
    font-size: 13px;
  }
  .apply-label {
    max-width: 72px;
    margin-bottom: -5px;
    padding: 5px 0 4px;
    font-size: 16px;
  }
  .apply-logo {
    width: 26.667vw;
    min-width: 100px;
    max-width: 140px;
    padding: 10px 0;
  }
  .apply-transition {
    padding: 10px 10px 12px;
  }
  #primary a.apply-btn {
    width: 80%;
    max-width: 275px;
    padding: 14px 0 10px;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #a12d00;
  }
  #primary a.apply-btn::after {
    right: 20px;
    width: 15px;
    height: 15px;
  }
  .apply-note {
    margin-top: 15px;
    font-size: 13px;
  }
  .apply-note + .apply-note {
    margin-top: 5px;
  }
  /*=== あんしんワイド ===*/
  .type-wide .apply-lead {
    font-size: 14px;
  }
  .type-wide .apply-lead strong {
    font-size: 16px;
  }
  /*=== FMV Premium Service 学割版 ===*/
  .type-student .apply-head {
    padding-top: 8px;
  }
  .type-student .apply-logo {
    width: 28.267vw;
    min-width: 174px;
    max-width: 250px;
  }
  /*=== キャッシュバックにエントリー ===*/
  .entry .main-ttl {
    width: 76.533vw;
    min-width: 287px;
    max-width: 428px;
  }
  .entry-lead {
    margin-top: 10px;
    font-size: 14px;
  }
  .entry-transition {
    margin-top: 10px;
    padding: 0 10px;
  }
  #primary a.entry-btn {
    max-width: 480px;
    padding: 20px 30px 15px 10px;
    border-width: 2px;
    font-size: 18px;
    border-radius: 8px;
    box-shadow: 0 5px 0 #a12d00;
  }
  #primary a.entry-btn::after {
    right: 6px;
    width: 23px;
    height: 23px;
  }
  .entry-note {
    max-width: 500px;
    margin-top: 15px;
    padding: 0 10px;
    font-size: 13px;
  }
  /*=== キャンペーン概要 ===*/
  .overview .main-ttl {
    width: 85.6vw;
    min-width: 321px;
    max-width: 490px;
  }
  .overview-table {
    margin-top: 15px;
  }
  .overview-table th {
    width: 30%;
    padding: 12px 10px;
    font-size: 13px;
  }
  .overview-table td {
    width: 70%;
    padding: 12px 10px;
    font-size: 12px;
  }
  .overview-table .pattern-space {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 570px) {
  .intro-cont {
    height: calc(100% - 22.105vw);
  }
}
