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

/* 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(#d04255),
    color-stop(0.25, #d04255),
    color-stop(0.25, #ffffff),
    color-stop(0.5, #ffffff),
    color-stop(0.5, #d04255),
    color-stop(0.75, #d04255),
    color-stop(0.75, #ffffff),
    to(#ffffff)
  );
  background: -moz-linear-gradient(
    -45deg,
    #d04255 25%,
    #ffffff 25%,
    #ffffff 50%,
    #d04255 50%,
    #d04255 75%,
    #ffffff 75%,
    #ffffff
  );
  background: linear-gradient(
    -45deg,
    #d04255 25%,
    #ffffff 25%,
    #ffffff 50%,
    #d04255 50%,
    #d04255 75%,
    #ffffff 75%,
    #ffffff
  );
  background-size: 4px 4px;
}
.blcLeftContent main p {
  font-size: 16px;
  line-height: 1.6;
  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(#208dc3),
    color-stop(0.25, #208dc3),
    color-stop(0.25, #ffffff),
    color-stop(0.5, #ffffff),
    color-stop(0.5, #208dc3),
    color-stop(0.75, #208dc3),
    color-stop(0.75, #ffffff),
    to(#ffffff)
  );
  background: -moz-linear-gradient(
    -45deg,
    #208dc3 25%,
    #ffffff 25%,
    #ffffff 50%,
    #208dc3 50%,
    #208dc3 75%,
    #ffffff 75%,
    #ffffff
  );
  background: linear-gradient(
    -45deg,
    #208dc3 25%,
    #ffffff 25%,
    #ffffff 50%,
    #208dc3 50%,
    #208dc3 75%,
    #ffffff 75%,
    #ffffff
  );
  background-size: 4px 4px;
}
.blcLeftContent section p {
  margin-top: 16px;
  font-size: 16px;
}
.blcLeftContent .blcContactContents {
  margin-top: 20px;
}
.blcLeftContent .blcContactContents input {
  width: 100%;
  padding: 10px 12px;
  margin: 12px 0;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
}
.blcLeftContent .blcContactContents textarea {
  width: 100%;
  padding: 10px 12px;
  margin: 12px 0;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
}
.blcLeftContent .elThunksText {
  line-height: 1.4;
  color: #e06a3b;
  display: none;
}
.blcLeftContent .elEmptyText {
  line-height: 1.4;
  color: #da5019;
  display: none;
}
.blcLeftContent .elErrorNameText {
  line-height: 1.4;
  color: #da5019;
  display: none;
}
.blcLeftContent .elErrorMailText {
  line-height: 1.4;
  color: #da5019;
  display: none;
}
.blcLeftContent .elErrorContentsText {
  line-height: 1.4;
  color: #da5019;
  display: none;
}
.blcLeftContent #isSubmit {
  font-size: 16px;
  width: 100%;
  height: 40px;
  background: #e06a3b;
  color: #ffffff;
  border: 1px solid #da5019;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 16px;
}

@media only screen and (max-width: 960px) {
  .blcContactContents input {
    font-size: 16px;
  }
  .blcContactContents textarea {
    font-size: 16px;
  }
}
