@charset "utf-8";

/* Table
================================================== */
.officesSec .nmlTable tbody tr th {
  font-size: 16px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.officesSec .nmlTable tbody tr:nth-child(n+2) th {
  background-color: #F2F2F2;
  color: inherit;
}
.officesSec .nmlTable tbody tr:not(:last-child) td {
  border-bottom: none;
}

/* Link_Google Map
================================================== */
.officesSec .nmlLink {
  display: inline-block;
  font-family: Roboto;
  font-weight: bold;
  font-style: italic;
}
.nmlLink.arrow-blank .nmlLink_itemLink {
  background-color: #E0F0FA;
  padding: 7px 15px;
  border-radius: 17px;
}
.nmlLink_itemLink::before {
  content: none
}
.nmlLink.arrow-blank .nmlLink_itemLink::after {
  display: inline-block;
  width: 15px;
  background: url(/common_v2/images/icon_blank_blue.svg) center/15px no-repeat;
}
.officesSec .nmlLink_text {
  color: #003288;
  font-size: 14px;
}

/* Department
================================================== */
.officesSec .department_wrap {
  justify-content: space-between;
  margin-top: 32px;
}
.officesSec .department_wrap .department .nmlText {
  margin-top: 12px;
}
.officesSec .department_wrap .department .department_head {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  color: #fff;
  background-color: #007CCF;
  font-size: 14px;
}
.officesSec .department_wrap .department:not(:first-child) {
  margin-top: 16px;
}
