@charset "UTF-8";

@media screen and (max-width:767px) {

#header,
#header #gNav,
#header #gNav .nav {
  width: 100%;
}

#header #headNav .headGroup {
  display: none;
}

#header #gNav > .logo,
#header #gNav > .nav {
  display: none;
}

#header {
  padding: 0;
  font-family: sans-serif;
}

#header #headNav {
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
}

#header #headNav .jpHeaderLogo {
  display: inline-block;
  max-width: 90px;
  min-width: 90px;
  margin: 10px 15px;
}
#header #headNav .jpHeaderLogo img {
  max-width: 100%;
  height: auto;
}

#header #headNav .btnSearch {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 52px;
  width: 17px;
  height: 24px;
  background: url('/s/common/images/btn_search_sp.png')no-repeat 0 0;
}

#header #headNav .serch {
  display: none;
  position: fixed;
  z-index: 1099;
  box-sizing: border-box;
  float: none;
  width: 100%;
  padding: 10px 8px;
  background: #fff;
}

#header #headNav .serch fieldset .img {
  display: none;
}

#header #headNav .serch form {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 4px 8px 5px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
}

#header #headNav .serch form p {
  width: 100%;
  background: none;
}

#header #headNav .serch form p .txt label {
  display: none !important;
}

#header #headNav .serch form input {
  border: none;
  outline: none;
}

#header #headNav .serch form input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  color: #000000;
  font-size: 16px;
  line-height: 21px;
  height: 21px;
  transform: scale(1);
}

#header #headNav .serch form input[type="text"]::placeholder {
  color: #C6C6C6;
}

#header #headNav .serch form p span.img input[type="image"] {
  position: absolute;
  top: 2px;
  left: 6px;
  z-index: 10;
  width: 27px;
  padding: 0;
  margin: 0;
  line-height: normal;
}

#header .mf_finder_searchBox_items {
  width: 100%;
  height: auto;
}
#header .mf_finder_searchBox_query_input{
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  color: #000000;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  height: 21px;
  transform: scale(1);
}

#header .mf_finder_searchBox {
  height: auto;
}

#header .mf_finder_searchBox .mf_finder_searchBox_submit {
  display: none;
}

#header .mf_finder_searchBox .mf_finder_searchBox_query_wrap,
#header .mf_finder_searchBox .mf_finder_searchBox_query_wrap>* {
	display: normal;
}
#header #headNav .mobile.menuButton {
  position: absolute;
  top: 11px;
  right: 9px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('/s/common/images/btn_gnav_sp_00.png')no-repeat 50% 50%;
}

#header #gNav {
  margin: 0;
}

#header #gNav .mobile.menuItems {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1099;
  font-size: 16px;
  font-weight: bold;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%) 0 0 repeat scroll rgb(255, 255, 255);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(#e6e6e6)) 0 0 repeat scroll rgb(255, 255, 255);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%) 0 0 repeat scroll rgb(255, 255, 255);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%) 0 0 repeat scroll rgb(255, 255, 255);
}

#header #gNav .mobile.menuItems li a {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  display: block;
  padding: 11px 40px 10px 15px;
  color: #10218B;
  text-decoration: none;
}

#header #gNav .mobile.menuItems li.icon a {
  padding-left: 52px;
}

#header #gNav .mobile.menuItems li a::before {
  position: absolute;
  top: calc(50% - 16px);
  left: 13px;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  transform: scale(0.9);
}

#header #gNav .mobile.menuItems li a img.nWindow {
  margin: 5px;
}

/*
#header #gNav .mobile.menuItems li:nth-child(1) a::before {
  background: url(/s/common/images/ico_nav_global_01n.png)no-repeat 50% 50%;
}

#header #gNav .mobile.menuItems li:nth-child(2) a::before {
  background: url(/s/common/images/ico_nav_global_02n.png)no-repeat 50% 50%;
}

#header #gNav .mobile.menuItems li:nth-child(3) a::before {
  background: url(/s/common/images/ico_nav_global_03n.png)no-repeat 50% 50%;
}

#header #gNav .mobile.menuItems li:nth-child(4) a::before {
  background: url(/s/common/images/ico_nav_global_04n.png)no-repeat 50% 50%;
}

#header #gNav .mobile.menuItems li:nth-child(5) a::before {
  background: url(/s/common/images/ico_nav_global_05n.png)no-repeat 50% 50%;
}

#header #gNav .mobile.menuItems li.icon a::after {
  background: url(/s/common/images/acc_closed.png)no-repeat 50% 50%;
}
#header #gNav .mobile.menuItems li.icon a.open::after {
  background: url(/s/common/images/acc_opened.png)no-repeat 50% 50%;
}
*/


#header #gNav .mobile.menuItems li a::after {
  position: absolute;
  top: calc(50% - 9px);
  right: 9px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
/*  background: url(/s/common/images/links-bk2@2x.png);*/
/*  background-position: -37px 0;*/
/*  background-size: 216px 18px;*/
}

#header #gNav .mobile.menuItems li .accContent {
  display: none;
}
  #header #gNav .mobile.menuItems li .accContent a:before,
  #header #gNav .mobile.menuItems li .accContent a:after {
    background: none;
  }
  
#header .headLogo {
  display: none;
}

#header .headLogo .logo.mobile{
  text-align: center;
  padding: 20px 0 15px 0;
}

#header .headLogo .logo.mobile img{
  width: 35%;
}

}
