<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#case_top #intro {
	background: #F0F0f0;
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.8;
	font-weight: 600;
	padding: 20px 0;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	#case_top #intro {
		padding: 16px;
		text-align: left;
	}
}



/* case_list */

#case_top #case_list {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

#case_top #case_list a {
	width: 48%;
	display: block;
	margin-bottom: 50px;
	padding: 30px 20px;
	background: #ffebef;
	position: relative;
}

#case_top #case_list a .label {
	color: #FFF;
	font-size: 1.4rem;
	padding: 4px 10px;
	background: #c7365e;
	position: absolute;
	top: -3%;
	left: 0;
}

#case_top #case_list a .ttl {
	margin-bottom: 20px;
}

#case_top #case_list a .ttl p {
	margin-bottom: 10px;
}

#case_top #case_list a .ttl p:last-child {
	font-size: 2.6rem;
	font-weight: 700;
	text-decoration: underline;
}

#case_top #case_list a .detail {
	display: flex;
	justify-content: space-between;
}

#case_top #case_list a .detail p {
	width: 40%;
}

#case_top #case_list a .detail dl {
	width: 56%;
}

#case_top #case_list a .detail dl * {
	font-size: 1.4rem;
}

#case_top #case_list a .detail dl dt {
	font-weight: 700;
}

#case_top #case_list a .detail dl dd {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {

	#case_top #case_list {
		display: block;
	}

	#case_top #case_list a {
		width: 100%;
	}
}



/* performance */

#case_top #performance {
	background: #f0f0f0;
	padding: 70px 0;
	margin-bottom: 50px;
}

#case_top #performance .inner {
	background: #FFF;
	padding: 50px 0;
}

#case_top #performance h2 {
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

#case_top #performance h2+p {
	text-align: center;
	margin-bottom: 10px;
}

#case_top #performance #performance_list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0;
}

#case_top #performance_list li {
	width: 10%;
	margin: 20px;
}

#case_top #performance_list li.adjust01 {
	width: 5%;
}

#case_top #case_top #performance_list li.adjust02 {
	width: 18%;
}

@media screen and (max-width: 767px) {

	#case_top #performance .inner {
		padding: 30px 15px;
	}

	#case_top #performance_list {
		margin: 10px 0 0 0;
		padding: 0;
	}

	#case_top #case_top #performance_list li,
	#case_top #performance_list li.adjust01,
	#case_top #performance_list li.adjust02 {
		width: 17%;
		margin: 10px;
	}

}



/* contents_list */

#case_top #contents_list {
	background: url(../../_common/img/dot_bg.png);
	padding: 40px 0;
}

#case_top #contents_list h2 {
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

#case_top #contents_list p {
	margin-bottom: 50px;
}

#case_top #contents_list ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

#case_top #contents_list ul li {
	width: 48%;
}

#case_top #contents_list ul li p {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {

	#case_top #contents_list ul {
		display: block;
	}

	#case_top #contents_list ul li {
		width: 100%;
		margin-bottom: 50px;
	}

}</pre></body></html>