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

.content {
    margin: 0 auto;
    letter-spacing: 0.05rem;
}

.content h2 {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-weight: bold;
    border-bottom: 3px solid #285097;
    color: #111;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    text-align: center;
    font-size: 24px;
}

.content h3::after {
    display: none;
}

#news_d .box_cont {
    display: block;
}



/* 新旧記事ボタン */
/* .topicsList {
    text-align: center;
    display: flex;
    justify-content: center;
} */

.topicsList {
    width: 100%;
    margin: 50px auto 20px auto;
}

.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

ul.topicsList li.btOld {
    float: right;
}

ul.topicsList li.btNew {
    float: left;
}

.topicsList a {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 9rem;
    background-color: #285097;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    font-weight: bold;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: #285097 1px solid;
}

.topicsList a:hover {
    color: #285097!important;
    background: #fff;
    border: #285097 1px solid;
box-sizing: border-box;
transition: 1s;
}

.mainButton {
    margin-bottom: 0;
}</pre></body></html>