.blcGrobalNavigation .isCurrent {
  border-bottom: 4px solid #a53f88;
}

/* blcLeftContent */
.blcLeftContent {
  /* main contents */
  /* sub contents */
}
.blcLeftContent main {
  font-size: 16px;
}
.blcLeftContent main h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.4;
}
.blcLeftContent main h2:after {
  content: " ";
  height: 4px;
  margin-top: 4px;
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#a53f88),
    color-stop(0.25, #a53f88),
    color-stop(0.25, #ffffff),
    color-stop(0.5, #ffffff),
    color-stop(0.5, #a53f88),
    color-stop(0.75, #a53f88),
    color-stop(0.75, #ffffff),
    to(#ffffff)
  );
  background: -moz-linear-gradient(
    -45deg,
    #a53f88 25%,
    #ffffff 25%,
    #ffffff 50%,
    #a53f88 50%,
    #a53f88 75%,
    #ffffff 75%,
    #ffffff
  );
  background: linear-gradient(
    -45deg,
    #a53f88 25%,
    #ffffff 25%,
    #ffffff 50%,
    #a53f88 50%,
    #a53f88 75%,
    #ffffff 75%,
    #ffffff
  );
  background-size: 4px 4px;
}
.blcLeftContent main p {
  font-size: 16px;
  line-height: 1.6;
  text-indent: 1em;
  margin: 0;
}
.blcLeftContent section h2 {
  margin: 40px 0 0 0;
  font-size: 24px;
}
.blcLeftContent section h2:after {
  content: " ";
  height: 4px;
  margin-top: 4px;
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#a53f88),
    color-stop(0.25, #a53f88),
    color-stop(0.25, #ffffff),
    color-stop(0.5, #ffffff),
    color-stop(0.5, #a53f88),
    color-stop(0.75, #a53f88),
    color-stop(0.75, #ffffff),
    to(#ffffff)
  );
  background: -moz-linear-gradient(
    -45deg,
    #a53f88 25%,
    #ffffff 25%,
    #ffffff 50%,
    #a53f88 50%,
    #a53f88 75%,
    #ffffff 75%,
    #ffffff
  );
  background: linear-gradient(
    -45deg,
    #a53f88 25%,
    #ffffff 25%,
    #ffffff 50%,
    #a53f88 50%,
    #a53f88 75%,
    #ffffff 75%,
    #ffffff
  );
  background-size: 4px 4px;
}
.blcLeftContent section p {
  margin-top: 16px;
  font-size: 16px;
}
.blcLeftContent section .blcOfficeInfoTable {
  font-size: 16px;
  margin-top: 24px;
  text-align: left;
  border-spacing: unset;
  border-bottom: 1px solid #8e8e8e;
}
.blcLeftContent section .blcOfficeInfoTable th {
  width: 25%;
  padding: 12px;
  background: #8e8e8e;
  color: #ffffff;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
.blcLeftContent section .blcOfficeInfoTable td {
  width: 75%;
  padding: 12px;
  box-sizing: border-box;
  border-top: 1px solid #8e8e8e;
  border-right: 1px solid #8e8e8e;
  line-height: 1.6;
}
.blcLeftContent section .blcOfficeInfoTable td ul ul {
  padding-left: 1em;
}
.blcLeftContent section .blcOfficeInfoTable tr:last-child th {
  border-bottom: none;
}
.blcLeftContent section .blcOfficeInfoTable ul li {
  margin-top: 14px;
}
