@charset "UTF-8";
/* =========================================================
特定商取引法表示ページ（ページID=400）専用
========================================================= */
.table_wrap {
  position: relative;
  max-width: 1200px;
  margin: 60px auto 80px;
  padding: 40px 40px 48px;
  background: #fff;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}

h2.sct-section__title {
  padding-bottom: 10px;
  border-bottom: solid 2px #000000;
  margin-bottom: 10px;
}

.sct-list {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0 0;
  font-size: 16px;
  line-height: 1.6;
  /* SP */
}
.sct-list th,
.sct-list td {
  padding: 25px 15px;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
}
.sct-list th {
  width: 20%;
  min-width: 120px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  background: #fffdf8;
}
.sct-list td {
  color: #444;
}
.sct-list td span {
  text-indent: -16px;
  padding-left: 16px;
  display: inline-block;
}
.sct-list .yagou {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .sct-list th,
  .sct-list td {
    display: block;
    width: 100%;
    border-right: none;
  }
  .sct-list th {
    background: transparent;
    padding: 10px 0 6px;
    border-bottom: none;
    font-size: 14px;
    color: #777;
  }
  .sct-list td {
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
  }
}/*# sourceMappingURL=sct.css.map */