@charset "UTF-8";
/* SUPPORT support.ncsoft.jp */
a.list-group-item {
  text-decoration: none;
}

.supportHeaderBar button:focus {
  outline: none !important;
}

.supportHeaderBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 14px 0 20px;
  background: #262626;
  z-index: 100;
}

.supportHeaderBar__menu {
  position: relative;
  width: 24px;
  height: 20px;
  appearance: none;
  border: none;
  background: none;
}

.supportHeaderBar__menu span,
.supportHeaderBar__menu::before,
.supportHeaderBar__menu::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.supportHeaderBar__menu::before {
  left: 0;
  top: 0;
}

.supportHeaderBar__menu::after {
  right: 0;
  bottom: 0;
}

.supportHeaderBar__menu span {
  left: 0;
  top: 9px;
}

.supportHeaderBar__menu.open::before {
  transform: translate(0, 9px) rotate(45deg);
}

.supportHeaderBar__menu.open::after {
  transform: translate(0, -9px) rotate(-45deg);
}

.supportHeaderBar__menu.open span {
  opacity: 0;
}

.supportHeaderBar__login {
  width: 32px;
  height: 32px;
  background: transparent;
  padding: 0;
  border: none;
}

.supportHeaderBar__login svg {
  width: 100%;
  height: 100%;
}

.supportHeaderBar__login.login svg {
  fill: #ff6;
  filter: drop-shadow(0 0 3px #ff0);
}

.supportHeaderBar__login.login svg .st0 {
  fill: #ff0;
}

.supportHeaderBar__logo {
  display: block;
}

.normalHead {
  padding: 0.5em 0;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 2px solid #121212;
}

.head {
  font-size: 1.25rem;
  font-weight: bold;
}

.head--tp1 {
  color: #FFA902;
}

.head--tp2 {
  color: #000;
}

.header--sp1__inner {
  display: block;
  padding: 0.5rem;
  background: #E0D9D0;
  border-radius: 50rem;
  font-weight: bold;
}

/**
 * special btn
 */
.btn--support1 {
  padding: 0;
  width: 240px;
  max-width: 100%;
  border-color: #ccc;
  color: #333;
  background: linear-gradient(to bottom, #FDFDFD, #FAFAFA, #F8F8F8);
  transition: all 0.3s;
}

.btn--support1__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.5em;
  box-shadow: none;
}

.btn--support1__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.25rem;
  height: 60px;
  width: 100%;
  box-shadow: none;
}

.btn--support1__name {
  padding: 0.3rem;
  box-shadow: none;
  margin: 0 calc(-0.5rem + 1px) calc(-0.5rem + 1px);
  background: #eaeaea;
  font-size: 90%;
}

.btn--support1__logoImg {
  max-width: 100%;
  box-shadow: none;
}

.btn--support2 {
  padding: 0;
  box-shadow: none;
  border: 1px solid #c8c8c8;
}

.btn--support2 * {
  box-shadow: none;
}

.btn--support2__inner {
  display: block;
  padding: 1.5rem;
}

.btn--support2__title {
  display: block;
  font-weight: bold;
}

/**
 *
 */
.menuBody {
  position: absolute;
  top: -500px;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 99;
}

.menuBody.open {
  top: 40px;
  visibility: visible;
}

.menuBody__inner {
  position: relative;
  height: 100%;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

.menuBody__menuSet {
  border-color: #ddd;
  border-style: solid;
  border-width: 0 1px 0 0;
}

.menuBody__menuSet:last-child {
  border-width: 0;
}

.menuBody__close {
  display: none;
}

.menuBody__menuSetHeader {
  padding: 0.3rem 1rem;
  margin: 0 0.5rem 1rem;
  font-weight: bold;
  font-size: 1.1rem;
  background: #E0D9D0;
  border-radius: 50rem;
}

.supportMainTitle {
  background: #FDAD00;
  color: #000;
  text-align: center;
}

.supportSubTitle {
  padding: 30px;
}

.supportSubTitleUnder {
  padding: 10px;
  font-weight: bold;
  font-size: 160%;
  background: #E0D9D0;
  line-height: 1;
}

.supportEnquete {
  background: #FFF5D2;
  border-radius: 12px;
}

.supportEnquete__head {
  padding: 1rem 1.5rem;
  background: #FDEAAF;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 12px 12px 0 0;
}

.supportEnquete__body {
  padding: 1rem 1.5rem 1.5rem;
}

.supportEnquete__qTitle {
  font-size: 1rem;
  font-weight: bold;
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pager__btn {
  position: relative;
  appearance: none;
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  padding: 0;
}

.pager__btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid #c6c6c6;
}

.pager__btn--prev::after {
  transform: rotate(45deg);
  border-width: 0 0 2px 2px;
}

.pager__btn--next::after {
  transform: rotate(-45deg);
  border-width: 0 2px 2px 0;
  margin-left: auto;
}

.pager__btn[disabled] {
  opacity: 0.4;
}

/**
 * FOOTER
 */
.support_footer {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  color: #959595;
  font-size: 0.9rem;
}

.support_footer .btn--tp4 {
  width: 160px;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.support_footer__title {
  font-size: 1.1em;
  background: #f2f2f2;
  color: #707070;
  font-weight: bold;
}

/**
 * myAccordion
 */
.myAccordion {
  overflow: hidden;
}

.myAccordion__btn::before {
  content: "▼";
  display: inline-block;
  font-size: 80%;
  margin-right: 0.5rem;
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  line-height: 0;
  color: #666;
}

.myAccordion__btn.show::before {
  transform: rotate(180deg);
}

/**
 * badge (original)
 */
.badge--tp1 {
  padding: 0.5em;
  font-weight: normal;
  font-size: 0.8rem;
  background-color: #F0F0F0;
}

@media (max-width: 575.98px) {
  html {
    font-size: 14px;
  }

  .menuBody {
    left: -100%;
    top: 0 !important;
    height: 100%;
  }

  .menuBody.open {
    position: fixed;
    left: 0;
    z-index: 101;
  }

  .menuBody__inner {
    width: 90%;
    height: 100%;
    overflow-y: auto;
  }

  .menuBody__bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease-in-out;
  }

  .menuBody.open .menuBody__bg {
    opacity: 1;
  }

  .menuBody__menuSet {
    border-width: 1px 0 0 0 !important;
  }

  .menuBody__close {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 10%;
    padding: 0;
    border: none;
    transition: all 0.3s ease-in-out;
    background: none;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    line-height: 1.3;
  }

  .menuBody.open .menuBody__close {
    visibility: visible;
    opacity: 1;
  }

  .menuBody__menuSet li a {
    display: inline-block;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }

  .menuBody__menuSetHeader {
    padding-left: 1rem;
    margin-top: 1.5rem;
  }

  .btn--support1 {
    width: 46%;
  }

  .form-control {
    font-size: 16px;
  }
}

/*# sourceMappingURL=support.css.map */
