@charset "utf-8";
/* CSS Document */

#access h3 {
    padding-left: 7px;
    margin-bottom: 15px;
    font-size: clamp(1.6rem, 1.45rem + 0.3vw, 1.8rem);
    border-left: 5px solid #e4e4e4;
    text-align: left;
}   
    
#access dl {
    text-align: left;
    margin-bottom: 3em;
} 
    
#access dt {
    border-bottom: 3px solid #e4e4e4;
    margin-bottom: 10px;
    padding-bottom: 5px;
}  
    
#access dd {
    margin-bottom: 1em;
}        
    