/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2025 | 14:32:38 */
/* 犯罪被害者向けページ専用 */
.crime-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;
}

/* ヘッダー */
.crime-header {
  text-align: center;
  margin-bottom: 2em;
}
.crime-header h2 {
  font-size: 1.8em;
  margin-bottom: 0.3em;
  color: #2c3e50;
}
.crime-catchcopy {
  font-size: 1.1em;
  color: #666;
}

/* セクション見出し */
.crime-section h3 {
  font-size: 1.4em;
  margin-top: 1.5em;
  color: #34495e;
  border-left: 5px solid #c0392b;
  padding-left: 0.5em;
}

/* 箇条書き */
.crime-section ul {
  margin: 0.5em 0 1em 1.2em;
}
.crime-section ul li {
  margin-bottom: 0.5em;
  list-style: disc;
}

/* サポート項目 */
.crime-support-item {
  margin: 1em 0;
  padding: 1em;
  background: #f9f9f9;
  border-radius: 8px;
}
.crime-support-item h4 {
  margin-bottom: 0.5em;
  color: #c0392b;
}

/* ご相談の流れ */
.crime-flow ol {
  margin-left: 1.2em;
}
.crime-flow li {
  margin: 0.8em 0;
}

/* メッセージ */
.crime-message {
  background: #fdecea;
  border-left: 5px solid #e74c3c;
  padding: 1em;
  margin: 2em 0;
  border-radius: 6px;
}

/* 連絡先 */
.crime-contact {
  text-align: center;
  margin-top: 2em;
}
.crime-contact a {
  color: #c0392b;
  font-weight: bold;
  text-decoration: none;
}
.crime-contact a:hover {
  text-decoration: underline;
}
.crime-closing {
  margin-top: 1em;
  font-size: 1.1em;
  color: #333;
}
