.elementor-47974 .elementor-element.elementor-element-8c11ba8{--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;}:root{--page-title-display:none;}/* Start custom CSS *//* ===============================
   全体設定
=============================== */
.towa-web-container {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.8;
}

.towa-web-container * {
  box-sizing: border-box;
}

.towa-section {
  padding: 60px 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.towa-bg-light {
  background-color: #f8f9fa;
}

.towa-section-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2c3e50;
  position: relative;
}

.towa-text-center { text-align: center; }
.towa-text-red { color: #ff0844; font-weight: bold; }
.towa-fw-bold { font-weight: bold; }
.towa-mt-20 { margin-top: 20px; }
.towa-mt-40 { margin-top: 40px; }

/* ===============================
   ヒーローセクション（トップ）
=============================== */
.towa-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
  padding: 50px 40px;
  border-radius: 20px;
  margin-bottom: 60px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.towa-hero-text { flex: 1 1 300px; }

.towa-badge {
  display: inline-block;
  background: #4facfe;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.towa-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 20px;
  line-height: 1.3;
}

.towa-subtitle {
  font-size: 1rem;
  color: #555;
  margin-bottom: 30px;
}

.towa-hero-visual {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
}

.towa-svg-anim {
  width: 100%;
  max-width: 450px;
  height: auto;
}

.svg-float-1 { animation: floatUp 4s ease-in-out infinite; }
.svg-float-2 { animation: floatUp 5s ease-in-out infinite reverse; }

.svg-line-anim {
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: dashLine 4s linear infinite;
}

@keyframes floatUp {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

@keyframes dashLine {
  0% { stroke-dashoffset: 1200; }
  50% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -1200; }
}

/* ===============================
   ボタンデザイン
=============================== */
.towa-btn {
  display: inline-block;
  background: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
  color: #fff !important;
  padding: 15px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(79, 172, 254, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.towa-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(79, 172, 254, 0.6);
}

/* ===============================
   リスト・グリッドデザイン
=============================== */
.towa-check-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.towa-check-list li {
  position: relative;
  padding: 15px 20px 15px 45px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.towa-check-list li::before {
  content: '✓';
  position: absolute;
  left: 15px;
  top: 15px;
  color: #4facfe;
  font-weight: bold;
  font-size: 1.2rem;
}

.towa-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.towa-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.towa-box-title {
  font-size: 1.3rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #4facfe;
  padding-bottom: 10px;
  display: inline-block;
}

.towa-dot-list,
.towa-plus-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.towa-dot-list li,
.towa-plus-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.towa-dot-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #4facfe;
}

.towa-plus-list li::before {
  content: '+';
  position: absolute;
  left: 0;
  color: #ff0844;
  font-weight: bold;
}

/* ===============================
   テーブル（料金・保守）
=============================== */
.towa-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
}

.towa-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.towa-table th,
.towa-table td {
  padding: 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.towa-table th {
  background: #4facfe;
  color: #fff;
  font-weight: bold;
}

.towa-table td.towa-text-left {
  text-align: left;
}

.towa-tr-highlight {
  background: #f0f8ff;
}

.towa-tag-recommend {
  background: #ff0844;
  color: #fff;
  font-size: 0.7rem;
  padding: 3px 8px;
  border-radius: 10px;
  margin-right: 5px;
  vertical-align: middle;
}

.towa-notes p {
  font-size: 0.85rem;
  color: #666;
  margin: 0 0 5px 0;
}

/* ===============================
   納品までの流れ (Stepper)
=============================== */
.towa-flow-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  counter-reset: step;
}

.towa-flow-list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 2px;
  background: #e0e5ec;
}

.towa-flow-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}

.towa-flow-list li small {
  font-weight: normal;
  color: #666;
  display: block;
}

.towa-flow-list li::before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background: #4facfe;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* ===============================
   FAQ / Q&A
=============================== */
.towa-faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.towa-faq-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.towa-faq-q {
  font-weight: bold;
  font-size: 1.1rem;
  color: #2c3e50;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.7;
}

.towa-faq-a {
  color: #555;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.7;
}

.towa-q-icon {
  color: #4facfe;
  font-size: 1.3rem;
  font-weight: 900;
  flex: 0 0 auto;
}

.towa-a-icon {
  color: #ff0844;
  font-size: 1.3rem;
  font-weight: 900;
  flex: 0 0 auto;
}

/* ===============================
   お問い合わせセクション
=============================== */
.towa-contact-section {
  background: #eef2f3;
  text-align: center;
}

.towa-contact-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.towa-btn-mail {
  background: #2c3e50;
}

.towa-btn-line {
  background: #00b900;
  box-shadow: 0 4px 15px rgba(0, 185, 0, 0.4);
}

.towa-btn-line:hover {
  box-shadow: 0 6px 20px rgba(0, 185, 0, 0.6);
}

.towa-contact-info {
  background: #fff;
  display: inline-block;
  padding: 30px 50px;
  border-radius: 15px;
  margin-top: 20px;
}

.towa-contact-info h3 {
  margin-top: 0;
  color: #4facfe;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  font-size: 1.2rem;
}

.towa-contact-info a {
  color: #2c3e50;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
}

/* ===============================
   見積・ヒアリング・ガントチャートボタン
=============================== */
.towa-btn-estimator {
  background: #ffffff !important;
  color: #4facfe !important;
  border: 2px solid #4facfe;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.towa-btn-estimator:hover {
  background: #f0f8ff !important;
  box-shadow: 0 6px 20px rgba(79, 172, 254, 0.2);
}

.towa-btn-hearing {
  background: #ffffff !important;
  color: #20b2aa !important;
  border: 2px solid #20b2aa;
}

.towa-btn-hearing:hover {
  background: #f0fdfa !important;
  box-shadow: 0 6px 20px rgba(32, 178, 170, 0.2);
}

.towa-btn-gantt {
  background: #ffffff !important;
  color: #ff758c !important;
  border: 2px solid #ff758c;
  padding: 12px 30px;
}

.towa-btn-gantt:hover {
  background: #fff0f3 !important;
  box-shadow: 0 6px 20px rgba(255, 117, 140, 0.2);
  transform: translateY(-3px);
}

.towa-hero-text .towa-btn {
  margin-right: 15px;
  margin-bottom: 15px;
}

.towa-cta-block {
  max-width: 720px;
  margin: 40px auto 0;
  padding: 40px;
  background: #ffffff;
  border: 1px solid #e0e5ec;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.towa-cta-lead {
  font-size: 1.1rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 20px;
}

.towa-btn-estimator-lg {
  display: inline-block;
  padding: 15px 40px;
  font-size: 1.1rem;
}

/* ===============================
   レスポンシブ（スマホ対応）
=============================== */
@media (max-width: 768px) {
  .towa-hero {
    padding: 30px 20px;
    text-align: center;
  }

  .towa-grid-2 {
    grid-template-columns: 1fr;
  }

  .towa-table th,
  .towa-table td {
    padding: 15px 10px;
    font-size: 0.9rem;
  }

  .towa-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .towa-contact-btns {
    flex-direction: column;
    gap: 15px;
  }

  .towa-contact-info {
    width: 100%;
    padding: 20px;
  }

  .towa-hero-text .towa-btn {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .towa-cta-block {
    padding: 30px 20px;
    margin-top: 30px;
  }

  .towa-cta-block .towa-btn {
    display: block;
    width: 100%;
  }

  .towa-btn-gantt {
    display: block;
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */