.sub-nav-inner {
  margin-top: 5.2rem;
}
.legal {
  padding: 2rem 0 4rem;
  background: url(../img/contact/bg.jpg) no-repeat left bottom;
  background-size: cover;
}
.legal .con .text p {
  font-size: 0.8rem;
  text-align: justify;
  line-height: 1.8;
  color: #333;
  margin-top: 1rem;
}
.legal .con .text p strong {
  font-size: 1.2rem;
  font-weight: bold;
  color: #004a92;
}
@media screen and (max-width: 768px) {
  .sub-nav-inner {
    margin-top: 70px;
  }
  .sub-nav-inner .con .left {
    display: block;
  }
  .sub-nav-inner .con .left a span {
    font-size: 16px;
  }
  .legal {
    padding: 10px 0 20px;
  }
  .legal .con .text img {
    max-width: 100%;
  }
  .legal .con .text p {
    margin-top: 10px;
    font-size: 14px;
  }
  .legal .con .text p strong {
    font-size: 16px;
  }
}
/*# sourceMappingURL=legal.css.map */