html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus, button:focus {
  outline: 0;
}

select {
  cursor: pointer;
}

a {
  text-decoration: none;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.help__q {
  position: absolute;
  left: 0;
  width: 24px;
}
.help__item {
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.categoryHelp__item {
  position: relative;
}

.help__link {
  display: block;
  position: relative;
  width: auto;
  padding: 16px 32px;
  z-index: 1;
}

.helpCategory__item {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}

.help__item::after,
.categoryHelp__item::after {
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  content: url(/faq/images/arrowrightIcon.svg);
}

.helpCategory__item.is-open {
  transition: .3s;
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-bottom: 16px;
  font-size: 14px;
}

.helpCategory__lead::after {
  position: absolute;
  right: 8px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: url(/faq/images/arrowdownIcon.svg)
}

.helpCategory__lead.can-open::after {
  position: absolute;
  right: 8px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: url(/faq/images/arrowdownIcon.svg)
}

.helpCategory__item.is-open:nth-child(2) {
  padding-top: 16px;
}

.helpCategory__item.is-open:last-child {
  padding-bottom: 32px;
}

.helpCategory__lead::after {
  transition: .3s;
  top: 6px;
}

.helpDetail__question,
.helpDetail__answer {
  position: relative;
  padding-left: 44px;
}

.helpDetail__image {
  position: absolute;
  left: 0;
}

.helpDetail__title {
  font-weight: bold;
  margin-bottom: 8px;
}

.help__label,
.help__label--app,
.help__label--yahoo,
.help__label--wallet,
.help__label--category,
.help__label--subcategory {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid;
  font-size: 12px;
  line-height: 1;
  border-radius: 9px;
  margin-right: 5px;
}

.help__label--app {
  border-color: #7889f7;
  color: #7889f7;
}

.help__label--yahoo {
  border-color: #fd5c5c;
  color: #fd5c5c;
}

.help__label--wallet {
  border-color: #20bf7a;
  color: #20bf7a;
}

.help__label--category, .help__label--subcategory {
  border-color: #909090;
  color: #909090;
}

.help__label--subcategory {
  margin-right: 5px;
}

.help__inputContainer {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}

.help__input {
  display: block;
  width: 100%;
  font-size: 14px;
  border: none;
  padding-bottom: 8px;
  border-bottom: 1px solid #bababa;
  border-radius: 0;
}

.help__input::-webkit-input-placeholder {
  color: #bababa;
}

.help__input::-moz-placeholder {
  color: #bababa;
}

.help__input:-ms-input-placeholder {
  color: #bababa;
}

.help__input::-ms-input-placeholder {
  color: #bababa;
}

.help__input::placeholder {
  color: #bababa;
}

.help__input:not(:-moz-placeholder-shown) {
  border-bottom: 1px solid #3895ff;
}

.help__input:not(:-ms-input-placeholder) {
  border-bottom: 1px solid #3895ff;
}

.help__input:not(:placeholder-shown) {
  border-bottom: 1px solid #3895ff;
}

.help__input:focus {
  border-bottom: 2px solid #3895ff;
}

.help__searchResultHeading {
  font-size: 20px;
  line-height: bold;
}

.help__searchResultMessage {
  margin-top: 18px;
  color: #606060;
}

.help__searchResultCount {
  font-weight: bold;
}

.help__list {
  border-top: 1px solid #eeeeee;
  margin-top: -18px;
}

.help__listTop {
  margin-top: 0;
}

.helpPagenation {
  margin: 24px auto 32px;
}

.helpPagenation__item {
  width: 62px;
  margin-right: 4px;
  font-size: 14px;
  text-align: center;
}

.helpPagenation__item:last-child {
  margin-right: 0;
}

.helpPagenation__btnContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.helpPagenation__counterItemContainer {
  display: flex;
}

.helpPagenation__counterItem {
  margin-right: 4px;
}

.helpPagenation__counterItem:first-child {
  margin-left: 4px;
}

.helpPagenation__link {
  display: block;
  width: 62px;
  min-width: 52px;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #3895ff;
  color: #3895ff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.helpPagenation__link:not(:last-child) {
  margin-right: 4px;
}

.helpPagenation__link--disabled {
  pointer-events: none;
  border-color: #dddddd;
  color: #bababa;
  background: #dddddd;
}

.helpPagenation__linkPrevNext:last-child {
  margin-left: 4px;
  margin-right: 0;
}

.helpPagenation__linkPrevNext--disabled {
  display: none;
}

.helpPagenation__linkNext {
  margin-left: 4px;
}

.helpPagenation__totalCounter {
  font-size: 13px;
  color: #909090;
  text-align: center;
  margin-top: 16px;
}


@media screen and (min-width: 768px) {
  .br__sp {
    display: none;
  }

  .breadcrumb {
    background: #f7f7f7;
  }

  .breadcrumb__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 990px;
    margin: 0 auto;
    padding: 12px 16px;
    box-sizing: border-box;
  }

  .breadcrumb__item {
    position: relative;
    margin-right: 28px;
    color: #242323;
    font-weight: bold;
    font-size: 12px;
  }

  .breadcrumb__item::after {
    position: absolute;
    top: 6px;
    right: -15px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #bababa;
    border-right: 2px solid #bababa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
  }

  .breadcrumb__item:last-child {
    margin-right: 0;
  }

  .breadcrumb__item:last-child::after {
    content: none;
  }

  .breadcrumb__link {
    color: #242323;
    font-weight: normal;
  }

  .content {
    max-width: 960px;
    margin: 60px auto 100px;
    padding: 0 24px;
  }

  .help {
    color: #242323;
  }

  .help__title {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 24px;
  }

  .help__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
    padding-bottom: 56px;
    border-bottom: 2px solid #eeeeee;
  }

  .help__lead {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 18px;
  }

  .help__button {
    position: absolute;
    top: -5px;
    right: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .help__list {
    margin-bottom: 56px;
  }

  .help__list--result {
    margin-bottom: 24px;
    border-top: 1px solid #eeeeee;
  }

  .help__text {
    margin-bottom: 8px;
    color: #242323;
  }

  .help__hit {
    margin-bottom: 16px;
    color: #606060;
    font-size: 14px;
  }

  .helpBox,
  .helpBox--blue,
  .helpBox--red,
  .helpBox--green,
  .helpBox--gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 228px;
    margin-right: 16px;
    border: 1px solid;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .helpBox:last-child,
  .helpBox--blue:last-child,
  .helpBox--red:last-child,
  .helpBox--green:last-child,
  .helpBox--gray:last-child {
    margin-right: 0;
  }

  .helpBox--blue {
    border-color: #7889f7;
  }

  .helpBox--red {
    border-color: #fd5c5c;
  }

  .helpBox--green {
    border-color: #52cc97;
  }

  .helpBox--gray {
    border-color: #909090;
  }

  .helpBox__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 74px;
    color: #606060;
    font-size: 14px;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .helpBox__link {
    width: 100%;
  }

  .helpBox__button,
  .helpBox__button--blue,
  .helpBox__button--red,
  .helpBox__button--green,
  .helpBox__button--gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
    color: #ffffff;
    border-radius: 0px 0px 7px 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .helpBox__button--blue {
    background: #7889f7;
  }

  .helpBox__button--red {
    background: #fd5c5c;
  }

  .helpBox__button--green {
    background: #52cc97;
  }

  .helpBox__button--gray {
    background: #909090;
  }

  .helpBox__image {
    margin-left: 4px;
  }

  .helpCategory__title {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 18px;
  }

  .helpCategory__lead {
    position: relative;
    padding: 16px 0;
    cursor: pointer;
  }

  .helpCategory__lead::after {
    top: 8px;
  }

  .helpCategory__lead.can-open::after {
    top: 16px;
  }

  .helpCategory__list {
    border-top: 1px solid #eeeeee;
  }

  .helpCategory__list:last-child {
    border-bottom: 1px solid #eeeeee;
  }

  .helpCategory__item {
    font-size: 14px;
  }

  .helpCategory__link {
    color: #3895ff;
  }

  .helpApp {
    margin-bottom: 56px;
    padding-bottom: 40px;
    border-bottom: 2px solid #eeeeee;
  }

  .helpApp__title {
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 24px;
  }

  .helpApp__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .helpApp__item {
    width: 50%;
    margin-bottom: 16px;
  }

  .helpApp__link {
    color: #3895ff;
  }

  .helpLook {
    width: 400px;
    margin: 0 auto 56px;
    padding: 20px 0;
    border: 1px solid #dddddd;
    text-align: center;
    background: #f7f7f7;
    border-radius: 8px;
  }

  .helpLook__lead {
    margin-bottom: 16px;
    font-weight: bold;
  }

  .helpLook__note {
    position: relative;
    margin-bottom: 4px;
    color: #606060;
    font-size: 12px;
  }

  .helpLook__link {
    color: #3895ff;
    font-weight: bold;
    font-size: 14px;
  }

  .helpDetail__question {
    margin-bottom: 28px;
  }

  .helpDetail__answer {
    margin-bottom: 80px;
  }

  .helpDetail__title {
    font-size: 24px;
  }

  .helpDetail__note {
    margin-bottom: 8px;
    padding-top: 16px;
    color: #606060;
    font-size: 12px;
    text-align: center;
  }

  .helpDetail__button {
    width: 327px;
    margin: 0 auto;
    padding: 12px 0;
    border: 1px solid #3895ff;
    color: #3895ff;
    text-align: center;
    border-radius: 8px;
  }

  .help__searchContainer {
    margin-top: 56px;
    margin-bottom: 32px;
  }

  .help__searchResultHeading {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .br__pc {
    display: none;
  }

  .breadcrumb {
    background: #f7f7f7;
  }

  .breadcrumb__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 16px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .breadcrumb__item {
    position: relative;
    margin-right: 28px;
    color: #242323;
    font-weight: bold;
    font-size: 12px;
  }

  .breadcrumb__item::after {
    position: absolute;
    top: 6px;
    right: -15px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #bababa;
    border-right: 1px solid #bababa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
  }

  .breadcrumb__item:last-child {
    margin-right: 0;
  }

  .breadcrumb__item:last-child::after {
    content: none;
  }

  .breadcrumb__link {
    font-weight: normal;
    color: #242323;
  }

  .content {
    margin: 32px 0 80px;
    padding: 0 24px;
  }

  .help {
    color: #242323;
  }

  .help__title {
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 20px;
  }

  .help__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 2px solid #eeeeee;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .help__lead {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 16px;
  }

  .help__button {
    position: absolute;
    top: -5px;
    right: 0;
    border: none;
    background: transparent;
  }

  .help__list {
    margin-bottom: 40px;
  }

  .help__list--result {
    margin-bottom: 24px;
    border-top: 1px solid #eeeeee;
  }

  .help__text {
    margin-bottom: 8px;
    color: #242323;
  }

  .help__hit {
    margin-bottom: 16px;
    color: #606060;
    font-size: 14px;
  }

  .helpBox--blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    margin-bottom: 8px;
    border: 1px solid;
    border-color: #7889f7;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .helpBox--red {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    margin-bottom: 8px;
    border: 1px solid;
    border-color: #fd5c5c;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .helpBox--green {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    margin-bottom: 8px;
    border: 1px solid;
    border-color: #52cc97;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .helpBox--gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    margin-bottom: 8px;
    border: 1px solid;
    border-color: #909090;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .helpBox__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    color: #606060;
    font-size: 12px;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .helpBox__link {
    width: 100%;
    font-size: 14px;
  }

  .helpBox__button--blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0;
    color: #ffffff;
    border-radius: 0px 0px 7px 7px;
    background: #7889f7;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .helpBox__button--red {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0;
    color: #ffffff;
    border-radius: 0px 0px 7px 7px;
    background: #fd5c5c;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .helpBox__button--green {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0;
    color: #ffffff;
    border-radius: 0px 0px 7px 7px;
    background: #52cc97;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .helpBox__button--gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0;
    color: #ffffff;
    border-radius: 0px 0px 7px 7px;
    background: #909090;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .helpBox__image {
    width: 20px;
    height: 20px;
    margin-left: 4px;
  }

  .helpCategory__title {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 16px;
  }

  .helpCategory__lead,
  .helpCategory__lead--down {
    position: relative;
    padding: 12px 0;
  }

  .helpCategory__lead--down {
    position: relative;
    padding: 12px 0;
  }

  .helpCategory__lead.can-open::after {
    top: 12px;
  }

  .helpCategory__list {
    border-top: 1px solid #eeeeee;
  }

  .helpCategory__list:last-child {
    border-bottom: 1px solid #eeeeee;
  }

  .helpCategory__link {
    color: #3895ff;
  }

  .helpApp {
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 2px solid #eeeeee;
  }

  .helpApp__title {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 20px;
  }

  .helpApp__item {
    margin-bottom: 16px;
  }

  .helpApp__link {
    color: #3895ff;
  }

  .helpLook {
    width: 100%;
    margin: 0 auto 40px;
    padding: 20px 0;
    border: 1px solid #dddddd;
    text-align: center;
    background: #f7f7f7;
    border-radius: 8px;
  }

  .helpLook__lead {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 14px;
  }

  .helpLook__note {
    position: relative;
    margin-bottom: 4px;
    color: #606060;
    font-size: 12px;
  }

  .helpLook__link {
    color: #3895ff;
    font-weight: bold;
    font-size: 14px;
  }

  .helpDetail__question {
    margin-bottom: 24px;
  }

  .helpDetail__answer {
    margin-bottom: 56px;
  }

  .helpDetail__title {
    font-size: 20px;
  }

  .helpDetail__note {
    margin-bottom: 8px;
    padding-top: 8px;
    color: #606060;
    font-size: 12px;
    text-align: center;
  }

  .helpDetail__button {
    width: 100%;
    padding: 12px 0;
    border: 1px solid #3895ff;
    color: #3895ff;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
  }

  .help__searchContainer {
    margin-top: 40px;
    margin-bottom: 32px;
  }

  .help__searchResultHeading {
    margin-top: 32px;
  }
}

@media screen and (max-width: 320px) {
  .help__title {
    font-size: 18px;
  }

  .helpBox__text {
    font-size: 11px;
  }

  .helpBox__link {
    font-size: 12px;
  }
}