@charset "UTF-8";
/* 会社情報
----------------------------------------------- */
article.company .sub_cover {
  background: url("../images/company/page_cover.webp") no-repeat top center;
}
@media screen and (max-width: 767px) {
  article.company .sub_cover {
    background-size: cover;
    height: 200px;
  }
}
article.company section.gaiyou {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  article.company section.gaiyou {
    width: 100%;
  }
}
article.company section.gaiyou .table {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  article.company section.gaiyou .table {
    display: block;
    border-bottom: 1px solid #a0a0a0;
  }
}
article.company section.gaiyou .table .tr {
  display: table-row;
}
@media screen and (max-width: 767px) {
  article.company section.gaiyou .table .tr {
    display: block;
  }
}
article.company section.gaiyou .table .tr .th,
article.company section.gaiyou .table .tr .td {
  display: table-cell;
  line-height: 1.7;
  font-weight: bold;
  text-shadow: 1px 1px #e5e5e5;
  padding: 30px 0;
  border-bottom: 1px solid #a0a0a0;
}
@media screen and (max-width: 767px) {
  article.company section.gaiyou .table .tr .th,
  article.company section.gaiyou .table .tr .td {
    display: block;
    border-bottom: none;
    padding: 10px;
    font-weight: normal;
  }
}
article.company section.gaiyou .table .tr .th {
  width: 30%;
}
@media screen and (max-width: 767px) {
  article.company section.gaiyou .table .tr .th {
    font-weight: bold;
    border-top: 2px solid #a0a0a0;
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  article.company section.gaiyou .table .tr .td {
    border-top: 1px dashed #a0a0a0;
  }
}
article.company section.gaiyou .table .kakko-01auto {
  padding: 1em 2.5em;
  position: relative;
  box-sizing: border-box;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  article.company section.gaiyou .table .kakko-01auto {
    padding: 1em 1.5em;
    margin-bottom: 15px;
  }
}
article.company section.gaiyou .table .kakko-01auto::before,
article.company section.gaiyou .table .kakko-01auto::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border-top: solid 1px #a9a9a9;
  border-bottom: solid 1px #a9a9a9;
  top: 0;
}
article.company section.gaiyou .table .kakko-01auto::before {
  border-left: solid 1px #a9a9a9;
  left: 0;
}
article.company section.gaiyou .table .kakko-01auto::after {
  border-right: solid 1px #a9a9a9;
  right: 0;
}
article.company section.gaiyou .table .kakko-01auto p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  article.company section.map .ggmap {
    position: relative;
    padding: 0 0 70%;
    height: 0;
    overflow: hidden;
  }
  article.company section.map .ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}/*# sourceMappingURL=company.css.map */