section {
  margin-block-start: 1.6em;
}

.hello p {
  font-size: 15px;
}

.sign img {
  width: 150px;
  height: auto;
}

.company-policy {
  margin-block: 80px;
}

.company-policy h3 {
  margin: 0;
  padding: 0.5em 1em;
}

#outline h3 span {
  color: #fff;
}

#outline .cols-pc-2 {
  flex-direction: column;
  gap: 0;
}

#outline ul.flex-table > li {
  border-bottom: solid 1px #fff;
  gap: 0;
}

#outline ul.flex-table > li:first-child {
  border-top: solid 1px #fff;
}

#outline ul.flex-table > li > div {
  padding: 1em;
}

#outline ul.flex-table .label {
  padding: 1em 0 1em 1em;
  width: 6em;
}

#location {
  margin-block-start: 0 !important;
  background: url(/wp-content/themes/mikuni-seiyaku/assets/images/location/bg01.jpg) no-repeat top right;
  background-size: contain;
}

#location .description {
  color: #1752a1;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 180%;
  margin-bottom: 10px;
}

#location .item {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

#location .item .wp-block-buttons {
  margin-block-start: 40px;
}

#location .item h4 {
  color: #1752a1;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 180%;
  margin-bottom: 10px;
  padding: 10px 0 0;
}

#location .item .address i {
  color: #1752a1;
  font-size: inherit;
}

#location .item .address span a {
  display: inline-block;
  margin-left: 4px;
  padding: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border: 1px #999 solid;
  border-radius: 5px;
  color: #000;
  line-height: 1.8;
}

#history ul.flex-table {
  margin-block-start: 50px;
  margin-block-end: 150px;
}

#history ul.flex-table > li {
  border-top: dotted 1px #ccc;
  gap: 0;
}

#history ul.flex-table > li:last-child {
  border-bottom: solid 1px #ccc;
}

#history ul.flex-table > li > div {
  padding: 1.5em;
}

#history ul.flex-table .label {
  width: 14em;
  background-color: #f5f6ed;
  font-weight: 700;
}

@media (min-width: 768px) {
  #location .item {
    gap: 50px;
  }

  #location .item h4 {
    padding: 10px 0 0;
  }
}

@media (min-width: 1024px) {
  .company-policy {
    flex-direction: row;
  }

  .company-policy h3 {
    border-right: solid 1px #ccc;
    border-bottom: none;
    font-size: 18px;
  }

  #outline .cols-pc-2 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
  }

  #outline .cols-pc-2 > * {
    flex: 1;
  }

  #location .item {
    gap: 50px;
  }

  #location .item img {
    width: 100%;
  }

  #location .item h4 {
    padding: 40px 0 0;
  }
}

@media (max-width: 1024px) {
  .company-policy {
    flex-direction: column;
  }

  .company-policy h3 {
    border-bottom: solid 1px #ccc;
    font-size: 16px;
  }

  #outline > :last-child .is-flex :last-child .flex-table > li:first-child {
    border-top: none !important;
  }
}

@media (max-width: 768px) {
  #location .item {
    display: block;
    padding-block-end: 44px;
  }

  #location .item img {
    width: 100%;
  }

  #location .item .address {
    margin-block-end: 40px;
  }

  #location .item .address span a {
    display: block;
  }
}
/*# sourceMappingURL=../../map/assets/css/uniq-company.css.map */