@charset "UTF-8";
/*共通*/
.thule_campaign{
  width: 100%;
  height: auto;
  margin: 5px auto;
  padding: 40px 0;
}

#content {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

#content h2{
  padding-left: 0;
  background-image: none;
  font-size: 20px;
  line-height: 1.4;
}
#content h2 span {
  font-size: 24px;
}

.thule_campaign p {
  line-height: 1.5;
}

.thule_campaign__ttl {
  margin-bottom: 30px;
  color: #f08300;
}

.campaign_note .btn_form{
  width: 100%;
  max-width: 300px;
  margin: 40px auto;
  font-size: 14px;
  text-align: center;
}
.campaign_note .btn_form a{
  display: block;
  padding: 10px;
  border: 2px solid #333;
  color: #333;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.campaign_note .btn_form a:hover{
  border: 2px solid #333;
  color: #fff;
  background-color: #f08300;
}

.campaign_head {
  margin-bottom: 30px;
  text-align: center;
}

.campaign_head__ttl {
  max-width: 800px;
  margin: 0 auto;
}

.campaign_overview {
  margin-bottom: 40px;
}

.campaign_overview__period {
  font-size: 20px;
  font-weight: bold;
}

.campaign_overview__note {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.campaign_overview__target {
  color: #f08300;
  font-size: 14px;
  font-weight: bold;
}

.campaign_note .thule_campaign__ttl {
  margin-bottom: 50px;
}

footer{
  margin-top: 0;
}

.campaign_note__data {
  line-height: 1.5;
  text-align: left;
}

.campaign_note__data:not(:last-of-type) {
  margin-bottom: 30px;
}

.campaign_note__ttl {
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.campaign_note__ttl:before {
  content: '▶︎';
  font-size: 12px;
  vertical-align: text-top;
  padding-right: 10px;
}

@media screen and (max-width: 600px) {
  .campaign_note__ttl {
    width: 100%;
  }
  .campaign_note__ttl br {
    display: none;
  }
}

.campaign_note__detail {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .campaign_note__detail {
    width: 100%;
  }
}