@charset "UTF-8";

/* 特商法ページのスタイル */

.tokusho-content {
  width: 100%;
  margin: 40px auto;
}

.tokusho-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.tokusho-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.tokusho-table tr:last-child {
  border-bottom: none;
}

.tokusho-table th {
  width: 25%;
  padding: 25px 20px;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.6em;
}

.tokusho-table td {
  width: 75%;
  padding: 25px 20px;
  vertical-align: top;
  font-size: 1.4em;
  line-height: 1.8em;
}

.tokusho-table td strong {
  font-weight: bold;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}

.tokusho-table td strong:first-child {
  margin-top: 0;
}

.tokusho-table td a {
  color: #fff;
  text-decoration: underline;
}

.tokusho-table td a:hover {
  opacity: 0.8;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1000px) {
  .tokusho-content {
    margin: 20px auto;
  }

  .tokusho-table th {
    font-size: 1.1em;
    padding: 20px 15px;
  }

  .tokusho-table td {
    font-size: 1.2em;
    padding: 20px 15px;
  }
}

@media screen and (max-width: 640px) {
  .tokusho-content {
    margin: 20px auto;
  }

  .tokusho-table {
    display: block;
  }

  .tokusho-table thead,
  .tokusho-table tbody,
  .tokusho-table tr,
  .tokusho-table th,
  .tokusho-table td {
    display: block;
  }

  .tokusho-table th {
    width: 100%;
    padding: 15px 15px 10px;
  }

  .tokusho-table td {
    width: 100%;
    padding: 10px 15px 20px;
    line-height: 1.6em;
  }

  .tokusho-table tr {
    margin-bottom: 10px;
    border-bottom: 0px;
  }

  section.blueBg .contentsWrap {
    padding: 5% 3% !important;
  }
}
