/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2025 | 15:44:43 */
/* =============================
   従業員支援プログラム（EAP）ページ用
   ============================= */
.eap-section {
  max-width: 900px;
  margin: 2em auto;
  padding: 2em;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  /*font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;*/
  line-height: 1.7;
}

.eap-header {
  text-align: center;
  margin-bottom: 2em;
}
.eap-header h2 {
  font-size: 1.8em;
  margin-bottom: 0.3em;
  color: #2c3e50;
}
.eap-catchcopy {
  font-size: 1.1em;
  color: #666;
  margin-top: 0.5em;
}

.eap-section h3 {
  font-size: 1.4em;
  margin-top: 1.5em;
  color: #34495e;
  border-left: 5px solid #228ae6;
  padding-left: 0.5em;
}

.eap-section ul {
  list-style: disc;
  margin-left: 1.5em;
}

.eap-section ol {
  list-style: decimal;
  margin-left: 1.5em;
}

.eap-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 0.95em;
}
.eap-table th,
.eap-table td {
  border: 1px solid #ccc;
  padding: 0.6em;
  text-align: left;
}
.eap-table th {
  background: #f0f6fc;
}

.eap-table th:nth-child(1) {
  width: 20%;
}

.eap-faq dt {
  font-weight: bold;
  color: #004080;
  margin-top: 1em;
}
.eap-faq dd {
  margin: 0.4em 0 1em 1em;
  color: #444;
}
