<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.inquiry_anchor li {
  width: 49.5%;
  margin-right: 1%;
}
.inquiry_anchor li:nth-child(3n) {
  margin-right: 1%;
}
.inquiry_anchor li:nth-child(2n) {
  margin-right: 0;
}

.col01 {
  padding-top: 120px;
}

.phil {
  position: relative;
  border: 2px solid #e5e5e5;
  padding-top: 48px;
}

.phil_head {
  font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-size: 2.25rem;
  position: absolute;
  left: calc(50% - 114px);
  top: -25px;
  background: #ffffff;
  padding: 0 30px;
  text-align: center;
}

.phil_txt {
  font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.25em;
  line-height: 2.4;
  font-size: 1.25rem;
  text-align: center;
}

.company_map {
  width: 100%;
  height: 450px;
}
.company_map iframe {
  width: 100%;
  height: 100%;
}

.company_mapBnr {
  zoom: 1;
}
.company_mapBnr:before, .company_mapBnr:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.company_mapBnr:after {
  clear: both;
}
.company_mapBnr input {
  width: 300px;
  float: right;
  margin-top: 10px;
  border-radius: 0;
}

.col_head02 {
  margin-bottom: 40px;
}

.col03_txt {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .col01 {
    padding-top: 100px;
  }

  .phil {
    padding: 38px 30px 30px;
  }

  .phil_head {
    font-size: 2rem;
    left: calc(50% - 108px);
    top: -23px;
    padding: 0 30px;
  }

  .phil_txt {
    font-size: 1.13rem;
  }

  .col_head02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .col01 {
    padding-top: 60px;
  }

  .phil {
    padding: 28px 0 20px;
  }

  .phil_head {
    font-size: 1.5rem;
    left: calc(50% - 73px);
    top: -16px;
    padding: 0 20px;
  }

  .phil_txt {
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }

  .campany_table01 th {
    width: 22%;
  }

  .company_map {
    height: 300px;
  }

  .col_head02 {
    margin-bottom: 20px;
  }

  .company_mapBnr input {
    width: 80%;
    float: none;
    margin: 5px auto 0;
  }
}</pre></body></html>