/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 11 2026 | 09:08:07 */
h1 {
  color: #00501d; /* 文字色：濃い深緑 */
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #ccebcf, #ccebcf 3px, #e6f5e8 3px, #e6f5e8 7px); /* 背景：薄いグリーンのストライプ */
  background: repeating-linear-gradient(-45deg, #ccebcf, #ccebcf 3px, #e6f5e8 3px, #e6f5e8 7px);
}

h3 {
  background: linear-gradient(transparent 70%, #a1e3a1 70%); /* マーカー線：明るいグリーン */
}

h4 {
  border-bottom: solid 3px #ccebcf; /* 下線全体：薄いグリーン */
  position: relative;
}

h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #4ca658; /* 下線アクセント：濃いめのグリーン */
  bottom: -3px;
  width: 20%;
}

h5 {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
}

h5:before {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 6px;
  background-color: #73c27d; /* ワンポイント：柔らかいグリーン */
}