/*----------------------------------------------
 Search
---------------------------------------------- */
.p-category__ttl {
 margin: 0 0 15px 0;
 font-size: 28px;
 font-weight: normal;
 line-height: 1.4;
}

@media screen and (max-width: 767px) {
.p-category__ttl {
 margin-bottom: 10px;
 font-size: 24px;
}
}

/* Number¡õSort
---------------------------------------------- */
.p-item-list-head {
 padding: 30px 10px;
 display: flex;
 justify-content: space-between;
 border-top: 1px solid #B2B2B2;
}

.p-item-list-num {
 font-size: 14px;
}

.p-item-sort-list {
 display: flex;
 flex-wrap: wrap;
}

.p-item-sort-list__item {
 margin-left: 30px;
 font-size: 14px;
}

.p-item-sort-list__item:first-child {
 margin-left: 0;
}

.p-item-sort-list__item span {
 text-decoration: underline;
}

@media screen and (max-width: 767px) {
.p-item-list-head {
 padding: 20px 5px;
}

.p-item-sort-list__item {
 margin-left: 20px;
}
}