@charset "utf-8";

@media only screen and (max-width: 767px) {

  /* ------------------------------------------------------
   * /office/
  ------------------------------------------------------ */
  /* ----- office-lead ----- */
  body#office .office-lead {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    line-height: 1.4;
    padding: 25px 22px;
    background: url(/office/img/index_bg01.jpg) no-repeat 50% 0;
    background-size: auto 100%;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body#office .office-lead p {
    text-indent: 1em;
  }
  body#office .office-lead > p:first-child {
    margin-top: 0;
  }

}
