.company-list {
  position: relative;
}
.company-map-outer {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 45%;
}
.company-map-outer img {
  display: block;
  height: auto;
  margin: 0 0 0 auto;
  max-width: 100%;
}
.company-map-outer .company-map-office {
  font-size: 1.2rem;
  position: absolute;
}
.company-map-outer .company-map-office.office-sapporo {
  bottom: 94%;
  left: 1%;
}
.company-map-outer .company-map-office.office-tokyo {
  bottom: 47%;
  left: 1%;
}
.company-list dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 45px;
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  .company-list dl {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.company-list dl.company-list-half {
  width: 50%;
}
.company-list dl.company-list-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.company-list dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  margin: 0;
  min-width: 150px;
}
.company-list dl dd {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.4rem;
  line-height: 2.6;
  margin: 0;
}
.company-list.narrow-list dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.company-list.narrow-list dl dt,.company-list.narrow-list dl dd {
  line-height: 1.7;
}
.contact-list {
  margin-bottom: 100px;
}
.contact-list dl dt,.contact-list dl dd {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.contact-list dl dt {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  min-width: 214px;
  padding-right: 20px;
  width: 214px;
}
.contact-list dl dt .contact-dt {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.contact-list dl dt .contact-dt label {
  width: 100%;
}
.contact-list dl dd > .input-wrap {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 10px;
  margin-right: 10px;
}
.contact-list dl dd > .input-wrap > * {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.contact-list dl dd > .radio > * {
  margin-left: 3px;
  margin-right: 3px;
}
.contact-list dl dd > .input-wrap:first-of-type,.contact-list dl dd > .input-wrap > *:first-child {
  margin-left: 0;
}
.contact-list dl dd > .input-wrap:last-of-type,.contact-list dl dd > .input-wrap > *:last-child {
  margin-right: 0;
}
.text-area-dd > .input-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text-area-dd > .input-wrap > * {
  margin-right: 0 !important;
}
.input-wrap {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.input-wrap.col1 {
  width: 100%;
}
.input-wrap.col2 {
  width: calc(50% - 10px);
}
.input-wrap input[type=text],.input-wrap textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  min-width: 1%;
  outline: none;
  padding: 11px 10px;
  width: 100%;
}
.required {
  color: #e70012;
  font-size: 1.2em;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
}
.error-text-block {
  border: 2px solid #e70012;
  margin-bottom: 40px;
  padding: 10px 15px;
}
.error-text-block p,.error-text {
  color: #e70012;
  font-weight: bold;
}
.error-text {
  line-height: 1.6;
  margin-bottom: 0;
  min-width: 100%;
  width: 100%;
}
.link-button {
  background: #f4e94a;
}
.buttons-wrap .form-button {
  margin: 0 30px;
}
.footer-contact {
  display: none;
}
.color-red {
  color: #e70012;
}