@charset "utf-8";
/*------------------------------------------------
事業所エリア紹介
------------------------------------------------*/

/*========== ページタイトル ==========*/

/*背景画像*/
.page-header {
  background-image: url(../../images/offices/offices_page_ttl_bg.jpg);
}


/*========== 地図 ==========*/

.map .section-ttl-primary-subtxt {
  margin: 25px 0;
}

.map .pic-box {
  max-width: 689px;
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .map .section-ttl-primary-subtxt {
    margin: 50px 0;
  }

  .map .pic-box {
    width: 689px;
  }
}

/*========== 営業所/関連会社 ==========*/

.sales-office-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 25px;
}

.sales-office-item {
  width: 100%;
  margin-bottom: 25px;
}

.office-details,
.company-details{
  line-height: 1.5;
  margin-bottom: 10px;
}

.office-name,
.company-name {
  font-weight: bold;
}


@media print, screen and (min-width: 620px) {
  .sales-office-item {
    width: 48%;
    margin-bottom: 25px;
  }
}


@media print, screen and (min-width: 769px) {
  .sales-office-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .sales-office-item {
    width: 290px;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .sales-office-item:last-of-type {
    width: 320px;
    margin-right: 325px;
  }
  .mail-address {
    font-size: 1.3rem;
  }
  .pic-box {
    margin-top: auto;
  }
  .sales-office-item:last-of-type .pic-box {
    width: 290px;
  }
  .related-company-list {
    width: 100%;
    margin-left: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .related-company-item {
    width: 50%;
    margin-bottom: 25px;
  }
}
