.elementor-111 .elementor-element.elementor-element-501ac52{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c92a23d */.qf-howto {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", sans-serif;
  background: #f9fafb;
  padding: 40px 20px;
  color: #111;
}
.qf-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.qf-lead {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: #444;
}
.qf-steps {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}
.qf-step {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
}
.qf-step img {
  width: 100px;
  margin-bottom: 12px;
}
.qf-step h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.qf-step p {
  font-size: .95rem;
  color: #333;
}
.qf-arrow {
  font-size: 2rem;
  color: #2563eb;
  margin: 10px 0;
  font-weight: bold;
}

/* FAQ */
.qf-faq {
  max-width: 800px;
  margin: 0 auto 50px;
}
.qf-faq-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  border-left: 4px solid #2563eb;
  padding-left: 10px;
}
.faq-item {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
}
.faq-item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111;
}
.faq-item p {
  font-size: .95rem;
  color: #444;
}

/* CTAボタン */
.qf-cta {
  text-align: center;
}
.qfpc-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #111;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
}
.qfpc-btn:hover {
  background: #333;
}/* End custom CSS */