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

.Card04 {
	margin-bottom: 20px;
}

.Card04 .card {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	max-height: auto;
	max-width: auto;
	margin-left: auto;
	margin-right: auto;
}

.Card04 a {
	display: block;
	text-align: left;
	text-decoration: none;
}
.Card04 a:hover {
	color: #ff0000;
	text-decoration: underline;
}


.Card04 .card .Bg {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.Card04 .card .Bg2 {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 96%;
}

.Card04 .card .front {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: 0.3%;
	left: 2%;
	width: 96%;
	height: 100%;
	text-align: left;
}

.Card04 .card .front .frontImg {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 50%;
}

.Card04 .card .front .frontImg2 {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 50%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.Card04 .card .front .frontText {
	position: absolute;
	top: 50%;
	left: 3%;
	width: 96%;
	height: 50%;
}
.Card04 .card .front .frontText h3 {
	font-size: 1.8rem;
	letter-spacing: 1px;
	color: #000000;
	padding-top:10px;
	margin-bottom: 5px;
}

@media (min-width: 1000px) {
	.Card04 {
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.Card04 .card {
		float: left;
		width: 24.8%;
		margin-left: auto;
		margin-right: auto;
	}
	.Card04 .card .front .frontText p {
		font-size: 1.4rem;
		line-height: 1.6;
	}
}

@media (min-width: 768px) and (max-width: 999px) {
	.Card04 {
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
	}
	.Card04 .card {
		float: left;
		width: 24.8%;
		margin-left: auto;
		margin-right: auto;
	}
	.Card04 .card .front .frontText h3 {
		padding-top:10px;
		font-size: 1.8vw;
	}
	.Card04 .card .front .frontText p {
		font-size: 1.4vw;
		line-height: 1.4;
	}
}

@media (min-width: 500px) and (max-width: 767px) {
	.Card04 .card {
		float: left;
		width: 49.8%;
		margin-left: auto;
		margin-right: auto;
	}
	.Card04 .card .front .frontText h3 {
	font-size: 2.7vw;
	}
	.Card04 .card .front .frontText p {
		font-size: 2.7vw;
	}
	.Card04 .card:first-child + .card + .card {
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}
}


@media (min-width: 300px) and (max-width: 499px) {
	.Card04 .card {
		float: left;
		width: 49.8%;
		margin-left: auto;
		margin-right: auto;
	}
	.Card04 .card .front .frontText h3 {
		font-size: 2.7vw;
	}
	.Card04 .card .front .frontText p {
		font-size: 2.7vw;
	}

	.Card04 .card:first-child + .card + .card {
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.Card04 .card {margin-bottom: 20px;}
}
</pre></body></html>