.elementor-13060 .elementor-element.elementor-element-7b4f749{--display:flex;}.elementor-13060 .elementor-element.elementor-element-cb93f2c{--display:flex;}@media(max-width:767px){.elementor-13060 .elementor-element.elementor-element-7b4f749{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13060 .elementor-element.elementor-element-c93a3dc > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-c93a3dc *//* ========================================
   マン天 記事共通CSS
   対象: .manten-article 配下の全要素
   ======================================== */

/* ---------- Base ---------- */
.manten-article {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", sans-serif;
  color: #333;
  line-height: 1.9;
  font-size: 16px;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* ---------- Headings ---------- */
.manten-article h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 24px;
  padding: 0 0 12px;
  border-bottom: 3px solid #ff6600;
  color: #222;
}

.manten-article h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 56px 0 20px;
  padding: 10px 0 10px 16px;
  border-left: 5px solid #ff6600;
  color: #222;
}

.manten-article h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 36px 0 12px;
  padding: 0;
  color: #333;
}

/* ---------- Paragraph & Link ---------- */
.manten-article p {
  margin: 0 0 20px;
}

.manten-article a {
  color: #ff6600;
  text-decoration: underline;
  transition: opacity 0.2s;
}

.manten-article a:hover {
  opacity: 0.7;
}

/* ---------- Inline utilities ---------- */
.manten-article .marker {
  background: linear-gradient(transparent 60%, #fff3b0 60%);
  padding: 0 2px;
  font-weight: 700;
}

.manten-article .red-text {
  color: #e03e2d;
  font-weight: 700;
}

.manten-article .large-number {
  font-size: 1.35em;
  font-weight: 700;
  color: #e03e2d;
}

.manten-article sup {
  font-size: 0.75em;
  color: #888;
  vertical-align: super;
  line-height: 0;
}

/* ---------- TOC Box ---------- */
.manten-article .toc-box {
  background: #fdf8f0;
  border: 1px solid #f0dcc0;
  border-radius: 8px;
  padding: 24px 28px;
  margin: 32px 0 40px;
}

.manten-article .toc-box .toc-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #222;
}

.manten-article .toc-box ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  counter-reset: toc-counter;
}

.manten-article .toc-box li {
  margin: 0 0 8px;
  padding-left: 8px;
  line-height: 1.6;
  position: relative;
  counter-increment: toc-counter;
}

.manten-article .toc-box li::before {
  content: counter(toc-counter) ".";
  position: absolute;
  left: -20px;
  color: #ff6600;
  font-weight: 700;
}

.manten-article .toc-box a {
  color: #555;
  text-decoration: none;
  transition: color 0.2s;
}

.manten-article .toc-box a:hover {
  color: #ff6600;
  text-decoration: underline;
}

/* ---------- Point Box ---------- */
.manten-article .point-box {
  background: #fff;
  border: 2px solid #ff6600;
  border-radius: 8px;
  padding: 24px 28px;
  margin: 28px 0;
  position: relative;
}

.manten-article .point-box .point-title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #ff6600;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 4px;
  margin: -40px 0 16px -4px;
  position: relative;
  top: -4px;
}

.manten-article .point-box p {
  margin: 0 0 12px;
}

.manten-article .point-box p:last-child {
  margin-bottom: 0;
}

/* ---------- Case Card ---------- */
.manten-article .case-card {
  background: #f9f9f9;
  border-left: 5px solid #ff6600;
  border-radius: 0 8px 8px 0;
  padding: 24px 28px;
  margin: 28px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.manten-article .case-card .case-title {
  font-size: 18px;
  font-weight: 700;
  color: #ff6600;
  margin: 0 0 14px;
  padding: 0;
}

.manten-article .case-card p {
  margin: 0 0 10px;
}

.manten-article .case-card p:last-child {
  margin-bottom: 0;
}

/* ---------- Data Table ---------- */
.manten-article .data-table-wrapper {
  overflow-x: auto;
  margin: 24px 0;
  -webkit-overflow-scrolling: touch;
}

.manten-article .data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  min-width: 560px;
}

.manten-article .data-table th,
.manten-article .data-table td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.manten-article .data-table thead th {
  background: #ff6600;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.manten-article .data-table tbody tr:nth-child(even) {
  background: #fdf8f0;
}

.manten-article .data-table tbody tr:hover {
  background: #fff3e0;
}

/* ---------- Step Container ---------- */
.manten-article .step-container {
  margin: 28px 0;
}

.manten-article .step-item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s;
}

.manten-article .step-item:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.manten-article .step-number {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 36px;
  background: #ff6600;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  margin-right: 16px;
  letter-spacing: 0.5px;
}

.manten-article .step-text {
  flex: 1;
  line-height: 1.8;
}

/* ---------- FAQ ---------- */
.manten-article .faq-container {
  margin: 28px 0;
}

.manten-article .faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 0 0 12px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.manten-article .faq-item:hover {
  border-color: #ff6600;
}

.manten-article .faq-question {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  background: #fdf8f0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-align: left;
  line-height: 1.6;
  font-family: inherit;
  transition: background 0.2s;
}

.manten-article .faq-question:hover {
  background: #fff3e0;
}

.manten-article .faq-question::after {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-left: auto;
  border-right: 2px solid #ff6600;
  border-bottom: 2px solid #ff6600;
  transform: rotate(45deg);
  transition: transform 0.3s;
}

.manten-article .faq-item.active .faq-question::after {
  transform: rotate(-135deg);
}

.manten-article .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 20px;
}

.manten-article .faq-item.active .faq-answer {
  max-height: 600px;
  padding: 16px 20px 20px;
}

.manten-article .faq-answer p {
  margin: 0 0 10px;
}

.manten-article .faq-answer p:last-child {
  margin-bottom: 0;
}

/* ---------- Summary Box ---------- */
.manten-article .summary-box {
  background: linear-gradient(135deg, #fff7ee 0%, #fff3e0 100%);
  border: 2px solid #ff6600;
  border-radius: 10px;
  padding: 28px 28px;
  margin: 36px 0;
}

.manten-article .summary-box p {
  margin: 0 0 14px;
}

.manten-article .summary-box p:last-child {
  margin-bottom: 0;
}

/* ---------- CTA Box ---------- */
.manten-article .cta-box {
  background: #ff6600;
  border-radius: 10px;
  padding: 36px 32px;
  margin: 40px 0;
  text-align: center;
}

.manten-article .cta-box .cta-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}

.manten-article .cta-box > p {
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 24px;
  font-size: 15px;
}

.manten-article .cta-button {
  display: inline-block;
  padding: 14px 36px;
  margin: 6px 8px;
  background: #fff;
  color: #ff6600;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: all 0.25s;
  cursor: pointer;
}

.manten-article .cta-button:hover {
  background: #ff6600;
  color: #fff;
  border-color: #fff;
  opacity: 1;
}

.manten-article .cta-button-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.manten-article .cta-button-secondary:hover {
  background: #fff;
  color: #ff6600;
}

/* ---------- Source Section ---------- */
.manten-article .source-section {
  margin: 48px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #ddd;
}

.manten-article .source-section .source-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #555;
}

.manten-article .source-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.manten-article .source-section li {
  margin: 0 0 10px;
  padding-left: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}

.manten-article .source-section a {
  color: #888;
  font-size: 12px;
  word-break: break-all;
}

/* ---------- Article Footer ---------- */
.manten-article .article-footer {
  margin: 48px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #eee;
  font-size: 13px;
  color: #999;
  text-align: center;
}

.manten-article .article-footer a {
  color: #999;
}

/* ---------- Image (汎用) ---------- */
.manten-article img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 16px 0;
}

/* ========================================
   Responsive
   ======================================== */
@media screen and (max-width: 768px) {

  .manten-article {
    padding: 24px 16px 40px;
    font-size: 15px;
  }

  .manten-article h2 {
    font-size: 21px;
  }

  .manten-article h3 {
    font-size: 19px;
    margin-top: 40px;
  }

  .manten-article h4 {
    font-size: 17px;
  }

  .manten-article .toc-box {
    padding: 18px 18px;
  }

  .manten-article .point-box {
    padding: 20px 18px;
  }

  .manten-article .point-box .point-title {
    font-size: 15px;
    padding: 3px 12px;
  }

  .manten-article .case-card {
    padding: 18px 18px;
  }

  .manten-article .case-card .case-title {
    font-size: 16px;
  }

  .manten-article .data-table {
    font-size: 13px;
    min-width: 480px;
  }

  .manten-article .data-table th,
  .manten-article .data-table td {
    padding: 10px 10px;
  }

  .manten-article .step-item {
    flex-direction: column;
    padding: 14px 16px;
  }

  .manten-article .step-number {
    margin: 0 0 8px 0;
    width: 64px;
    height: 30px;
    font-size: 12px;
  }

  .manten-article .faq-question {
    font-size: 15px;
    padding: 14px 16px;
  }

  .manten-article .summary-box {
    padding: 20px 18px;
  }

  .manten-article .cta-box {
    padding: 28px 18px;
  }

  .manten-article .cta-box .cta-title {
    font-size: 19px;
  }

  .manten-article .cta-button {
    display: block;
    margin: 8px 0;
    padding: 14px 20px;
    font-size: 15px;
  }

  .manten-article .large-number {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 480px) {

  .manten-article {
    padding: 18px 12px 32px;
    font-size: 14px;
    line-height: 1.85;
  }

  .manten-article h2 {
    font-size: 19px;
    padding-bottom: 10px;
  }

  .manten-article h3 {
    font-size: 17px;
    padding-left: 12px;
    margin-top: 36px;
  }

  .manten-article h4 {
    font-size: 16px;
  }

  .manten-article .data-table {
    font-size: 12px;
    min-width: 400px;
  }

  .manten-article .cta-box .cta-title {
    font-size: 17px;
  }
}/* End custom CSS */