  @charset "UTF-8";
img {
	width: 100%;
	vertical-align: bottom;
}
figure span {
	display: block;
	font-size: 10px;
	line-height: 1.2;
	text-align: right;
	margin-top: 5px;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 800px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
@media screen and (max-width: 800px) {
	figure span {
		font-size: 10px;
	}
}
/* mx-auto flex w-full max-w-md justify-center py-10  */
.mainvisual .pageTit {
	margin: 0 auto;
	display: flex;
	width: 100%;
	max-width: 448px;
	justify-content: center;
	padding: 40px 0;
}
.mainvisual .pageTit img {
	max-width: 830px;
	width: 90%;
}

#kan_ene {
	background: linear-gradient(to right, #ed8e8e 0%, #f4c9c9 40%, #ed8e8e 100%);
	padding: 60px 0;
}

#kan_ene .intro {
	text-align: center;
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
}
#kan_ene .intro .br {
	display: none;
}
#kan_ene .intro .txt1 {
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 30px;
	letter-spacing: 0.2rem;
}
#kan_ene .intro .txt2 {
	font-size: 16px;
	line-height: 2;
}
#kan_ene .intro .txt2 strong {
	font-weight: normal;
}
#kan_ene ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0 0;
}
#kan_ene ul li {
	width: 48%;
}
#kan_ene ul li a {
	transition: 0.3s;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
	display: block;
	border-radius: 5px;
}
#kan_ene ul li a:hover {
	opacity: 0.7;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
@media screen and (max-width: 800px) {
	#kan_ene .intro {
		text-align: center;
	}
	#kan_ene .intro .txt1 {
		font-size: 6.4vw;
		margin-bottom: 15px;
	}
	#kan_ene .intro .txt2 {
		font-size: 4vw;
	}
	#kan_ene .intro .txt2 strong {
		font-size: 5vw;
	}
	#kan_ene ul {
		display: block;
		margin: 30px 0 0;
	}
	#kan_ene ul li {
		width: 100%;
		margin-bottom: 15px;
	}
	#kan_ene ul li a {
		box-shadow: none;
	}
}
