@charset "UTF-8";

/** 学校紹介　私たちが高松自動車学校を選んだ理由 **/
.cbox {
	border-radius: 20px;
	background-image: url("/wp-content/uploads/2025/08/bg.jpg");
	background-blend-mode: color-burn;
	position: relative;
	z-index: 1;
}
.c-bg-01 {
	background-color: #f6d6da !important;
}
.c-bg-02 {
	background-color: #c0e0f2 !important;
}
.tl-img {
	position: relative;
	top: -40px;
}
.reason-col p {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 1em;
}

