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

/* contact */
#contact 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;
}   
    
#contact dl {
    text-align: left;
    margin-bottom: 3em;
} 
    
#contact dt {
    border-bottom: 3px solid #e4e4e4;
    margin-bottom: 10px;
    padding-bottom: 5px;
}  
    
#contact dd {
    margin-bottom: 1em;
}   
    
#contact dd img{
    max-height: 20px;
    object-fit: contain;
    margin-left: 5px;
}  


/* privacy */

#privacy 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;
}  
    
#privacy p {
    text-align: left;
    margin:1em auto;
}     
    
#privacy dl {
    text-align: left;
    margin-bottom: 3em;
    margin-top: 4em;
} 
    
#privacy dt {
    border-bottom: 3px solid #e4e4e4;
    margin-bottom: 10px;
    padding-bottom: 5px;
}  
    
#privacy dd {
    margin-bottom: 2.5em;
}   
    
#privacy dd img{
    max-height: 20px;
    object-fit: contain;
    margin-left: 5px;
}  
