/* ------------------------------------------------------------
// common
------------------------------------------------------------ */
.page-subtitle-icon .icon img {
  width: 48px;
}
@media screen and (max-width: 767px) {
  .page-subtitle-icon .icon img {
    width: 28px;
  }
}

.page-subcategory-wrap ul {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .page-subcategory-wrap ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.page-subcategory-bottom-wrap ul {
  width: 100%;
  gap: 20px 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .page-subcategory-bottom-wrap ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

main .line {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto 0;
  border-bottom: 1px solid #313c4d;
}
@media screen and (max-width: 767px) {
  main .line {
    margin: 60px auto 0;
  }
}