.p-company-info th {
  color: #FFF;
  background-color: #B4B4B5;
  border: solid 1px #FFF;
  padding: 1rem;
  width: 30%;
  text-align: center;
}

.p-company-info td {
  color: #3E3A39;
  background-color: #F7F7F7;
  border: solid 1px #FFF;
  padding: 1rem;
  width: 70%;
}

.p-company-map {
  width: 700px;
  margin-bottom: 1rem;
}

.p-company-history {
  margin-top: 4rem;
}

.p-company-history th {
  width: 16%;
  border-top: dotted 1px #B4B4B5;
  border-bottom: dotted 1px #B4B4B5;
  padding: 1rem;
  vertical-align: top;
  font-weight: normal;
}

.p-company-history td {
  width: 84%;
  border-top: dotted 1px #B4B4B5;
  border-bottom: dotted 1px #B4B4B5;
  padding: 1rem;
}


/* SP */
@media screen and (max-width: 767px) {
  #company .l-contents
  .p-company-map {
    width: 100%;
  }
  .p-company-map iframe {
    width: 100% !important;
    height: 300px !important;
  }
  .p-company-info th,
  .p-company-info td,
  .p-company-history th,
  .p-company-history td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .p-company-history th {
    color: #02481E;
    padding: 1rem 0 0;
  }
  .p-company-history td {
    color: #3E3A39;
    padding: 0.5rem 0 1rem;
    border-top: inherit;
  }
}
@media screen and (max-width: 767px) {
}
