<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
header .mv {
  background: url(../image/kanri/mv.jpg) no-repeat left center;
  background-size: cover;
}
header .btn-area ul li a {
  padding: 15px 55px;
}
header h2 {
  max-width: 585px;
}
.box01 ul.col-3-box {
  width: 90%;
}
.box01 ul.col-3-box li {
  border-top: 7px solid #0eb0aa;
}
.box01 ul.col-3-box li:nth-child(2) {
  margin-top: 30px;
}
.box01 ul.col-3-box li:last-child {
  margin-top: 60px;
}
.box03 .cont table td {
  border-color: #0fb0aa;
}
.box02 table {
  table-layout: fixed;
  width: 100%;
}
.box02 table th {
  border: 1px solid #e6e6e6;
  padding: 10px;
  font-size: 22px;
  color: #fff;
}
.box02 table th:first-child {
  background: #999999;
  width: 20%;
}
.box02 table th:nth-child(2) {
  background: #b5ae39;
  width: 40%;
}
.box02 table th:last-child {
  background: #34928e;
  width: 40%;
}
.box02 table td {
  border: 1px solid #e6e6e6;
  padding: 10px;
  vertical-align: middle;
  font-size: 16px;
}
.box02 table td:first-child {
  text-align: center;
  vertical-align: middle;
}
.box02 table td.text-c {
  text-align: center;
}
.box02 h4 img {
  display: block;
  margin: 10px auto 0;
}
.box03 .cont:nth-child(4) table td:nth-child(2) {
  padding-right: 180px;
}
header h2 {
  left: auto;
  right: 25%;
  transform: translateY(-50%) translateX(50%);
  -webkit-transform: translateY(-50%) translateX(50%);
}
.fix .bg a {
  background: radial-gradient(#beb855, #8e8718);
}
.fix .bg a img.line {
  margin-right: 5px;
  margin-left: 5px;
}
@media(max-width:980px) {
  header .btn-area ul li a {
    background: #0eb0aa;
    color: #fff;
  }
  .box02 table th, .box02 table td {
    display: table-cell;
    font-size: 14px;
  }
  .box03 .cont:nth-child(4) table td:nth-child(2) {
    padding-right: 10px;
  }
  .box03 .cont table td:first-child {
    border-color: #0fb0aa;
  }
  header .mv {
    background: url("../image/kanri/mv_sp.jpg") no-repeat center left;
    background-size: cover;
  }
  header .mv h2 {
    left: auto;
    right: 5%;
  }
  header .btn-area ul li:last-child {
    width: 100%;
  }
  .box02 table.sp {
    display: table;
    table-layout: fixed;
    margin-bottom: 80px;
    margin-top: 50px;
  }
  .box02 table.sp th {
    width: 50% !important;
  }
  .box02 table.sp td {
    text-align: left;
  }
  .box02 table.sp td.text-c {
    text-align: center;
  }
  .box02 table.sp td.ttl {
    font-weight: bold;
    background: #999;
    text-align: center;
    color: #fff;
  }
  .box02 table th:first-child {
    background: #b5ae39;
  }
}</pre></body></html>