<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.table_header {
    background-color: #E6F0F6;
}
.unit {
    margin-top: 4em;
}


.unit_image {
    width: 20%;
    float: left;
}
.unit_text {
    width: 77%;
    float: right;
}
.unit  h3  {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
.unit {
    margin-top: 2em;
}

.unit_image {
    width: 25%;
    float: left;
}
.unit_text {
    width: 70%;
    float: right;
}
}
</pre></body></html>