@charset "utf-8";

/* Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.l-overlay-menu .nav-ut-button ul li.c-primary a,
.l-header .p-action .c-primary a {
  background: #57A314;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.l-overlay-menu .nav-ut-button ul li.c-primary a:hover,
.l-header .p-action .c-primary a:hover {
  background: rgba(75, 146, 12, 1);
  color: rgba(255, 255, 255, 0.6);
}
.l-overlay-menu .nav-ut-button ul li.c-secondary a,
.l-header .p-action .c-secondary a {
  padding-left: 10px;
  padding-right: 10px;
  background: none;
  color: #57A314;
  font-size: 1.6rem;
}
.l-overlay-menu .nav-ut-button ul li.c-secondary a:hover,
.l-header .p-action .c-secondary a:hover {
  background: none;
  color: rgba(78, 166, 0, 0.7);
}
.l-overlay-menu .nav-ut-button ul li.c-tertiary a,
.l-header .p-action .c-tertiary a {
  padding: 5px 20px !important;
  border-radius: 6px;
  background: #428CC0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 834px) {
  .st-overlay-menu-open .l-header {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .l-header.type-short .in-header {
    justify-content: space-between;
  }
}

/* l-header */

.l-header .p-nav-global a {
  font-size: 1.6rem;
}
.l-header .l-utility .p-action > div {
  margin-left: 10px;
}

.l-header.type-short .l-logo a {
  margin-top: 8px;
}

.l-header.type-short .l-utility > *:first-child {
  width: 500px;
}
.l-header.type-short .l-utility > *:nth-child(2) {
  width: 520px;
}

.l-header .p-nav-global a {
  font-size: 1.5rem;
}

@media only screen and (max-width: 834px) {
  .l-header.type-short .l-logo {
    height: 46px;
    margin-left: 10px;
  }
  .l-header.type-short .l-logo a {
    margin-top: 7px;
  }
  .l-header.type-short .l-utility {
    display: flex;
    justify-content: flex-end;
    margin-left: 0;
  }
  .l-header.type-short .l-utility > *:nth-child(2) {
    width: auto;
  }
  .l-header .p-action .c-primary {
    margin-left: 0;
    margin-right: 0;
  }
  .l-header .p-action .c-secondary {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .l-header.type-short .l-utility .p-action {
    top: 11px;
    right: 65px;
  }
  .l-header.type-short .l-utility .c-primary .button-ut {
    padding: 10px 15px;
  }
}

/*  */

.l-header.type-short .l-utility > .p-action a.c-primary.type-konbu {
  font-size: 16px;
}

/* .l-overlay-menu */

.l-overlay-menu {
  margin-top: 100px;
}
.l-overlay-menu .nav-ut-button ul li a {
  font-size: 1.8rem;
  color: #222222;
  text-decoration: none;
}
.l-overlay-menu .nav-ut-button ul li a:hover {
  text-decoration: underline;
}
.l-overlay-menu .nav-ut-button ul li.c-secondary a,
.l-overlay-menu .nav-ut-button ul li.c-primary a {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
  font-size: 1.8rem;
}
.l-overlay-menu .nav-ut-button ul li.c-primary a {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* .nav-go-pagetop */

.nav-go-pagetop {
  display: none;
}

/* .l-footer */

.l-footer {
  background: #fff;
}
.l-footer .c-copyright {
  margin-top: 0;
}
