.company {
  margin-top: 60px;
}

.company h1 {
  margin-bottom: 65px;
  font-size: 2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .company h1 {
    margin-bottom: 50px;
  }
}

.company-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .company-thumb {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .company-thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 45px;
  }
}

.company-thumb > div {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .company-thumb > div {
    width: 100%;
  }
}

.company-thumb > div img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 479px) {
  .company-thumb > div + div {
    margin-top: 35px;
  }
}

.company-subtitle {
  margin-bottom: 65px;
  padding: 0 15px;
  font-size: 1.55em;
  text-align: center;
  line-height: 1.35;
}

@media screen and (max-width: 479px) {
  .company-subtitle {
    margin-bottom: 35px;
  }
}

.company-table {
  width: 100%;
  margin-bottom: 70px;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .company-table {
    margin-bottom: 45px;
  }
}

.company-table table {
  width: 100%;
}

.company-table tr {
  border-bottom: 1px solid #ebebeb;
}

.company-table tr:first-child {
  border-top: 1px solid #ebebeb;
}

.company-table th,
.company-table td {
  padding: 20px 10px;
}

.company-table th {
  width: 30%;
  font-weight: normal;
}

.company-table td span {
  display: inline-block;
}

.company-table td span a {
  color: #a43d21;
  text-decoration: none;
  text-indent: 14px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.company-table td span a:hover {
  color: #ee3333;
  text-decoration: none;
}

.company-h2 {
  font-size: 20px;
  margin-bottom: 35px;
  padding-left: 10px;
  border-left: 10px solid #ddc499;
}

.company-quality {
  margin-bottom: 94px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .company-quality {
    margin-bottom: 65px;
  }
}

.quality-item {
  margin-bottom: 24px;
}

.quality-item dt {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.quality-item dt span {
  font-size: 14px;
  display: inline-block;
  background: #8c7254;
  color: #ffffff;
  padding: 5px 5px 4px 15px;
  margin-bottom: 6px;
}

.quality-item dd span {
  color: #ee3333;
}

.company-map {
  margin-bottom: 105px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .company-map {
    margin-bottom: 65px;
  }
}

.map-detail {
  text-align: center;
}

.map-detail img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 492px;
  margin-bottom: 10px;
}
