body {
min-width: 1200px !important;
}
.top_sum_list {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.top_sum_list .top_sum {
  margin: 0 10px;
}
.fNav__logo img {
  width: 100%;
  height: auto;
}
.fNav__logo p {
  text-align: left;
}
.btnitem { display: none!important;}

@media screen and (min-width:481px) { 
  .hasChildren {
      width: auto;
	  padding-bottom:10px;
  }
  nav.gNav.gNav--typeA {
      margin-top: 10px;
  }
  .gNav > ul > li:not(:last-child) {
      margin-right: 10px !important;
  }
  .gNav li.hasChildren > a::after {
      margin-right: 10px;
  }
  .hasChildren [class*="iconButton"] span:nth-child(2), a[class*="iconButton"] span:nth-child(2) {
    padding: 0;
  }
}