html {
  font-size: 62.5%;
  /* 10px */
}

body {
  font-family: "Meiryo";
}

/*
    mixin
*/
header {
  min-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.header-top {
  height: 75px;
  width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top p {
  width: 260px;
}

.header-top p img {
  width: 100%;
}

.header-top ul {
  width: 800px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-top ul li:nth-child(1) {
  font-size: 1.8rem;
  margin: 0 9px 0 0;
  font-weight: bold;
  color: #333333;
}

.header-top ul li:nth-child(2) {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 9px 0 0;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
  color: #333333;
}

.header-top ul li:nth-child(3) {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 9px 0 0;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
  color: #333333;
}

.header-top ul li:nth-child(4) {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 9px 0 0;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
  color: #333333;
  margin: 0 20px 0 0;
}

.header-top ul li.active {
  background-color: #003eb1;
  color: #ffffff;
}

.gnavi {
  display: block;
  background-color: #003eb1;
  height: 75px;
  margin: 0 auto;
}

.gnavi ul {
  height: 75px;
  width: 1060px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 75px;
  margin: 0 auto;
}

.gnavi ul li:nth-child(1) {
  font-size: 1.4rem;
}

.gnavi ul li:nth-child(1) a {
  text-decoration: none;
  color: #ffffff;
}

.gnavi ul li:nth-child(2) {
  font-size: 1.4rem;
}

.gnavi ul li:nth-child(2) a {
  text-decoration: none;
  color: #ffffff;
}

.gnavi ul li:nth-child(3) {
  font-size: 1.4rem;
}

.gnavi ul li:nth-child(3) a {
  text-decoration: none;
  color: #ffffff;
}

.gnavi ul li:nth-child(4) {
  font-size: 1.4rem;
}

.gnavi ul li:nth-child(4) a {
  text-decoration: none;
  color: #ffffff;
}

.gnavi ul li:nth-child(5) {
  font-size: 1.4rem;
}

.gnavi ul li:nth-child(5) a {
  text-decoration: none;
  color: #ffffff;
}

.gnavi ul li:nth-child(6) {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnavi ul li:nth-child(6) a {
  line-height: 28px;
  text-decoration: none;
  color: #003eb1;
  background-color: #ffffff;
  padding: 9px 28px;
  border: 3px double #003eb1;
  border-radius: 10px;
  font-weight: bold;
  vertical-align: middle;
}

.gnavi ul li:nth-child(6) a::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  content: "";
  background-image: url("../../img/common/header_navi_btn.png");
  background-position: center center;
  vertical-align: middle;
}

.gnavi ul li:nth-child(6) a:hover {
  background-color: #1c5bce;
  color: #ffffff;
  border: 3px solid #ffffff;
}

.gnavi ul li:nth-child(6) a:hover::before {
  background-image: url("../../img/common/header_navi_btn_on.png");
}
@media only screen and (max-width:1024px) {
    .desktop-only {
        display: none !important;
    }
    .desktop-only2 {
        display: none !important;
    }
    .mobile-only {
        display: inline !important;
        margin: auto
    }
    .mobile-only2 {
        display: block !important;
    }
}

@media only screen and (min-width:1025px) {
    .desktop-only {
        display: inline !important;
    }
    .mobile-only {
        display: none !important;
    }
}
/*# sourceMappingURL=header.css.map */