@charset "UTF-8";

/* TOP ページ
-------------------------------------------------- */

.front-bottom .np-container .floor-block .floor-info {
  height: 429px; /* 90%　→　429px */
  width: 441px; /* 追加 */
  margin-top: 0em; /* -1.5em →　0em  */
  margin-left: 1rem; /* -12em →　1em  */
  padding: 20px 50px 20px 20px;
  background: rgba(3, 14, 38, 0.7);
  color: #FFF;
}

.front-bottom .np-container .floor-block .floor-info h3 {
  font-weight: normal;
}

.front-bottom .np-container .floor-block .floor-info h3 + p {
  font-size: 1.2rem;
  padding-left: 1.2em;
  margin-bottom: 1rem;
  color: #AAAAAA;
}

.front-bottom .np-container .floor-block .floor-info .office-1 {
  border-bottom: 1px solid #666666;
  margin-bottom: 2rem;
  padding-bottom: 3.5rem;
}

.front-bottom .np-container .floor-block .floor-info address {
  margin-top: 2rem;
  font-style: normal !important;
  font-size: 1.2rem;
}

.front-bottom .np-container .floor-block .floor-info address span {
  padding-left: 2rem;
}

.front-bottom .np-container .floor-block .floor-info address a {
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 928px) {
  .front-bottom .np-container .floor-block .floor-info {
      width: 441px; /* -70% →　441px  */
      margin: 0 auto 35px;
      padding: 20px;
  }
}


