    .background013 {
      background-color: #e3efd1;
    }
	
    .law-feature-title {
      font-size: 22px;
      font-weight: bold;
    }

    .law-number {
      color: #2fa84f; /* 緑 */
      font-size: 36px;
      margin-right: 6px;
    }

    .law-feature-box1 {
		margin-left: 18px;
		margin-top: 18px;
		margin-bottom: 18px;
		padding-left: 12px;
		border-left: 6px solid #2fa84f;
		line-height: 1.7;
    }
	
    .law-feature-box2 {
		margin-left: 18px;
		margin-top: 18px;
		padding-left: 18px;
    }
	
  .law-feature-box2 p {
    margin: 6px 0;
    line-height: 1.7;
  }

  .law-green {
    color: #2fa84f;
    font-weight: bold;
  }
	
.law-feature-wrap {
  display: flex;
  gap: 24px;
}
.law-feature-left,
.law-feature-right {
  flex: 1;
  text-align: left;
}


.law-feature-left img,
.law-feature-right img {
  max-width: 440px;
  width: 100%;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  padding-top: 0.5em;
}
	
  .law-indent {
    display: inline-block;
    margin-left: 16px;
  }
	
  .law-level-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
  }

  .law-level-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  border: 1px solid #e5e5e5;
  }
	
  .law-level-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
  text-align: center;
  }

  .law-level-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  }
	
.law-level-list li {
  padding-left: 0.5em;
  text-indent: -0.5em;
  margin-bottom: 4px;
}
	
.image-row013 {
  display: flex;
  justify-content: center; /* 横並び中央寄せ */
  flex-wrap: wrap; /* 小さい画面で折り返す */
  margin: 20px 0;
  gap: 10px; /* 画像間の隙間 */
  background-color: #e3efd1; /* 背景色 */
}

.image-row013 img {
  width: calc((100% - 20px) / 3); /* 3枚並ぶように計算 */
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.image-row013 img.show {
  opacity: 1;
  transform: translateX(0);
}
	
@media screen and (max-width: 820px) {
  .law-feature-title {
    font-size: 18px;
  }
  .law-number {
    font-size: 28px;
  }
  .law-feature-box1,
  .law-feature-box2 {
    margin-left: 0;
    padding-left: 12px;
  }
  .law-feature-wrap {
    flex-direction: column;
    gap: 16px;
  }
  .law-feature-left img,
  .law-feature-right img {
    max-width: 100%;
  padding-top: 0em;
  }
  .law-feature-box2 p {
  font-size: 13px;
  }
  .law-indent {
    margin-left: 0px;
  }
  .law-level-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .law-level-title {
    font-size: 15px;
  }
  .law-level-list {
    font-size: 13px;
  }
  .image-row013 img {
  width:80%;
  }
}
