@charset "utf-8";
/* CSS Document */


    #profile_wrap dl{
        max-width: 900px;
        margin: 0 auto;
        text-align: left;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #profile_wrap dt,
    #profile_wrap dd{
        border-bottom: 1px solid var(--base-color);
        padding-bottom: 2.5em;
        margin-bottom: 2.5em;
    }
    #profile_wrap dt:nth-of-type(1),
    #profile_wrap dd:nth-of-type(1){
        border-top:1px solid var(--base-color);
        padding-top: 2.5em;
    }
    #profile_wrap dt{
        width: 25%;
    }

    #profile_wrap dd{
        width: 75%;
    }
@media (max-width: 768px) {
     #profile_wrap .luty_sub_main {
        padding-bottom:0;
    }
    #profile_wrap dt{
        width: 35%;
    }

    #profile_wrap dd{
        width: 65%;
    }
}
