body {
    background: #f2f5f5;
}

.white-content-box-inner.company:nth-of-type(odd) {
    background: #ffffff;
}

section:nth-of-type(even),
section.kv {
    background: #f2f5f5;
}

section.other-third {
    background: #fff;
}

section:not(.kv) {
    padding: 35px 0;
}

section p {
    font-size: 1.6rem;
    line-height: 2em;
}

table.price-fee-related-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #68d8d5;
    padding-bottom: 50px;
    width: 850px;
}

table.price-fee-related-table tr {
    border-bottom: 1px solid #68d8d5;
}

table.device-spec-table th {
    background-color: #68d8d5;
    color: #000;
    border-right: 1px solid #68d8d5;
    border-bottom: 1px solid #ffffff;
}

table.device-spec-table td {
    width: 30%;
    border-spacing: 0;
    padding: 10px;
    background-color: #FFFFFF;
    color: #000000;
}

section p {
    font-size: 1.35rem;
    line-height: 1.5em;
}

@media screen and (max-width: 767px) {
    div.content-box-title p {
        font-size: 2.4rem;
        text-align: center;
    }

    section div.inner h2 {
        width: 100%;
        font-size: 2.4rem;
        padding: 0.5em 0;
    }

    section div.inner h2 + p {
        font-size: 1.6rem;
        margin: 10px auto 30px;
    }

    section:not(.kv) {
        padding: 25px 0;
    }

    section:first-child {
        padding: 0 5vw;
    }

    table.company-table {
        width: 95%;
    }

    table.company-table th,
    table.company-table td {
        box-sizing: border-box;
        margin-left: 0;
        font-size: 1.4rem;
        line-height: 1.5em;
        width: 100%;
        display: block;
        padding: 2.5%;
    }

    table.device-spec-table {
        margin: 0 auto;
    }

    table.device-spec-table th {
        border-right: 0;
        border-bottom: 1px solid #68d8d5;
        font-weight: bold;
    }

    table.device-spec-table td {
        vertical-align: middle;
    }

    div.content-box-title h1 p {
        font-size: 2.4rem;
        text-align: center;
    }

    footer .ft_logo img {
        width: 90%;
        max-width: 90%;
    }

}
