﻿@charset "UTF-8";

@media screen and (min-width: 769px) {
  /* ----ページ---- */

  .block-page-block--frame {
    margin-bottom: 40px;
  }

  .block-page-block--contents-goodslist {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    justify-content: center;
    margin-bottom: 10px;
    column-gap: 5px;
    row-gap: 5px;
  }

  .block-page-block--contents-goodslist dl {
    width: 100%;
  }
}
