<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 20200908追記：Twitterボタンリンク */
#wrapper .btn-box2 {
    text-align: center;
}

#wrapper .btn-box2 a {
    text-decoration: none;
    position: relative;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    padding: 5px 2rem;
    display: inline-block;
    background: #1DA1F2;
    color: #ffffff;
    border-radius: 5px;
    font-size: 1.7rem;
}

#wrapper .btn-box2 a:after {
    font-family: FontAwesome;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 2.1rem;
    position: absolute;
    top: 4px;
    right: 10px;
}

.t-btn {
    width: 30px!important;
    height: auto;
}</pre></body></html>