.search-wrapper {
    margin: 0 auto;
    padding: 50px 0;
    width: 100%;
    max-width: 1050px;
}
.search-inner h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 20px;
}
.search-tab__header {
    border-bottom: 2px solid #686868;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.search-tab__btn {
    background: #F5F5F5;
    border-radius: 8px 8px 0 0;
    color: #1E1E1E;
    cursor: pointer;
    font-size: 15px;
    padding: 15px 0;
    text-align: center;
    width: 33%;
}
.search-tab__btn.active {
    background: #686868;
    color: #fff;
}
.panel-list {
    border: 1px solid #D1D1D1;
    border-bottom: 0;
    border-top: 0;
}
.panel-list__row {
    border-bottom: 1px solid #D1D1D1;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.panel-list__row dt, .panel-list__row dd {
    padding: 25px;
}
.panel-list__row dt {
    background: #F5F5F5;
    font-size: 16px;
    width: 250px;
}
.panel-list__row dt p {
    color: #1E1E1E;
}
.panel-list__row dd {
    width: calc(100% - 250px);
}
.panel-list__row dt p span {
    font-size: 13px;
    color: #727272;
}
.pnael-list__item {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.pnael-list__item ul li figure img {
    width: 100%;
    max-width: none;
}
.pnael-list__item input[type="text"] {
    border: 1px solid #9C9C9C;
    outline: none;
    padding: 10px;
}
.pnael-list__item ul li figure img {
    width: 80% !important
}
.radio-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.radio-list li {
    background: #E9E9E9;
    border-radius: 50px;
    cursor: pointer;
    color: #303030;
    padding: 8px 15px;
    text-align: center;
}
.radio-list li:not(:last-child) {
    margin-right: 15px;
}
.radio-list .active, .radio-list li[data-active="active"] {
    background: #615D5D;
    color: #fff;
}
.checkbox-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.checkbox-list li {
    cursor: pointer;
}
.checkbox-list li p {
    color: #1E1E1E;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    margin: 0;
}
.w75 {
    width: 75%;
}
.w100 {
    width: 100%;
}
.col3 li {
    margin: 20px 0 0;
    width: 30%;
}
.col4 li {
    margin: 20px 0 0;
    width: 24%;
}
.cr-list li {
    margin: 35px 0 0;
}
.pnael-list__item p {
    margin: 0;
}
@media screen and (min-width: 768px) {
    .col3::before {
        content: "";
        display: block;
        order: 1;
        width: 30%;
    }
    .col4::before,
    .cr-list::before,
    .col4::after,
    .cr-list::after {
        content: "";
        display: block;
        width: 24%;
    }
    .col4::before,
    .cr-list::before {
        order: 1;
    }
    .col3 li:nth-child(-n+3) {
        margin-top: 0;
    }
    .col4 li:nth-child(-n+4),
    .cr-list li:nth-child(-n+4) {
        margin-top: 0;
    }
}
.type-change {
    width: 100%;
}
.checkbox {
    background: #fff;
    border: 1px solid #9C9C9C;
    display: block;
    height: 20px;
    margin-right: 8px;
    position: relative;
    width: 20px;
}
.checkbox.cr-check {
    margin-right: 16px;
}
.checkbox.cr-check::before {
    border: 1px solid #ccc;
    content: "";
    display: block;
    height: 30px;
    margin: auto;
    position: absolute;
    top: -1px;
    left: -7px;
    right: 0;
    bottom: 0;
    width: 30px;
    z-index: -1;
}
.checkbox.cr-check.cr-multi::before {
    background: rgb(255, 107, 250);
    background: linear-gradient(90deg, rgba(255, 107, 250, 1) 0%, rgba(184, 172, 243, 1) 20%, rgba(105, 242, 252, 1) 40%, rgba(190, 255, 104, 1) 60%, rgba(255, 203, 102, 1) 80%, rgba(255, 0, 0, 1) 100%);
    border-color: #c21500;
    border-image: linear-gradient(to right, rgba(255, 107, 250, 1) 0%, rgba(184, 172, 243, 1) 20%, rgba(105, 242, 252, 1) 40%, rgba(190, 255, 104, 1) 60%, rgba(255, 203, 102, 1) 80%, rgba(255, 0, 0, 1) 100%);
    border-image-slice: 1;
}
.checkbox.cr-check.cr-white::before {
    background: #fff;
    border-color: #9C9C9C;
}
.checkbox.cr-check.cr-beige::before {
    background: #E6DFB9;
    border-color: #E6DFB9;
}
.checkbox.cr-check.cr-gray::before {
    background: #CCCCCC;
    border-color: #CCCCCC;
}
.checkbox.cr-check.cr-brown::before {
    background: #8E6D4E;
    border-color: #8E6D4E;
}
.checkbox.cr-check.cr-yellow::before {
    background: #F5EB6C;
    border-color: #F5EB6C;
}
.checkbox.cr-check.cr-orange::before {
    background: #FFA649;
    border-color: #FFA649;
}
.checkbox.cr-check.cr-pink::before {
    background: #F89DA3;
    border-color: #F89DA3;
}
.checkbox.cr-check.cr-red::before {
    background: #FF4D4D;
    border-color: ;
}
.checkbox.cr-check.cr-blue::before {
    background: #7599E7;
    border-color: #7599E7;
}
.checkbox.cr-check.cr-green::before {
    background: #60B967;
    border-color: #60B967;
}
.checkbox.cr-check.cr-black::before {
    background: #333333;
    border-color: #333333;
}
.active .checkbox::after {
    background: url(https://www.perfect-space.jp/img/check.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 16px;
}
.function-item:not(:last-child) {
    margin: 0 0 20px;
}
.function-item p {
    color: #1E1E1E;
    margin: 0 0 15px;
}
.search-functionaly {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 0;
}
.count-number {
    font-size: 40px;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
}
.count-text {
    font-size: 27px;
}
.search-functionaly__left {
    width: 40%;
}
.search-functionaly__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 60%;
}
.search-functionaly__right button {
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 10px 0px;
    width: 42%;
    margin: 0px 0 0 15px;
}
.reset-btn {
    background: #C8C8C8;
}
.result-btn {
    background: #686868;
}
.price-selector {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.price-selector__column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
}
.price-selector__column:not(:last-child) {
    margin: 0 25px 0 0;
}
.price-selector__column select {
    font-size: 16px;
    padding: 10px;
}
.selector-symbol {
    margin: 0 25px 0 0;
}
.yen-symbol {
    margin: 0 5px 0 0;
}
.sp {
    display: none !important;
}
.pc {
    display: block !important;
}
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .panel-list {
        border: 0;
    }
    .panel-list__row {
        border-bottom: 0;
    }
    .panel-list__row:not(:last-child) {
        margin-bottom: 2px;
    }
    .panel-list__row dt, .panel-list__row dd {
        font-size: 14px;
        width: 100%;
    }
    .panel-list__row dt {
        padding: 10px 15px;
        position: relative;
    }
    .panel-list__row dt::after {
        content: "\f107";
        display: flex;
        align-items: center;
        font-family: "FontAwesome";
        margin: auto;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
    }
    .panel-list__row dt.active::after {
        content: "\f106";
    }
    .panel-list__row dd {
        display: none;
        padding: 20px 15px;
    }
    .panel-list__row[data-row="フリーワード"] dd,
    .panel-list__row[data-row="カテゴリ"] dd,
    .panel-list__row[data-row="サブカテゴリ"] dd,
    .panel-list__row[data-row="価格"] dd,
    .panel-list__row[data-row="サイズ"] dd,
    .panel-list__row[data-row="機能"] dd,
    .panel-list__row[data-row="柄"] dd,
    .panel-list__row[data-row="素材・生地"] dd,
    .panel-list__row[data-row="形状"] dd,
    .panel-list__row[data-row="透け感"] dd,
    .panel-list__row[data-row="人気条件"] dd {
        display: block;
    }
    .search-tab__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: 12px;
    }
    .w75 {
        width: 100%;
    }
    .radio-list li {
        font-size: 13px;
    }
    .category-row li {
        width: 32%;
    }
    .category-row .radio-list {
        justify-content: space-between;
    }
    .category-row .radio-list li:not(:last-child) {
        margin-right: 0;
    }
    .count-number {
        color: #fff;
        font-size: 28px;
    }
    .count-text {
        color: #fff;
        font-size: 16px;
    }
    .search-functionaly {
        background: #686868;
        padding: 10px;
    }
    .search-functionaly__left {
        width: 45%;
    }
    .search-functionaly__right {
        width: 55%;
    }
    .search-functionaly__right button {
        font-size: 16px;
    }
    .search-functionaly__right .reset-btn {
        background: #C8C8C8;
    }
    .search-functionaly__right .result-btn {
        background: #fff;
        color: #686868;
    }
    .fixed {
        position: fixed;
        width: 100%;
        height: 80px;
        bottom: 0;
        left: 0;
        z-index: 999;
    }
    dt p span {
        font-size: 11.5px;
    }
    
    .checkbox-list li p {
        font-size: 11.5px;
        line-height: 15px;
    }

    .col4 li {
        width: 30%;
    }
    
    /* .col4.w100.asu li{
        margin-bottom: 0!important;
    }
    
    .search-tab__panel[data-panel="1"] .col4 li:nth-child(-n+3) {
        margin-bottom: 24px;
    }
    .search-tab__panel[data-panel="1"] .material-item .col4 li:nth-child(5), 
    .search-tab__panel[data-panel="1"] .material-item .col4 li:nth-child(4) {
        margin: 0;
    }
    
    .search-tab__panel[data-panel="2"] .functions-item .col4 li:nth-last-child(-n+5) {
        margin-bottom: 0px;
    }
    .search-tab__panel[data-panel="2"] .functions-item .col4 li:nth-child(-n+3) {
        margin-bottom: 24px;
    }
    
    
    .shape-item .col4 li:nth-child(-n+3) {
        margin-bottom: 24px;
    }
    .size-item .col4 li:nth-child(5), .size-item .col4 li:nth-child(6) {
        margin-bottom: 24px;
    }
    
    .search-tab__panel[data-panel="3"] .col4 li:nth-child(5), .col4 li:nth-child(6){
        margin-bottom: 24px;
    }
    
    .search-tab__panel[data-panel="1"] .cr-list li:nth-last-child(4),
    .search-tab__panel[data-panel="2"] .cr-list li:nth-last-child(4),
    .search-tab__panel[data-panel="3"] .cr-list li:nth-last-child(4){
        margin-bottom: 24px;
    }
    
    .cr-list.col4.w100 {
        margin: 0 0 17px!important;
    }
    .cr-list.col4 li:nth-last-child(4) {
        margin: 0 0 27px;
    }
    .col4 li:nth-last-child(-n+1), .cr-list li:nth-last-child(-n+3) {
        margin: 0;
    } */
    .col3 li:nth-child(-n+3),
    .col4 li:nth-child(-n+3),
    .cr-list li:nth-child(-n+3) {
        margin-top: 0;
    }
    .col3::before,
    .col4::before,
    .cr-list::before,
    .col4::after,
    .cr-list::after {
        content: "";
        display: block;
        width: 30%;
    }
    .col3::before,
    .col4::before,
    .cr-list::before {
        order: 1;
    }
}