@charset "utf-8";

/* -------------------------------------------------- */
/* PC */
/* -------------------------------------------------- */
.sp-only {
  display: none;
}

/* #underFvImg {
  height: 700px;
}
#underFvImg .img {
  height: 100%;
} */

#pageTit {
  -ms-writing-mode: initial;
  writing-mode: horizontal-tb;
}

#fixedOnline .onlineBtn {
  padding: 0 15px;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
  #fixedOnline #box {
    text-align: center;
  }
  /* #underFvImg {
    height: 400px;
  } */
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
