@charset "utf-8";
/* CSS Document */


.flexible_wrap5_2{
width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px){
.itembox5_2 {
  width: 18%;
  height: auto;
}
.itembox5_2:not(:nth-child(5n)) {
  margin-right: 2.5%;
}
.itembox5_2:nth-child(n+6) {
  margin-top: 30px;
}
}
@media screen and (max-width: 768px)  {
  .itembox5_2 {
    width: 48%;
	height: auto;
  }
  .itembox5_2:nth-child(odd) {
    margin-right: 4%;
	      margin-top: 30px;
  }
  .itembox5_2:nth-child(even) {
    margin-right: 0;
	      margin-top: 30px;
  }
}
.itembox5_2Images img {
	width:100%;
	height: auto;
}
.itembox5_2Images {
	width:100%;
	position: relative;
}