<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";



@media print, screen and (min-width: 768px){
/* ================================================
画面幅が768px以上の場合の表示設定
================================================ */

#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dt {
    font-size: 1.9rem;

 }

#rwd-content .rwd-headline2-type17 {
    line-height: 1.6;
}


}

@media print, screen and (max-width: 767px){
/* ================================================
画面幅が768px未満の場合の表示設定
================================================ */
#rwd-content .rwd-headline2-type17 {
    margin: 0 0 45px;
    line-height: 1.8;
}

#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dt
 {
    font-size: 1.6rem;
    margin-bottom: 8px;
 }
#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dl {
    margin: 15px 4% 30px;

}

}</pre></body></html>