.count_area {
    margin-bottom: 1em;
}
.result_area {
     /* height: 1600px; */
}
dl.resultpreview {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1%;
    /* height: 1600px; */
    /* height: auto; */
}
dl.resultpreview a {
    text-decoration: none;
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}
dl.resultpreview a img {
    display: inline-block;
    height: 14em;
}
.resultpreview dl a:hover {
    text-decoration: none;
}
.resultpreview dt {
    margin: 12px 0;
    text-align: left;
    font-size: 13px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 4.2rem;
    letter-spacing: 0;
}
.resultpreview dt img {
    max-width: 16%;
    min-width: 16em;
    margin: 10px;
}
.paging_area {
    margin: 76px 0;
}
.paging_area ul {
    display: flex;
    justify-content: center;
}
.paging_area ul li {
    margin-right: 1.5em;
}
.paging_area ul li a {
    text-decoration: none;
    color: #44403D;
}
.paging_area ul li.active a{
    color: #fff;
    padding: 5px 10px;
    border: 1px #44403D;
    background-color: #44403D;
}

.txtcenter {
    margin: 1em;
}

.tag {
    display: inline-block;
    margin: 0 .1em .6em 0;
    padding: .6em;
    line-height: 1;
    text-decoration: none;
    color: #44403D;
    background-color: #fff;
    border: 1px solid #44403D;
    border-radius: 0.2em;
    font-size: 0.9em;
}
.tag:hover {
    text-decoration: none;
    background-color: #44403D;
    color: #fff;
    cursor: pointer;
}
.tag_selected {
    text-decoration: none;
    background-color: #44403D;
    color: #fff;
}
.tag:before {
    content: "#";
}
.tag_list {
    margin-top: 14px;
}
.total_count {
    margin: 20px 0;
}
.total_count p {
    font-size: 1.2em;
}
.paging_area .paginationjs-next a,
.paging_area .paginationjs-prev a {
    border: 1px solid #44403D;
    padding: 4px 10px;
}
.paging_area .paginationjs-next a:hover,
.paging_area .paginationjs-prev a:hover {
    color: #fff;
    background-color: #44403D;
    border: 1px solid #44403D;
}

.category{
    /* border: 1px solid #44403D; */
    border: 1px solid #aaa;
    border-radius: 3px;
    margin-top: 14px;
}
.category_select {
    margin: 12px 0;
}
.cate, .item {
    display: flex;
}
.toggle {
    display:flex;
    position: relative;
    cursor:pointer;
}
.toggle a {
    position: absolute;
    right: 0;
    font-size: 1.6em;
    top: -0.2em;
    color: #44403D;
    text-decoration: none;
}
.condition {
    padding: 10px;
    display:none;
}
.condition select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    /* font-size: 1rem; */
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #ffffff;
    width: 100%;
    padding: 10px 8px;
    display: flex;
}
.condition select::-ms-expand {
    display: none;
}
.selectbox {
    width: 100%;
    position: relative;
    display: inline-block;
}
.selectbox::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #b4b3b3;
    border-right: solid 2px #b4b3b3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}
.search-button {
    position: relative;
    display: inline-block;
    padding: 0.55em 1.5em;
    color: #FFF;
    background: #44403D;
    transition: .4s;
    cursor: pointer;
    text-decoration: none;
  }
.search-button:hover {
    text-decoration: none;
  }
@media (max-width: 750px) {
    .result_area {
        /* height: 2660px; */
    }
    dl.resultpreview {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 300px;
        /* height: 2660px; */
        /* height: auto; */
    }
    dl.resultpreview dt {
        margin: 10px 5px;
    }
    dl.resultpreview a {
        margin-bottom: 10px;
    }
    dl.resultpreview a img {
        max-width: 100%;
        height: 150px;
    }
    .paging_area {
        margin: 0;
    }
    .paging_area .paginationjs-next a,
    .paging_area .paginationjs-prev a {
        position: unset;
    }
    .toggle a {
        top: -0.4em;
    }
}