<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media print, screen and (min-width: 768px){
.case_inner {
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 767px){
.case_inner {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media print, screen and (min-width: 768px){
	.flex_03_02, .flex_03{
		display: flex;
		flex-wrap: wrap;
	}
	.flex_03_02 &gt; .colm{
		width: calc(100% / 3 - 14px);
	}
	.flex_03 &gt; .colm{
		width: calc(100% / 3 - 14px);
	}
	.flex_03_02 &gt; .colm:not(:nth-of-type(3n)) {
		margin-right: 20px;
	}
	.flex_03 &gt; .colm:not(:nth-of-type(3n)) {
		margin-right: 20px;
	}
	.col_case{
		display: flex;
		flex-flow: column;
	}
}

.flex_03_02 &gt; .colm{
	margin-bottom: 5px;
}

.col_case{
	text-align: center;
	border: 1px solid #cecece;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}
.col_case .head, .col_case .ft_link:hover{
	background-color: #e2efda;
}
.col_case img{
	margin: auto;
	max-width: 90%;
	width: auto;
	max-height: 100px;
}
.col_case .case_logo{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 140px;
	padding: 20px 0;
}
.col_case .catch{
	padding: 20px 10px;
	/*flex: 1;
	height: 100%;*/
	min-height: 0%;
}
.col_case .flex_04{
	align-items: center;
}
.col_case .ft_link{
	padding: 10px 0;
	display: block;
	border-top: 1px solid #cecece;
	margin-top: 10px;
}
</pre></body></html>