


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 767px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

.keibai-step-table table {
  width: 100%;
  border-collapse: collapse;
}

.keibai-step-table th,
.keibai-step-table td {
  border: 1px solid #333;
  padding: 12px;
  vertical-align: top;
}

.keibai-step-table th {
  background: #c9b99f;
}

@media screen and (max-width: 767px) {
  .keibai-step-table thead {
    display: none;
  }

  .keibai-step-table table,
  .keibai-step-table tbody,
  .keibai-step-table tr,
  .keibai-step-table td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .keibai-step-table tr {
    margin-bottom: 18px;
    border: 1px solid #333;
    background: #fff;
  }

  .keibai-step-table td {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 12px 14px;
    text-align: left !important;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.8;
  }

  .keibai-step-table td:last-child {
    border-bottom: none;
  }

  .keibai-step-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    color: #37446f;
    margin-bottom: 4px;
  }
	.keibai-step-table td::before {
  font-size: 14px;
  letter-spacing: .04em;
}
}
}