/* Mobile
   ========================================================================== */
@media screen and (max-width : 640px) {
  body {
    min-width: 100%;
  }

  h3 {
    margin-top: 10px;
    font-size: 21px;
  }

  #headerTop {
    width: 100%;
  }

  #headerTop .header-top-logo {
    position: relative;
    left: 0;
    right: 0;
    top: 10px;
    height: 64px;
  }

  #headerTop .header-top-logo img {
    width: 200px;
  }

  #headerTop .header-top-tel {
    display: none;
  }

  #headerTop .header-top-img img {
    width: 100%;
/*  トップ画像200%対応用
    margin-top: 72px;
    position: relative;
    top: 50%;
    left: 50%;
    width: 200%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
  }
  #headerBottom {
    width: 100%;
    position: relative;
  }

  #headerWrap {
    background: none;
  }

  #gNavi {
    display: none;
  }

  #gNaviMain {
      display: block;
      margin-bottom: 20px;
  }

  #gNaviMainSp {
      width: 80px;
      height: 80px;
      display: block;
      background: url(../img/btn_menu_sp.png) center center no-repeat;
      background-size: 44%;
      position: absolute;
      top: -8px;
      right: -8px;
      z-index: 1002;
  }

  #header-top-sp-tel {
    display: block;
    position: absolute;
    top: 14px;
    left: 0px;
    z-index: 1002;
  }

  #header-top-sp-tel img {
    width: 51%;
    height: auto;
  }


/*  #gNaviMainSp:after {
    content: "\f0c9";
    font-size: 30px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    color: #4d98ff;
  } */

  #gNaviMainSp.active {
/*    content: "\f0c9";
    font-size: 30px;
    font-family: FontAwesome; */
    background: url(../img/btn_menu_close_sp.jpg) center center no-repeat;
    background-size: 80% 80%;
    z-index: 10002;
  }

  .sp_menu_toggle {
    display: none;
      background-color: rgba(0, 0, 0, 0.75);
      width: 100%;
      height: 200%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10000;
  }

  .sp_menu_toggle ul {
      width: 94%;
      margin: 0 auto;
      background-color: #fff;
      border: solid 2px #ccc;
      position: relative;
      top: 240px;
      left: 0;
      z-index: 10001;
  }

  .sp_menu_toggle li {
      text-align: center;
      font-size: 17px;
      background-size: 25px 25px;
      border-bottom: solid 2px #ccc;
  }

  .sp_menu_toggle li a {
      display: block;
      padding: 10px 0;
      color: #000;
  }

  .sp_menu_toggle li:last-child {
      border-bottom: none;
  }

  #main {
      width: 94%;
  }

  article {
      width: 100%;
      margin: 0;
  }

  aside {
      width: 100%;
  }

  #sidebarList01 {
      width: 80%;
      margin: 0 auto;
  }

  #sidebarList01 img {
      width: 100%;
      height: auto;
  }

  #sidebarList02 {
      width: 80%;
      margin: 0 auto;
  }

  #sidebarList02 img {
      width: 100%;
      height: auto;
  }

  #footerWrap {
      width: 100%;
  }

  #footerTop {
      width: 100%;
      padding: 0;
  }

  #footerWrap #footerTop {
    padding: 10px 0;
  }

  #footerWrap #footerTop nav ul {
    flex-wrap: wrap;
  }

  #footerWrap #footerTop nav ul li {
    line-height: 2.0;
  }

  #footerWrap #footerTop nav ul li+ li {
    border: none;
  }

  #footerBottomWrap {
      width: 100%;
      display: block;
  }

  #footerBottomLeft {
      width: 94%;
      margin: 0 auto;
      padding-left: 10px;
  }

  #footerBottomLeft ul li {
      padding: 10px 10px 0px 18px;
  }
}
