@charset "UTF-8";
/*
 * /css/campaign/style_campaignEnquete.css
 *
 */
.mt00 {
  margin-top: 0 !important;
}

.emphasis01 {
  background: #ffeff4;
  border-radius: 2px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 15px 20px;
  text-align: center;
}

.emphasis01 span {
  border-bottom: dotted 2px #f9b7d1;
  font-size: 24px;
}

.campaignEnquete {
  font-size: 16px;
}

.mainImg {
  line-height: 0;
}

/* title */
.ttl01, .ttl02, .ttl03 {
  font-family: "Noto Sans Japanese";
  font-weight: 700;
}

.ttl01 {
  background: #489bd0;
  border-radius: 3px;
  font-size: 24px;
  margin: 40px 0 15px;
  padding: 15px 15px 10px;
}

.ttl01:first-of-type {
  margin-top: 20px;
}

.ttl01 span:before {
  color: #ffea37;
  content: '\f005';
  font-family: FontAwesome;
  font-weight: lighter;
  height: auto;
  margin-right: 15px;
  width: auto;
}

.ttl02 {
  background: #999;
  border-radius: 3px;
  font-size: 20px;
  margin: 40px 0 15px;
  padding: 8px 15px;
}

.ttl03 {
  background: #e6f5ff;
  color: #2889c8;
  font-size: 18px;
  margin: 20px 0 10px;
  padding: 5px 10px;
}

.ttl03 span:before {
  content: '\f14a';
  display: inline-block;
  font-family: FontAwesome;
  font-weight: lighter;
  margin-right: 10px;
}

/* 特典 */
.benefits {
  display: table;
  width: 100%;
}

.benefits .txt, .benefits .image {
  display: table-cell;
  vertical-align: middle;
}

.benefits .image {
  padding-left: 25px;
  text-align: center;
}

.benefit li {
  background: #fff9c8;
  padding: 10px;
}

.benefit li + li {
  margin-top: 10px;
}

.benefit li strong {
  color: #e46600;
}

.commit li {
  border-left: 7px solid #eeae00;
  padding-left: 10px;
}

.commit li + li {
  margin-top: 20px;
}

.commit li .genre {
  color: #2889c8;
}

.commit li .comment {
  color: #777;
  font-size: 12px;
}

/* 募集期間 */
.date {
  font-size: 18px;
}

/* 応募する */
.entry {
  background: #fff;
  color: #a50303;
  margin: 40px auto 0;
  padding: 10px 10px 5px;
  width: 400px;
}

/* 特典 */
.alignment {
  border-bottom: 1px dashed #ddd;
  clear: both;
  margin-bottom: 20px;
  text-align: center;
}

.alignment p {
  display: inline-block;
  margin: 0 30px;
}

.benefits.downloadArea .commit {
  margin: 0 auto;
  width: 580px;
}

.benefits.downloadArea .commit .download {
  width: auto;
}

.benefits.downloadArea .commit .download a.btn {
  margin: 0;
}

.benefits.downloadArea .commit li {
  display: inline-block;
}

.benefits.downloadArea .commit li p {
  display: table-cell;
  vertical-align: middle;
  width: 370px;
}

.benefits.downloadArea .commit li p.download {
  width: 205px;
}

ul.caution li {
  list-style: none;
  padding: 0 0 0 1.5em;
  position: relative;
  color: #666;
}

ul.caution li::before {
  display: inline-block;
  content: "\203B";
  position: absolute;
  top: 0;
  left: 0;
}


col.w10 {width:10%!important;}
col.w20 {width:20%!important;}
col.w30 {width:30%!important;}
col.w40 {width:40%!important;}
col.w50 {width:50%!important;}
col.w60 {width:60%!important;}
col.w70 {width:70%!important;}
col.w80 {width:80%!important;}

.enqueteResults {
  width: 100%;
  margin: 30px 0;
}

.enqueteResults th,
.enqueteResults td {
  font-size: 14px;
  box-sizing: border-box;
  min-height: 1em;
  padding: 10px 15px;
  border: 1px solid #489bd0;
}

.enqueteResults th {
  font-size: 18px;
  text-align: center;
  background-color: #94cff5;
  color: #2e3192;
}

.enqueteResults td.fontL {
  font-size: 16px;
  font-weight: bold;
}

/* =================================================
  Sp
================================================= */
/***** iPhone landscape view CSS (600px) *****/
/*max-device-width*/
@media only screen and (max-width: 600px) {
  .campaignEnquete {
    font-size: 14px;
  }
  .mainImg img {
    max-width: 100%;
  }
  .sectionBlock {
    padding: 20px 10px 10px;
  }
  /* title */
  .ttl01 {
    font-size: 20px;
    margin: 20px 0 10px;
    text-indent: 0;
  }
  .ttl02 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .ttl03 {
    font-size: 16px;
  }
  /* 特典 */
  .benefits {
    display: block;
  }
  .benefits .txt, .benefits .image {
    display: block;
  }
  .benefits .image {
    padding: 20px 0 0;
  }
  /* 応募する */
  .entry {
    margin: 40px auto 0;
    width: 100%;
  }
  .entry img {
    max-width: 90%;
  }
  /* 特典 */
  .alignment p {
    float: none;
    margin: 10px 0 0;
  }
  .benefits.downloadArea .commit {
    width: auto;
  }
  .benefits.downloadArea .commit li {
    display: block;
  }
  .benefits.downloadArea .commit li p {
    display: block;
    width: auto;
  }
  .benefits.downloadArea .commit li p + p {
    margin-top: 10px;
  }
  .enqueteResults th {
    font-size: 15px;
  }
}
