@charset "utf-8";
.unit-cnav {
	display: flex;
}
.unit-cnav li:first-of-type,
.unit-cnav li:nth-of-type(2) {
	width: 100%;
}
.unit-cnav > ul > li {
	width: 100%;
}
.unit-col2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.unit-col2 dd {
	margin-top: 20px;
}
.unit-cnav img {
	width: 100%;
	height: auto;
}
.unit-col2 [class*="col2-"] {
	width: calc((100% - 30px) / 2);
}
.unit-col2 .col2-left {
	order: 1;
}
.unit-col2 .col2-right {
	order: 2;
	margin-left: 30px;
}
.special-percentage em {
	display: inline-block;
	margin-left: 15px;
	font-family: "Barlow", sans-serif;
	font-weight: bold;
	font-size: 4.4rem;
	text-align: left;
	color: #310080;
}
.point2 img {
	width: 60%;
	height: auto;
}
@media (max-width: 767px) {
	.unit-col2 [class*="col2-"] {
		width: 100%;
		margin-left: 0;
	}
	.unit-col2 [class*="col2-"] + [class*="col2-"] {
		margin-top: 30px;
	}
	.unit-cnav li:first-of-type .unit-col2:first-of-type .col2-left {
		order: 2;
	}
	.unit-cnav li:first-of-type .unit-col2:first-of-type .col2-right {
		order: 1;
	}
	.m-box-unit .unit-cnav > ul > li {
		width: 100%;
		margin-top: 20px;
	}
	.m-box-unit .unit-cnav .unit-cnav {
		display: block;
	}
	.unit-col2 dd {
		margin-top: 10px;
	}
}