.home0001 .home01box ul {
  background: #eee9db;
  padding: 3% 5%;
}
.home0001 .home01box ul li {
  list-style: disc;
}
.ba-s ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ba-s ul li {
  width: 48%;
  margin: 10px auto 0;
}
.ba-s ul li .inbox {
  display: flex;
}
.ba-s ul li .inbox .babox {
  width: 48%;
  margin: auto;
}
.ba-s ul li .m-txt {
  font-weight: bold;
  margin-bottom: 5px;
}
.ba-s ul li .img {
  width: 100%;
}
.ba-s ul li .img img {
  width: 100%;
}

.home02box h4 {
  font-size: 22px;
  font-weight: bold;
}
