@charset "utf-8";

section#description {
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11.25rem;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    section#description {
        padding-top: 9.375rem;
    }
}

#description h4 {
    border-bottom: 1px dashed #BA866A;
    padding-bottom: 1.88rem;
}

/* TABLEPRESS ↓ */

#description .tablepress {
    --border-color: #fff !important; /* ここに好きな色コードを入力 */
}

#description tr td.column-1 {
    width: 25%;
    background-color: #BA866A;
    padding: 1.5rem 0;
    color: #fff;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    #description tr td.column-1 {
        text-align: left !important;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 1.25rem 3.13rem;
        border-bottom: none;
    }
}

#description tr td.column-2 {
    background-color: #F4F2EF;
    padding: 1.5rem 3.13rem;
}

@media screen and (max-width: 768px) {
    #description tr td.column-2 {
        text-align: left;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 1.88rem 3.13rem;
        border-bottom: none;
    }
}

#description tr:first-of-type td.column-1 {
    border-radius: 1.25rem 0 0 0;
}

@media screen and (max-width: 768px) {
    #description tr:first-of-type td.column-1 {
        border-radius: 1.25rem 1.25rem 0 0;
    }
}

#description tr:last-of-type td.column-1 {
    border-radius: 0 0 0 1.25rem;
}

@media screen and (max-width: 768px) {
    #description tr:last-of-type td.column-1 {
        border-radius: 0 0 0 0;
    }
}

#description tr:first-of-type td.column-2 {
    border-radius: 0 1.25rem 0 0;
}

@media screen and (max-width: 768px) {
    #description tr:first-of-type td.column-2 {
        border-radius: 0 0 0 0;
    }
}

#description tr:last-of-type td.column-2 {
    border-radius: 0 0 1.25rem 0;
}

@media screen and (max-width: 768px) {
    #description tr:last-of-type td.column-2 {
        border-radius: 0 0 1.25rem 1.25rem;
    }
}

#description tr td.column-2 {
    color: #6B5752;
}

/* TABLEPRESS ↑ */

/* section#description .has-fixed-layout {
    border: 1px solid #BA866A;
    margin-bottom: 6.25rem;
}

@media screen and (max-width: 768px) {
    section#description .has-fixed-layout {
        border: none;
    }
}

section#description .has-fixed-layout tr th {
    color: #fff;
    font-weight: normal;
    background-color: #BA866A;
    width: 30%;
    text-align: center;
    padding: 1.88rem !important;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
    section#description .has-fixed-layout tr th {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
        text-align: left !important;
        border-bottom: none;
    }
}

@media screen and (max-width: 412px) {
    section#description .has-fixed-layout tr th {
        padding: 0.88rem 1.88rem !important;
    }
}

section#description .has-fixed-layout tr td {
    padding: 1.88rem !important;
    border-bottom: 1px solid #BA866A;
}

@media screen and (max-width: 768px) {
    section#description .has-fixed-layout tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
} */