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

.title {
  height: 310px;
  background-image: url(../images/company/red.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

table {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}


.gaiyou {
  display: flex;
  margin-top: 75px;
}

.kaisya th,
.kaisya td {
  padding: 10px 10px;
  border:  1px solid #ccc;
  line-height: 30px;
}

.kaisya th {
  width: 30%;
  font-weight: bold;
  background-color: #dedede; 
}

.footer {
  margin-top: 100px;
}

@media (max-width: 700px) {
  .table01 th,
  .table01 td {
    width: 100%;
    display: block;
  }

  .table01 th {
    width: 100%;
  }

  .table01 td {
    padding-top: 0;
  }
}</pre></body></html>