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

body {
    width: 100%vw;
    background-image: url(../img/ashiato01.jpg);
    background-position: top right;
    background-repeat: repeat-y;
    font-size: 16px;
    font-family: 'Belleza', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.page_title {
    font-size: 1.5rem;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    display: block;
    width: 100%;
    background: #d48a3e;
    color: #fff;
    padding: 20px 0;
}

.content p {
    margin-bottom: 100px;
    text-align: center;
    color: #914c06;
    font-weight: bold;
}

.btn_return a {
    display: block;
    width: 100%;
    background: #914c06;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
}

#goto_top {
    position: fixed;
    right: 10%;
    bottom: 10%;
}

#goto_top a {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: #f86560;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 100px;
    text-decoration: none;
    font-weight: bold;
}
</pre></body></html>