/* 旧キャンペーンLP用style START */
.campaigns .inner.timer-add {
  line-height: 1.5;
  margin-bottom: 0;
  bottom: 30px;
  font-size: 4rem;
}
.campaigns .inner.timer-add.bottom-adjust {
  bottom: 0;
}
.campaigns .inner.timer-add h1 {
  font-size: 4rem;
}
.campaigns .inner.timer-add .table-basic {
  max-width: 680px;
  margin: 0 auto;
  border: none;
  white-space: nowrap;
}
.campaigns .inner.timer-add .table-basic th,
.campaigns .inner.timer-add .table-basic td {
  border: none;
  padding: 4px 8px;
}
.campaigns .inner.timer-add.bottom-adjust .table-basic th,
.campaigns .inner.timer-add.bottom-adjust .table-basic td {
  padding: 4px 0;
}
.campaigns .inner.timer-add .table-basic th {
  background: none;
}
.campaigns .inner.timer-add.bottom-adjust .table-basic th {
  width: 153px;
}
.campaigns.template .customer-voice {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 220px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.campaigns.template .customer-voice .box {
  width: calc(100% / 3 - 32px);
  position: relative;
  height: auto;
}
.campaigns.template .customer-voice .box .text,
.campaigns.template .customer-voice .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.campaigns.template .customer-voice .box .text {
  width: 100%;
}
.campaigns.template .customer-voice .box .font-large {
  text-align: left;
}
.campaigns.template .customer-voice .box .color-gray-2 {
  text-align: right;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .campaigns.template .inner.timer-add {
    bottom: 20px;
  }
  .campaigns.template .inner.timer-add.bottom-adjust {
    bottom: 0;
  }
  .campaigns .inner.timer-add h1 {
    margin-bottom: 16px;
    font-size: 2.8rem;
  }
  .campaigns .inner.timer-add .table-basic th,
  .campaigns .inner.timer-add .table-basic td {
    display: table-cell;
    font-size: 1.2rem;
  }
  .campaigns .inner.timer-add.bottom-adjust .table-basic th,
  .campaigns .inner.timer-add.bottom-adjust .table-basic td{
    font-size: 1.4rem;
  }
  .campaigns.template .customer-voice {
    display: block;
    height: auto;
  }
  .campaigns.template .customer-voice .box {
    width: 100%;
    height: 160px;
    margin-bottom: 16px;
  }
  .campaigns.template .customer-voice .box img {
    width: 160px;
    height: auto;
  }
  .campaigns.template .customer-voice .box.box-1 img {
    left: 70px;
  }
  .campaigns.template .customer-voice .box.box-2 img {
    right: -90px;
    left: auto;
  }
  .campaigns.template .customer-voice .box.box-2 .font-large {
    text-align: right;
  }
}
/* 旧キャンペーンLP用style END */