table {
  width: 100%;
}

table th,
table td {
  vertical-align: middle;
}

.content-inner {
  margin: 0 auto;
  width: 1024px;
}

@media screen and (max-width: 1064px) {
  .content-inner {
    width: calc(100vw - 40px);
  }
}

.content-header {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content-header {
    text-align: left;
  }
}

.section-header {
  color: #7a8ca0;
  font-weight: bold;
  margin-bottom: 8px;
}

.title-36 {
  font-size: clamp(24px, 3.515625vw, 36px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6em;
  color: #36404B;
}

@media screen and (max-width: 1024px) {
  .title-36 {
    font-size: 24px;
  }
}

/* ========================================================================
     Component: Mainvisual
 ========================================================================== */
.webp .mv {
  background-image: url("/service/payment/assets/images/faq/mainvisual_bg@2x.png.webp");
}

.no-webp .mv {
  background-image: url("/service/payment/assets/images/faq/mainvisual_bg@2x.png");
}

@media screen and (max-width: 767px) {
  .webp .mv {
    background-image: url("/service/payment/assets/images/faq/mainvisual_bg_sp@2x.png.webp");
  }

  .no-webp .mv {
    background-image: url("/service/payment/assets/images/faq/mainvisual_bg_sp@2x.png");
  }
}

/* ========================================================================
   Component: qa
========================================================================== */
@media screen and (max-width: 1024px) {
  .qa-service {
    max-width: 848px;
    width: 79.69924812030075vw;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .qa-service {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .qa-tab {
    margin: auto;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .qa-tab {
    width: 100%;
    z-index: 1;
    background: #fff;
    overflow: hidden;
    padding: 0px 16px;
    max-height: 0;
    transition: all 0.3s;
    border-left: 1px solid #c9d1d9;
    border-right: 1px solid #c9d1d9;
  }
}

@media screen and (max-width: 1024px) {
  .qa-tab-item {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .qa-tab-item:first-child {
    margin-top: 0;
  }
}

.qa-tab-item-link {
  display: block;
}

@media screen and (min-width: 1025px) {
  .qa-tab-item-link {
    text-align: center;
    height: 54px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid #c9d1d9;
    opacity: 0.5;
    line-height: 1;
  }

  .qa-tab-item-link:hover {
    border-bottom: 4px solid #094c97;
    opacity: 1;
  }
}

@media screen and (min-width: 1025px) {
  .qa-tab-item-link span {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .qa-tab-item-link span {
    display: inline-block;
    border-bottom: 1px solid #094c97;
    color: #094c97;
    font-size: clamp(14px, 1.3671875vw, 14px);
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .qa-tab-item-link span:after {
    content: "";
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 2px #094c97;
    border-right: solid 2px #094c97;
    transform: rotate(45deg);
    margin: 0 5px 3px 5px;
  }
}

@media screen and (max-width: 1024px) {
  .qa-tab-item-link img {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 380px) {
  .qa-tab-item-link {
    padding: 16px 10px;
  }
}

@media screen and (min-width: 1025px) {
  .qa-tab-item.current .qa-tab-item-link {
    border-bottom: 4px solid #094c97;
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .qa-tab-item.current .qa-tab-item-link span {
    font-weight: 600;
  }
}

@media screen and (max-width: 1024px) {
  .qa-tab-item.current img {
    width: auto;
    height: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .qa-tab-title {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .qa-tab-title {
    border: 1px solid #c9d1d9;
    background: #fff;
    padding: 20px 16px 20px 40px;
    line-height: 1;
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .qa-tab-title:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    border-top: solid 3px #094c97;
    border-right: solid 3px #094c97;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
  }
}

@media screen and (min-width: 1025px) {
  .qa-category {
    display: flex;
    align-items: center;
  }
}

.qa-category-title {
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .qa-category-title {
    margin-right: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .qa-category-title {
    margin-bottom: 8px;
  }
}

.qa-category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .qa-category-list {
    justify-content: space-between;
  }
}

.qa-category-list-item {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .qa-category-list-item {
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .qa-category-list-item {
    width: calc(50% - 4px);
  }
}

.qa-category-list-item a {
  display: block;
  font-weight: 600;
  padding: 8px 16px;
  background: #f0f3f5;
  color: #094c97;
}

@media screen and (max-width: 767px) {
  .qa-category-list-item a {
    display: block;
    font-size: 14px;
    padding: 4px 16px;
  }
}

@media screen and (max-width: 767px) {
  .qa .col-848 {
    width: calc(100vw - 40px);
  }
}

.qa-box {
  border: 1px solid #c9d1d9;
  margin-bottom: 34px;
}

.qa-box,
.qa-question {
  border-radius: 12px;
}

.qa-box.active .qa-question {
  border-radius: 12px 12px 0 0;
}

.qa-answer {
  border-radius: 0 0 12px 12px;
}

.qa-question,
.qa-answer {
  padding: 24px;
}

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

  .qa-question,
  .qa-answer {
    padding: 16px;
  }
}

.qa-question-inner,
.qa-answer-inner {
  position: relative;
  padding-left: 40px;
}

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

  .qa-question-inner,
  .qa-answer-inner {
    padding-left: 32px;
  }
}

.qa-question-inner:before,
.qa-answer-inner:before {
  font-family: "Avenir";
  font-weight: 600;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0.5em;
  transform: translateY(-50%);
}

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

  .qa-question-inner:before,
  .qa-answer-inner:before {
    font-size: 26px;
  }
}

.qa-question {
  background: #f0f3f5;
  display: flex;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .qa-question {
    align-items: center;
  }
}

.qa-question-inner {
  flex: 1;
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .qa-question-inner {
    padding-right: 0;
  }
}

.qa-question-inner:before {
  content: "Q";
  color: #707f89;
}

.qa-question p {
  font-weight: 600;
}

.qa-question h3 {
  font-weight: 600;
}

.qa-question .toggle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #094c97;
  position: relative;
}

.qa-question .toggle::before,
.qa-question .toggle::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}

.qa-question .toggle::after {
  transform: rotate(90deg);
}

.qa-answer {
  background: #fff;
}

.qa-answer-inner:before {
  content: "A";
  color: #f34b4b;
}

.qa-answer p {
  line-height: 1.8;
}

.qa-answer p a {
  position: relative;
  color: #094c97;
  border-bottom: 1px solid #094c97;
  transition: opacity 300m;
}

.qa-answer p a:hover {
  border-bottom: none;
}

.js_accordion-head.active .toggle::after {
  transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .qa-service.active .qa-tab {
    padding: 20px 16px;
    max-height: 500px;
    border-bottom: 1px solid #c9d1d9;
  }
}

@media screen and (max-width: 1024px) {
  .qa-service.active .qa-tab-title:before {
    transform: rotate(-45deg);
  }
}

@media screen and (min-width: 768px) {
  *[id*="pos_faq"] .qa-tab-item {
    width: 25%;
  }
}

@media screen and (max-width: 1024px) {
  *[id*="pos_faq"] .qa-tab-item img {
    width: 100%;
    height: auto;
    margin: 0 16px;
  }
}

*[id*="os_faq"] .mv {
  position: relative;
}

@media screen and (min-width: 1025px) {

  *[id*="os_faq"] .header.is-fixed .header-main,
  *[id*="os_faq"] .header.is-fixed .header-level2-left {
    position: inherit;
    z-index: 0;
  }

  *[id*="os_faq"] .header.is-fixed .header-level3,
  *[id*="os_faq"] .header.is-fixed .header-level3-left {
    position: fixed;
    top: 0;
  }

  *[id*="os_faq"] .header.is-fixed+.content .header-level4 {
    position: fixed;
    top: 46px;
    z-index: 2;
  }

  *[id*="os_faq"] .breadcrumbs {
    z-index: 1;
  }
}

/* ========================================================================
   新レジ
========================================================================== */
.corner-r12 {
  border-radius: 12px;
  overflow: hidden;
}