/* base */
body {
  font: 13px/1.5 "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

/* utility */
.l-bottom-small {
  margin-bottom: 8px !important;
}

.l-bottom-medium {
  margin-bottom: 16px !important;
}

.l-bottom-large {
  margin-bottom: 24px !important;
}

.l-bottom-xlarge {
  margin-bottom: 32px !important;
}

.l-bottom-xxlarge {
  margin-bottom: 40px !important;
}

.l-align-center {
  text-align: center;
}

.indent {
  margin-left: 4em;
  text-indent: -2em;
}

/*layout*/
.l-principle-list > li:not(:last-child) {
  margin-bottom: 4px;
}

.l-principle-list-large > li:not(:last-child) {
  margin-bottom: 16px;
}

/* header */
.header {
  background-color: #f4f4f4;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
}

/* heading */
.heading {
  padding-left: 10px;
  border-left: 6px solid #dd171f;
  border-bottom: 2px solid #ddd;
  font-size: 20px;
  font-weight: bold;
}

/* principle */
.principle {
  width: 960px;
  margin: 0 auto;
  padding: 60px 50px 0;
  font-size: 14px;
}

.principle-content {
  background-color: #f8f3f3;
  padding: 50px;
}

.principle-content-info {
  padding: 24px 32px;
  border: 1px solid #c42f39;
  line-height: 1.5;
}

.principle-heading {
  font-weight: bold;
  font-size: 16px;
}

.principle-heading-info {
  font-weight: bold;
  font-size: 16px;
  color: #c42f39;
}

.principle-heading-secondary {
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}

.button {
  padding: 24px;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 4px;
  border-bottom: solid 4px #ccc;
  display: block;
  width: 560px;
  margin: 0 auto;
}

.button:hover {
  opacity: .7;
}

.button-text {
  font-size: 16px;
  font-weight: bold;
  color :#666;
}

.table {
  width: 100%;
  border: 1px solid #ddd;
  text-align: left;
  color :#333;
}

.table th,
.table td {
  border-top: none;
  padding: 10px;
  box-sizing: border-box;
}

.table th {
  width: 210px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  font-weight: bold;
}

.table td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table tr:last-child td {
  border-bottom: 0px;
}

.heading-title {
  border-left: 4px solid #ccc;
  padding-left: 10px;
  font-weight: bold;
  font-size: 18px;
}

/* chashback規約の追従フッター (SPのみなため非表示対応) */
.chashback-stickyFooter {
  display: none;
}

.termTable td {
  border: 1px solid #000;
  padding: 0.3em;
}
