@charset "UTF-8";
/* freepage 共通css */
#tblLayout {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.g-bihaku {
  text-align: left;
  line-height: 1.3;
  font-size: 18px;
  color: #333333;
  padding: 0;
  margin: auto;
  position: relative;
  /* 編集ここから */
}

.g-bihaku * {
  font-style: normal;
  list-style: none;
  word-break: normal;
  padding: 0;
}

.g-bihaku span {
  font-size: inherit;
}

.g-bihaku .only-desktop {
  display: block !important;
}

.g-bihaku .only-mobile {
  display: none !important;
}

.g-bihaku .only-narrow {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .g-bihaku {
    font-size: 12px;
  }
  .g-bihaku img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .g-bihaku .only-desktop {
    display: none !important;
  }
  .g-bihaku .only-mobile {
    display: block !important;
  }
  .g-bihaku .only-narrow {
    display: block !important;
  }
}

.g-bihaku__mv {
  width: 1200px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 960px) {
  .g-bihaku__mv {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.g-bihaku__contents {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto 80px;
}

@media screen and (max-width: 960px) {
  .g-bihaku__contents {
    width: 95%;
    margin: 0 auto 30px;
  }
}

.g-bihaku__sub-ttl {
  font-size: 20px;
  font-weight: 700;
  background-color: #E4EEF8;
  border-left: 5px solid #1692DA;
  color: #1692DA;
  padding: 15px 15px 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .g-bihaku__sub-ttl {
    font-size: 16px;
    padding: 5px 10px 5px;
    margin-bottom: 20px;
  }
}

.g-bihaku__sub-ttl--yellow {
  background-color: #F5E1A7;
}

.g-bihaku__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.g-bihaku__list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  border: 1px solid;
  margin-right: calc(8 / 1200 * 100%);
}

.g-bihaku__list > li > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 25px;
}

@media screen and (max-width: 960px) {
  .g-bihaku__list > li > a {
    padding: 15px;
  }
}

.g-bihaku__list > li > a:hover {
  background-color: #333333;
  color: #fff;
  opacity: 1;
}

.g-bihaku__list--category > li {
  width: calc(394 / 1200 * 100%);
}

.g-bihaku__list--category > li:nth-child(3n) {
  margin-right: 0;
}

.g-bihaku__list--category > li:nth-child(n+4) {
  margin-top: calc(8 / 1200 * 100%);
}

.g-bihaku__list--brand > li {
  width: calc(294 / 1200 * 100%);
}

.g-bihaku__list--brand > li:nth-child(4n) {
  margin-right: 0;
}

.g-bihaku__list--brand > li:nth-child(n+5) {
  margin-top: calc(8 / 1200 * 100%);
}

@media screen and (max-width: 960px) {
  .g-bihaku__list--category > li, .g-bihaku__list--brand > li {
    width: 49%;
    margin-right: 2%;
  }
  .g-bihaku__list--category > li:nth-child(n+3), .g-bihaku__list--brand > li:nth-child(n+3) {
    margin-top: 2%;
  }
  .g-bihaku__list--category > li:nth-child(2n), .g-bihaku__list--brand > li:nth-child(2n) {
    margin-right: 0;
  }
  .g-bihaku__list--category > li:nth-child(2n-1), .g-bihaku__list--brand > li:nth-child(2n-1) {
    margin-right: 2%;
  }
}

.g-bihaku__btn {
  width: 480px;
  float: right;
}

@media screen and (max-width: 960px) {
  .g-bihaku__btn {
    width: 300px;
  }
}

.g-bihaku__btn__link {
  display: block;
  font-size: 20px;
  font-weight: 700;
  background-color: #1692DA;
  border-radius: 50px 0 0 50px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 14px 10px 10px;
}

@media screen and (max-width: 960px) {
  .g-bihaku__btn__link {
    font-size: 13px;
  }
}

.g-bihaku__btn__link::after {
  width: 0;
  height: 0;
  content: "";
  border-left: 10px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
