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

@media only screen and (min-width: 0px) and (max-width: 1000px) {

/* ────────────────────── *
 *                                              *
 * 見出し                                       *
 *                                              *
 * ────────────────────── */

.contents h2 {
    font-size: 18px;
}

/* ────────────────────── *
 *                                              *
 * テーブル                                     *
 *                                              *
 * ────────────────────── */

.contents table.outline {
    font-size: 15px;
}
.contents table.outline th {
    width: 200px;
}

}

@media only screen and (min-width: 0px) and (max-width: 640px) {

/* ────────────────────── *
 *                                              *
 * 見出し                                       *
 *                                              *
 * ────────────────────── */

.contents h2 {
    font-size: 2.8rem;
    padding: 0.6rem 0;
    margin-bottom: 2.0rem;
}
.contents h2 span {
    padding: 1.0rem 2.0rem;
}

/* ────────────────────── *
 *                                              *
 * テーブル                                     *
 *                                              *
 * ────────────────────── */

.contents table.outline {
    font-size: 2.4rem;
    margin-bottom: 2.0rem;
    border-left: 1px solid rgba(255,255,255, 0.3);
    border-right: 1px solid rgba(255,255,255, 0.3);
    border-bottom: 1px solid rgba(255,255,255, 0.3);
    border-top: none;
}
.contents table.outline th {
    display: block;
    width: 100%;
    padding: 0.5rem 1.0rem;
    border-top: 1px solid rgba(255,255,255, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contents table.outline th.blank {
    display: none;
}
.contents table.outline td {
    display: block;
    width: 100%;
    padding: 0.5rem 1.0rem;
    margin-bottom: 2.0rem;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contents table.outline td .sub {
    font-size: 10px;
}
.contents table.outline td.tree {
    padding: 0 10px;
}
.contents table.outline td.tree.last {
    padding-bottom: 5px;
}

.contents p.update {
    font-size: 2.2rem;
}

.contents #pre-ads {
    margin-bottom: 4.0rem;
}
.contents #pre-ads dt {
    font-size: 2.4rem;
}
.contents #pre-ads dd {
    font-size: 2.0rem;
}

}
</pre></body></html>