.section-guide-faq {
  margin-bottom: 60px;
}

.section-guide-faq .faq-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.section-guide-faq .item-question {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #eee;
  font-size: 14px;
  cursor: pointer;
}

.section-guide-faq .faq-list {
  border-bottom: 1px solid #eee;
}

.section-guide-faq .question-heading {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding-right: 1px;
  border-radius: 4px;
  background-color: #8538f9;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.section-guide-faq .question-content {
  flex: 1;
  font-size: 13px;
  line-height: calc(24 / 13);
  margin-top: -2px;
  font-weight: 600;
}

html.is-android .section-guide-faq .question-content {
  font-weight: 700;
}

.section-guide-faq .item-question::before,
.section-guide-faq .item-question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 2px;
  transition: transform 0.3s ease;
  background: #8538f9;
}

.section-guide-faq .item-question::after {
  transform: rotate(90deg);
}

.section-guide-faq .item-question.is-active::after {
  transform: rotate(0);
}

.section-guide-faq .item-answer {
  display: none;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  border-top: 1px solid #eee;
}

@media (min-width: 950px) {
  .section-guide-faq .heading-common {
    margin-bottom: 58px;
  }

  .section-guide-faq .title-common-secondary {
    margin-bottom: 52px;
  }

  .section-guide-faq .answer-content {
    line-height: calc(28 / 14);
    padding: 25px 0 24px;
    font-size: 14px;
  }

  .section-guide-faq .item-question {
    padding: 21px 20px 18px 0;
  }

  .section-guide-faq .question-heading {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 949.98px) {
  .section-guide-faq .item-answer {
    font-size: 13px;
  }

  .section-guide-faq .heading-common {
    margin-bottom: 61px;
  }

  .section-guide-faq .answer-content {
    font-size: 13px;
    line-height: calc(26 / 13);
    padding: 20px 0 19px;
  }

  .section-guide-faq .item-question {
    padding: 21px 20px 18px 0;
  }

  .section-guide-faq .question-heading {
    margin-right: 4px;
  }
}

.section-guide-category .category-wrapper {
  background-color: #eee;
}

.section-guide-category .wrapper {
  max-width: 940px;
  margin: 0 auto;
}

.section-guide-category .category-title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.section-guide-category .category-item {
  position: relative;
  border-radius: 12px;
  background-color: #fff;
  font-weight: 600;
  cursor: pointer;
}

html.is-android .section-guide-category .category-item {
  font-weight: 700;
}

.section-guide-category .category-item.is-special .item-wrapper::before {
  right: 20px;
  width: 7px;
  height: 12px;
  background: url("../img/common/icn_arrow_01.svg") 50% 50%/100% auto no-repeat;
}

.section-guide-category .item-wrapper::before,
.section-guide-category .item-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 2px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  background: #8538f9;
}

.section-guide-category .item-wrapper::after {
  top: calc(50% - 1px);
  transform: rotate(90deg);
}

.section-guide-category .item-wrapper.is-active::after {
  transform: rotate(0);
}

.section-guide-category .category-item.is-special .item-wrapper::after {
  display: none;
}

.category-item .item-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.category-item .item-wrapper:hover {
  opacity: 0.8;
}

.category-item .item-type {
  display: flex;
  align-items: center;
}

.category-item .item-image {
  flex-shrink: 0;
  align-self: flex-start;
  width: 13px;
  height: 20px;
  margin: 0 10px 0 0;
}

.category-item .list-common-guide {
  display: none;
}

.category-item .item-image img {
  width: 100%;
  height: auto;
}

.category-item .type-content {
  line-height: 1.5;
}

@media (min-width: 950px) {
  .section-guide-category {
    margin-bottom: 100px;
    padding: 0 5px;
  }

  .section-guide-category .category-wrapper {
    padding: 63px 20px;
    border-radius: 24px;
  }

  .section-guide-category .title-common-secondary {
    margin-bottom: 63px;
  }

  .section-guide-category .type-content {
    font-size: 15px;
  }

  .section-guide-category .category-inner {
    display: flex;
    gap: 20px;
    max-width: 820px;
    margin: 0 auto;
  }
  
  .section-guide-category .category-list {
    width: 100%;
    flex: 1;
  }

  .section-guide-category .category-item {
    width: 100%;
    margin-bottom: 15px;
  }

  .category-item .item-wrapper {
    padding: 19px 30px 18px 20px;
  }
}

@media only screen and (max-width: 949.98px) {
  .section-guide-category {
    margin-bottom: 60px;
  }

  .section-guide-category .category-wrapper {
    padding: 40px 0;
  }

  .section-guide-category .type-content {
    font-size: 14px;
  }

  .section-guide-category .category-item {
    margin-bottom: 10px;
  }

  .section-guide-category .category-item:last-child {
    margin: 0;
  }

  .category-item .item-wrapper {
    padding: 15px 30px 15px 20px;
  }
}

@media (min-width: 950px) {
  .section-payment-about .heading-common {
    margin-bottom: 50px;
  }

  .section-payment-about .about-content {
    max-width: 700px;
    margin: 0 auto 100px;
  }
}

@media only screen and (max-width: 949.98px) {
  .section-payment-about .heading-common {
    margin-bottom: 30px;
  }

  .section-payment-about .about-content {
    margin-bottom: 80px;
  }
}

.list-payment-primary .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-payment-primary .item-title {
  padding: 20px 2px 20px 0;
  border-top: 1px solid #eee;
}

.list-payment-primary .item-title::after {
  right: 0;
  transition: transform 0.3s ease;
}

.list-payment-primary .item-title.is-active::after {
  transform: rotate(90deg);
}

.list-payment-primary .list-item:last-child .item-title,
.list-payment-primary .list-item:last-child .child-block {
  border-bottom: 1px solid #eee;
}

.list-payment-secondary {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-payment-secondary .child-block {
  padding: 20px;
  border-top: 1px solid #eee;
  background-color: #f7f7f7;
}

.list-payment-secondary .child-block::after {
  right: 25px;
}

.list-payment-secondary .child-block,
.list-payment-primary .item-title {
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
  opacity: 1;
  font-weight: 600;
  cursor: pointer;
}

html.is-android .list-payment-secondary .child-block,
html.is-android .list-payment-primary .item-title {
  font-weight: 700;
}

.list-payment-secondary .child-block:hover,
.list-payment-primary .item-title:hover {
  opacity: 0.8;
}

.list-payment-secondary .child-block::after,
.list-payment-primary .item-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  background: url("../img/common/icn_arrow_01.svg") 50% 50%/100% auto no-repeat;
}

@media (min-width: 950px) {

  .list-payment-secondary .child-block,
  .list-payment-primary .item-title {
    font-size: 16px;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 949.98px) {

  .list-payment-secondary .child-block,
  .list-payment-primary .item-title {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}