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

/* 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(#edad0b), color-stop(0.25, #edad0b), color-stop(0.25, #ffffff), color-stop(0.5, #ffffff), color-stop(0.5, #edad0b), color-stop(0.75, #edad0b), color-stop(0.75, #ffffff), to(#ffffff));
        background: -moz-linear-gradient(-45deg, #edad0b 25%, #ffffff 25%, #ffffff 50%, #edad0b 50%, #edad0b 75%, #ffffff 75%, #ffffff);
        background: linear-gradient(-45deg, #edad0b 25%, #ffffff 25%, #ffffff 50%, #edad0b 50%, #edad0b 75%, #ffffff 75%, #ffffff);
        background-size: 4px 4px; }
    .blcLeftContent main .blcIntroText p {
      font-size: 16px;
      line-height: 1.6;
      margin: 4px 0 0 0; }
    .blcLeftContent main .blcIntroText ul {
      margin-left: 1.0em; }
      .blcLeftContent main .blcIntroText ul li p span {
        color: #da5019; }
  .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(#edad0b), color-stop(0.25, #edad0b), color-stop(0.25, #ffffff), color-stop(0.5, #ffffff), color-stop(0.5, #edad0b), color-stop(0.75, #edad0b), color-stop(0.75, #ffffff), to(#ffffff));
      background: -moz-linear-gradient(-45deg, #edad0b 25%, #ffffff 25%, #ffffff 50%, #edad0b 50%, #edad0b 75%, #ffffff 75%, #ffffff);
      background: linear-gradient(-45deg, #edad0b 25%, #ffffff 25%, #ffffff 50%, #edad0b 50%, #edad0b 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.5; }
    .blcLeftContent section .blcOfficeInfoTable tr:last-child th {
      border-bottom: none; }
