.welcome_puppy-wrapper {
  max-width: 1000px;
  margin: 2.5rem auto; /* 中央寄せ */
  padding: 1rem 2rem;
  color: #1f2937;
  line-height: 1.75;
}

.welcome_puppy-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.welcome_puppy-section {
  margin-bottom: 2rem;
}

.welcome_puppy-section h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.welcome_puppy-section p {
  margin-left: 1.5rem; /* ← ここで1段下げる */
  text-indent: 0;      /* ← text-indentはオフにする */
  font-size: 1.125rem;
}

.welcome_puppy-section li {
    font-size: 1.125rem;
}

.contract-links {
  text-align: right;
  font-size: 1.125rem;
}

.contract-links ul {
  list-style-type: none;  /* ・を消す */
  padding-left: 0;        /* 左の余白も消す（お好みで） */
  margin-left: 0;         /* 必要に応じて調整 */
}

.contract-links p {
    margin-bottom: 0;
}

.contract-links i {
  color: #d32f2f; /* PDFっぽい赤色 */
  margin-right: 5px;
}

.two-column-list {
  list-style-type: disc; /* ・を表示 */
  padding-left: 1.5em;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* 項目の間隔 */
  justify-content: space-between;
  max-width: 1000px;   /* 適宜調整 */
  margin: 0 auto;     /* 中央寄せ */
}

.two-column-list li {
  width: 45%; /* 横幅を半分くらいに */
}

.center-message {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 5rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
  color: #333;
}
