@charset "UTF-8";
/* Title */
.camp-sec-title-wrap {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .camp-sec-title-wrap {
    margin-bottom: 60px;
  }
}
.camp-sec-title-wrap:after {
  content: "";
  display: block;
  width: 39px;
  height: 1px;
  margin: 20px auto 0;
  background: #333;
}
.camp-sec-title-wrap .camp-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d21c24;
  letter-spacing: 0;
}
.camp-sec-title-wrap .camp-sub-title:before, .camp-sec-title-wrap .camp-sub-title:after {
  background-color: #d21c24;
  content: "";
  height: 1px;
  width: 30px;
}
.camp-sec-title-wrap .camp-sub-title:before {
  margin-right: 2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.camp-sec-title-wrap .camp-sub-title:after {
  margin-left: 2px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.camp-sec-title-wrap h2 {
  padding-top: 5px;
}
.camp-sec-title-wrap .en {
  color: #687573;
  line-height: 1;
}

/* スライダー */
.item-slide-campaign {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 25px;
}
.item-slide-campaign .swiper-slide {
  overflow: hidden;
  height: 100%;
}
.item-slide-campaign .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-campaign .campaign-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-campaign .campaign-list > li {
  width: 45%;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .sec-campaign .campaign-list > li {
    width: 47.5%;
  }
}
@media screen and (max-width: 480px) {
  .sec-campaign .campaign-list > li {
    width: 100%;
    border-bottom: 1px solid #a4acad;
  }
}
.sec-campaign .campaign-list .camp-price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-campaign .campaign-list .camp-price:before, .sec-campaign .campaign-list .camp-price:after {
  background-color: #d21c24;
  content: "";
  height: 1px;
  width: 30px;
}
.sec-campaign .campaign-list .camp-price:before {
  margin-right: 2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sec-campaign .campaign-list .camp-price:after {
  margin-left: 0px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.sec-campaign .campaign-list .camp-price small {
  font-size: 14px;
  font-weight: 400;
}
.sec-campaign .campaign-list .camp-txt-box {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff;
}
.sec-campaign .campaign-list .camp-txt-box .camp-txt-list > li:before {
  display: inline-block;
  content: "";
  margin-top: 10px;
  margin-right: 6px;
  width: 4px;
  height: 4px;
  vertical-align: top;
  border-radius: 50%;
  background-color: #333;
}

/* 注意事項テキストBOX */
.caution-txt-box {
  text-align: center;
}
.caution-txt-box p {
  text-align: left;
  padding: 20px 25px;
  border: 1px solid #687573;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .caution-txt-box p {
    padding: 15px 10px;
  }
}