@charset "utf-8";
#header .for_sp{
  display: block;
}
#header .for_pc{
  display:none;
}
/* ===============================================
# header
=============================================== */
#header{
  position: sticky;
  top: 0;  
  width: 100%;
  z-index: 999;
}
#header .header_sp{
  position: relative;
  z-index: 999;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;  
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
  background: #fff;
  padding: 0 0 0 2.2%;
}
#header .header_sp h1{
  -webkit-box-flex: 1;
  flex: 1; 
  margin-right: 2%;
}
#header .header_sp h1 img{
  max-width: 180px;
}

#header .menu_sp_in{
  display: none;
  width: 100%;
  height: 100svh;  
  height: 100vh;
  padding-top: 64px;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left:0;
  z-index: 900;
  background: #fff;
}
#header_hidden{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100px;
}
/*#menu_tool--------------------------------------------*/
#menu_tool{
  width: 165px;
}
#menu_tool ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;  
}
#menu_tool ul li{
  width: 33.33%;
  height: 64px;
  overflow: hidden;
}
#menu_tool ul li >*{
  color: #000;
}
#menu_tool ul li >*:not(#searchbox){
  width: 55px;
  padding: 15px 0;
  display: block;
  text-align:center;
  line-height: 1;
  vertical-align: top;
}
#menu_tool li.access span,
#menu_tool li.search span{
  display: inline-block;
  padding: 25px 0 0 0;
  font-size: 11px;
  font-size: 1.1rem;
}
#menu_tool li.access span{
  background: url("/common/img/ico_h_access_b.svg")no-repeat center top;
  background-size: auto 18px;
}
#menu_tool li.search button.open{
  background: #f7f7f7;
}
#menu_tool li.search span{
  background: url("/common/img/ico_search.svg")no-repeat center top;
  background-size: auto 18px;
}
#menu_tool li #btn_menu{
  position: relative;
  background: #fff100;
  height: 100%;
  padding: 0;
}
#menu_tool li #btn_menu span {
  display: inline-block;
  transition: all .3s;  
  position: absolute;
  left:15px;
  width: 24px;
  height: 1px;
  background-color: #000;
}
#menu_tool li #btn_menu span:nth-of-type(1) {
  top: 23px;
}
#menu_tool li #btn_menu span:nth-of-type(2) {
  top: 31px;
}
#menu_tool li #btn_menu span:nth-of-type(3) {
  bottom: 23px;
}
#menu_tool li #btn_menu span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all .3s;
}
#menu_tool li #btn_menu.open span:nth-of-type(1) {
  -webkit-transform: translateY(23px) scale(0);
  transform: translateY(23px) scale(0);
}
#menu_tool li #btn_menu.open span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu_tool li #btn_menu.open span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#menu_tool li #btn_menu.open span:nth-of-type(3) {
  -webkit-transform: translateY(-23px) scale(0);
  transform: translateY(-23px) scale(0);
}
/*box_search*/
#menu_tool #searchbox{
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;  
  z-index: 999;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);  
}
#menu_tool .box_search{
  background: #f7f7f7;
  padding:8.5px 6%;
}
#menu_tool .box_search input{
  -webkit-box-flex: 1;
  flex: 1;
  border: solid 1px #dadada;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 10px;
}
#menu_tool .box_search button{
  width: 42px;
  background: #4c4c4c;
  text-align: center;
}
#menu_tool .box_search button img{
  width: 17.5px;
}

/*#gnav--------------------------------------------*/
#gnav a{
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
}
#gnav ul.list_second > li > a{
  padding: 19px 50px;
  font-size: 17px;
  font-size:1.7rem;
  color: #000;
  background: url("/common/img/ico_acd_down.svg")no-repeat right 23px center;
  background-size: 13px auto;
  pointer-events: auto;
}
#gnav ul.list_second > li > a br.for_sub_pc {
  display: none;
}
#gnav ul.list_second > li.open > a{
  background-image: url("/common/img/ico_acd_up.svg");
  background-color: #f7f7f7;
}
#gnav ul.list_second > li{
  border-top: solid 1px #a5a5a5;
}
/*submenu*/
#gnav .sub_menu{
  display: none;
  background: #4a4a4a;
}
#gnav .sub_menu > dl dt{
  display: none;
}
#gnav .sub_menu > dl dt br.for_sub_pc {
  display: none;
}
#gnav .sub_menu a{
  color: #fff;
  padding: 20px 50px;
  font-size: 15px;
  font-size:1.5rem;
}
#gnav .sub_menu > dl dd li{
  border-top: solid 1px #6e6e6e;
}
#gnav .sub_menu > dl dd li a{
  background: url("/common/img/ico_link_w.svg")no-repeat right 24px center;
  background-size: 15px auto;
}

#gnav .sub_menu > dl dd a[target="_blank"] {
  background: url("/common/img/ico_blank_w.svg")no-repeat right 22px center;
  background-size: 12px auto;
}
/*menu_other---------------------------------------*/
/*list_sns*/
#header .menu_other .list_sns{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: solid 1px #a5a5a5;
}
#header .menu_other .list_sns li{
  width: 100%;
}
#header .menu_other .list_sns li a{
  padding: 23px 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
#header .menu_other .list_sns li a img{
  width: 24px;
}
/*list_info*/
#header  .menu_other .list_info li{
  position: relative;
  width: 50%;
}
#header  .menu_other .list_info li:nth-child(2)::before{
  content: '';
  width: 1px;
  height: 47%;
  background: rgba(98,98,98,0.65);
  position: absolute;
  top: 26.5%;
  left: auto;
}
#header  .menu_other .list_info li a{
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #000;
  min-height: 65px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  background: #fff100;
}
#header  .menu_other .list_info li a p{
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
#header  .menu_other .list_info li img{
  vertical-align: middle;
}
#header  .menu_other .list_info li.request img{
  width: 31px;
}
#header  .menu_other .list_info li.info img{
  width: 15px;
}
#header  .menu_other .list_info li a span{
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  font-size: 16px;
  font-size: 1.6rem;
}
