#header-banner{
    width: 100vw;
    height: calc( 37*0.53vw);
    position: relative;
    >img{
        width: 100vw;
        height: calc( 37*0.53vw);
    }
    color: #ffffff;
    .banner-title{
        position: absolute;
        bottom:  calc(14.54*0.53vw);
        left: 19.75vw;
        font-size: 2.2rem;
    }
    .banner-navigation{
        position: absolute;
        bottom:  calc(2.96*0.53vw);
        left: 19.75vw;
        font-size: 0.6rem;
        >a:hover{
            text-decoration: underline;
        }
    }
}
#box{
    margin: calc( 6*0.53vw) 18.75vw;
    display: flex;
    flex-flow: wrap;
    list-style-type: disc;
    >li{
        width: 50%;
        margin-top: calc( 1*0.53vw);
        font-size: 0.7rem;
        color: #333;
    }
    >li::marker {
        color: #333;
    }
}
