<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------
*  Top
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

    .footer .grid_line span:nth-of-type(4):after{
        display: block;
    }
    .footer .grid_line span:nth-of-type(2){
        border-right: 1px solid #555;
    }
}

.sec01{
    position: relative;
    border-bottom: 1px solid #DDD;
    margin-bottom: 80px;
    box-sizing: border-box;
    z-index: 5;
}
.sec01 .wrap{
    width: calc(100% - 2px);
    max-width: 1198px;
    background: #FFF;
    padding:90px 5.2% 50px 5.2%;
    box-sizing: border-box;
}

.sec01 h2{
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 8px 0;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 120%;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}
.sec01 h2:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    content: '';
    width: 7px;
    height: 7px;
    background: #F46C00;
}

ul.sitemap_list{ margin-bottom: 90px;}
ul.sitemap_list li{
    position: relative;
    font-size: 1.5rem;
    line-height: 180%;
}

ul.sitemap_list li:before{
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    content: '・';
}



@media screen and (max-width: 767px) {
    .sec01{
        margin-bottom: 12%;
    }
    .sec01 .wrap{
        width: 92%;
        max-width: inherit;
        padding:14% 0 8% 0;
        box-sizing: border-box;
    }

    .sec01 h2{
        margin: 0 0 2% 0;
        padding: 0 0 8px 0;
        font-size: 6vw;
    }
    .sec01 h2:before{
        top: -.5vw;
        width: 2vw;
        height: 2vw;
        margin-right: 8px;
    }

    ul.sitemap_list{ margin-bottom: 14%;}
    ul.sitemap_list li{
        font-size: 4vw;
    }

    ul.sitemap_list li:before{
        top: -.5vw;
        margin-right: 4px;
    }



}


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