@charset "utf-8";
/* CSS Document */


    #terms_wrap dl{
        max-width: 900px;
        margin: 0 auto;
        text-align: left;
    }
    #terms_wrap dt{
        border-top: 1px solid var(--base-color); 
        border-top: 1px solid;
        font-size: clamp(2.0rem, 0.120rem + 4.16vw, 3rem);
        padding: 1.2em 0 0.5em;
    }
    #terms_wrap dd{
        padding-bottom: 2.5em;
    }


