@charset "UTF-8";

.corner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.corner_sec {
}

.corner_ttl {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #F8B500;
	border-radius: 5px;
	padding: 15px;
}

.corner_list {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 1.7%;
}

.corner_item {
	width: 32.2%;
	background: #F3EFDF;
	padding: 12px 12px 20px;
	box-sizing: border-box;
	text-align: center;
}

.corner_item img {
	background:#fff;
}

.corner_item figcaption {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
}

.corner_item figcaption a {
	text-decoration: underline;
	color: #00A1E9;
}

.corner_item figcaption a:hover {
	text-decoration: none;
}

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

@media screen and (min-width:641px) {
}

@media screen and (max-width:640px) {
	.corner {
	}

	.corner_sec {
	}

	.corner_ttl {
	}

	.corner_list {
		flex-direction: column;
		gap: 10px;
	}

	.corner_item {
		width: 100%;
		display: flex;
		gap: 15px;
		align-items: flex-start;
		padding: 15px;
	}

	.corner_item img {
		width: 32%;
		height: auto;
	}

	.corner_item figcaption {
		margin-top: 0;
	}

}
