<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.sub-content {
    padding-top: calc(12.8rem + 2.933rem);
    padding-bottom: 6.4rem;
}

/* サブページタイトル */
.common-ttl {
    text-align: center;
    background-color: #F0F0F0;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: calc(20 / 32);
    text-transform: uppercase;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
    margin-bottom: 3.2rem;
}

.common-ttl span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    line-height: calc(20 / 14);
    margin-bottom: 1.6rem;
}

/* パンくずリスト */
.breadcrumb-group {
    font-family: 'Arial', sans-serif;
    font-size: 1.2rem;
    line-height: calc(28 / 12);
    text-transform: uppercase;
    color: #3E3A39;
    display: flex;
    align-items: center;
    column-gap: .8rem;
    margin-bottom: 12rem;
}

/* タブレットサイズ */
@media screen and (max-width: 834px) {
    .breadcrumb-group {
        margin-bottom: 6.4rem;
    }
}

/* スマホサイズ */
@media screen and (max-width: 600px) {
    .breadcrumb-group {
        margin-bottom: 4.8rem;
    }
}

/* テーブルデザイン */
.common-table {
    width: 100%;
}

.common-table tr {
    border-bottom: 1px solid #ccc;
}

.common-table th,
.common-table td {
    padding: 1.6rem;
    vertical-align: middle;
}

.common-table th {
    width: 40%;
}

/* スマホサイズ */
@media screen and (max-width: 600px) {
    .common-table th {
        width: unset;
        background-color: #ccc;
    }

    .common-table th,
    .common-table td {
        padding: 1rem;
        display: block;
    }

    .common-table tr {
        border-bottom: unset;
    }

    .common-table {
        border: 1px solid #ccc;
    }
}





/* タブレットサイズ */
@media screen and (max-width: 834px) {}

/* スマホサイズ */
@media screen and (max-width: 600px) {}</pre></body></html>