/* デフォルトフォントサイズ設定 */
.guide p {
  font-size: 16px !important;
}

.guide .bnr_blc .box a {
  padding: 20px;
}

.guide .bnr_blc .box.order a {
  background-image:none;
}
.guide .bnr_blc .box.order a:hover {
  background-image:none;
}
.guide .bnr_blc .box.teiki a {
  background-image:none;
}
.guide .bnr_blc .box.teiki a:hover {
  background-image:none;
}
.guide .bnr_blc .box.payment a {
  background-image:none;
}
.guide .bnr_blc .box.payment a:hover {
  background-image:none;
}
.guide .bnr_blc .box.deliv a {
  background-image:none;
}
.guide .bnr_blc .box.deliv a:hover {
  background-image:none;
}
.guide .bnr_blc .box.cancel a {
  background-image:none;
}
.guide .bnr_blc .box.cancel a:hover {
  background-image:none;
}
.guide .bnr_blc .box.return a {
  background-image:none;
}
.guide .bnr_blc .box.return a:hover {
  background-image:none;
}
/* FAQ スタイル */
.faq-list {
  margin-bottom: 2rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-list:last-child {
  margin-bottom: 0;
}

.faq-question {
  background-color: #f8f9fa;
  padding: 1rem 1.5rem;
  margin: 0;
  font-size:  0.875rem;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.faq-question:hover {
  background-color: #e9ecef;
}

.faq-answer {
  padding: 1.5rem;
  margin: 0;
  line-height: 1.6;
  color: #555;
  background-color: #fff;
  font-size:  0.875rem;
}

/* sec04_panel内のaタグのホバースタイル */
.sec04_panel a:not(.sec04_download) {
  color: #0070f3;
  text-decoration: underline;
  text-decoration-color: #0070f3;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  transition: color 0.2s, text-decoration-color 0.2s;
}