@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 15px auto 20px;
    border: 1px solid #eaeaea;
    width: 100%;
    max-width: 1200px;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
}
table tr {
    border-bottom: 1px solid #eaeaea;
}

table th {
    padding: 25px 3% 24px;
    color: #333;
    font-weight: normal;
    letter-spacing: 3px;
    font-family: MyFont;
    width: 25%;
}

table td {
    padding: 25px 3% 24px;
    background: none;
    color: #333;
    letter-spacing: 3px;
    font-family: MyFont;
    width: 80%;
    color: #888;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media print,
screen and (max-width: 576px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

table {
  width: 100%;
}

th,
td {
  width: 100% !important;
  display: block;
}

table th {
    padding: 18px 19px 6px;
}

table td {
    padding: 0 19px 16px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */