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

.contents {
    max-width: 1000px;
}

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

.contents h2 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background: rgb(177,149,79);
    background: -moz-linear-gradient(left,  rgba(177,149,79,1) 0%, rgba(114,78,39,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(177,149,79,1) 0%,rgba(114,78,39,1) 100%);
    background: linear-gradient(to right,  rgba(177,149,79,1) 0%,rgba(114,78,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1954f', endColorstr='#724e27',GradientType=1 );
    letter-spacing: 0.1em;
    padding: 5px 0;
    margin-bottom: 30px;
}
.contents h2 span {
    background: rgb(114,78,39);
    background: -moz-linear-gradient(left,  rgba(114,78,39,1) 0%, rgba(177,149,79,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(114,78,39,1) 0%,rgba(177,149,79,1) 100%);
    background: linear-gradient(to right,  rgba(114,78,39,1) 0%,rgba(177,149,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#724e27', endColorstr='#b1954f',GradientType=1 );
    display: block;
    padding: 5px 10px;
}

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

.contents table.outline {
    font-size: 18px;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}
.contents table.outline caption {
    font-size: 24px;
    background: #6a5217;
    text-align: left;
    padding: 10px 20px;
}
.contents table.outline th {
    color: #876926;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    width: 220px;
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0, 0.3);
}
.contents table.outline td {
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0, 0.3);
}
.contents table.outline td .sub {
    font-size: 14px;
}


.contents ul.notice {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 60px;
}
.contents ul.notice li {
    margin-bottom: 5px;
}

.contents p.update {
    font-size: 13px;
    line-height: 1.5;
    color: #595757;
}

.contents #pre-ads {
    color: #595757;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contents #pre-ads dt {
    font-size: 19px;
    line-height: 1.3;
    margin-right: 5px;
    flex-shrink: 0;
    align-self: center;
}
.contents #pre-ads dd {
    font-size: 13px;
    line-height: 1.5;
}

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