.shoemart-faq {
  width: 100%;
  max-width: 840px;
  margin: 0 auto
}

.shoemart-faq details.qa-006 {
  max-width: none;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.shoemart-faq details.qa-006 summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 20px 0 21px;
  background: none;
  border: 0;
  color: #0a0a0a;
  font-family: 'Noto Sans JP', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  box-sizing: border-box
}

.shoemart-faq details.qa-006 summary::-webkit-details-marker {
  display: none
}

.shoemart-faq details.qa-006 summary::after {
  content: '';
  display: block;
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-left: 12px;
  border-right: 1.6px solid #0a0a0a;
  border-bottom: 1.6px solid #0a0a0a;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s
}

.shoemart-faq details.qa-006[open] summary::after {
  transform: translateY(1px) rotate(-135deg)
}

.shoemart-faq details.qa-006 .qaa-a {
  margin: 0 0 24px;
  padding: 0;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .4px
}

.shoemart-faq details.qa-006 .qaa-a::before {
  display: none;
  content: none
}

.shoemart-faq details.qa-006 .qaa-a a {
  color: #384a70;
  text-decoration: underline
}

.shoemart-faq details.qa-006 .qaa-a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 12px 0
}

.shoemart-faq details.qa-006 .qaa-a ul.list {
  margin: 8px 0 16px;
  padding-left: 1.4em
}

.shoemart-faq details.qa-006 .qaa-a ul.list li {
  margin-bottom: 6px;
  list-style: disc
}

.shoemart-faq .qaa-item {
  padding-left: 0
}

.shoemart-faq .qaa-item::before {
  display: none;
  content: none
}

.shoemart-faq .toc-004 {
  margin: 0 0 8px;
  padding: 0;
  background: none;
  border: 0
}

.shoemart-faq .toc-004 ol {
  margin: 0;
  padding-left: 1.4em
}

.shoemart-faq .toc-004 ol li {
  margin-bottom: 8px;
  font-size: 14px
}

.shoemart-faq .toc-004 ol a {
  color: #384a70;
  text-decoration: underline
}

.shoemart-faq__heading {
  margin: 40px 0 8px;
  padding: 4px 0 4px 12px;
  border-left: 2px solid #384a70;
  color: #384a70;
  font-family: 'Noto Sans JP', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3
}

.shoemart-faq .qaa-a font[color] {
  color: #384a70 !important
}

.shoemart-faq section {
  scroll-margin-top: 90px
}