@charset "UTF-8";

#base .headoffice {
  margin-bottom: 0;
}

#base .infooffice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 60px;
}

#base .infooffice .infooffice-map {
  width: 100%;
}

#base .infooffice .infooffice-box {
  width: 100%;
  margin-top: 30px;
}

#base .factory-list .factory-list__item .c-text__textlink {
  text-align: right;
}

#base .factory-list .factory-list__item .c-text__textlink a span {
  padding-right: 18px;
  position: relative;
}

#base .factory-list .factory-list__item .c-text__textlink a span::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #f08200;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#base .factory-list .factory-list__item .c-text__textlink a span::after {
  content: "";
  width: 3px;
  height: 3px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

@media all and (min-width: 1200px) {
  #base .infooffice {
    margin: 20px 0 72px;
  }

  #base .infooffice .infooffice-map {
    width: 736px;
  }

  #base .infooffice .infooffice-box {
    width: 352px;
    margin-top: 0;
  }
}

#buisiness .c-figurelist dl {
  padding-top: 80px;
  margin-top: -80px;
}

@media all and (min-width: 991px) {
  #buisiness .c-figurelist dl {
    padding-top: 120px;
    margin-top: -120px;
  }
}
