/* ヘッダーデザイン */
.fullhead{
    height: 30%;
    position: relative;
    z-index: 100;
}

.up-jp{
    padding-top: 5px;
    padding-bottom: 5px;
    /* background-image: linear-gradient(to bottom, #000000, #0f0f0f, #191919, #222222, #2b2b2b, #2b2b2b, #2b2b2b, #2b2b2b, #222222, #191919, #0f0f0f, #000000);  */
    /* background-color: white; */
    background: rgba(255,255,255,0);
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}

.toggle{
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: solid 1px #ddd;
}

.toggle.isHome{
    border-bottom: none;
}

.uppersub_jp{
    display:flex;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 25px;
    width: 82%;
    float:right;
}


.logo{
    display: inline-block;
    width: 75px;
    height: 75px;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

.bar_jp{
    position: relative;
    color: black;
    text-align: center;
    padding-left:10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    flex: 1;
    font-family: "Noto Sans JP";
    margin: 0 auto;
}

.bar_jp.isHome{
    color:white;
}

.bar_jp:hover{
    color: #ffa000;
}

.bar_jp .sub_jp {
    z-index: 2000;
}

.bar_jp:hover .sub_jp {
    display: block;
}

.bar_jp .sub_jp li {
    padding-top: 0;
    font-size: 16px;
    border-bottom: solid 1px #222;
}

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

.bar_jp .sub_jp li a{
    display: block;
    padding: 10px 10px 5px 10px;
}

.bar_jp.active .sub_jp{
    display: block;
    z-index: 2000;
}

.sub_jp{
    position: absolute;
    background-color: #444;
    border: solid 1px #222;
    width: 160px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -80px;
    z-index: 10;
    display: none;
}

/*.subpage{
    color: #ffffff;
    font-family: "Rockwell";
    padding: 5px;
}

.subpage:hover{
    color: #ffa000;
}*/

.downsub{
    color: #ffffff;
    font-family: "Rockwell";
    padding: 5px;
}

.downsub:hover{
    color: #ffa000;
}

/* パンくずリスト */
.bread{
    list-style: none;
    margin: 0 auto;
    width: 50%;
    padding-top: 30px;
    height: 30px;
    color:white;
    }
   
    
  .breadcrumb-item{
    display: inline;
    margin: 0 auto;
    font-size: 13px;
    }
  
  .bread li+li:before{
        padding: 6px;
        color: black;
        content: ">>";
      }
  
  .breadcrumb-item a{
    color: white;
    text-decoration: none;
  }
  
  .breadcrumb-item a:hover{
    color: #ffa000;
  }

  /* フッダー */
.footer_jp{
    clear: both;
    position: relative;
    background-color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    top: 100px;
}

.footer_jp::before{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: -5px;
    height: 5px;
    background: rgb(27,46,133);
    background: linear-gradient(37deg, rgba(27,46,133,1) 0%, rgba(194,0,4,1) 24%, rgba(255,218,85,1) 69%, rgba(77,163,135,1) 100%);
}

.footer_all{
    width: 960px;
    margin: 0 auto;
}

.footer_all p{
    /* color: #ffa000;
    margin-top: 50px; */
    color: #ffa000;
    padding-top: 50px;
    text-align: left;
}

.footer_jp ul li a{
    color: #ffa000;
    font-weight: 800;
}

.footer_jp i{
    /* position: absolute; */
    color: #1DA2F2;
    /* font-size: 50px; */
    /* top: 50px; */
    /* right: 100px; */
}

.footer_jp .footer_title p{
    color: #ffffff;
    display: inline-block;
    padding: 0px 50px;
}
.columns h5{
    color: white;
    border-bottom: 1px solid #ffa000;
    text-align: left;
}

.column ul li a{
    color: white;
}

.column ul li{
    text-align: left;
}
.squea{
    margin-top:-27px;
    width: 100%;
    height: 5px;
    background: rgb(27,46,133);
    background: linear-gradient(37deg, rgba(27,46,133,1) 0%, rgba(194,0,4,1) 24%, rgba(255,218,85,1) 69%, rgba(77,163,135,1) 100%);
}