@charset "UTF-8";
/*------------------------------
 プレゼントトピック共通
------------------------------*/
/* present-topic
------------------------------*/
.present-topic__conditions {
  background-color: #F6F6F6;
  padding: 25px 25px 25px 25px;
  margin-bottom: 30px;
}

.present-topic__conditions-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 5px;
  margin-bottom: 13px;
}

.present-topic__conditions-text {
  font-size: 12px;
  line-height: 24px;
}

/* button */
.present-topic__button {
  width: 100%;
  margin-bottom: 19px;
}

.present-topic__button-link {
  display: block;
  font-size: 0;
  line-height: 0;
}

.present-topic__button-link .pc {
  display: none;
}

.present-topic__button-link img {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* please-note */
.present-topic__please-note-text {
  font-size: 13px;
  line-height: 20px;
}

/*------------------------------
 PC
------------------------------*/
@media screen and (min-width: 768px) {
  /* 768px以上の幅の場合に適応される */
  /*------------------------------
   プレゼントトピック共通
  ------------------------------*/
  /* present-topic
  ------------------------------*/
  .present-topic__conditions {
    padding: 39px 52px 39px 52px;
    margin-bottom: 40px;
  }
  .present-topic__conditions-title {
    font-size: 24px;
    border-bottom: 2px solid #CECECE;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .present-topic__conditions-text {
    font-size: 18px;
    line-height: 28px;
    padding: 0 30px;
  }
  /* button */
  .present-topic__button {
    margin-bottom: 30px;
  }
  .present-topic__button-link {
    text-align: center;
  }
  .present-topic__button-link .pc {
    display: inline-block;
  }
  .present-topic__button-link .sp {
    display: none;
  }
  .present-topic__button-link img {
    width: auto;
  }
}
