body {
  margin: 0;
  padding: 0;
	font-family: "M PLUS 1", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: none;
  background: #fff;
  color: #333;
  line-height: 2;
  animation: opa1 0.2s 0.5s both;
}

dl {
  display: flex;
  /*flex-wrap: wrap;*/
  width: 100%;
  font-size: 14px;
}

dt {
  width: 15%;
  padding: 10px 10px 10px 10px;
  /*margin-bottom: 10px;*/
  background-color: #ffd80521;
}

dd {
  width: 85%;
  padding-bottom: 20px;
  background-color: #ffd80521;
  margin: 0px;
  line-height: 1.5;
  text-align: left;
}
/*奇数行目を背景色を少し濃くする。全体同じ色がよければここの数行は削除。*/
.cm-box dt:nth-of-type(odd),
.cm-box dd:nth-of-type(odd) {
	background: rgba(255, 216, 5, 0.13);
}

dl:nth-child(2n+1)    {
  background-color: #ffd80521;
	}
.cm-box {
	width: 95%;
	padding: 0px;
  /*margin-bottom: 10px;*/
  background-color: #ffd80521;
}