<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.topic{
    padding: 0 15px;
}
.txt02 .pic {
    min-width: 300px;
    text-align: center;
    padding: 10px;
}
@media (min-width:992px) {
    .txt02 .phone {
    display: none;
}

}
@media (max-width:992px) {
    .txt02 .pc {
    display: none;
}
}</pre></body></html>