<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* ヘッダーパンくずと３カラムリスト */
img{
vertical-align:top;
}
ul.practice{
    padding:0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
ul.practice li{
    list-style:none;
    width:31.333333%;
    height:15%;
    display:inline-block;
    box-sizing:border-box;	
    font-size:13px;
    margin:0;
    text-align: center;
    vertical-align: top;
}
ul.practice li:nth-child(3n-1){
    margin-right:3%;
    margin-left:3%;
}
.msr_bread05 {
width: 100%;
list-style-type: none;
padding-left: 0px;
}
.msr_bread05 li{
display:inline-block;
font-size:12px;
}

@media screen and (max-width: 768px) {
ul.practice li{
    list-style:none;
    width:31.333333%;
    height:15%;
    display:inline-block;
    box-sizing:border-box;	
    font-size:10px;
    margin:0;
    text-align: center;
    vertical-align: top;
}
.msr_bread05 li{
display:inline-block;
font-size:10px;
}
}</pre></body></html>