@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;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 768px) { /*フォーマット合わせ*/
  .pcOnly { display: block; }
  img.pcOnly { display: inline-block; }
}
@media screen and (max-width: 767px) { /*フォーマット合わせ*/
  .pcOnly,img.pcOnly { display: none; }
  .spOnly { display: block; }
}

/*=== メインエリア ===*/
.main-inner {
  background-color: #fff;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
.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;
}


/*=== キャンペーン期間 ===*/
.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: rgb(146,206,209);
  background: linear-gradient(0deg, rgba(146,206,209,1) 0%, rgba(157,206,154,1) 100%);
}
.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: #fefff0;
}
.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: -2px;
  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 {
  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;
}
.about-main strong {
  position: relative;
  color: #e64000;
  font-size: 26px;
  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-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-list {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.course-item {
  width: calc((100% - 4px ) / 2);
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(110, 112, 116, 0.15);
  overflow: hidden;
}
.course-item.type-standard {
  background-color: #ecf2fa;
}
.course-item.type-wide {
  background-color: #f1f1f1;
}
.course-head {
  padding: 18px 0 16px;
  text-align: center;
}
.course-inner {
  display: flex;
  justify-content: space-between;
}
.course-cashback {
  width: calc((100% - 4px ) / 2);
  padding: 20px 0 25px;
  text-align: center;
  background-color: #fff;
}
.course-price {
  margin-top: 17px;
  color: #5b4530;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2;
}
.course-price span {
  color: #ee4e0f;
  font-size: 28px;
  line-height: 1;
}
.course-transition {
  margin: 15px 10px 0;
}
#primary a.course-btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 40px 20px 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.course-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 26px;
  height: 26px;
  background: url(../images/arrow_ic_001.png) no-repeat 0 0 / 100% auto;
  transform: translateY(-50%);
}
#primary a.course-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}


/*=== おすすめ特典のご紹介 ===*/
.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: center;
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.benefit-item {
  width: 100%;
  max-width: 375px;
  margin: 0 10px;
}
.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-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-btn.pattern-osusume::before {
  content: "おすすめ";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -17px;
  left: -16px;
  width: 80px;
  height: 80px;
  color: #fff;
  font-weight: bold;
  background-color: #f36a42;
  border-radius: 50%;
}
.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: 40px 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;
}
#standard.active::before {
  left: calc(50% - ((375px + 20px) / 2));
  transform: translateX(-50%);
}
#wide.active::before {
  right: calc(50% - ((375px + 20px) / 2));
  transform: translateX(50%);
}
.intro-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.intro-item {
  max-width: 372px;
  margin-right: 20px;
  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: 40px;
}
.intro-item.pattern-balloon {
  display: flex;
  align-items: end;
  padding: 0 40px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
.intro-balloon {
  width: 160px;
}
.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-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: #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 {
  background-color: #f7f1e6;
}


/*=== キャッシュバックにエントリー ===*/
.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: 0 8px 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;
}
.entry-cont {
  position: relative;
  max-width: 764px;
  margin: 40px auto 0;
  padding: 25px 10px 30px;
  text-align: center;
  background-color: #faf8f3;
}
.entry-cont::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #faf8f3 transparent;
  transform: translateX(-50%);
}
.entry-cont > *:first-child {
  margin-top: 0;
}
.entry-txt {
  color: #e64000;
  font-size: 18px;
}
.entry-thumb {
  margin-top: 15px;
}


/*=== キャンペーン概要 ===*/
.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;
}
#primary .overview-table a:link,
#primary .overview-table a:visited,
#primary .overview-table a:hover,
#primary .overview-table a:active {
  color: #206ac5;
  text-decoration: underline;
}


@media only screen and (max-width: 767px) {
  /*=== 共通設定 ===*/
  .primary {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  /*=== メインエリア ===*/
  .main-section {
    padding: 20px 10px 30px;
  }
  /*=== キャンペーン終了 ===*/
  .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: -7px;
    bottom: 20px;
    width: 22px;
    height: 30px;
  }
  .about-head::after {
    left: auto;
    right: -7px;
  }
  .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;
  }
  #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-list {
    display: block;
    margin-top: 20px;
  }
  .course-item {
    width: 100%;
    margin-top: 10px;
  }
  .course-head {
    padding: 8px 0 5px;
  }
  .course-logo {
    max-width: 210px;
    margin: 0 auto;
  }
  .type-wide .course-logo {
    max-width: 160px;
  }
  .course-cashback {
    padding: 10px 0;
  }
  .course-label {
    width: 55px;
    margin: 0 auto;
    line-height: 1;
  }
  .course-price {
    margin-top: 10px;
    font-size: 12px;
  }
  .course-price span {
    font-size: 20px;
  }
  .course-transition {
    margin: 10px 8px 0;
  }
  #primary a.course-btn {
    padding: 12px 25px 8px 0;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 0 2px 0 #a12d00;
  }
  #primary a.course-btn::after {
    width: 13px;
    height: 13px;
  }
  /*=== おすすめ特典のご紹介 ===*/
  .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 {
    max-width: 110px;
  }
  .benefit-btn {
    padding: 15px 0;
    border-width: 4px;
    border-radius: 8px;
    box-shadow: 2px 4px 4px rgba(0,0,0,0.3);
  }
  .benefit-btn.pattern-osusume::before {
    top: -20px;
    left: -18px;
    width: 45px;
    height: 45px;
    font-size: 10px;
  }
  .benefit-logo {
    width: 73px;
  }
  /*=== 紹介エリア ===*/
  .intro {
    margin-top: 20px;
    padding: 20px 10px 30px;
  }
  .intro.active::before {
    top: -15px;
    border-width: 0 20px 15px 20px;
  }
  #standard.active::before {
    left: calc(50% - ((110px + 20px) / 2));
  }
  #wide.active::before {
    right: calc(50% - ((110px + 20px) / 2));
  }
  .intro-list {
    justify-content: space-between;
    max-width: 550px;
    margin: 0 auto;
  }
  .intro-item {
    width: calc((100% - 10px) / 2);
    margin: 20px 0 0;
    box-shadow: 2px 4px 4px rgba(0,0,0,0.3);
    border-radius: 8px;
  }
  .intro-item:not(:nth-child(-n+3)) {
    margin-top: 20px;
  }
  .intro-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .intro-item.pattern-balloon {
    padding: 0 10px;
  }
  .intro-balloon {
    width: 100%;
    max-width: 115px;
  }
  .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-transition {
    margin-top: 20px;
  }
  #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;
  }
  #standard .intro-logo {
    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;
  }
  /*=== キャッシュバックにエントリー ===*/
  .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;
  }
  .entry-cont {
    max-width: 500px;
    margin-top: 20px;
    padding: 15px 10px 20px;
  }
  .entry-cont::before {
    top: -15px;
    border-width: 0 15px 15px 15px;
  }
  .entry-txt {
    font-size: 14px;
  }
  .entry-thumb {
    max-width: 380px;
    margin: 8px auto 0;
  }
  /*=== キャンペーン概要 ===*/
  .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);
  }
}
