@charset "UTF-8";
/* ========================================
介護保険法、障害者総合支援法に基づき実施する事業
======================================== */
.ul_support_img {
	margin: 40px 0 24px;
}
.ul_support_img li {
	margin-bottom: 16px;
}
.ul_support_img li:last-child {
	margin-bottom: 0;
}

.support_contents {
	margin-bottom: 24px;
}
.support_contents:last-child {
	margin-bottom: 0;
}
.support_contents p {
	width: 83.2vw;
	margin: 0 auto;
}

@media (min-width: 769px) {
	/* ========================================
	FV
	======================================== */
	.ttl_h1 {
		max-width: 960px;
	}
	/* ========================================
	介護保険法、障害者総合支援法に基づき実施する事業
	======================================== */
	.ul_support_img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 32px;
		margin: 48px 0;
	}
	.ul_support_img li {
		margin-bottom: 0;
	}
	.support_contents {
		margin-bottom: 48px;
	}
	.support_contents p {
		width: 100%;
	}
}