/* ===== block 1 (from category.php) ===== */

.contents__left > section {
  /* margin-top: 60px !important; */
  padding: 0 0.5rem;
}

@media (min-width: 768px) {
  .contents__left > section {
    /* margin-top: 80px !important; */
  }
}

@media (max-width: 767px) {
  .contents__left > .cta {
    margin: 2rem 0;
    padding: 0 2vw;
    width: 100%;
  }

  .column_section {
    padding: 0;
  }

  .columnbox {
    width: 100%;
    margin: 2rem 0 0;
    overflow: hidden;
  }

  .qa__wrap {
    width: 100%;
    margin: 2rem 0;
  }

  .voicelist {
    width: 100%;
    margin: 2rem 0;
  }

  .flex__content > .content__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    gap: 4vw 2vw !important;
    padding: 0 4vw !important;
  }

  .flex__content > .content__list > .content__item {
    width: calc(100% / 2 - 2vw) !important;
    margin: 0;
    padding: 0;
  }

  .flex__content.active {
    padding: 32px 0;
    margin: 0 auto;
  }

  .numbox {
    width: 100vw;
    margin: 2rem 0;
    overflow: hidden;
  }

  .numbox .numbox__slide--link {
    width: 100vw;
    max-width: 97% !important;
  }

  #flex-slider + .btn__wrap {
  }

  #brand .btn__wrap {
    width: 96%;
  }
}

/* ===== block 2 (from category.php) ===== */

.sokuhou_banner {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.sokuhou_banner:hover {
  opacity: 0.6;
}

.sokuhou_banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== block 3 (from category.php) ===== */

.selling_high_price--textarea {
  overflow: hidden;
  background: #f2f2f2;
  border-radius: 24px;
  padding: 5% 3%;
  text-align: left;
  margin-top: 6%;
}

@media (max-width: 767px) {
  .selling_high_price--textarea {
    padding: 8% 4%;
  }
}

/* ===== block 4 (from category.php) ===== */

.flex__content .content__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 21px;
}

.flex__content .content__item {
  width: 22.6% !important;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .flex__content .content__item {
    width: 30.1% !important;
    max-width: 200px;
    margin: 0 1.6%;
    margin-bottom: 15px;
  }

  .flex__content .content__list {
    gap: 0px;
  }
}

@media (max-width: 767px) {
  .flex__content .content__item {
    width: 41.8% !important;
  }
}
