@charset "UTF-8";
.nav-user-account {
  display: inline-block;
  position: relative;
  float: right;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 0;
  margin-right: .4rem;
}
@media all and (max-width: 880px) {
  .nav-user-account {
    margin-right: 0;
  }
}
.nav-user-account.collapsed {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
.nav-user-account.collapsed .profileAuthenticatedUser .myAccount {
  color: #000;
}
.nav-user-account.expanded {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  border-color: #d8d8d8;
}
.nav-user-account.expanded:not(root:root) {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 2px solid #d8d8d8;
  border-left: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8;
  left: -2px;
  right: -2px;
}
@media all and (min-width: 881px) {
  .nav-user-account.expanded .profile-wrapper {
    padding-bottom: 0;
  }
}
@media all and (max-width: 880px) {
  .nav-user-account.expanded .profile-wrapper::after {
    background-image: url("../../images/ImportedFromKobo/chevron_up_black_icon.png");
    background-image: url("../../images/ImportedFromKobo/chevron_up_black_icon.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1rem;
  }
}
@media all and (max-width: 880px) and (-ms-high-contrast: none) {
  .nav-user-account.expanded .profile-wrapper::after {
    background-image: url("../../images/ImportedFromKobo/chevron_up_black_icon.png");
  }
}
@media all and (max-width: 880px) {
  .nav-user-account.expanded .profile-wrapper::after:not(root:root) {
    background-image: url("../../images/ImportedFromKobo/chevron_up_black_icon.png");
  }
}
.nav-user-account.expanded .profileAuthenticatedUser .myAccount {
  color: #000;
}
.nav-user-account .profile-wrapper {
  padding: 10px 10px 10px 0;
  cursor: pointer;
  line-height: inherit;
  min-height: 0;
  font-style: normal;
  text-align: left;
}
.nav-user-account .profile-wrapper:hover .profileAuthenticatedUser .myAccount, .nav-user-account .profile-wrapper:active .profileAuthenticatedUser .myAccount, body[data-whatinput=keyboard] .nav-user-account .profile-wrapper:focus .profileAuthenticatedUser .myAccount {
  color: #bf0000;
}
.nav-user-account .profile-wrapper::after {
  content: '';
  background-image: url("../../images/ImportedFromKobo/chevron_down_black_icon.png");
  background-image: url("../../images/ImportedFromKobo/chevron_down_black_icon.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1rem;
  float: right;
  width: 1rem;
  height: 3.3rem;
  display: inline-block;
  padding-left: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav-user-account .profile-wrapper::after {
    background-image: url("../../images/ImportedFromKobo/chevron_down_black_icon.png");
  }
}
@media screen and (min-width: 0\0) {
  .nav-user-account .profile-wrapper::after {
    background-image: url("../../images/ImportedFromKobo/chevron_down_black_icon.png");
  }
}
.nav-user-account .profile-wrapper::after:not(root:root) {
  background-image: url("../../images/ImportedFromKobo/chevron_down_black_icon.png");
}
@media all and (max-width: 880px) {
  .nav-user-account .profile-wrapper {
    position: relative;
  }
  .nav-user-account .profile-wrapper::after {
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    height: auto;
  }
}
.nav-user-account .profile-wrapper .profileIcon {
  vertical-align: bottom;
  margin: 0 1rem;
}
.nav-user-account .profile-wrapper .profileAuthenticatedUser {
  display: inline-block;
}
.nav-user-account .profile-wrapper .profileAuthenticatedUser .user-name {
  font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #000;
}
.nav-user-account .profile-wrapper .profileAuthenticatedUser .user-name:lang(ja) {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Verdana, sans-serif;
}
.nav-user-account .profile-wrapper .profileAuthenticatedUser .myAccount {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.nav-user-account .accountDropDownMenu {
  -webkit-box-shadow: 0 6px 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 5px 2px rgba(0, 0, 0, 0.15);
  display: none;
  padding: 15px 15px 20px;
  position: absolute;
  top: 43px;
  right: -1px;
  left: -1px;
  z-index: 9999;
  background-color: white;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.nav-user-account .accountDropDownMenu:not(root:root) {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #d8d8d8;
  border-left: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8;
  left: -2px;
  right: -2px;
}
@media all and (max-width: 880px) {
  .nav-user-account .accountDropDownMenu {
    left: 0;
  }
}
.nav-user-account .accountDropDownMenu.showMenu {
  display: block;
}
@media all and (min-width: 881px) {
  .nav-user-account .accountDropDownMenu.showMenu {
    -webkit-box-shadow: 0 6px 5px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 5px 2px rgba(0, 0, 0, 0.15);
  }
}
@media all and (max-width: 880px) {
  .nav-user-account .accountDropDownMenu.showMenu {
    -webkit-box-shadow: -7px 0 8px -7px rgba(0, 0, 0, 0.3) inset;
    box-shadow: -7px 0 8px -7px rgba(0, 0, 0, 0.3) inset;
  }
}
.nav-user-account .accountDropDownMenu li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #0d0d0d;
  padding: 15px 0 0;
}
.nav-user-account .accountDropDownMenu li.divider {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
}
.nav-user-account .accountDropDownMenu li a:hover {
  text-decoration: none;
  color: #bf0000;
}
.nav-user-account .accountDropDownMenu li a:hover:lang(ja) {
  text-decoration: underline;
}
.nav-user-account .accountDropDownMenu .sign-out {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding: 20px 0 0;
}
.nav-user-account .accountDropDownMenu .sign-out a {
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  display: block;
  padding: 10px;
  border: 3px solid #000;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  text-align: center;
}
.nav-user-account .accountDropDownMenu .sign-out a:hover, .nav-user-account .accountDropDownMenu .sign-out a:focus {
  color: #000;
  background-color: #fff;
}
@media all and (max-width: 880px) {
  .nav-user-account {
    display: inline-block;
    width: 100%;
  }
  .nav-user-account.collapsed {
    background-color: transparent;
  }
  .nav-user-account.collapsed .profile-wrapper {
    margin: 0;
    border-bottom: 0;
    width: 100%;
    top: 0;
  }
  .nav-user-account.expanded {
    background-color: #ededed;
    border: 0;
  }
  .nav-user-account.expanded .profile-wrapper {
    -webkit-box-shadow: -7px 0 8px -7px rgba(0, 0, 0, 0.3) inset;
    box-shadow: -7px 0 8px -7px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0;
    background-color: white;
  }
  .nav-user-account .profile-wrapper {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    background-color: transparent;
    background-position: right 19px center;
  }
  .nav-user-account .accountDropDownMenu {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: inherit;
    border: 0;
    padding-top: 20px;
    padding-bottom: 0;
    background-color: transparent;
  }
  .nav-user-account .accountDropDownMenu li:first-child {
    padding-top: 0;
  }
  .nav-user-account .accountDropDownMenu li:last-child {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 568px) {
  .nav-user-account .profile-wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .nav-user-account .profile-wrapper .profileAuthenticatedUser .user-name {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
  .nav-user-account .profile-wrapper .profileAuthenticatedUser .myAccount {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  .nav-user-account .accountDropDownMenu li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  .nav-user-account .accountDropDownMenu .sign-out {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
@media all and (min-width: 569px) and (max-width: 880px) {
  .nav-user-account .profile-wrapper {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
