/* CSS Document */
.inside_links {
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .inside_links {
    margin: 0 0 10px;
  }
}

.inside_links__grp {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .inside_links__grp {
    flex-wrap: wrap;
  }
}

.inside_links__item {
  margin: 0 10px 10px 0;
}

@media only screen and (max-width: 767px) {
  .inside_links__item {
    margin: 0 6px 6px 0;
    font-size: 10px;
  }
}

.inside_links__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d2d0e5;
  border-radius: 8px;
  padding: 0px 13px 0 32px;
  height: 30px;
  transition: background .2s ease-in-out;
  position: relative;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .inside_links__item a {
    padding: 0 15px 0 30px;
  }
}

.inside_links__item a:hover {
  background: #F0EFFC;
  text-decoration: none;
  color: #0b1d65;
}

.inside_links__item a::before {
  content: '';
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 2;
}

.inside_links__item a::after {
  content: '';
  background: #d2d0e5;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 6px;
  z-index: 1;
}

.office_list_areabox {
  margin: 0 0 30px;
}

.office_list_areabox__title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .office_list_areabox__title {
    font-size: 15px;
    margin: 0 0 15px;
  }
}

.office_list_areabox__subtitle {
  font-weight: bold;
  display: inline-block;
  margin: 0 0 14px;
  border-radius: 5px;
  padding: 6px 25px;
  position: relative;
  background: #e9f1f2;
  font-size: 15px;
  letter-spacing: 4px;
}

@media only screen and (max-width: 767px) {
  .office_list_areabox__subtitle {
    font-size: 14px;
  }
}

.office_list_company_head {
  position: relative;
}

.office_list_company_head_btn {
  position: absolute;
  top: 50%;
  right: 7px;
  display: inline-flex;
  background: #fff;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .office_list_company_head_btn {
    font-size: 10px;
    padding: 3px 6px;
  }
}

.office_list_company_head_btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(/shared/img/icn_blank.png) no-repeat;
  background-size: 100%;
  position: relative;
  margin: 0 0 0 5px;
}

.office_list_company_head_btn:hover {
  text-decoration: none;
  background: #F0EFFC;
  text-decoration: none;
  color: #0b1d65;
}

.office_list_company_head h2.sub-title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .office_list_company_head h2.sub-title {
    padding-right: 96px;
    line-height: 1.4;
    margin-bottom: 13px;
  }
}

.office_list__grp {
  border-bottom: 1px solid #d2d0e5;
  margin: 0 0 70px;
}

@media only screen and (max-width: 767px) {
  .office_list__grp {
    margin: 0 0 40px;
  }
}

.office_list__item {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #d2d0e5;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .office_list__item {
    flex-wrap: wrap;
  }
}

.office_list__name {
  flex-basis: 220px;
  box-sizing: border-box;
  padding: 10px 5px;
}

@media only screen and (max-width: 767px) {
  .office_list__name {
    flex-basis: calc(100% - 68px);
    padding: 5px 5px 0;
  }
  .office_list__name br {
    display: none;
  }
}

.office_list__info {
  flex-basis: calc(100% - 220px);
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .office_list__info {
    flex-basis: 100%;
    padding: 0 5px 5px;
  }
}

.office_list__info_sub {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .office_list__info_sub {
    font-size: 10px;
  }
}

.btn_open_map {
  position: absolute;
  top: 6px;
  right: 7px;
}

@media only screen and (max-width: 767px) {
  .btn_open_map {
    top: 5px;
    right: 5px;
  }
}

.btn_open_map a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  position: relative;
  border: 1px solid #0b1d65;
  padding: 0 10px 0 12px;
  margin: 0 0 0 12px;
  transition: background .2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .btn_open_map a {
    font-size: 9px;
    padding: 0 8px;
  }
}

.btn_open_map a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(/shared/img/icn_blank.png) no-repeat;
  background-size: 100%;
  position: relative;
  margin: 0 0 0 5px;
}

@media only screen and (max-width: 767px) {
  .btn_open_map a::after {
    width: 8px;
    height: 8px;
  }
}

.btn_open_map a:hover {
  text-decoration: none;
  background: #F0EFFC;
  text-decoration: none;
  color: #0b1d65;
}
