<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
/* ヘッダー
------------------------------------------------------------------------ */
/* PCヘッダー */
.header{
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 10;
}
.pc_header{
  display: flex;
  justify-content: space-between;
  padding: 12px 2.2%;
  width: 100%;
  height: 72px;
  background-image: linear-gradient(90deg, rgba(0, 98, 152, 1), rgba(10, 47, 102, 1));
  color: #fff;
  vertical-align: middle;
  top: 0;
}
.header_image{
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_image a{
  height: 100%;
}
.s .header_image a{
  height: auto;
}
.header_image a:hover{
  opacity: 97%;
}
.logo_menu01{
  width: 18.6%;
  height: 100%;
  margin-right: 10px;
}
.logo_menu02{
  width: 76%;
  height: 31.2%;
}
.header_list{
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_list ul{
  display: flex;
}
.header_list li{
  font-size: 14px;
  margin-right: 2vw;
}
.header_list li:last-of-type{
  margin-right: 0px;
}
.header a{
  color: #fff;
  text-decoration: none;
}
.header_list a:hover{
  opacity: .5;
  transition: .2s;
}
.header a:visited{
  color: #fff;
}


/* SPヘッダー */
.sp_header{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 112px;
  background-image: linear-gradient(90deg, rgba(0, 98, 152, 1), rgba(10, 47, 102, 1));
  color: #fff;
  vertical-align: middle;
  top: 0;
  padding: 20px 40px 20px 17px;
}
.s .sp_header{
  height: 56px;
  padding-right: 60px;
}

.sp_header_image{
  display: flex;
  justify-content: center;
  align-items: center;
}
.s .logo_menu01{
  width: 42px;
  height: 36px;
  margin-right: 8px;
}
.s .logo_menu02{
  width: 150px;
  height: 10.5px;
}

/* ハンバーガーボタン */
.hamburger{
  position: absolute;
  right: 20px;
  top: 30%;
  width: 30px;
  height: 24.5px;
  background-color: transparent;
  border-color: transparent;
}
.hamburger span{
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: .3s;
  margin-top: 9px;
  background-color: #fff;
}
.hamburger span:nth-child(1){
  margin-top: 0px;
}
.hamburger span:nth-child(3){
  margin-top: 18.5px;
}

/* メニュー展開前 */
.header_menu{
  transform: translateX(100%);
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 80%;
  transition: .5s;
  z-index: 102;
  background-color: #000;
}

/* メニュー展開後 */
.overlay.__active{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 101;
  opacity: .6;
  transition: .5s;
}
.header_menu.__active {
  transform: translateX(0);
}

.menu_head{
  text-align: center;
  padding: 10px;
  position: relative;
  margin-bottom: 18px;
}

.menu_head img{
  height: 32px;
  width: auto;
}
.sp_menuList li{
  padding: 17px 0 17px 30px;
  border-bottom: 1px solid #777;
}
.sp_menuList a{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  display: block;
}
.sp_menuList a:visited{
color: #fff;
}
  

/* メニュー閉じるボタン */
.sp-close{
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
}
.sp-close span:first-of-type{
  transform: rotate(45deg);
  top: 24px;
}
.sp-close span:last-of-type{
  transform: rotate(-45deg);
  top: 14px;
}




/* フッター
------------------------------------------------------------------------ */

.footer{
font-family: 'Noto Sans JP', sans-serif;
background-color: #016099;
text-align: center;
width: 100%;
padding :30px 200px 40px 200px;
}
.s .footer{
padding: 21px 10px 26px 10px;
}

.footer img{
width: 31.1%;
max-width: 260px;
}
.s .footer img{
width: 35%;
}

.footer_text{
color: #fff;
font-size: 12px;
margin-top: 24px;
}
.s .footer_text{
margin-top: 12px;
}

.scrollTop {
position: fixed;
bottom: 32px;
right: 32px;
z-index: 9;
border: 1px solid #eee;
}
.s .scrollTop {
width: 55px;
bottom: 10px;
right: 10px;
}

