.elementor-13087 .elementor-element.elementor-element-7b4f749{--display:flex;}.elementor-13087 .elementor-element.elementor-element-cb93f2c{--display:flex;}@media(max-width:767px){.elementor-13087 .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-13087 .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 *//* ============================================================
   マン天記事テンプレート – no-degree-required-jobs
   ============================================================ */

/* ---------- Base & Typography ---------- */
.manten-article {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px 60px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #333;
  word-break: break-word;
  overflow-wrap: break-word;
}

.manten-article h1,
.manten-article h2,
.manten-article h3 {
  font-weight: 700;
  line-height: 1.4;
}

.manten-article h1 {
  font-size: 1.75rem;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 3px solid #FF6B00;
}

.manten-article h2 {
  font-size: 1.4rem;
  margin: 56px 0 20px;
  padding: 10px 0 10px 16px;
  border-left: 5px solid #FF6B00;
}

.manten-article h3 {
  font-size: 1.15rem;
  margin: 32px 0 12px;
  color: #222;
}

.manten-article p {
  margin: 0 0 18px;
}

.manten-article a {
  color: #0066CC;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.manten-article a:hover {
  color: #FF6B00;
}

/* ---------- Hero / Lead ---------- */
.article-hero {
  margin-bottom: 40px;
}

.article-meta {
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 20px;
}

.article-lead {
  font-size: 1.05rem;
  background: #FFF8F0;
  border: 1px solid #FFD9B3;
  border-radius: 8px;
  padding: 20px 24px;
}

/* ---------- TOC ---------- */
.article-toc {
  background: #F7F7F7;
  border: 1px solid #DDD;
  border-radius: 8px;
  padding: 24px 28px;
  margin-bottom: 48px;
}

.toc-title {
  font-size: 1.1rem;
  margin: 0 0 12px;
  padding: 0;
  border: none;
}

.article-toc ol {
  margin: 0;
  padding-left: 20px;
  counter-reset: toc-counter;
}

.article-toc > ol > li {
  margin-bottom: 6px;
  font-weight: 600;
}

.article-toc ol ol {
  margin-top: 4px;
  padding-left: 18px;
}

.article-toc ol ol li {
  font-weight: 400;
  font-size: 0.92rem;
  margin-bottom: 2px;
}

.article-toc a {
  color: #333;
  text-decoration: none;
}

.article-toc a:hover {
  color: #FF6B00;
  text-decoration: underline;
}

/* ---------- Section ---------- */
.article-section {
  margin-bottom: 48px;
}

/* ---------- Internal Link Box ---------- */
.internal-link-box {
  background: #F0F6FF;
  border-left: 4px solid #0066CC;
  border-radius: 0 6px 6px 0;
  padding: 14px 18px;
  margin: 24px 0;
}

.internal-link-box p {
  margin: 0;
  font-size: 0.95rem;
}

/* ---------- Job Card ---------- */
.job-card {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 28px 24px;
  margin: 32px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.job-card h3 {
  margin-top: 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.job-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #FF6B00;
  color: #FFF;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.job-spec {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 20px;
  font-size: 0.93rem;
}

.job-spec th,
.job-spec td {
  padding: 8px 12px;
  border-bottom: 1px solid #EEE;
  text-align: left;
}

.job-spec th {
  width: 120px;
  font-weight: 600;
  color: #555;
  white-space: nowrap;
}

/* ---------- Data Tables ---------- */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 16px 0;
}

.data-table caption {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
  text-align: left;
}

.data-table th,
.data-table td {
  padding: 10px 14px;
  border: 1px solid #DDD;
  text-align: center;
}

.data-table thead th {
  background: #FF6B00;
  color: #FFF;
  font-weight: 600;
}

.data-table tbody tr:nth-child(even) {
  background: #FAFAFA;
}

.data-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
}

.table-note {
  font-size: 0.82rem;
  color: #888;
  margin-top: 6px;
}

.comparison-table th,
.comparison-table td {
  white-space: nowrap;
  font-size: 0.85rem;
  padding: 8px 10px;
}

/* ---------- FAQ ---------- */
.faq-item {
  background: #FAFAFA;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 20px 0;
}

.faq-item h3 {
  margin-top: 0;
  font-size: 1.05rem;
  color: #FF6B00;
}

.faq-item p {
  margin: 8px 0 0;
}

/* ---------- CTA ---------- */
.article-cta {
  margin: 56px 0;
}

.cta-box {
  background: linear-gradient(135deg, #FF6B00 0%, #FF8C33 100%);
  border-radius: 12px;
  padding: 36px 32px;
  color: #FFF;
  text-align: center;
}

.cta-heading {
  font-size: 1.4rem;
  color: #FFF;
  margin: 0 0 12px;
  padding: 0;
  border: none;
}

.cta-text {
  font-size: 1rem;
  margin: 0 0 24px;
  opacity: 0.95;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.cta-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}

.cta-btn:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

.cta-btn--primary {
  background: #FFF;
  color: #FF6B00;
}

.cta-btn--secondary {
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.cta-btn--outline {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}

/* ---------- Sources ---------- */
.article-sources {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #DDD;
}

.source-list {
  padding-left: 20px;
  font-size: 0.85rem;
  color: #666;
}

.source-list li {
  margin-bottom: 6px;
}

.source-list a {
  color: #666;
  word-break: break-all;
}

/* ---------- Related Articles ---------- */
.article-related {
  margin-top: 36px;
}

.related-list {
  padding-left: 20px;
}

.related-list li {
  margin-bottom: 8px;
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
  .manten-article {
    padding: 0 16px 40px;
    font-size: 15px;
  }

  .manten-article h1 {
    font-size: 1.35rem;
  }

  .manten-article h2 {
    font-size: 1.2rem;
    margin-top: 40px;
  }

  .job-card {
    padding: 20px 16px;
  }

  .job-spec th {
    width: 100px;
  }

  .cta-box {
    padding: 28px 20px;
  }

  .cta-btn {
    width: 100%;
    text-align: center;
  }

  .comparison-table th,
  .comparison-table td {
    font-size: 0.78rem;
    padding: 6px 8px;
  }
}/* End custom CSS */