/* ==========================
	list_area style
============================= */

/* itemNote */
.item .itemNote {
	margin-top: 7rem;
	padding: 2rem 0;
	border-top: solid 1px var(--baseColor);
	border-bottom: solid 1px var(--baseColor);
}
.item .itemNote > dl {
	font-size: 1.7rem;
	line-height: 2.55rem;
}
.item .itemNote > dl + dl {
	margin-top: 1em;
}
.item .itemNote > dl.red {
	color: var(--redColor);
}
.item .itemNote > dl a {
	text-decoration: underline;
}
.item .itemNote > dl.red a {
	color: var(--redColor);
}
@media (min-width: 769px) {
	.item .itemNote > dl a[href*="tel:"] {
		text-decoration: none;
	}
}
@media (max-width: 768px) {
	.item .itemNote {
		margin-top: 10rem;
		padding: 4.5rem 0;
		border-top: solid 0.3rem var(--baseColor);
		border-bottom: solid 0.3rem var(--baseColor);
	}
	.item .itemNote > dl {
		font-size: 2.6rem;
		line-height: 3.9rem;
	}
	.item .itemNote > dl + dl {
		margin-top: 1.5em;
	}
}

/* areaBnr */
.item .areaBnr {
	margin: 4.5rem auto 0;
	padding: 0 3rem;
}
@media (max-width: 768px) {
	.item .areaBnr {
		padding: 0;
	}
}