<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 {
    background-color: #fdffce;
}

.inner {
    padding-right: 5%;
    padding-left: 5%;
}

h1 {
    font-size: 21px;
    color: #666;
    text-align: center;
    margin-bottom: 80px;
    font-weight: bold;
    display: block;
    width: 100%;
    background: #d48a3e;
    color: #fff;
    padding: 20px 0;
}

h2 {
    font-size: 18px;
    color: #8b5e0a;
    margin-top: 50px;
    margin-bottom: 10px;
}

h2::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icon.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 3px;
}

.style {
    width: 100%;
    padding: 0px 10px;
    font-size: 25px;
    font-weight: bold;
    border-style: solid;
    margin-left: 20px;
}

.bg_timer {
    background: #f5fd97;
    color: #5b9f30;
    border-color: #0c8916;
}

.size_lg {
    font-size: 40px;
    border-width: 5px;
    border-radius: 5px;
}

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

.content {
    margin-top: 100px;
}
</pre></body></html>