.contents_headerCopy{
  text-align: left;
  background-color: black;
  font-size:12px;
  font-weight:normal;
  color:#F4DD77;
}
#footer .contents_footerCopy{
  text-align:center;
  margin-top:20px;
}

/*--------------------*
 *  .check_more
 *--------------------*/
.check_more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  font-size: 1.2em;
  margin-bottom: 1%;
}
.check_more::before, .check_more::after {
  border-top: 1px solid;
  content: "";
  width: 1em;
}
.disp_sp .check_more {
  font-size:1em;
}
.check_more::before {
  margin-right: 1em;
}
.check_more::after {
  margin-left: 1em;
}
.check_more_banner {
  width:90%;
  max-width:450px;
  margin:0 auto;
  border-radius:8px;
  border:2px solid #9900FF;
  background-color:#fff;
}
.check_more_banner a {
  display: flex;
  color:#3F72C5;
  text-decoration:none;
}
.mini_motif {
  width: 90%;
}
.disp_pc .mini_motif {
  width: 70%;
}
.box_summary {
  font-size: 1em;
  padding: 7% 4% 0;
  line-height:1.5em;
}
.disp_sp .box_summary {
  padding: 2% 5%;
  line-height:1.3em;
  font-size:0.9em;
}

/*--------------------
.input campaign
--------------------*/
.input_campaign {
  width: 600px;
  margin: 4% auto 1%;
}
.disp_sp .input_campaign {
  width: 351px;
}
.input_campaign .next_attention {
  text-align: center;
  line-height: 2em;
}
.disp_sp .input_campaign .next_attention {
  font-size: 0.9em;
}
.input_campaign .ttl_bdy {
  background:url(../../../img/campaign/cp_zap/input/ttl_bdy.jpg) repeat-y center top / 100% auto;
  margin-bottom: 4%;
}
.input_campaign .ttl_hdr {
  padding-top:5%;
  background:url(../../../img/campaign/cp_zap/input/ttl_hdr.jpg) no-repeat center top / 100% auto;
  position:relative;
  top:-1px;
}
.input_campaign .ttl_ftr {
  padding-bottom:5%;
  background:url(../../../img/campaign/cp_zap/input/ttl_ftr.jpg) no-repeat center bottom / 100% auto;
  position:relative;
  bottom:-1px;
}
.input_campaign .ttl_bdy p {
  width: 83%;
  margin: 0 auto;
  font-size: 1.6em;
  line-height: 1.3em;
  text-align: justify;
  color: #B20D4F;
  font-weight: bold;
}
.disp_sp .input_campaign .ttl_bdy p {
  font-size: 1.1em;
}
.input_campaign .caption {
  width: 87%;
  margin: 0 auto 3%;
  font-size: 1.2em;
}
.disp_sp .input_campaign .caption {
  font-size: 1em;
}
.telling .section_hdr .input_campaign h4 {
  text-align: center;
  padding: 0;
  width: 80%;
  margin: 0 auto;
  max-width: 520px;
}
.input_campaign h4 p {
  background-size: 100% auto;
  background-repeat: no-repeat;
}


