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

#underlayer-ec {
  background-image: url(/reform/assets/images/company/eyecatch.jpg);
  background-position: center;
  background-size: cover;
}
table th {
  font-weight: bold;  
}

footer {
  background-color: #fff!important;
  border-top: solid 1px #ddd;
}






/* Tablet */
@media screen and (min-width:768px) and (max-width:1024px) {

}


@media screen and (min-width: 769px) {
  table th {
    font-weight: normal!important;  
  }
}</pre></body></html>