@charset "UTF-8";

.dl-howtouse{
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
  padding: 24px;
}
.dl-howtouse dt{
  margin-bottom: 6px;
  border-bottom: dotted 2px #ccc;
  padding-bottom: 12px;
  color: #f53d7e;
  font-size: 18px;
}
.dl-howtouse dd{
  line-height: 1.6;
}
.dl-howtouse dd + dd{
  margin-top: 6px;
}
.btn-page{
  display: inline-block;
  padding: 6px 12px;
  margin-top: 12px;
  background: #fff5f9;
  color: #f53d7e;
  border-radius: 4px;
}
.btn-page:hover{
  background: #f53d7e;
  color: #fff;
  text-decoration: none;
}



.wrap-howtouse-check{
  width: 100%;
  max-width: 840px;
  padding: 36px;
  background: #fff9ed;
  margin: 0 auto 36px;
}
.wrap-howtouse-check p{
  font-size: 16px;
  text-align: center;
  color: #3e2900;
}
.list-check li + li{
  margin-top: 6px;
}
.list-check li{
  font-size: 16px;
  list-style-type: decimal;
  color: #604000;
}
.list-check{
  padding-left: 24px;
}