﻿.commonList-block {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
}
.commonList-block + .commonList-block {
  margin-top: 20px;
}
.commonList-h1 {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #095540;
  margin-bottom: 20px;
}
.commonList-pageNav {
  margin-top: 44px;
  display: flex;
  justify-content: center;
}
.commonList-pageNav-item {
  min-width: 180px;
  text-align: center;
}
.commonList-pageNav-item + .commonList-pageNav-item {
  border-left: 1px solid #ccc;
}
.commonList-pageNav-link {
  margin: 0 auto;
  padding: 0 10px 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #888;
  border-bottom: 2px solid transparent;
}
.commonList-pageNav-link:hover {
  color: #095540;
}
.commonList-pageNav-link.is-active {
  color: #095540;
  border-bottom-color: #095540;
}

/* ブランドリスト */
.commonList-commons {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
}
.commonList-commons-item {
  display: flex;
  flex-direction: column;
  max-width: calc((100% - 20px * 3) / 4);
  min-width: 278px;
  gap: 15px;
}

.commonList-commons-item a:hover{
  opacity: .7;
  transition: all 0.3s;
  text-decoration: underline;
}

.commonList-commons-logo {
  order: 2;
  min-height: 30px;
  text-align: center;
}
.commonList-commons-logo img {
  width: auto;
  height: 30px;
  object-fit: contain;
}
.commonList-commons-body {
  order: 3;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.commonList-commons-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  font-weight: 500;
  margin-top: 16px;
}
.commonList-commons-detail {
  margin-top: 5px;
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
}
.commonList-commons-links {
  margin-top: auto;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 3em;
}
.commonList-commons-link {
  padding-left: 24px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  color: #000;
  position: relative;
}
.commonList-commons-link::before,
.commonList-commons-link::after {
  position: absolute;
  content: "";
}
.commonList-commons-link::before {
  top: 9px;
  left: 5px;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.commonList-commons-link::after {
  top: 3px;
  left: 0;
  z-index: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #095540;
}
.commonList-commons-img {
  order: 1;
  border-radius: 5px;
  overflow: hidden;
}

.commonList-commons-img figure{
  display: flex;
  justify-content: center;
  align-items: center;
}

.commonList-commons-img figure img{
  vertical-align: top;
  aspect-ratio: 10 / 9;
}


@media screen and (max-width:928px) {
  /* ブランドリスト */
  .commonList-commons {
    justify-content: center;
  }
}

@media screen and (max-width:740px) {
  .commonList-block {
    margin-top: 20px;
  }
  .commonList-block + .commonList-block {
    margin-top: 26px;
  }
  .commonList-block .l-free-inner {
    padding: 0 15px;
  }
  .commonList-h1 {
    font-size: 30px;
  }
  .commonList-pageNav {
    margin: 22px auto 0;
    max-width: 500px;
  }
  .commonList-pageNav-item {
    width: 50%;
    min-width: initial;
  }

  /* ブランドリスト */
  .commonList-commons {
    margin-bottom: 80px;
    gap: 20px 10px;
  }
  .commonList-commons-item {
    /* width: 100%; */
    max-width: 500px;
    min-width: initial;
    max-width: calc((100% - 10px * 1) / 2);
  }
  .commonList-commons-logo {
    min-height: initial;
  }
  .commonList-commons-body {
    flex: none;
  }
  .commonList-commons-ttl {
    min-height: 0;
    font-size: 14px;
    justify-content: flex-start;
  }
  .commonList-commons-detail {
    flex: none;
  }
  .commonList-commons-links {
    margin-top: 20px;
    padding-top: 0;
  }
}

/* ページャー */
.commonPager {
  margin-bottom: 80px;
}
.commonPager center {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.commonPager .navipage_first_,
.commonPager .navipage_last_ {
  display: none;
}
.commonPager .navipage_prev_ > a,
.commonPager .navipage_next_ > a,
.commonPager center > a,
.commonPager center > .navipage_now_ {
  display: block;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  color: #444;
  border-radius: 50%;
  background: #F5F5F5;
}
.commonPager center > .navipage_now_ {
  color: #FFF;
  background: #666;
}
.commonPager .navipage_prev_ > a,
.commonPager .navipage_next_ > a {
  color: transparent;
  user-select: none;
  position: relative;
}
.commonPager .navipage_prev_ > a::before,
.commonPager .navipage_next_ > a::before {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  transform: rotate(45deg) skew(-10deg, -10deg);
}
.commonPager .navipage_prev_ > a::before {
  left: calc(50% - 2px);
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}
.commonPager .navipage_next_ > a::before {
  right: calc(50% - 2px);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.commonPager a:hover {
  text-decoration: underline;
}
@media screen and (max-width:740px) {
  .commonPager center {
    gap: 8px;
    flex-wrap: wrap;
  }
  .commonPager .navipage_prev_ > a,
  .commonPager .navipage_next_ > a,
  .commonPager center > a,
  .commonPager center > .navipage_now_ {
    width: calc(30 / 414 * 100vw);
    max-width: 30px;
    height: calc(30 / 414 * 100vw);
    max-height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
}