<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------
config
---------------------*/
/*
mixin
---------------*/
/*
function
---------------*/
#inquiry .page-heading {
  margin-bottom: 0;
}

#inquiry .page-top-heading {
  background-image: url(/assets/images/inquiry/img_top_pc.jpg);
  background-position: top right;
  background-size: cover;
}

#inquiry .life_vest {
  margin-top: 55px;
}

.top-area {
  margin-top: 55px;
}

.c-table table th {
  font-weight: normal;
  padding: 15px 20px;
  text-align: center;
}

.c-table table th.tel {
  width: 29%;
}

.c-table table th.web {
  width: 25%;
  width: 22%;
}

.c-table table th.faq {
  width: 22%;
}

.c-table table td {
  padding: 15px 20px;
  vertical-align: middle;
}

.c-table table td .button {
  width: 100%;
}

.c-table table td .button a {
  background-color: #0074C8;
  border: 1px solid #0074C8;
  color: #fff;
  display: block;
  padding: 15px 0;
  text-align: center;
}

.c-table table td .button a:hover {
  background-color: #fff;
  color: #0074C8;
}

.c-table table td .button + .button {
  margin-top: 15px;
}

.c-table table td.faq {
  text-align: center;
}

.c-table table td.faq a {
  text-decoration: underline;
}

.c-table table td a.tel {
  font-weight: bold;
}

.other-aed .c-table {
  margin: auto;
  max-width: 660px;
}

.other-aed .c-table .button {
  margin: 0 auto;
  width: 41.3%;
}

.thermo_guard .c-table {
  margin: 0 auto;
  max-width: 660px;
}

.thermo_guard .c-table .button {
  margin: 0 auto;
  width: 255px;
}

.thermo_guard:last-child table {
  margin-bottom: 100px;
}

.other .c-table th.empty {
  width: 37%;
}

.other .c-table th.tel {
  width: 29%;
}

.other .c-table th.web {
  width: 34%;
}

@media screen and (max-width: 768px) {
  .top-area {
    margin-top: 8vw;
  }
  .c-table {
    max-width: auto;
    padding-bottom: 15px;
    width: 100%;
  }
  .c-table table {
    width: 100%;
  }
  .c-table table th {
    display: block;
    padding: 4vw;
    text-align: center;
    width: auto;
  }
  .c-table table th.tel {
    width: 100%;
  }
  .c-table table th.web {
    width: 100%;
  }
  .c-table table th.faq {
    width: 100%;
  }
  .c-table table td {
    display: block;
    padding: 4vw;
    width: 100%;
  }
  .c-table table td .button a {
    padding: 4vw 0;
  }
  .c-table table td .button + .button {
    margin-top: 2.66667vw;
  }
  .other-aed .c-table {
    max-width: 100%;
  }
  .other-aed .c-table table {
    width: 100%;
  }
  .other-aed .c-table .button {
    width: 100%;
  }
  .thermo_guard .c-table {
    max-width: 100%;
  }
  .thermo_guard .c-table table {
    width: 100%;
  }
  .thermo_guard .c-table .button {
    width: 100%;
  }
}

</pre></body></html>