@charset "UTF-8";
/*===========================
      キャンペーン一覧
===========================*/
.campaign-top-each {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #989898;
}

@media only screen and (max-width: 768px) {
  .campaign-top-each {
    display: block;
  }
  #campaign-top .campaign-top-each:first-child {
	padding-top:0;
}
}

.campaign-top-each a.campaign-top-img {
  display: block;
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .campaign-top-each a.campaign-top-img {
    padding-right: 0;
  }
}

.campaign-top-each .campaign-top-text {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}

.campaign-top-each .campaign-top-text p.title {
  font-weight: bold;
  font-size: 1.42857rem;
}

@media only screen and (max-width: 768px) {
  .campaign-top-each .campaign-top-text p.title {
    margin-top: 25px;
  }
}

.campaign-top-each .campaign-top-text p.detail {
  margin: 1em 0;
}

@media only screen and (max-width: 768px) {
  .campaign-top-each .campaign-top-text p.detail {
    margin: 1.5em 0;
  }
}

.campaign-top-each .campaign-top-text .border-btn {
  margin-left: auto;
  width: 130px;
}

@media only screen and (max-width: 768px) {
  .campaign-top-each .campaign-top-text .border-btn {
    margin-left: inherit;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}

.campaign-top-each .campaign-top-text .border-btn a {
  width: 100%;
  margin-top: 0;
  font-size: 1rem;
  padding: 5px 0;
}

.campaign-top-each1 {
  border-top: 1px solid #989898;
}

/*===========================
      キャンペーン詳細共通
===========================*/
.campaign-page .main-topics {
  margin-bottom: 30px;
}

.cv-btn a {
  width: 52%;
  border: #c83042;
  border-radius: 16px;
  background: #c83042 url(/common2/image/icon_arw_right-white.png) no-repeat 85% center;
  background-size: 10px 17px;
  color: #fff;
  font-size: 1.85714rem;
  font-weight: bold;
  padding: 0.5em 0;
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .cv-btn a {
    width: 95%;
    padding: 1em 0;
    font-size: 1.42857rem;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .cv-btn a {
    background-position: 90% center;
  }
}

@media only screen and (max-width: 320px) {
  .cv-btn a {
    background-position: 92% center;
  }
}

