.case_list_tabwrap {
    margin: .6rem auto .6rem;
    max-width: 700px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.case_list_tab {
    padding: .1rem 0;
    border: solid 1px #000;
    flex: 0 1 auto;
    width: 29%;
    text-align: center;
    color: #000;
    text-decoration: none;
    border-radius: 28px;
}
.case_list_tab.active {
    border: solid 1px #000;
    color: #fff;
	background-color:#000;
}
.case_list {
    margin: .9rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.case_list::after{
    content:"";
	display: block;
	width: 31%;
}
.top_case_item{
	margin-bottom: .4rem;
}
.case_head{
	font-size: .28rem;
}
.case_pagination{
	margin: 0 auto .3rem;
	max-width: 1000px;
}
.wp-pagenavi{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	padding: .05rem .1rem;
	border: solid 1px #000;
	color: #000;
}
.wp-pagenavi span.current{
	background-color: #000;
	color: #fff;
}

.case_title {
    margin-bottom: .5rem;
    font-size: .28rem;
}
.case_details_wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.case_maintext {
    flex: 0 1 auto;
    width: 55%;
    font-size: .15rem;
    line-height: 2.1;
    text-align: justify;
}
.case_table {
    flex: 0 1 auto;
    width: 36%;
    margin-top: 5px;
}
.case_table tr{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 25px;
}
.case_table th::after{
	content: "";
    display: inline-block;
    width: .04rem;
    height: 18px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: -3px;
    bottom: 0;
	margin:auto;
    transform: translate(0, 15%);
}
.case_table th{
	/*padding: .15rem 0 .15rem .1rem;*/
	width: 20%;
	position: relative;
	padding-left: 15px;
}


.case_table td{
	/*padding: .15rem 0;*/
	width: 75%;
}

.case_table td  a{
	color:#000;
	text-decoration: none;
	position: relative;
	margin-left: 12px;
}
.case_table td  a::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 8px;
    border-color: transparent transparent transparent #000;
    position: absolute;
	top: 8px;
    margin: auto;
    left: -10px;
}

.case_table_link{
	margin-bottom: .1rem;
	color: #0068ff;
	display: inline-block;
}
.case_imglist{
	margin-top: .5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;
}
.case_imglist::after{
	content: "";
	display: inline-block;
	width: 48%;
	height: 0;
}
.case_imgitem{
    margin-bottom: .5rem;
	flex: 0 1 auto;
    width: 47%;
}
.case_imglink{
	text-decoration: none;
	color: #000;
	display: block;
	position: relative;
}
.case_imglabel {
    padding: .05rem .1rem;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: .14rem;
    font-weight: 500;
}
.case_imglabel_before{
	background-color: #676767;
}
.case_imglabel_after{
	background-color: #b3966f;
}
.case_img {
    width: auto;
    width: 100%;
    height: 283px;
    object-fit: contain;
    background-color: #d6d6d6;
}
.case_text{
	margin-top: .15rem;
	font-size: .15rem;
}
.case_addtext{
	margin-top: .6rem;
}
.case_others_head {
    margin: 0.7rem auto .25rem;
    max-width: calc(100% - .5rem);
    font-size: .25rem;
    text-align: center;
}
.top_case_text {
    margin: 9px 0 0;
    font-size: .14rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.68;
}
.tax-case_cat .top_case_text,
.post-type-archive-case .top_case_text {
    margin: 0;
}
.case_add_block {
    margin-bottom: 100px;
}
.case_add_block p{
    line-height: 2.3;
}
.case-single-backlink {
    text-align: center;
}
.case-single-backlink a{
    margin-top: 40px;
    width: 162px;
    display: inline-block;
    text-decoration: none;
    background: #000000;
    border-radius: 20px;
    padding: 10px;
    color: #FFFF;
}
.case_others .top_case_text {
    margin: 9px 0 0;
	padding:0;
    font-size: .14rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.68;
	background:none;
	min-height: auto;
}
.case_others{
	display: flex;
    background: #f2f2f2;
    padding: 40px 0 0;
}
.slick-slide>div{
	margin: 0 .2rem;
}

.case_others.slick-initialized .slick-slide {
    width:330px;
}

	.slick-prev, .slick-next{
		z-index:1;
	}
	
	.slick-prev{
		left:0;
	}
	
	.slick-next{
		right:10px;
	}
	
	.case_others .slick-next:before, 
	.case_others .slick-prev:before {
    	content: '';
    	width: 62px;
    	height: 62px;
    	background: #aaa;
    	border-radius: 50%;
    	position: absolute;
    	top: 50%;
    	margin-top: -10px;
    	top: 0;
    	bottom: 0;
    	margin: auto;
	}
	
	.case_others .slick-next:before{
		right: 18px;
	}
	.case_others .slick-prev:before{
	    left: 19px;
	}
	

	.case_others .slick-prev:after,
	.case_others .slick-next:after {
    	content: '';
    	width: 21px;
    	height: 21px;
    	border: 0;
    	border-top: solid 2px #fff;
    	border-right: solid 2px #fff;
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	margin: auto;
    	/* margin-top: -4px; */
    	transform: rotate(45deg);
	}
	
	.case_others .slick-next:after{
		right: 43px;
	}

	.case_others .slick-prev:after {
    	transform: rotate(225deg);
    	left: 43px;
	}


.case_product_list{
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.case_product_link{
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 15px 20px;
	border: solid 1px #000;
	flex: 0 1 auto;
	width: 48%;
	display: flex;
	align-items:stretch;
	text-decoration: none;
	color: #000;
    box-sizing: border-box;
}
.case_product_link:first-child,
.case_product_link:nth-child(2n+1){
	margin-left: 0;
}
.case_product_link:hover{
	opacity:0.6;
}
.case_product_left{
	flex: 0 1 auto;
	width: 30%;
}
.case_product_right{
	padding-left: 20px;
	flex: 0 1 auto;
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.case_product_text{
	padding-top: 7px;
	padding-right: 18px;
	flex: 0 1 auto;
	width: 100%;
}
.case_product_name{
	margin-bottom: 10px;
	line-height: 1.7;
}
.case_product_price{
	font-size: .25rem;
	font-weight: bold;
	line-height: 1.5;
}
.concept__more--case{
	margin: 10px 0 0 auto;
    padding: 5px 20px 5px 10px;
    display: block;
    width: 110px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.01rem;
    background-color: #000;
    position: relative;
    border-radius: 15px;
    font-size: .11rem;
    box-sizing: border-box;
}
.concept__more--case::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -3px;
}
@media (max-width: 799px) {
	.case_list_tabwrap {
		margin: .4rem auto .4rem;
	}
    .case_article.center1000 {
        width: calc(100% - 40px);
    }
	.concept__more--case {
		margin: -30px 0 0 auto;
	}
    .case_list {
        margin: .3rem auto .4rem;
        justify-content: center;
    }
	.case_head{
		font-size: .18rem;
	}
	.case_title {
        font-size: .18rem;
        margin-bottom: .3rem;
    }
	.case_details_wrap{
		flex-direction: column;
	}
	.case_maintext{
		width: 100%;
	}
    .case_table {
        margin-top: .4rem;
        width: 100%;
        width: calc(100% + 10px);
        margin-left: -10px;
    }
	.case_table tr{
		/*border-top: solid 1px #000;*/
		    margin-bottom: 15px;
	}

	.case_table th{
		/*padding: .15rem 0 .15rem;*/
		width: 22%;
		padding-left: 10px;
	}
	.case_table th::after{
		left: -.1rem;
	}
	.case_table td{
		width: 68%;
	}
	.case_imglist {
    	margin-top: .3rem;
	}
	.case_others_head {
        margin: 0.3rem auto .25rem;
        font-size: .18rem;
    }
	.case_add_block {
		margin-bottom: 60px;
	}
	.case_imgitem {
        margin-bottom: .3rem;
        flex: 0 1 auto;
        width: 100%;
    }
	
	.case_img {
    	height: 235px;
	}
	.slick-slide>div {
		margin: 0 .12rem;
	}
	.case_others .slick-next:before, 
	.case_others .slick-prev:before {
    	width: 30px;
    	height: 30px;
    	top: 0;
    	bottom: 0;
	}
	
	.case_others .slick-prev:before{
		left: 18px;
	}
	
	.case_others .slick-next:before {
    	right: 7px;
	}

	.case_others .slick-prev:after,
	.case_others .slick-next:after {

    	width: 9px;
    	height: 9px;
    	border-top: solid 2px #fff;
    	border-right: solid 2px #fff;
    	top: 0;
    	bottom: 0;
    	margin: auto;
	}
	
	.case_others .slick-prev:after {
    	left: 29px;
	}

	.case_others .slick-next:after {
    	right: 19px;
	}
	.case_product_list{
		margin: 20px auto;
		width: calc(100% - 40px);
	}
	.case_product_link{
		margin-left: 0;
		padding: 25px 20px;
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.case_product_left{
		width: 60%;
	}
	.case_product_right{
        margin-top: 20px;
		padding-left: 0;
		width: 100%;
	}
	.case_product_text{
		padding: 0;
	}
	.case-single-backlink a {
    	margin-bottom: 70px;
	}
}