.webgene-blog{
  display: flex;
  gap: 80px 40px;
  flex-wrap: wrap;
  margin-top: 7.5rem;
}

.topHousingBxPrice .col-8{
  flex: none;
  max-width: none;
  padding: 0;
  font-size: 1.5rem;
  margin-top: 8px;
  font-weight: bold;
}

article.webgene-item a {
  width: 100%;
  box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}
.propertyListImg > span {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.propertyListImg > img:empty+span {
  display: none;
}
.propertyListImg {
  position: relative;
  padding: 0 0 67%;
  display: block;
  background: #fff;
}
.propertyListImg> img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.iAr01 section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}

article.webgene-item {
  display: block;
  width: calc((100% - 80px) / 3);
}

.c3485.topHousingBxIn {
  padding: 16px 10px 24px 10px;
  background-color: #fff;
  text-align: center;
}

p.topHousingBxInCate {
  padding: 3px 5px 4px 5px;
  /* max-width: 85px; */
  /* width: 100%; */
  color: #5C5048;
  border: 1px solid #5C5048;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  margin: 0 auto 0 auto;
  display: inline-block;
}

h2.topHousingBxInTxt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
  margin: 16px 0 0 0;
}

p.topHousingBxPrice {
  margin: 8px 0 0 0;
  color: #333;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.2em;
}
/*-- ページャー --------------------------------------------------------------*/

.webgene-pagination {
  width: 100%;
  order: 101;
  grid-area: pager;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
}

.webgene-pagination > ul > li{
  display: flex;
}

.webgene-pagination > ul > li{
  margin: 40px 10px 0;
  height:30px;
  min-height:30px;
  width:100%;
  max-width:30px;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 4px 0;
  align-items: center;
}

.webgene-pagination > ul > li.selected > a{
  color: #fff;
  background: #D70F18;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
  /* color: #FFF; */
  /* background-color: #be092a; */
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 28px;
  width: 30px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.webgene-pagination > ul > li > a:hover{
  /* color:#FFF; */
  /* background-color: #000; */
  text-decoration: none;
}

.next > a {
  font-size: 11px;
  color: #FFF;
}

.prev > a{
  font-size: 11px;
  color: #FFF;
}
section .webgene-pagination:nth-last-child(1) {
  grid-area: auto/auto/auto/span 2;
}
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .iAr01 section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px 40px;
  }
  section .webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 3;
  }
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


@media screen and (max-width:1279px) {
  article.webgene-item {
    width: calc((100% - 40px) / 2);
  }
  .webgene-blog{
    gap:40px;
    margin: 5rem 0 0;
  }
}

@media screen and (max-width:768px) {
  article.webgene-item {
    width: 100%;
  }
  .lower-fv h1{
    font-size:3.8rem;
    padding: 0;
  }
  .lower-fv h1::first-letter{
    font-size:4.2rem;
  }
}