.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;
  color: #eee;
}
#footer_campaign {
  padding-bottom: 12px;
}

/*---------------------------
 * #faqSection
 *---------------------------*/
#faqSection {
  margin-bottom: 5%;
}
#faqSection h3 {
  width: 85%;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.3em;
  color: #9EE2F3;
  padding: 5% 3% 3%;
  text-align: center;
  border-bottom: 1px dashed #9EE2F3;
}
.disp_pc #faqSection h3 {
  font-size: 1.3em;
  padding: 4% 3% 3%;
}
#faqSection .detail_txt {
  width: 85%;
  padding: 3% 0;
  margin: 0 auto;
}
#faqSection .detail_txt p {
  font-size: 1.1em;
  line-height: 1.7em;
  color: #eee;
}
.disp_sp #faqSection .detail_txt p {
  font-size: 1.0em;
}
