@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#efforts #pagetitle::after {
	content: "EFFORTS";
}

#effIntro {
	padding-bottom: 20px;
}

#effList li {
	padding: 30px;
	margin-bottom: 20px;
	border: 1px #e5e5e5 solid;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.effDesc {
	width: 50%;
	padding-right: 3%;
}

.effDesc h3 {
	padding-bottom: 10px;
	color: #009843;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0;
}

.effDesc h3 .small {
	font-size: 80%;
}

.effImg {
	width: 50%;
	border-radius: 6px;
	overflow: hidden;
}

.effImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#effList li {
		padding: 20px;
		margin-bottom: 20px;
		border: 1px #e5e5e5 solid;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
	}

	.effDesc {
		width: 100%;
		order: 2;
	}

	.effImg {
		width: 100%;
		order: 1;
		margin-bottom: 20px;
	}

	.effDesc h3 {
		padding-bottom: 10px;
		color: #009843;
		font-weight: bold;
		font-size: 1.6rem;
		letter-spacing: 0;
	}
}