@charset "utf-8";

/*=== メインエリア ===*/
.main-inner {
  margin: 0 auto 135px;
  background-color: #fff;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 0;
}
.main-ttl {
  position: relative;
  width: 100%;
  max-width: 477px;
  height: 109px;
  margin: 0 auto;
  padding-bottom: 18px;
}
.main-ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 477px;
  height: 109px;
  background: url(../images/label_bg01.png) no-repeat 0 / 100% auto;
  transform: translateX(-50%);
}
.main-ttl span {
  position: relative;
  display: block;
  padding: 25px 0 22px;
  color: #aa0613;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  z-index: 1;
}
.type-indent {
  text-indent: 1em;
}

/*=== キャンペーン終了 ===*/
.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;
}
.end-inner a,
.end-inner a:visited {
  color: #ac2330;
}

/*=== キャンペーン期間 ===*/
.period {
  max-width: 1200px;
  margin: 0 auto 5px;
  font-weight: bold;
  text-align: right;
}

/*=== メインビジュアル ===*/
.mainvisual {
  width: 100%;
  background: url(../images/mv_bg01.png) no-repeat center / cover #d4b366;
}
.mainvisual-main {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/*=== 応募 ===*/
.apply-cont {
  margin-top: -75px;
  padding: 95px 20px 30px;
  border-radius: 10px;
  background-color: #f6ecd9;
}
.apply-list {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.apply-item {
  position: relative;
  width: calc((100% - 20px) / 2);
  padding: 28px 20px 8px;
  background-color: #fff;
  border-radius: 5px;
}
.apply-item:first-child::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -68px;
  right: -30px;
  width: 148px;
  height: 148px;
  background: url(../images/label01.png) no-repeat center / 90%;
}
.apply-ttl {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.apply-transition {
  margin-top: 15px;
}
a.apply-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 15px 30px 12px;
  border: 2px solid #2770a8;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  background-color: #2770a8;
  border-radius: 5px;
}
a.apply-btn:visited {
  color: #fff;
}
a.apply-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.apply-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
a.apply-btn.pattern-apply {
  border-color: #ac2330;
  background-color: #ac2330;
}
a.apply-btn.pattern-apply:hover {
  color: #ac2330;
  background-color: #fbf4f4;
  opacity: 1;
}
a.apply-btn.pattern-apply:hover::after {
  border-color: #ac2330;
}
.apply-note {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.apply-lead {
  margin-top: 35px;
  color: #b31a0a;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
}
.apply-btn_close {
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 15px 30px 12px;
  border: 2px solid #888;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  background-color: #888;
  border-radius: 5px;
}

/*=== バナー ===*/
.bnr-thumb {
  text-align: center;
}

/*=== キャンペーン概要 ===*/
.overview-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
.overview-table th {
  width: 190px;
  padding: 10px;
  border: 1px solid #d0dde6;
  font-weight: normal;
  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-note {
  padding-left: 1em;
  text-indent: -1em;
}

/*=== アコーディオン ===*/
.acor {
  margin-top: 40px;
}
.acor-item {
  position: relative;
}
.acor-item:not(:first-child) {
  margin-top: 5px;
}
.acor-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  position: relative;
  width: 100%;
  padding: 15px 60px 15px 30px;
  border: none;
  font-size: 17px;
  text-align: left;
  background-color: #f0f4f7;
  cursor: pointer;
}
.acor-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #232b35 transparent transparent transparent;
  transform: translateY(-50%);
}
.acor-item.is-AcorShow .acor-btn::after {
  right: 28px;
  transform: translateY(-50%) rotate(-60deg);
}
.acor-btn:hover {
  opacity: 0.7;
}
.acor-icon {
  display: block;
  flex-shrink: 0;
  width: 70px;
  font-size: 20px;
  line-height: 1.5;
}
.acor-detail {
  display: flex;
  margin-bottom: 20px;
  padding: 30px 60px 30px 40px;
  border-top: 1px solid #d0dde6;
  background-color: #f0f4f7;
}
.main a.acor-link, .main a.acor-link:visited {
  color: #206ac5;
}
a.acor-link::before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 4px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #1976D2;
}

@media only screen and (max-width: 768px) {
  /*=== メインエリア ===*/
  .main-inner {
    margin: 0;
    padding-bottom: 110px;
  }
  .main-section {
    padding: 40px 10px 0;
  }
  .main-ttl {
    max-width: 355px;
    height: 77px;
    padding-bottom: 14px;
  }
  .main-ttl::after {
    width: calc(100% - 20px);
    max-width: 335px;
    height: 77px;
  }
  .main-ttl span {
    padding: 20px 0 15px;
    font-size: 18px;
  }
  /*=== キャンペーン終了 ===*/
  .end {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 16px;
  }
  /*=== キャンペーン期間 ===*/
  .period {
    padding-left: 10px;
    font-size: 13px;
    text-align: left;
  }
  /*=== 応募 ===*/
  .apply .main-section {
    padding: 30px 10px 30px;
    background-color: #f6ecd9;
  }
  .apply-cont {
    margin-top: 20px;
    padding: 0;
    border-radius: 0;
  }
  .apply-list {
    display: block;
    margin-bottom: 30px;
  }
  .apply-item {
    width: 100%;
    padding: 30px 10px 25px;
    box-shadow: 0 4px 4px #dad2bb;
  }
  .apply-item:first-child::before {
    top: -56px;
    right: -47px;
    background-size: 60%;
  }
  .apply-item:last-child {
    margin-top: 20px;
  }
  .apply-ttl {
    font-size: 16px;
  }
  .apply-transition {
    margin-top: 20px;
  }
  a.apply-btn {
    padding: 14px 30px 12px;
    font-size: 14px;
    border-radius: 4px;
  }
  a.apply-btn.pattern-apply {
    padding: 11px 30px 9px;
    font-size: 20px;
  }
  a.apply-btn.pattern-register {
    max-width: 287px;
    color: #2770a8;
    background-color: #fff;
  }
  a.apply-btn::after {
    right: 15px;
  }
  a.apply-btn.pattern-register:hover {
    color: #2770a8;
    background-color: #f4f8fb;
    opacity: 1;
  }
  a.apply-btn.pattern-register::after {
    border-color: #2770a8;
  }
  .apply-note {
    margin-top: 20px;
    font-size: 12px;
  }
  .apply-lead {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
  /*=== キャンペーン概要 ===*/
  .overview-table th {
    width: 30%;
    padding: 12px 10px;
    font-size: 13px;
  }
  .overview-table td {
    width: 70%;
    padding: 12px 10px;
    font-size: 12px;
  }
  /*=== アコーディオン ===*/
  .acor-btn {
    padding: 20px 40px 20px 20px;
    font-size: 16px;
  }
  .acor-btn::after {
    right: 20px;
    border-width: 10px 6px 0 6px;
  }
  .acor-item.is-AcorShow .acor-btn::after {
    right: 18px;
  }
  .acor-icon {
    width: 50px;
    font-size: 18px;
  }
  .acor-detail {
    padding: 20px;
  }
}
