.l-header_top {
  background: linear-gradient(90deg, #e8e8e8, #e8e8e8) no-repeat bottom;
  background-size: 100% 2px;
  border-bottom: none;
  padding: 16px 13px 18px;
}
.l-header_top a {
  color: #ed6c00;
  text-decoration: none;
}
.l-header_top img {
  display: inline-block;
  width: 110px;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

.l-footer {
  position: static;
  padding: 0;
}
.l-footer .l-footer_btm .l-footer_btm-inner .l-footer_copyright small {
  font-size: 12px;
}

.campaign {
  width: 100%;
  padding-bottom: 40px;
  background-color: #FEEBBE;
}
@media screen and (max-width: 768px) {
  .campaign {
    padding-bottom: 30px;
  }
}
.campaign_frame {
  width: 100%;
}
.campaign_frame .gain {
  position: relative;
  width: 520px;
  margin: 0 auto;
  border: solid 10px #FFC001;
  box-shadow: 10px 10px #DF0515;
}
@media screen and (max-width: 768px) {
  .campaign_frame .gain {
    width: 84%;
    border: solid 6px #FFC001;
    box-shadow: 6px 6px #DF0515;
  }
}
.campaign_frame .gain .info-text {
  background-color: #ffffff;
  padding: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign_frame .gain .info-text {
    padding: 8px;
    padding: 7px 0;
  }
}
.campaign_frame .gain .info-text h2 {
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 3px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .campaign_frame .gain .info-text h2 {
    font-size: 11px;
    line-height: 14px;
  }
}
.campaign_frame .gain .info-text p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .campaign_frame .gain .info-text p {
    font-size: 10px;
    line-height: 12px;
  }
}
.campaign_frame .gain .point_linkage {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 6px;
  background-color: #71bce9;
}
.campaign_frame .gain .point_linkage_title {
  width: 100%;
}
.campaign_frame .gain .point_linkage_vpoint {
  width: 31.28%;
}
.campaign_frame .gain .point_linkage_rpoint {
  width: 31.28%;
}
.campaign_frame .gain .point_linkage_dpoint {
  width: 31.28%;
}
.campaign_frame .gain01::before {
  content: "";
  display: inline-block;
  width: 78px;
  height: 78px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: url(../images/icon_marutoku01.png);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .campaign_frame .gain01::before {
    width: 48px;
    height: 48px;
  }
}
.campaign_frame .gain02::before {
  content: "";
  display: inline-block;
  width: 78px;
  height: 78px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: url(../images/icon_marutoku02.png);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .campaign_frame .gain02::before {
    width: 48px;
    height: 48px;
  }
}
.campaign .otoku_frame {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .campaign .otoku_frame {
    padding-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */