.flex25_5x4Box>.galleryBlock>section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 2%;
}

.c10047.menuBtn.menuBtn25gallery.menuBtn25FontCgange {
    font-family: 'Noto Sans JP';
      position: relative;
} 

@media screen and (min-width:768px) {
    .flex25_5x4Box>.galleryBlock>section {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width:1024px) {
    .flex25_5x4Box>.galleryBlock>section {
        grid-template-columns: repeat(5, 1fr);
        gap: 30px;
    }
  .webgene-pagination {
  grid-column: 1 / 6;
  }
}
.c9471.comBtn01{
    border: none;
}

.comBtn01.arrow2505black:after {
	 filter: invert(66%) sepia(54%) saturate(320%) hue-rotate(160deg);
}

.menuBtn25FontCgange:after {
content: "";
    background: url(/system_panel/uploads/images/arrow_icon01.svg) no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
right: 5px;
    top: 42%;
  filter: invert(72%) sepia(52%) saturate(320%) hue-rotate(160deg) brightness(90%);
}