<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.site_list:after{ content:""; display: block; clear: both; }
.site_list{ display: inline-block; } 
.site_list{ display: block; }

.site_list ul{
    width: 48%;
    display: inline-block;
}
.site_list .fl{ float: left; }
.site_list .fr{ float: right; }
.site_list li{
    border-bottom: solid 1px #ccc;
    background: url(/common/img/icon_arrow01.png) no-repeat left center / 6px auto;
}
.site_list li.bdnone{ background: none; }
.site_list li a{
    display: block;
    color: #76323c;
    padding: 18px 14px;
}

/* 笆�02.讓ｪ蟷�1300px莉･荳�(PC逕ｨ)繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�蟇ｾ遲悶〒+20px繧呈欠螳壹☆繧�
--------------------------------------------------- */
@media screen and (min-width:1320px) {
/* 笆ｼPC逕ｨ================================================================== */

.pc_none{ display:none!important; }
.sp_active{ display: none; }
    
/* underhead */
.underhead { background: url(../img/head.png) repeat-x top left; }
.underhead h2 { width: 324px; padding: 50px 0; }


    
    
/* 笆ｲPC逕ｨ================================================================== */
}


/* 笆�03.讓ｪ蟷�768px莉･荳翫�1299px莉･荳具ｼ�Tab逕ｨ�峨せ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�蟇ｾ遲悶〒+20px繧呈欠螳壹☆繧�
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1319px) {
/* 笆ｼTab逕ｨ================================================================= */

.tab_none{ display:none!important; }
.sp_active{ display: none; }
    
/* underhead */
.underhead { background: url(../img/head.png) repeat-x top left; }
.underhead h2 { width: 324px; padding: 50px 0; }    
    

    
/* 笆ｲTab逕ｨ================================================================= */
}


/* 笆�04.讓ｪ蟷�480px莉･荳翫�767px莉･荳具ｼ�SP讓ｪ逕ｨ��
--------------------------------------------------- */
@media screen and (min-width:480px) and (max-width:767px) {
/* 笆ｼSP讓ｪ逕ｨ================================================================ */

.sp2_none{ display:none!important; }
.sp_active{ display: inherit; }
    
/* underhead */
.underhead { 
    background: url(/common/img/pat07.gif) repeat left top / 12px auto;
    padding-top:19%;
}
.underhead h2 { width: 200px; padding: 24px 0; }  

.site_list ul{ width: auto; display: block; }
.site_list li a{ padding: 10px 15px;}  
.site_list .fl,
.site_list .fr{ float: none; }
    
    
    
/* 笆ｲSP讓ｪ逕ｨ================================================================ */
}


/* 笆�05.讓ｪ蟷�479px莉･荳具ｼ�SP邵ｦ逕ｨ��
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:479px) {
/* 笆ｼSP邵ｦ逕ｨ逕ｨ================================================================ */

.sp_none{ display:none!important; }
.sp_active{ display: inherit; }
    
/* underhead */
.underhead { 
    background: url(/common/img/pat07.gif) repeat left top / 12px auto;
    padding-top: 22%; 
}
.underhead h2 { width: 200px; padding: 24px 0; }   
    
.site_list ul{ width: auto; display: block; }
.site_list li a{ padding: 10px 15px;}    
.site_list .fl,
.site_list .fr{ float: none; }
    
    
    
/* 笆ｲSP邵ｦ逕ｨ逕ｨ================================================================ */
}</pre></body></html>