<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kono{
    margin-bottom: 3rem;
}
.kono__title{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1.6rem;
}
.kono__title::before{
    content: "";
    display: inline-block;
    width: .8rem;
    height: 1.3rem;
    margin-right: .5rem;
    background: #e50012;
    border-top-left-radius: .55rem;
    border-bottom-left-radius: .55rem;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
    vertical-align: -.05rem;
}
.kono__about{
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.kono__img{
    text-align: center;
}
.kono__txt{
    text-align: left;
    color:#e50012;
    font-weight: bold;
    font-size: 1.3rem;
    margin-top: 10px;
}
.kono__txt--2{
    margin-top: 30px;
}

.kono__notes{
    text-align: left;
    color:#e50012;
    font-size: 1.0rem;
}


@media screen and (min-width: 768px){
    .kono__flame{
        display: flex;
        justify-content: space-between;
    }
    .kono__box{
        flex-basis: 47%;
    }

}</pre></body></html>