@charset "utf-8";

/**/
dl{display:flex;}
dl{line-height: 1.5em;border-bottom: 1px solid #d4d4d4;}
dt dd{display:block;line-height: 2em;}
dd{padding: 1em .5em;line-height: 2em;width: 90%;}
dt{width: 10%;padding: 1em .5em;background: #eeeeee;line-height: 2em;}

@media (min-width:320px) and (max-width:767px) {
    dl{flex-direction: column;}
    dt{width: 98%;padding:.5em;}
    dl{border-bottom:none;}
    dd{width: 100%;}
}
dd a{color: #044ca9;}
