@charset "UTF-8";
@import 'subpage.css';


.case_tit{
	font-size: 2.8rem;
	text-align: center;
	font-weight: 600;
	margin: 0 0 3rem;
}
.case_tag{
	display: flex;
	margin: 2rem 0 5rem;
	padding: 0;
	}
	.case_tag li{
		list-style: none;
		margin: 0 1rem 0 0;
	}
	.case_tag li a{
		color: #333;
		text-decoration: none;
		display: block;
		padding: .8rem 2rem;
		border-radius: 5rem;
		border: 1px solid #ddd;
	}
	@media (hover: hover) {
		.case_tag li a:hover{
			color: #fff;
			background: #e40001;
			border-color: #e40001;
		}
	}
	@media screen and (max-width: 767px){
		.case_tag{
			flex-wrap: wrap;
			margin: 1rem 0 2rem;
		}
	}
.case_wrap{
	padding-bottom: 10rem;
}
.case_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3rem;
    padding-top: 1rem;
}
.case_list a{
	text-decoration: none;
	color: unset;
	display: block;
	line-height: 1.5;
}
.case_item{
	position: relative;
	width: 32%;
    margin: 0 2% 5% 0 ;
	border: 1px solid #eee;
	box-shadow: 0 0 36px 0 rgb(150 150 150 / 40%);
    transform-origin: center;
    transition-duration: .3s;
    border-radius: 10px;
}
}
.case_item.no_detail a{
	pointer-events: none;
}
.case_item:nth-child(3n){
	margin-right: 0;
}
.case_item a{
	height: 100%;
	display: block;
	padding: 1.8rem 2.4rem 2rem;
}
.case_item:nth-of-type(3n) {
    margin-right: 0;
}
.case_item .case-img{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.case_item .case-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}
.case_item .case-name{
	font-weight: 600;
	font-size: 1.1em;
	margin: 1.6rem 0 1rem;
}
.case_item p{
	font-size: 1.4rem;
	margin: 0;
}
.system-list{
	padding: 0!important;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.system-list li{
	color: #fff;
	padding: .7rem 1rem;
	margin: 0 .5rem .5rem 0;
	font-size: 1.3rem;
	line-height: 1;
	background: #5a6a81;
	border-radius: 50px;
}
.case_item i{
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	color: #e40001;
	font-size: 2rem;
}
.no_detail{
	pointer-events: none;
}
	@media (hover: hover) {
		.case_item:hover:not(.no_detail){
			border: 1px solid #ddd;
			box-shadow: 0 2px 2px rgb(0 0 0 / 8%);
		}
	}
	@media screen and (max-width: 767px){
		.case_tit{
			font-size: 1.8rem;
			margin-bottom: 3rem;
		}
		.case_wrap{
			padding-bottom: 6rem;
		}
		.case_wrap .midashi_txt{
			text-align: center;
		}
		.case_list{
			flex-wrap: wrap;
			margin-bottom: 2rem;
		}
		.case_item{
			width: 100%;
			font-size: 1.3rem;
			margin: 0 auto 3rem !important;
			}
			.page_business .case_item{
				width: 96%;
			}
		.case_item a{
			padding-bottom: 3rem;
		}
		.case_item .case-img{
			min-height: 130px;
			height: 38vw;
		}
		.case_item p{
			font-size: unset;
		}
		.case-name{
			font-size: 1.5rem;
		}
		.case_item li{
			font-size: 1.2rem;
		}
	}

.casepost_conts{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
}
.casepost-img{
	width: 35%;
	height: 250px;
	overflow: hidden;
}
.casepost-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.casepost_text{
	width: 60%;
	}
	.casepost_text ul{
		margin: 0;
		padding: 0;
	}
.casepost_kanso{
	font-weight: 600;
	text-align: center;
	font-size: 2.2rem;
	padding: 3rem;
	background: #f2f2f2;
}

.conts_actions{
	margin: 8rem auto 0;
	padding: 0!important;
	display: flex;
	justify-content: center;
}
.conts_actions li{
	margin: 0 1rem;
	}

	@media screen and (max-width: 767px){
		.casepost_conts{
			flex-wrap: wrap;
		}
		.casepost-img{
			height: 200px;
			margin-bottom: 2rem;
		}
		.casepost-img, .casepost_text{
			width: 100%;
		}
		.casepost_text, .system-list li{
			font-size: 1.3rem;
		}
		.casepost_kanso{
			padding: 2rem;
			font-size: 1.8rem;
		}
		.conts_actions{
			flex-wrap: wrap;
			margin: 4rem auto 0;
		}
		.conts_actions li{
			margin: 1rem 0;
		}
		.conts_actions li, .conts_actions li a{
			width: 100%;
		}
	}

