@charset "UTF-8";

/* CSS Document */
/* ========= */
/* 小カテゴリー*/
/* ========= */
.category__child__wrap {
  display: flex;
  gap: 30px;
  padding: 0 0 30px 0;
}

.category__child__wrap h3 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
  padding: 50px 0 11px 0;
  display: block;
}

.category__child__wrap p {
  display: block;
  line-height: 2.16;
  padding: 15px 0 0 0;
}

.category__child__image img {
  max-width: 550px;
}

/* ======================= */

/* ==== TBブレイクポイント ==== */

/* ======================= */
@media screen and (max-width: 1139px) {}


/* ======================= */

/* ==== SPブレイクポイント ==== */

/* ======================= */
@media (max-width: 768px) {
  #main-column {
    margin-top: 16vw;
    padding: 0 3%;
  }

  .category__child__wrap {
    flex-direction: column-reverse;
    gap: 0;
    padding: 0 0 42px 0;
  }

  .category__child__image img {
    max-width: 100%;
  }

  .header_area {
    width: 100%;
  }

  .category__child__wrap h3 {
    font-size: 16px;
    font-weight: 500;
    padding: 23px 0 10px 0;
    line-height: 2;
  }

  .category__child__wrap p {
    font-size: 14px;
  }

  /* ==== */

}