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

.anim-bottomup {
	opacity: 1;
	transform: translate3d(0,0,0);
}
/* ────────────────────── *
 *                                              *
 * コンテンツ基本枠                             *
 *                                              *
 * ────────────────────── */

.contents {
    color: #666464;
    padding: 200px 0 90px;
}
.contents .inner {
    width: 900px;
    margin: 0 auto;
}

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

.contents h2 {
    font-size: 20px;
    line-height: 1.6;
    color: #2badb8;
    color: #9b8671;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 25px;
}

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

.contents table.outline {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 50px;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #2badb8;
    border-top: 1px solid #9b8671;
}
.contents table.outline th {
    background: #f5fafb;
    background: #f1e3d5;
    font-weight: normal;
    color: #2badb8;
    color: #9b8671;
    color: #4d4135;
    text-align: left;
    vertical-align: top;
    width: 200px;
    padding: 20px;
    border-bottom: 1px solid #2badb8;
    border-bottom: 1px solid #9b8671;
}
.contents table.outline td {
    color: #666464;
    padding: 20px;
    border-bottom: 1px solid #2badb8;
    border-bottom: 1px solid #9b8671;
}
.contents table.outline td .sub {
    font-size: 12px;
}
.contents h3 {
    font-size: 14px;
    color: #2badb8;
    color: #9b8671;
    text-indent: 1em;
    margin-bottom: 15px;
}


.contents ul.attention {
    font-size: 12px;
    line-height: 1.5;
    margin-top: -30px;
    margin-bottom: 30px;
}
.contents ul.attention li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}

.contents p.update {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 60px;
}

.contents #pre-ads dt {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.contents #pre-ads dd {
    font-size: 12px;
    line-height: 1.5;
}

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