/***************blog***************/
.category_page{
    position: relative;
    top: 120px;
    padding-bottom: 90px;
}
.category_page .breadcrumb a{
    color: #fff;
}
.category_page .article_list .post-title a{
    color: #fff;
}
.category_page .category_list{
    margin-bottom: 100px;
}
.category_page .section_title_jp {
    margin: -30px 0 30px 0px;
}
.category_page_title_filter{
    margin-bottom: 70px;
}
.category_page_title_filter .cat-item a{
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin: 20px 20px 0 0;
}
.category_page .article_list .post-category {
    margin: 0px 0;
}

/***************use_case***************/
.use_case_filter_form{
    background-color: #121212;
    padding: 20px;
    margin: 40px 0;
}
.use_case_filter{
    margin: 20px 0;
}
.use_case_filter_title{
    width: 180px;
}
.use_case_filter_check{
    flex-wrap: wrap;
    width: 80%;
}
.use_case_filter_check label{
    margin-right: 20px;
}
input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;
    vertical-align: middle;
    position: relative;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
}
input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    top: -2px;
    left: 0px;
}
input[type="checkbox"]::after {
    border-bottom: 3px solid #666464;
    border-left: 3px solid #666464;
    opacity: 0;
    height: 6px;
    width: 11px;
    transform: rotate(-45deg);
    top: -9px;
    left: 3px;
}
input[type="checkbox"]:checked::after {
    opacity: 1;
}
.use_case_filter_btn{
    background-color: #fff;
    border: 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0px;
    cursor: pointer;
}

/***************responnsib***************/
@media only screen and (max-width: 970px) {
    .category_page {
        padding-bottom: 30px;
    }
    .category_page_title_filter_list .cat-item{
        margin: 0 0 20px;
    }
}