/*
 Theme Name: chez moi 230304 Child
 Template: chezmoi_230304
*/

/* --- SEO 説明文を親テーマと同じにする --- */
.seo-outro {
  max-width: 760px;
  margin: 40px auto;
  font-size: 1em;   /* 本文と同じサイズ */
  line-height: 1.8;
  color: #333;
  font-family: "Noto Sans JP", "Zen Old Mincho", serif;
  font-weight: 400;
}

.seo-outro p {
  margin-bottom: 1.5em;
}

/* --- リンクを親テーマに合わせる --- */
.seo-outro a {
  color: #e87511;          
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-weight: 500;
}

.seo-outro a:hover {
  opacity: 0.7;            
}
