@charset "UTF-8";
article.company .content {
  padding: 40px 12.6%;
}

@media screen and (max-width: 767px) {
  article.company .content {
    width: 100%;
    padding: 40px 15px;
  }
}

article.company section.greeting {
  margin-bottom: 50px;
}

article.company section.greeting p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.8em;
}

article.company section.greeting .top_greeting {
  display: block;
  color: #ea741a;
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  article.company section.greeting .top_greeting {
    margin-bottom: 10px;
  }
}

article.company section.greeting img {
  margin-left: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  article.company section.greeting img {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  article.company section.greeting .pc {
    display: none;
  }
}

article.company section.greeting .name {
  font-size: 16px;
  text-align: right;
}

article.company section.staff_photo {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  article.company section.staff_photo {
    margin-bottom: 30px;
  }
}

article.company section.outline {
  margin-bottom: 50px;
}

article.company section.outline .table {
  display: table;
  width: 100%;
}

@media screen and (max-width: 767px) {
  article.company section.outline .table {
    display: block;
  }
}

article.company section.outline .table .tr {
  display: table-row;
}

@media screen and (max-width: 767px) {
  article.company section.outline .table .tr {
    display: block;
  }
}

article.company section.outline .table .tr .th,
article.company section.outline .table .tr .td {
  display: table-cell;
  border-bottom: #c8bfa2 1px dotted;
  font-size: 14px;
  padding: 15px 0;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  article.company section.outline .table .tr .th,
  article.company section.outline .table .tr .td {
    display: block;
    border-bottom: none;
  }
}

article.company section.outline .table .tr .th {
  color: #e07a31;
}

@media screen and (max-width: 767px) {
  article.company section.outline .table .tr .th {
    color: #533208;
    background: #fdf5e5;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  article.company section.outline .table .tr .td {
    padding: 10px 10px 15px 10px;
  }
}

article.company .map {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  article.company .map {
    padding-bottom: 50px;
  }
}

article.company .map .ggmap {
  position: relative;
  padding: 0 0 50%;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  article.company .map .ggmap {
    padding: 0 0 80%;
  }
}

article.company .map .ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*# sourceMappingURL=company.css.map */