@charset "UTF-8";
/* ======================================================
 * fmworld.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 769px)
 * Print
====================================================== */
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
  .wrap {
    position: relative;
  }
  img[height="1"][width="1"] {
    position: absolute;
  }

  /* ======================================================
   * Header
  ====================================================== */
  .Header__inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    height: 70px;
    padding: 0 20px;
  }
  .Header__head {
    flex-shrink: 0;
  }
  .Header__body {
    flex-grow: 1;
    margin-left: 15px;
  }
  .Header__foot {
    flex-shrink: 0;
    margin-left: 45px;
    padding-right: 10px;
  }

  .header-logo--head > a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
  .header-logo--head > a:hover {
    opacity: .7;
  }
  .header-logo--foot > a {
    display: block;
    overflow: hidden;
    width: 62px;
    height: 34px;
    white-space: nowrap;
    text-indent: 100%;
    background: url("../img/home_logo02.png") no-repeat 0 0;
  }
  .header-logo--foot > a:hover {
    opacity: .7;
  }

  .header-utility {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-utility a:visited {
    color: #003399;
  }

  /* ======================================================
   * Footer
  ====================================================== */
  .Footer {
    background-color: #232b35;
  }
  .Footer__inner {
    margin: 0 auto;
    padding: 35px 20px;
    max-width: 1200px;
    width: 100%;
    background-color: #232b35;
  }
  .Footer__guide {
    display: none;
  }

  .footer-snav__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .footer-snav__link {
    padding: 0 16px;
    line-height: 1.4;
  }
  .footer-snav__link > a {
    color: #b8c3ce;
    font-size: 1.2rem;
  }
  .footer-snav__link + .footer-snav__link {
    border-left: 1px solid #b8c3ce;
  }

  .footer-copyright {
    margin-top: 25px;
    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;
  }
  .main a,
  .main a:visited {
    color: #2f368e;
    text-decoration: underline;
    transition: none;
  }
  .main a:hover {
    text-decoration: underline;
  }

  /* ======================================================
   * ad
  ====================================================== */
  .ad-area {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
  }

  /* ======================================================
   * breadcrumbs
  ====================================================== */
  .breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    color: #6a7684;
    font-size: 0;
  }
  .breadcrumbs-list {
    padding: 0 0 30px;
  }
  .breadcrumbs.type-ad .breadcrumbs-list {
    padding-top: 5px;
  }
  .breadcrumbs-item {
    position: relative;
    display: inline;
    padding-left: 18px;
    font-size: 13px;
  }
  .breadcrumbs-item:first-child {
    padding-left: 0;
  }
  .breadcrumbs-item::before {
    content: "＞";
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    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
====================================================== */
