@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: #0e458c;
}
.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: #dce5f3;
}
.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 span {
  position: relative;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
               -1px 1px 0 #fff, 1px -1px 0 #fff,
               0px 1px 0 #fff,  0 -1px 0 #fff,
               -1px 0 0 #fff, 1px 0 0 #fff;
  z-index: 1;
}
.about-main strong {
  position: relative;
  color: #e64000;
  font-size: 26px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
               -1px 1px 0 #fff, 1px -1px 0 #fff,
               0px 1px 0 #fff,  0 -1px 0 #fff,
               -1px 0 0 #fff, 1px 0 0 #fff;
  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-comment{
  position: relative;
  max-width: 740px;
  margin: 20px auto;
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 18px;
}
.about-comment::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -14px;
  border-style: solid;
  border-width: 15px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
}
.about-transition {
  margin-top: 20px;
}
#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: #f7f1e6;
}
.course h3.main-ttl {
  margin-top: 30px;
}
.course-list {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.course-item {
  width: calc((100% - (4px * 3)) / 4);
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.course-head {
  padding: 17px 10px;
}
.type-monthly .course-head {
  background-color: #f7e9cb;
}
.type-annual .course-head {
  background-color: #fcddcf;
}
.type-student-monthly .course-head {
  background-color: #d3deeb;
}
.type-student-annual .course-head {
  background-color: #e6e4e1;
}
.course-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  line-height: 1;
}
.course-cashback {
  border-top: 1px solid #f7f1e6;
  padding: 15px 10px 10px;
  text-align: center;
  background-color: #fff;
}
.course-lead {
  color: #ee4e0f;
  font-size: 26px;
  line-height: 1.2;
}
.course-price {
  margin-top: 10px;
  color: #5b4530;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
}
.course-price span {
  color: #ee4e0f;
  font-size: 40px;
  line-height: 1;
}
.course-detail {
  margin-top: 10px;
  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: 28px;
  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 50px;
}
.benefit-detail {
  margin-top: 40px;
}


/*=== 紹介エリア ===*/
.intro-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 780px;
  margin: 0 auto;
}
.intro-item {
  width: calc((100% - (21px * 2)) / 2);
  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+2)) {
  margin-top: 35px;
}
.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: 40px;
}
#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;
}


/*=== プレミアムサービスご利用中お客様の声 ===*/
.voice {
  background-color: #f0ede7;
}
.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 .main-section {
  padding-bottom: 0;
}
.apply h3.main-ttl {
  margin-top: 30px;
}
.apply-list {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.apply-item {
  width: calc((100% - (5px * 3)) / 4);
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.apply-item.type-monthly {
  background-color: #f7e9cb;
}
.apply-item.type-annual {
  background-color: #fcddcf;
}
.apply-item.type-student-monthly {
  background-color: #d3deeb;
}
.apply-item.type-student-annual {
  background-color: #e6e4e1;
}
.apply-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  line-height: 1;
}
.apply-transition {
  margin-top: 20px;
}
#primary a.apply-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
  padding: 22px 20px 18px 0;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #e64000;
  border-radius: 10px;
  box-shadow: 0 4px 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: 10px;
  padding-left: 1em;
  color: #5b4530;
  font-size: 14px;
  text-indent: -1em;
  line-height: 1.3;
}


/*=== キャンペーン参加手順 ===*/
.flow-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.flow-item {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  width: calc((100% - (88px * 2)) / 3);
  padding: 20px 20px 15px;
  background-color: #faf7f0;
  border-radius: 20px;
}
.flow-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -58px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 28px;
  border-color: transparent transparent transparent #d5b475;
  transform: translateY(-50%);
}
.flow-main {
  width: 100%;
}
.flow-txt {
  margin-top: 10px;
  color: #5b4530;
  font-size: 18px;
  line-height: 1.2;
}
.flow-image {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.flow-note {
  margin-top: 10px;
  padding-left: 1em;
  color: #5b4530;
  font-size: 14px;
  text-indent: -1em;
  line-height: 1.3;
}


/*=== キャッシュバックにエントリー ===*/
.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: -10px;
    bottom: 20px;
    width: 22px;
    height: 30px;
  }
  .about-head::after {
    left: auto;
    right: -10px;
  }
  .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-comment {
    font-size: 15px;
  }
  .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 h3.main-ttl {
    width: 58.667vw;
    min-width: 220px;
    max-width: 320px;
    margin-top: 10px;
  }
  .course-list {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .course-item {
    width: calc((100% - 3px) / 2);
    border-radius: 10px 10px 0 0;
  }
  .course-item:not(:nth-child(-n+2)) {
    margin-top: 5px;
  }
  .course-head {
    padding: 8px 5px;
  }
  .course-logo {
    width: 14.667vw;
    min-width: 55px;
    max-width: 110px;
    min-height: auto;
    margin: 0 auto;
  }
  .type-student-monthly .course-logo,
  .type-student-annual .course-logo {
    width: 26.8vw;
    min-width: 100.5px;
    max-width: 201px;
  }
  .course-cashback {
    border-width: 2px;
    padding: 10px 5px;
  }
  .course-lead {
    font-size: 14px;
  }
  .course-price {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.4;
  }
  .course-price span {
    font-size: 20px;
  }
  .course-detail {
    margin-top: 10px;
    padding: 10px 0 8px;
  }
  .course-txt {
    font-size: 13px;
  }
  .course-txt strong {
    font-size: 13px;
  }
  .course .apply-transition {
    margin-top: 5px;
  }
  /*=== おすすめ特典のご紹介 ===*/
  .benefit {
    background-size: 25px 25px;
  }
  .benefit .main-section {
    padding: 20px 10px 25px;
  }
  .benefit .main-ttl {
    width: 72.8vw;
    min-width: 273px;
    max-width: 407px;
  }
  .benefit-detail {
    margin-top: 15px;
  }
  /*=== 紹介エリア ===*/
  .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+2)) {
    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;
  }
  /*=== プレミアムサービスご利用中お客様の声 ===*/
  .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 h3.main-ttl {
    width: 58.667vw;
    min-width: 220px;
    max-width: 320px;
    margin-top: 10px;
  }
  .apply-list {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .apply-item {
    width: calc((100% - 3px) / 2);
    padding: 8px 5px 10px;
    border-radius: 10px 10px 0 0;
  }
  .apply-item:not(:first-child) {
    margin-top: 0;
  }
  .apply-item:not(:nth-child(-n+2)) {
    margin-top: 5px;
  }
  .apply-logo {
    width: 14.667vw;
    min-width: 55px;
    max-width: 110px;
    margin: 0 auto;
    min-height: auto;
  }
  .type-student-monthly .apply-logo,
  .type-student-annual .apply-logo {
    width: 26.8vw;
    min-width: 100.5px;
    max-width: 201px;
  }
  .apply-transition {
    margin-top: 15px;
  }
  #primary a.apply-btn {
    width: 90%;
    max-width: 200px;
    padding: 12px 10px 10px 5px;
    font-size: 13px;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 3px 0 #a12d00;
  }
  #primary a.apply-btn::after {
    right: 5px;
    width: 15px;
    height: 15px;
  }
  .apply-note {
    font-size: 13px;
  }
  .apply-note + .apply-note {
    margin-top: 5px;
  }
  /*=== キャンペーン参加手順 ===*/
  .flow .main-ttl {
    width: 72vw;
    min-width: 270px;
    max-width: 415px;
  }
  .flow-list {
    display: block;
    margin-top: 15px;
  }
  .flow-item {
    width: 100%;
    padding: 15px 25px 25px 15px;
    border-radius: 10px;
  }
  .flow-item:not(:last-child)::after {
    top: auto;
    bottom: -20px;
    right: 50%;
    border-width: 12px 13.5px 0 13.5px;
    border-color: #d5b475 transparent transparent transparent;
    transform: translateX(50%);
  }
  .flow-item:not(:first-child) {
    margin-top: 25px;
  }
  .flow-main {
    width: calc(100% - 97px - 15px);
  }
  .flow-txt {
    font-size: 15px;
  }
  .flow-image {
    flex-shrink: 0;
    width: 97px;
    margin: 10px 0 0 15px;
  }
  .flow-note {
    font-size: 13px;
  }
  .flow-note + .flow-note {
    margin-top: 5px;
  }
  /*=== キャッシュバックにエントリー ===*/
  .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);
  }
}
