@charset "UTF-8";

/* Text -------------------------------------*/

@media screen and (max-width: 575px) {
  .u-text--34 {
    font-size: 21.8px;
  }
  .u-text--48 {
    font-size: 28.6px;
  }
}

/* Title -------------------------------------*/

.l-pagehead {
  background-image: none;
  background-color: #2944a0;
}
@media screen and (max-width: 767px) {
  .l-pagehead {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .l-pagehead {
    height: 160px;
  }
}
.l-pagehead__ttl {
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .l-pagehead__ttl {
    line-height: 1.4;
  }
}

/* Layout -------------------------------------*/

.container-large {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container-large {
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .container-large {
    max-width: initial;
  }
}
@media (min-width: 576px) {
  .container-large {
    max-width: initial;
  }
}

/* Footer -------------------------------------*/

.l-footer {
  border-top: 1px solid #2944a0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .l-footer {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1199px) {
  .l-footer .row {
    justify-content: center;
  }
}
.l-footer__nav {
  width: 47%;
  margin-right: 6%;
  margin-left: 0;
  display: block;
}
@media screen and (max-width: 991px) {
  .l-footer__nav {
    margin: 0 6% 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 575px) {
  .l-footer__nav {
    margin-bottom: 2.5%;
  }
}
.l-footer__nav__list {
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .l-footer__nav__list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav__list {
    text-align: center;
    justify-content: center;
  }
}
.l-copyright {
  width: 47%;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .l-copyright {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-copyright {
    width: 100%;
    text-align: center;
  }
}

/* Main Contents -------------------------------------*/

.benefit-coupon {
  width: 100%;
  margin: 0;
  padding: 0;
}
.benefit-coupon__info {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.benefit-coupon__info__ttl {
  margin-top: 0;
  padding: 0 2rem;
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .benefit-coupon__info__ttl {
    line-height: 1.5;
  }
}
@media screen and (max-width: 500px) {
  .benefit-coupon__info__ttl {
    padding: 0 4.4rem;
  }
}
.benefit-coupon__info__ttl::before,
.benefit-coupon__info__ttl::after {
  width: 0.4rem;
  height: 12rem;
  display: inline-block;
  position: absolute;
  bottom: 0.5rem;
  content: "";
  background: #2944a0;
}
@media screen and (max-width: 767px) {
  .benefit-coupon__info__ttl::before,
  .benefit-coupon__info__ttl::after {
    height: 8.4rem;
    bottom: 0.2rem;
  }
}
.benefit-coupon__info__ttl::before {
  left: -1rem;
  transform: rotate(-30deg);
}
@media screen and (max-width: 500px) {
  .benefit-coupon__info__ttl::before {
    left: 1rem;
  }
}
.benefit-coupon__info__ttl::after {
  right: -1rem;
  transform: rotate(30deg);
}
@media screen and (max-width: 500px) {
  .benefit-coupon__info__ttl::after {
    right: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .benefit-coupon__info__ttl br {
    display: none;
  }
}
.benefit-coupon__info p {
  margin-top: 0;
}
.benefit-coupon__bnr {
  width: 100%;
  margin: 0;
  padding: 0;
}
.benefit-coupon__bnr a {
  width: 35rem;
  padding: 1.5rem 5rem;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  border: 1px solid #bf0000;
  background: #bf0000;
}
@media screen and (max-width: 991px) {
  .benefit-coupon__bnr a {
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .benefit-coupon__bnr a {
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 420px) {
  .benefit-coupon__bnr a {
    min-width: initial;
    width: 100%;
  }
}
.benefit-coupon__bnr a:hover {
  color: #bf0000;
  border: 1px solid #bf0000;
  background: #fff;
}
.benefit-coupon__guide {
  width: 35rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.benefit-coupon__guide__ttl {
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 575px) {
  .benefit-coupon__guide__ttl {
    margin-bottom: 1.2rem;
  }
}
.benefit-coupon__guide ol {
  margin: 0;
  padding-left: 2.2rem;
}
.benefit-coupon__guide ol li {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 575px) {
  .benefit-coupon__guide ol li {
    margin-bottom: 0.8rem;
  }
}
.benefit-coupon__guide ol li:last-child {
  margin-bottom: 0;
}
