<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.jimo {
    border: solid 1px #2ba23a;
    margin: 70px auto 60px;
    padding: 40px 30px;
    max-width: 750px;
}

.jimo p {
    font-size: 18px;
    margin-bottom: 5px;
}

.jimo p span {
    color: red;
    display: inline-block;
    margin: 0 3px;
    font-size: 22px;
    font-weight: bold;
}

.jimo&gt;span {
    display: inline-block;
}

.jimo a {
    display: inline-block;
}

.creema_box {
    /* text-align: center; */
    /* padding-top: 50px; */
    font-size: 18px;
}

.cj_ul .btn_box {
    text-align: center;
    margin-top: auto;
}

.jimo_box {
    font-size: 20px;
}

.creema_box p {}

.creema_box b {
    font-family: system-ui;
    display: inline-block;
    margin: 0 11px;
    font-size: 120%;
}

.btn_x {
    padding: 10px 30px;
    background: #52d5af;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    transition: 0.3s;
}

.btn_x span {}

.torinashi {
    text-align: center;
    font-size: 43px;
    color: red;
    font-weight: bold;
    margin: 90px 0 60px;
}

.jimons {
    word-break: break-all;
}

.jimons a {}

.container * {
    box-sizing: border-box;
}

.btn_x:hover {
    color: #fff;
    background: #30a583;
}

.han_sec {
    padding: 40px 0;
}

.han_sec article {}

.han_sec .tit02 {
    text-align: center;
    display: flex;
    margin-bottom: 60px;
    align-items: center;
    justify-content: center;
}

.han_sec .tit02::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #00d232;
    margin-right: 1.5rem;
}

.han_sec .tit02::after {
    content: "";
    width: 50px;
    height: 1px;
    background: #00d232;
    margin-left: 1.5rem;
}

.han_sec .tit02 b {}

.cj_ul {
    display: flex;
    justify-content: space-between;
}

.cj_ul&gt;li {
    width: 46%;
    display: flex;
    flex-direction: column;
}

.creema_s {}

.jimon_s {}

.han_sec h3 {
    font-size: 28px;
    font-family: system-ui;
    color: #6c6c6c;
    background: #f9f9f9;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.han_sec h3 b {}

.han_sec .img_wp {
    margin-bottom: 23px;
    box-shadow: 10px 6px 0px #eee;
}

.han_sec .creema_tit {}

.han_sec .txt_box {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.8;
}

.color_red {
    color: #f00;
}

@media (min-width: 769px) {}

@media (max-width: 768px) {
    .sp {
        display: none;
    }
    .cj_ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 96%;
        margin: 0 auto;
    }
    .cj_ul&gt;li {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 10%;
    }
}

.cj_ul.jcCenter {
    justify-content: center;
}</pre></body></html>