
.title {
	position: relative;
	padding-bottom: 5px;   /* 線と文字の間に余白 */
	font-size: 32px;
	font-weight: bold;
	width: 1035px;
}
.terms_sub_contents{
	background: rgba(255, 255, 255, 0.8);
    width: 90%;
    margin: -6px auto 0px auto;
    padding-top: 50px;
    padding-bottom: 50px;
	border-radius: 0 0 60px 60px;
}
.terms-margin40{
	width:90%;
	margin:40px auto;
}
/* 数字（1. 2. など）を大きく */
li.terms-list::marker {
  font-size: 1.4em;
  font-weight: bold;
}

/* 項目名を大きく */
li.terms-list .title {
  font-size: 1.4em;
  font-weight: bold;
  display: inline-block; /* margin を確実に効かせる */
  margin-bottom: 16px;
}

li.terms-list {
  margin-bottom: 40px;
}

/* 説明文は通常サイズ */
li.terms-list p {
  font-size: 1em;
  margin-top: 0.3em;
}
.terms-list ul {
  list-style-type: disc;
}


/*赤い長方形のあしらいのためのスタイル*/
li.terms-list {
  position: relative;
}

/* 赤い縦長の長方形 */
li.terms-list::before {
  content: "";
  position: absolute;
  left: -2.4em;        /* ← 数字より左に出す */
  top: 0.5em;
  width: 6px;
  height: 1.4em;
  background-color: #CD1111;
}
