@charset "utf-8";
@import "/static/common/css/0-import.css";

#main #contents {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "Meiryo", "MS PGothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  margin-right: 220px;
}

#contents h1 {
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(to right, #64748b, #475569);
  color: white;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "Meiryo", "MS PGothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#contents h2 {
  padding: 1.5rem 0 0.75rem;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.4rem;
  border-bottom: 2px solid #fbbf24;
  margin-bottom: 1.25rem;
  position: relative;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "Meiryo", "MS PGothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#contents h3, h4, h5, h6 {
  padding: 0.75rem 0;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 1rem 0;
  border-bottom: 1px solid #fcd34d;
  display: inline-block;
  position: relative;
}

#contents h3::after, #contents h4::after, #contents h5::after, #contents h6::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #f59e0b;
  opacity: 0.9;
}

#contents ul {
  margin: 1rem 0 1rem 1.5rem;
  list-style: none;
}

#contents ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

#contents ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}

#contents ul ul {
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}

#contents p {
  margin: 1rem 0;
  line-height: 1.7;
  font-size: 1rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "Meiryo", "MS PGothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}