@media print, screen and (max-width: 767px) {
  #company section.profile {
    margin-bottom: 50px;
  }
}
#company section.profile .table {
  display: table;
  border-collapse: collapse;
}
@media print, screen and (max-width: 767px) {
  #company section.profile .table {
    display: block;
  }
}
#company section.profile .table .tr {
  display: table-row;
  border-bottom: solid 1px #cccccc;
}
@media print, screen and (max-width: 767px) {
  #company section.profile .table .tr {
    display: block;
  }
}
#company section.profile .table .tr .th, #company section.profile .table .tr .td {
  display: table-cell;
  line-height: 1.6em;
  padding: 20px 0;
}
@media print, screen and (max-width: 767px) {
  #company section.profile .table .tr .th, #company section.profile .table .tr .td {
    display: block;
  }
}
#company section.profile .table .tr .th {
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #company section.profile .table .tr .th {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #company section.profile .table .tr .td {
    padding: 15px 0 20px 0;
  }
}
#company section.map {
  width: 800px;
  margin: 0 auto 30px;
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0 0 40%;
}
@media screen and (max-width: 767px) {
  #company section.map {
    width: 100%;
    padding: 0 0 80%;
  }
}
#company section.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#company section.bnr_area {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #company section.bnr_area {
    width: 100%;
  }
}
#company section.bnr_area .flex .sns_bnr {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #company section.bnr_area .flex .sns_bnr {
    width: 100%;
    margin-bottom: 20px;
  }
  #company section.bnr_area .flex .sns_bnr img {
    width: 100%;
  }
}/*# sourceMappingURL=company.css.map */