@charset "UTF-8";
/*=============================================================
 campaign キャンペーンページ
=============================================================*/
.wp_social_bookmarking_light {
  display: none !important;
}

@media all and (min-width: 768px) {
  #contents #containerIn {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    padding: 48px 0;
  }
}

#contents .entryList {
  margin-top: 30px;
}

#contents .entryList .entry h1 {
  margin-bottom: 20px;
}

#contents .entryList .entry h2 {
  font-size: 1.4em;
  padding: 0;
  background: transparent;
}

#contents .entryList .entry h3 {
  padding-left: 0;
}

#contents .entryList .entry h3:before {
  content: none;
}

#contents .entryList .entry h4 {
  padding-left: 0;
  color: #4a4645;
}

#contents .entryList .entry h4:before {
  content: none;
}

#contents .entryList .entry h5 {
  padding-top: 0;
  color: #4a4645;
}

#contents .entryList .entry h5:before {
  content: none;
}

#contents .entryList .entry h5:after {
  content: none;
}

#contents .entryList .entry .txt {
  padding: 10px 15px 13px;
}

#contents .entryList .entry .txt .tit {
  font-size: 2.5rem;
}

#contents .entryList .entry a {
  color: #d6006f;
  text-decoration: underline;
}

#contents .entryList .entryBody {
  border-top: 1px solid #eee;
}

.table--xs-scroll {
  white-space: nowrap;
  overflow: auto;
}

.table--xs-scroll table {
  width: 100%;
}

.table--xs-scroll table,
.table--xs-scroll th,
.table--xs-scroll td {
  border: 1px solid #333;
  border-collapse: collapse;
}

.table--xs-scroll th {
  border-right-color: #fff;
}

.table--xs-scroll table th,
.table--xs-scroll table td {
  padding: 12px 10px;
  vertical-align: middle;
}
