@charset "Shift_JIS";
/*===========================================
common
===========================================*/
/*===========================================
header
===========================================*/
#header {
    padding: 30px 0;
  }
  
  /* @end */
  #header {
    border-top: 7px solid #006EBC;
  }
  
  #header .header_wrap {
    padding: 0 10px;
  }
  
  #header .header_inner {
    max-width: 1080px;
    margin: auto;
  }
  
  #header a {
    color: #0070ba;
    text-decoration: none;
  }
  
  #header a:hover {
    opacity: 0.7;
  }
  
  #header .logo img {
    display: block;
  }
  
  #header .logo a:hover img {
    opacity: 0.7;
  }
  
  #header .ttl a:hover img {
    opacity: 0.7;
  }
  
  .header_inner {
    overflow: hidden;
  }
  
  #header .logo {
    float: left;
  }
  
  #header .logo,
  #header .ttl {
    display: inline;
    vertical-align: middle;
  }
  
  #header .logo h1,
  #header .ttl {
    float: left;
  }
  
  #header .ttl {
    margin-left: 18px;
  }
  
  @media screen and (max-width: 768px) {
    #header {
      padding: 0;
      border-top-width: 5px;
    }
    #header .header_inner {
      padding-bottom: 16px;
    }
    #header .logo {
      margin: 7px 0 0 0;
    }
    #header .logo img {
      width: 100px;
    }
    #header .ttl {
      margin-top: 27px;
      margin-left: 5px;
    }
    #header .ttl p {
      font-size: 11px;
      font-weight: 700;
      line-height: 1;
    }
    #header .ttl a {
      color: #006fba;
    }
  }
  
  /*===========================================
  footer
  ===========================================*/
  #footer {
    background: #006bc5;
  }
  
  #footer .footer_wrap {
    padding: 0 10px;
  }
  
  #footer .footer_inner {
    display: flex;
    align-items: center;
    position: relative;
    height: 85px;
    max-width: 1080px;
    margin: auto;
  }
  
  #footer .pageTop {
    transform: translateY(-100%);
    position: absolute;
    right: 0;
    top: 0;
  }
  
  #footer .pageTop a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 195px;
    height: 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #006bc5;
  }
  
  #footer .pageTop a:hover {
    opacity: 0.7;
  }
  
  #footer .pageTop span {
    display: block;
    position: relative;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
  }
  
  #footer .flex {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  #footer .footer_nav {
    order: 2;
  }
  
  #footer .footer_nav ul {
    display: flex;
  }
  
  #footer .footer_nav li + li {
    margin-left: 1em;
  }
  
  #footer .footer_nav a {
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
  }
  
  #footer .footer_nav a:hover {
    opacity: 0.7;
  }
  
  #footer .footer_nav a:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  
  #footer .copyright {
    order: 1;
  }
  
  #footer .copyright p {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
    #footer {
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25) inset;
    }
    #footer .footer_inner {
      align-items: flex-start;
    }
    #footer .pageTop {
      display: none;
    }
    #footer .footer_nav {
      margin-top: 20px;
      order: 1;
      flex-basis: 100%;
    }
    #footer .footer_nav a {
      font-size: 12px;
      padding-left: 0;
      padding-right: 15px;
    }
    #footer .footer_nav a:after {
      left: auto;
      top: 0;
      right: 0;
      width: 11px;
      height: 10px;
      border: none;
      background: url(/internet/check/img/btn_icon_pc_white.png) center no-repeat;
      background-size: contain;
    }
    #footer .footer_nav ul {
      justify-content: center;
    }
    #footer .footer_nav .home {
      display: none;
    }
    #footer .copyright {
      order: 2;
      flex-basis: 100%;
      margin-top: 15px;
    }
    #footer .copyright p {
      text-align: center;
      font-weight: normal;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .pc_only {
      display: none !important;
    }
  }
  
  @media only screen and (min-width: 769px) {
    .sp_only {
      display: none !important;
    }
  }