@charset "UTF-8";
/* CSS Document */
#under_eyecatch {
  background-image: url("/assets/image/info/bg-eyecatch.jpg");
  background-position: center;
  background-size: cover;
  min-height: 160px;
}
#under_eyecatch h3 {
  line-height: 1.5;
}
#under_eyecatch .eyecatch-box {
  bottom: -10%;
  left: 0;
  right:0;  
}
.customers {
  background-color: #f4f9fa;
  color: #0b3e6d;
}
.bule-message {
  color: #395678;
  font-size: 1rem;
  font-weight: bold;
}
.representative-name {
  font-family: 'Yuji Syuku', serif;
  font-size: 1.5rem;
}
.overview {
  background-image: url("../image/info/company_message_bg.jpg");
  background-size: cover;
  background-position: inherit;
}
.inner-bg {
  background: #ffffffba;
  border-radius: 10px;
}
.overview p {
  font-size: 1rem;
  font-weight: 600;
  color: #395678;
}
.overview a {
  color: #395678;
  border-bottom: solid #395678 1px;
}
tr {
  width: 100%;
  font-size: 0.9rem;
}
th, td {
  display: block;
}
th {
  background: #395678;
  color: #fff;
  font-weight: 600;
  padding: 10px;
}
.fa-map-marked-alt:before {
  color: #395678;
}

@media(min-width:768px) {
  .bule-message {
  font-size: 1rem;
}
  .overview p {
    font-size: 1.2rem;
    font-weight: 400;
    border-right: solid 1px #395678;
  }
  tr {
    display: flex;
    font-size: 1rem;
  }
  th {
    background: #00000000;
    color: #395678;
    font-weight: 400;
  }
  #under_eyecatch {
    min-height: 234px;
  }
}