
/*jQueryで.sitcky-header参照してプルダウン展開*/
/*イベント管理は.primary-nav*/

/*PCヘッダー */
header a {
    color: inherit;
    text-decoration: none;
  }
  header a:hover {
    font-weight: bold;
    color: blue;
    text-decoration: none;
  }
  
  /*PC版メニュー
  *z-index100が基準
  */
  
  /*トップマージン調整用ダミー。固定バナーfixedの差分*/
  #pc-header{
      margin-top: -8px;
  }
  #pc-header .hd-bg {
    width: 100%;
    position: fixed;
    z-index: 90;
    background-color: #172A88;
    height: 112px;
    padding-top: 0;
  }
  #pc-header .banner {
    position: fixed;
    width: 1281px;
    height: 112px;
    background-color: #172A88;
    z-index: 100;
    left:50%;
  /*　▼画像の幅の半分だけ、ネガティブマージンを設定*/
    margin-left:-640.5px;
  }
  /*メインエリアとヘッダーのずれ調整*/
  #pc-header .hd-dummy{
    height: 91px;
    display: block;
  }

  /*移植*/
  .hd-menu ul {
    list-style: none;
  }
  .hd-menu ul li{
    display:block;
    margin-bottom:10px;
  }
  
  /*  画像上リンクのダミーボックス
  *  A:ロゴマーク（四角形）
  *  B:ロゴタイプ(右上のテキスト)
  */
  #pc-header .dummy-wrap{
    position: relative;
    z-index: 110;
  }
  #pc-header .linkA {
    position: fixed;
    top: 5px;
    left: 50%;
    margin-left: -534px;
    height: 100px;
    width: 100px;
    opacity: 0.7;
  }
  #pc-header .linkB {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -430px;
    height: 65px;
    width: 860px;
    opacity: 0.7;
  }
  #pc-header .link-twitter {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: 455px;
    height: 80px;
    width: 80px;
  }

  /*ホバー白化の移植*/
  .linkA:hover,.linkB:hover,.link-twitter:hover{
    background-color:rgba(255,255,255,0.5);
  }
  #pc-header .link-twitter {
  margin-left: 437px !important;
  }
  
  
  /*PCプルダウンメニュー
  *z-110で透明ボックス重ね
  *jQuery不使用
  */
  
  /* 基礎部分 */
  #pc-header *,
  #pc-header *::before,
  #pc-header *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  #pc-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  #pc-header li {
    margin: 0;
    padding: 0;
  }
  
  #pc-header a {
    text-decoration: none;
  }
  
  
  #pc-header a,
  #pc-header a:visited {
    color: inherit;
  }
  
  /* ナビゲーション共通 */
  #header-nav {
    position: fixed;
    z-index: 110;
    width: 860px;
    left:calc(50% - 50px/2);
    margin-left: -407px;
    margin-top: 95px;
  }
/*ナビゲーション幅指定　左から順*/
#pc-header .menu1{
    width: 170px;
  }
  #pc-header .menu2{
    width: 95px;
  }
  #pc-header .menu3{
    width: 175px;
  }
  #pc-header .menu4{
    width: 155px;
  }
  #pc-header .menu5{
    width: 135px;
  }
  #pc-header .menu6{
    width: 128px;
  }
    
  /* カラム落ちの防止 */
  #pc-header .header-list {
    font-size: 0;
  }
  
  /* メインメニュー */
  #pc-header .menu-item {
    margin-top: -29px;
    display: inline-block;
    position: relative;
  }
  
  /*見出し部分兼ホバー判定部*/
  #pc-header .menu-item a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    color: black;
  }
  
  /* サブメニュー */
  #pc-header .sub-menu {
    position: absolute;
    width: 100%;
    background-color: white;
    padding-left: 10px;
    font-weight: bold;
  }
  /* メインメニューマウスカーソルが乗ったらサブメニューを出現させる */
  #pc-header .menu-item:hover > .sub-menu > .sub-menu-item {
    overflow: visible;
    opacity: 1;
    height: 30px;
    width: 100%;
    margin-bottom: 3px;
  }  
  #pc-header .menu-item:hover > .sub-menu a:hover{
    color: blue;
    font-weight: bold;
  }
  
  /*伸ばした時のケツ余白*/
  #pc-header .menu-item:hover > .sub-menu{
    padding-bottom: 25px;
  }  
  
  
  
  #pc-header .sub-menu-item {
    overflow: hidden;
    opacity: 0;
    height: 0;
    /* サブメニューが出現する速度の調整 */
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

/*
Footer
*/
footer{
    margin-bottom: -8px;
}

/*PCフッター*/
footer a {
    color: inherit;
    text-decoration: none;
  }
  footer a:hover {
    font-weight: bold;
    color: blue;
    text-decoration: none;
  }
  
  /*20210412 フッターcss移植*/
  .ft-list ul {
    list-style: none;
  }
  .ft-list ul il{
    display:block;
    margin-bottom:10px;
  }
  
  
    /*pc-footer-menu*/
    /*  最下部バナー画像とリンク用ダミー
    *  1:マックス
    *  2:寝太郎
    *  */
    #pc-footer .menu-wrappar {
      min-width: 1080px;
      height: auto;
      background-color: #c9caca;
      padding-top: 43px;
      text-align: center;
      /*左右余白の個別調整*/
    }
    #pc-footer .menu{
      position: relative;
      width: 1080px;
      left:calc(50% - 50px/2);
      margin-left: -520px;
    }
    
    #pc-footer .menu .list {
        padding-top: 0;
        margin-top: -15px;
      vertical-align: top;
      display: inline-block;
      width: 145px;
      height: 270px;
    }
    #pc-footer .s{
        width: 120px !important;
  }
  
    #pc-footer .menu h2 {
      font-size: 12pt;
      width: 100%;
      margin-bottom: -10px;
      text-align: left;
      font-weight: bold;
      margin-left: 19px;
  }
    #pc-footer .menu li {
      list-style: none;
      font-size: 9pt;
      text-align: left;
      line-height: 29px;
      margin-left: -10px;
    }
    #pc-footer .menu ul {
      font-size: 12pt;
      margin-left: -10px;
    }
    #pc-footer .menu .v-line {
      display: inline-block;
      width: 1px;
      height: 280px;
      background-color: black;
    }
    #pc-footer .vl-service {
      vertical-align: top;
      display: inline-block;
      margin-top: 35px;
      height: 245px;
      width: 1px;
      background-color: black;  
    }
    #pc-footer .service-right{
      margin-left: 20px;
    }
  
    #pc-footer .banner{
      position: relative;
      margin: 0 auto;
      width: 900px;
      padding-top: 10px;
      padding-bottom: 5px;
    }
    #pc-footer .link-wrappar {
      position: relative;
      margin: 0 auto;
      z-index: 110;
      width: 900px;
      margin-top: -96px;
      padding-left: 5px;
    }
    #pc-footer .link {
      margin: 0;
      display: inline-block;
      margin-left: -4px;
    }
    #pc-footer .link:hover {
      background-color: #fff;
      opacity: 0.7;
    }
    #pc-footer .link0 {
      height: 82px;
      width: 300px;
    }
    #pc-footer .link1 {
      height: 82px;
      width: 300px;
    }
    #pc-footer .link2 {
      height: 82px;
      width: 295px;
    }  
  
  #pc-footer .menu .tst{
      width: 150px;
  }
    
/*トップに戻るボタン*/
#page-top {
  position: fixed;
  z-index:220;
  bottom: 0;
  right: 10px;
}

#page-top img {
  display: block;
  width: 50px;
  height: 50px;
}
