.cate-cate-ranking h2 {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
.cate-cate-ranking .itemList__unit:nth-of-type(n + 4) {
  display: none;
}
}
.sub_category_area{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub_category{
  -webkit-box-flex:0;
      -ms-flex:0 0 25%;
          flex:0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .sub_category {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (max-width: 480px) {
  .sub_category {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
.sub_category a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px 8px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #231815;
    border-radius: 60px;
    line-height: 1.2;
    -webkit-transition: 0.25s;
    font-size: 12px;
    border: 2px solid #d2d2d2;
    font-weight: bold;
    width: 100%;
    position: relative;
}

.sub_category a:after {
    content: "";
    top: 50%;
    right: 10px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.freespace {
    line-height: 1.8;
}

.sub_category a span:first-child {
    max-width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
}

.sub_category a span:last-child {
    max-width: calc(100% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
}

/* 250624 */
li {
  list-style: none;
}

.p-assort p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}
.p-assort {
  margin-bottom: 100px;
}
.p-assort__margin {
  margin: 0 -15px;
}
.p-assort__cont {
  margin: 50px 0;
}
.p-assort .c-headings2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2px;
}
.p-assort__listWrap {
  display: flex;
  justify-content: center;
}
.p-assort__listWrap li {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
}
.p-assort__imgWrap figure {
  margin: 0 auto 50px auto;
  max-width: 530px;
}
.p-assort__textWrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.p-assort__textWrap p {
  text-align: left;
}

.p-faq-accordion {
  margin-bottom: 50px;
}
.c-accordion {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 0 20px;
}
.c-accordion + .c-accordion {
  margin-top: 20px;
}
.c-accordion-head {
  cursor: pointer;
  position: relative;
  padding: 20px 32px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: none;
}
.c-accordion-head span {
  position: relative;
}
.c-accordion-head::before {
  content: "Q.";
  font-size: 24px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #459DC7;
  position: absolute;
  top: 18px;
  left: 0;
}
.c-accordion-head::after {
  content: "";
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 3px solid #AAAAAA;
  border-right: 3px solid #AAAAAA;
  transition: all 0.3s;
}
.c-accordion.is-open .c-accordion-head::after {
  transform: translateY(-50%) rotate(-45deg);
}
.c-accordion-body {
  border-top: 1px solid #DFDFDF;
  font-size: 16px;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  transition: all 0.2s;
  padding: 0 32px;
  opacity: 0;
}
.c-accordion-body::before {
  content: "A.";
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #E05A73;
  position: absolute;
  top: 20px;
  left: 0;
}
.c-accordion-body-inner {
  padding: 20px 0;
}
.c-accordion-body-inner p {
  font-weight: 600;
}
.c-accordion.is-open .c-accordion-body {
  opacity: 1;
}
.c-accordion-body ul {
  margin: 10px 0;
}
.c-accordion-body p + p {
  margin-top: 10px;
}
.c-accordion-body strong {
  font-weight: bold;
}
.c-accordion-body a {
  text-decoration: underline;
}
.c-link.c-link--text-blue {
  color: #0066CC;
  text-decoration: underline;
}
.c-link.c-link--text-blue:hover {
  text-decoration: none;
}