@charset "utf-8";

.use_ul{
  margin-left:30px;
  margin-bottom:30px;
}
.use_ul li{
  list-style-type: disc;
}
.use_dl{
  margin:0 30px;
}
.use_dl dt{
  background-color: var(--brown-color);
  color:white;
  width:20%;
  max-width:150px;
}
.use_dl dd{
  margin:5px 20px;
}
.flow_p{
  margin-left: 30px;
}
.pen{
	background-color: var(--orange-color);
}
/*mobile*/
@media screen and (max-width:800px) {
.flow_p{
  margin-left: 0;
}
.w100{
  width:100%;
}
.use_dl{
  margin:10px 0;
}
.use_dl dt{
  width:100%;
}
}
