@charset "utf-8";

.yobou-thum-wrapper {
  width: 100%;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  background: #fff;
}
.yobou-thum-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  padding: 45px 15px 15px;
	flex-wrap: wrap;
}
.yobou-thum-flex::before{
  content:"";
  display: block;
  width:21%;
  order:1;
}
.yobou-thum-flex::after{
  content:"";
  display: block;
  width:21%;
}
.yobou-thum-flex li {
  width: 21%;
  margin-bottom: 30px;
  margin-right: 0;
}
.yobou-thum-flex li img {
  width: 100%;
  box-shadow: 3px 15px 15px #c7c7c7;
  border-radius: 5px;
}
h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
.yobou-thum-flex {
    display: flex;
    justify-content: flex-start;
    width: 100%;
	  flex-wrap: nowrap;
  }
  .yobou-thum-flex li {
    width: 220px;
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .yobou-thum-flex li img {
    width: 220px;
  }
}
