@charset "UTF-8";
/**********************************************************************
	会社情報 - className :
***********************************************************************/
.tag-anchor a {
  width: 17%;
}

@media only screen and (max-width: 767px) {
  .tag-anchor a {
    width: 49%;
  }
  .tag-anchor a:nth-of-type(2n):after {
    content: none;
  }
}

.table-primary th:not(:last-child) {
  border-bottom: 1px solid white;
}

.table-primary td {
  text-align: left;
  padding: 20px;
}

.ttl_03:before {
  top: 2px;
  height: 14px;
}

.map {
  margin-top: 20px;
  position: relative;
  padding-bottom: 62%;
  height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .map {
    padding-bottom: 100%;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.google-maps {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  z-index: 2;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
