
.e-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px; /
  box-sizing: border-box;
}


.campaign-present {
  text-align: center;     
  margin: 0 0 16px 0;    
}

.campaign-present__img {
  display: block;        
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.cp-wrap {
  width: 100%;
}

.cp-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0; 
  box-sizing: border-box;
}

.cp-heading{
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3; 
  text-align: center;
}
@media screen and (min-width: 768px){
  .cp-heading{
    margin-bottom: 12px;
    font-size: 22px;
  }
}

.cp-visual {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}


.cp-cta {
  margin-top: 18px; 
}

.cp-btn {
  display: block;
  width: 100%;
  padding: 16px 14px;
  border-radius: 10px;
  background: #ff3131;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  box-sizing: border-box;
}


@media (hover: hover) and (pointer: fine) {
  .cp-btn:hover {
    opacity: 0.9;
  }
}


.cp-notes {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.7;
}

.cp-notes__title {
  margin: 0 0 8px 0;
  font-weight: 700;
}

.cp-notes__text {
  margin: 0 0 10px 0;
}

.cp-notes__text:last-child {
  margin-bottom: 0;
}


.cp-notes__em {
  font-weight: 700;
  color: #ff3131;
}

.cp-notes__link {
  color: inherit;        
  text-decoration: none;
  font-weight: 700;
}

.cp-notes__linkText {
  color: #33B558;
  text-decoration: underline;
}


@media screen and (min-width: 768px) {
  .e-inner {
    padding: 0 24px;
  }

  .campaign-present {
    margin-bottom: 20px;
  }

  .cp-cta {
    margin-top: 24px;
  }

  .cp-btn {
    max-width: 420px;
    margin: 0 auto;
  }

  .cp-notes {
    margin-top: 18px;
    font-size: 14px;
  }
}