@charset "UTF-8";
/* header：ヘッダー調整
--------------------------------------------------------- */
.header__nav {
  width: auto;
}
.header__nav__links img {
  display: block;
  max-width: 100px;
  margin-bottom: 0.5em;
}
.header__nav__links span {
  display: block;
  text-align: center;
  font-size: 13px;
}
.header__nav__links li:nth-child(1) a {
  color: #ceac22;
}
.header__nav__links li:nth-child(2) a {
  color: #c785a1;
}
.header__nav__links li:nth-child(3) a {
  color: #5babd0;
}
.header__nav__links li:nth-child(4) a {
  color: #6bada9;
}
.header__nav__links li:nth-child(5) a {
  color: #91719f;
}
.header__nav__links li.is-active a {
  font-weight: bold;
}
.header__mymenu__btns li:nth-child(1) span {
  background: url('/javax.faces.resource/hdr_icn_pw.png.xhtml?ln=images') no-repeat left center;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .header__nav__links img {
    display: none;
  }
  .header__nav__links span {
    font-size: 16px;
    text-align: left;
  }
}
