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

.inner{
    padding: 40px 0 40px;
    border-bottom: solid 3px #000;
    font-weight: bold;
}

.footer_inner{
    border-bottom: none;
    max-width: 120px;
    margin: 0 auto;
    padding: 28px 0;
}

.ttl_box{
    text-align:center;
    margin-bottom: 28px;
}

.ttl{
    font-size: 22px;
    line-height: 1.3;
    display: inline-block;
    border-bottom: solid 3px #D82420;
    position: relative;
    padding:0 10px;
}

.ttl:before{
    content: "";
    border-bottom: solid 3px #FFF;
    position: absolute;
    top: 9px;
    left: 0px;
    width:100%;
    height: calc(100% - 6px);
}

.ttl:after{
    content: "";
    border-bottom: solid 3px #000;
    position: absolute;
    top: 12px;
    left: 0px;
    width: 100%;
    height: calc(100% - 6px);
}

.txt{
    text-align:center;
    font-size: 16px;
}

.txt .min{
    font-size: 1em;
    display: block;
    margin-top: 12px;
}

.box_inner{
    background: #f4f4f4;
    padding: 40px 20px;
}

.box{
    margin-bottom: 40px;
}

.box:last-child{
    margin-bottom: 0;
}


.sub_ttl{
    text-align: center;
    color: #fff;
    background: #1d1d1d;
    padding: 6px 0;
    margin-bottom: 20px;
    font-size: 18px
}

.box_txt{
    margin-bottom: 20px;
    font-size: 16px
}

.box_txt:last-child{
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {

.ttl{
    font-size: 18px;
}

.txt{
    font-size: 14px;
}

.sub_ttl{
    font-size: 16px;
}

.box_txt{
    font-size: 14px;
}

.footer_inner{
    max-width: 90px;
    padding: 20px 0;
}


}

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