/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2025 | 16:51:47 */
/* 離婚・男女問題ページ */
.divorce-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;
}

.divorce-header {
  text-align: center;
  margin-bottom: 30px;
}

.divorce-header h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #333;
}

.divorce-catchcopy {
  font-size: 1.2rem;
  color: #666;
}

.divorce-block {
  margin-bottom: 40px;
}

.divorce-subtitle {
  font-size: 1.4rem;
  color: #444;
  border-left: 5px solid #c94f4f;
  padding-left: 10px;
  margin-bottom: 15px;
}

.divorce-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.divorce-text {
  line-height: 1.8;
  color: #555;
}

.divorce-merit {
  margin-bottom: 20px;
}

.divorce-merit h4 {
  font-size: 1.2rem;
  color: #c94f4f;
  margin-bottom: 8px;
}

.divorce-merit ul {
  list-style: circle;
  padding-left: 20px;
}

.divorce-flow {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}

.divorce-flow li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.divorce-flow li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #c94f4f;
}

.divorce-message {
  line-height: 1.8;
  color: #333;
}
