@charset "utf-8";

/* CSS Document */

h2.pagetitle {
  margin-bottom: 0px;
  background-image: url(../images/pagetitle.jpg);
}

h3.lead01 {
  width: 530px;
  height: 470px;
  background-image: url(../images/title.jpg);
  background-position: top;
}

.contents01 {
  margin-top: 25px;
  margin-left: 40px;
  margin-right: 40px;
  background-image: url(../images/title.jpg);
  background-position: top;
}

.contents01 h3.contentsTitle {
  color: #fff;
  background-color: #0080A3;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  /* margin-bottom: 15px; */
}

.contentsInner {
  padding:0 10px;
}

.contents01 h4 {
  font-weight: bold;
  line-height: 1.6;
  margin-top: 2em;
}
.contents01 p {
  margin: 0.5em 0;
  line-height: 1.6;
}

.contents01 p:last-of-type {
  margin-top: 2em;
  margin-bottom: 3em;
}

.terms-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  counter-reset: item;
}

.terms-list li {
  counter-increment: item;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5em;
  line-height: 1.6;
}

.terms-list li::before {
  content: counter(item) ".";
  min-width: 1em;         /* 桁数に合わせて固定幅 */
  text-align: right;
  margin-right: 0.25em;
  flex-shrink: 0;
  line-height: 1.6;
}
