#supports .information {
	background-image: url(../img/common/bg_looseleaf2.png), url(../img/common/bg_square.gif);
}

#supports h1 img {
	height: 50px;
}

#supports .smenu {
	display: flex;
	justify-content: center;
	gap: 7px;
	padding: 30px 0;
}

#supports .smenu li {
	width: calc(50% - 7px);
}

#supports .smenu li .arrow {
	display: inline-block;
	padding: 0.8em 1.8em 0.8em 0.8em;
	margin: auto;
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	text-align: center;
	background-color: #2C5F7B;
	border: solid 4px #FFFFFF;
	border-radius: 9999px;
	box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.4);
}

#supports .smenu li .arrow::before, 
#supports .smenu li .arrow::after {
	right: calc(50% - 3.5em);
}

#supports .fold {
	position: relative;
	left: -30px;
	margin-top: -20px;
	margin-bottom: 10px;
}

#supports .fold::before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 101px;
	height: 36px;
	background: url(../img/supports/bg_fold.svg) no-repeat left top;
	background-size: contain;
	z-index: -1;
}

#supports .fold img {
	margin-top: 15px;
	width: 334px;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}

#supports #education, 
#supports #benefit {
	position: relative;
	z-index: 1;
}

#supports #education ul li {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 10px;
	padding: 25px 0;
}

#supports #education ul li img {
	width: 100%;
}

#supports .voice {
	position: relative;
	padding: 10px 20px;
	margin-top: 30px;
	font-size: 0.9em;
	border: solid 2px #2C5F7B;
	border-radius: 10px;
}

#supports .voice::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 3px;
	width: 29px;
	height: 21px;
	background: url(../img/supports/bg_voice.svg) no-repeat;
	background-size: contain;
	transform: translate(100%, -50%);
}

#supports .voice strong {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 20px;
	width: 130px;
	transform: translateY(-80%);
}

#supports #benefit ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	padding: 30px 0;
}

#supports #benefit ul li {
	font-size: 0.8em;
}

#supports #benefit ul li img {
	position: relative;
	top: 7px;
	left: 50%;
	width: 100px;
	transform: translateX(-50%);
}

#supports #benefit ul li strong {
	display: block;
	padding: 0.7em 0.5em;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #2EB5AC;
	border-radius: 5px;
}


@media only screen and (min-width: 620px) {
	#supports h1 {
		padding-top: 60px;
	}

	#supports h1 img {
		height: 80px;
	}

	#supports .smenu {
		padding: 60px 190px;
	}

	#supports .fold {
		position: absolute;
		left: -46px;
		margin-top: -30px;
	}

	#supports #education .inner > p, 
	#supports #benefit .inner > p {
		padding-left: 240px;
	}

	#supports #education ul {
		padding-top: 80px;
	}

	#supports #education ul li {
		flex-direction: row;
		gap: 30px;
	}

	#supports #education ul li img {
		width: 210px;
	}

	#supports #benefit ul {
		grid-template-columns: repeat(4, 1fr);
		padding-bottom: 0;
	}
}