aside {
    overflow: hidden;
}

.areasearchdetail__head {
    height: 42px;
    position: relative;
}
.areasearchdetail__head .Mbtn {
    height: 100%;
    font-weight: bold;
    font-size: 0;
}
.areasearchdetail__head input {
    display: none;
}
.areasearchdetail__head label {
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    height: 100%;
    position: relative;
    font-weight: normal;
    line-height: 42px;
    padding-left: 55px;
}
.areasearchdetail__head input[type="checkbox"]:checked + label {
    background-color: #444444;
    color: #fff;
}
.areasearchdetail__head label:before {
    content: "";
    position: absolute;
    background: url(../img/form-search-off.svg) 0 center no-repeat;
    background-size: 100% auto;
    top: 0;
    left: 11px;
    width: 13px;
    height: 100%;
}
.areasearchdetail__head input[type="checkbox"]:checked + label:before {
    background: url(../img/form-search-on.svg) 0 center no-repeat;
    background-size: 100% auto;
}
.areasearchdetail__txts {
    font-size: 11px;
    font-size: 1.1rem;
}
.areasearchdetail__head label:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    top: 50%;
    left: 35px;
    margin-top: -13px;
    background-color: #e6e6e6;
}
.areasearchdetail__head input[type="checkbox"]:checked + label {
    background-color: #444444;
    color: #fff;
}
.areasearchdetail__head input[type="checkbox"]:checked + label:after {
    background-color: #656565;
}
.detailsselectcheclist__item input[type="checkbox"]:checked + label {
    background-color: #444444;
    color: #fff;
}
.js-aco_trigger {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    width: 50px;
}
.js-aco_trigger img {
    width: 13px;
    float: right;
    box-sizing: content-box;
    padding: 15px 10px 0 0;
}
/* .areasearchdetail__sub {
    padding-top: 25px;
} */
.js-search_aco {
    display: none;
}
.areasearchdetail__sub ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.areasearchdetail__sub li {
    font-size: 0;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    width: 49%;
    margin-bottom: 10px;
}
.areasearchdetail__sub input {
    display: none;
}
.areasearchdetail__sub li label {
    font-size: 11px;
    font-size: 1.1rem;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    position: relative;
    padding: 8px 4px 8px 22px;
    /* height: 100%;
    width: 100%; */
}
.areasearchdetail__sub li input[type="checkbox"]:checked + label {
    background-color: #444444;
    color: #fff;
}
.areasearchdetail__sub li label:before {
    content: "";
    position: absolute;
    background: url(../img/form-search-off.svg) 0 center no-repeat;
    background-size: 100% auto;
    width: 10px;
    height: 100%;
    top: 0;
    left: 3px;
}
.areasearchdetail__sub li input[type="checkbox"]:checked + label:before {
    background: url(../img/form-search-on.svg) 0 center no-repeat;
    background-size: 100% auto;
}
.areasearchdetail__sub li label:after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #e6e6e6;
    top: 50%;
    height: 12px;
    margin-top: -6px;
    left: 16px;
}
.areasearchdetail__sub li input[type="checkbox"]:checked + label:after {
    background-color: #656565;
}


.detailsselecttit {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 15px 0;
}
.detailsselecttit.open {
    background-color: #f2f2f2;
}
.detailsselecttit:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: url(../img/detail/search-open.svg) 0 center no-repeat;
    background-size: 100% auto;
    width: 13px;
    right: 10px;
}
.detailsselecttit.open:after {
    background: url(../img/detail/search-close.svg) 0 center no-repeat;
    background-size: 100% auto;
}
.kodawaricontwrap {
    display: none;
    padding-top: 20px;
    transition: .3s;
}
.detailsselecttit.open + .kodawaricontwrap {
    display: block;
}
.detailsselectcont {
    width: 100%;
    margin-bottom: 10px;
}
.detailsselectconttit {
    color: #a9a9a9;
    line-height: 1;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.selectareawrap {
    position: relative;
}
.selectareawrap:before {
    content: "";
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    font-size: 15px;
    font-size: 1.5rem;
}
.selectarea {
    position: relative;
}
.selectleft {
    float: left;
    width: 45%;
}
.selectarea:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    background-color: #e6e6e6;
    width: 1px;
    height: 20px;
    margin-top: -10px;
}
.selectarea select {
    font-size: 12px;
    font-size: 1.2rem;
    height: 35px;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    position: relative;
    display: block;
    z-index: 1;
    background-color: transparent;
    padding-left: 15px;
    width: 100%;
}
.selectarea:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    background-color: #e6e6e6;
    width: 1px;
    height: 20px;
    margin-top: -10px;
}
.selectarea:after {
    content: "";
    position: absolute;
    top: 0;
    right: 8px;
    background: url(../img/detail/select-arrow.svg) 0 center no-repeat;
    color: #a9a9a9;
    height: 100%;
    background-size: 100% auto;
    width: 10px;
}
.selectright {
    float: right;
    width: 45%;
}
.detailsselectcheclist {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    gap: 10px;
}
.detailsselectcheclist__item {
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    font-size: 0;
    /* width: 49%; */
    margin-bottom: 10px;
}
.detailsselectcheclist__item input {
    display: none;
}
.detailsselectcheclist__item label {
    font-size: 11px;
    font-size: 1.1rem;
    align-items: center;
    justify-content: center;
    display: flex;
    /* width: 100%; */
    text-align: center;
    position: relative;
    padding: 8px 4px 8px 20px;
    /* height: 100%; */
}
.detailsselectcheclist__item label:before {
    content: "";
    position: absolute;
    background: url(../img/detail/form-search-off.svg) 0 center no-repeat;
    background-size: 100% auto;
    top: 0;
    height: 100%;
    width: 10px;
    left: 3px;
}
.detailsselectcheclist__item label:after {
    content: "";
    position: absolute;
    background-color: #e6e6e6;
    width: 1px;
    top: 50%;
    height: 12px;
    left: 16px;
    margin-top: -6px;
}

/* FREE SEARCH */
.mainsearchwrap {
    padding-bottom: 30px;
}
.freeSearchBoxwrap {
    background-color: #f2f2f2;
    padding: 25px 10px;
}
.freeSearchBox {
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    background-color: #fff;
}
.freeSearch_attention {
    font-size: 11px;
    font-size: 1.1rem;
    color: #a9a9a9;
    padding-top: 3px;
}
.freeSearchBox input.freewordarea {
    border: none;
    font-size: 11px;
    font-size: 1.1rem;
    display: block;
    color: #fff;
    background-color: #907f39;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
    width: 15%;
    float: right;
}
.freeSearchBox input.txt {
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    width: 85%;
}

/* SEARCH BTN */
.searchbtn
{
    margin-bottom: 20px;
    padding-top: 20px;
    list-style: none;
    padding: 0;
}
.searchbtn__gold {
    width: 100%;
    float: right;
    position: relative;
    border: none;
}
.searchbtn button, .searchbtn span {
    border: none;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 3px;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
    height: 40px;
    line-height: 40px;
}
.searchbtn__gold button {
    color: #fff;
    background-color: #907f39;
    width: 100%;
}


.orderlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectarea select {
    font-size: 12px;
    font-size: 1.2rem;
    height: 35px;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    position: relative;
    display: block;
    z-index: 1;
    background-color: transparent;
    padding-left: 15px;
    width: 100%;
}
.detailsselectcheclist__item_widthfull {
    grid-column: 1/3;
}
.orderlist .selectarea {
    display: flex;
    align-items: center;
}
.orderlist dd {
    margin: 0 0 0 10px;
}
.pagination-bottom {
    margin: 30px auto;
    text-align: center;
}
.pagination a {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    padding: 5px 10px;
    margin: 0px 0px;
}
.pagination span.page-numbers.current {
    font-weight: 700;
    padding: 0 5px;
    margin: 0 4px;
    line-height: 18px;
}