/* FUJI タブレット用 */

/* 共通---------------------------------------------------------- */
@media screen and (min-width: 1281px) {
  /* pc共通 */
  .tb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* Footer SP・タブレットのアコーディオン */
  footer #footer-link_p ul li a {
    padding: 10px;
    border-bottom: solid 1px #fff;
  }
  footer #footer-link_p ul li a figure {
    margin: 0;
  }
  footer #footer-link_p ul li a figure img {
    filter: brightness(0%) invert(100%);
    margin-right: 20px;
  }
  footer #footer-link_p .fw-b {
    font-size: 14px;
    line-height: unset;
  }
  footer #footer-link_p .uk-accordion-content a {
    display: block;
    background-color: #d9eff6;
    color: #0173B8 !important;
    font-weight: bold;
    line-height: 1.616;
    font-size: 14px;
  }
  footer #footer-link_p ul li a {
    padding: 10px;
    border-bottom: solid 1px #fff;
  }
  footer #footer-copy {
    margin: 0;
  }
  /* Footer PCではSPのモーダル非表示 */
  #pnav-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* sp共通 */
  .tb {
      display: none;
  }
  .tb.sp {
      display: block;
}
  .sp {
      display: block;
  }
  #footer-link {
    padding-top: 30px;
  }
  #footer-link .footer-link-list > .ttl {
    margin-bottom: 10px;
  }
  #footer-link .footer-link-list > .ttl > ul > li + li {
    margin-top: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  /* tb共通 */
  body {
    min-width: 100%;
  }
  .tb {
      display: block;
  }
  .hide-tb.pc {
      display: none;
  }
  div.inner {
    max-width: 680px;
  }
  .grid,
  .grid-d,
  .grid-narrow,
  .grid-wide {
    width: 100%;
    max-width: 960px;
  }
  /* Header */
  header #header-r .row-fuji ul li a {
    text-align: center;
    height: auto;
  }
  header #header-l {
    padding-left: 10px;
  }
  /* Footer */
  footer #footer-scroll .js-btn .width {
    width: 75px;
  }
  footer #footer-scroll li .five-minutes {
    top: -30%;
    left: -30%;
  }
  footer #footer-entry .footer-entry-text {
    width: 720px;
    margin: auto;
    box-sizing: border-box;
  }
  footer #footer-link.grid {
    padding: 0 20px;
    box-sizing: border-box;
  }
  footer #footer-link p.ttl {
    font-size: 14px;
  }
  footer #footer-link ul li {
    font-size: 13px;
  }
}
/* 共通ここまで---------------------------------------------------------- */