.sk_lst {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.sk_lst dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
.sk_lst dl + dl {
  border-top: 1px solid #dedede;
}
.sk_lst_dt {
  width: 30%;
  padding-left: 20px;
  color: #999;
  font-weight: 400;
  font-size: 16px;
}
.sk_lst_dd {
  width: 70%;
  color: #3d3d3d;
  font-weight: 400;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}