@charset "UTF-8";
/* ======================================================
 * fmworld_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 768px)
 * Print
====================================================== */
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .wrap {
    position: relative;
  }
  img[height="1"][width="1"] {
    position: absolute;
  }

  /* ======================================================
   * Header
  ====================================================== */
  .Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 87px;
    background-color: #fff;
    z-index: 10;
  }
  .Header + * {
    padding-top: 87px;
  }
  .Header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px 6px;
    height: 45px;
  }
  .Header__contents {
    padding: 15px;
  }

  .header-logo--head > a {
    display: block;
    color: #003399;
  }
  .header-logo--foot {
    margin-left: 15px;
  }
  .header-logo--foot > a {
    display: block;
    overflow: hidden;
    width: 60px;
    height: 30px;
    white-space: nowrap;
    text-indent: 100%;
    background: url("../img/home_logo02.png") no-repeat 0 0;
    background-size: contain;
  }
  .header-logo--sp > a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
  .header-logo--net {
    display: block;
    width: 129px;
    height: 12px;
  }

  /* ======================================================
   * Footer
  ====================================================== */
  .Footer {
    background-color: #232b35;
  }
  .Footer__inner {
    padding: 12px 15px 20px;
  }
  .Footer__guide {
    display: none;
  }

  .footer-snav__list {
    display: flex;
    flex-flow: row wrap;
    padding: 0 10px;
  }
  .footer-snav__link {
    width: 50%;
    margin-top: 10px;
    padding: 0 0 0 8px;
    line-height: 1.4;
  }
  .footer-snav__link > a {
    color: #b8c3ce;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-size: 1.0rem;
  }
  .footer-snav__link > a::before {
    position: absolute;
    top: .3em;
    left: -3px;
  }

  .footer-copyright {
    margin-top: 20px;
    text-align: center;
  }
  .footer-copyright small,
  .footer-copyright a:link {
    color: #b8c3ce;
    font-size: 1.0rem;
  }
  .footer-copyright a:visited {
    color: #b8c3ce;
  }

  /* ======================================================
   * main
  ====================================================== */
  .main {
    background-color: #f7f7f7;
    overflow: hidden;
  }
  .main a,
  .main a:visited {
    color: #2f368e;
    text-decoration: underline;
    transition: none;
  }
  .main a:hover {
    text-decoration: underline;
  }

  /* ======================================================
   * ad
  ====================================================== */
  .ad-area {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }

  /* ======================================================
   * breadcrumbs
  ====================================================== */
  .breadcrumbs {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    color: #6a7684;
    font-size: 0;
  }
  .breadcrumbs.js-breadcrumbsFade::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    z-index: 1;
  }
  .breadcrumbs-list {
    padding: 15px 0;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumbs.type-ad .breadcrumbs-list {
    padding-top: 10px;
  }
  .breadcrumbs-item {
    position: relative;
    display: inline;
    padding: 0 10px;
    font-size: 12px;
  }
  .breadcrumbs-item::before {
    content: "＞";
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    height: 20px;
  }
  .breadcrumbs-item:first-child::before {
    content: none;
  }
  .main .breadcrumbs-item a,
  .main .breadcrumbs-item a:visited {
    color: #206ac5;
    text-decoration: underline;
  }
  .main .breadcrumbs-item a:hover {
    text-decoration: none;
  }

  /* ======================================================
   * pagetop
  ====================================================== */
  .pagetop {
    position: fixed;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    width: 55px;
    height: 55px;
    bottom: 50px;
    right: 10px;
    overflow: hidden;
    z-index: 1;
  }
  .pagetop a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #dce0e3;
    border-radius: 5px;
  }
  .pagetop a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -4px 0 0 -6px;
    border-top: 2px solid #5f6b78;
    border-right: 2px solid #5f6b78;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* ======================================================
 * Print
====================================================== */
