<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* css Document */
/*------------　keyvisual　--------------*/
.head2_title {
	background: url("img/kouryou_head.jpg") center top no-repeat;
	height: 200px;
}
.head2_title p {
	text-align: center;
	color: #638D2C;
	font-size: 40px;
	padding-top: 75px;
}
.care_key img {
	width: 100%;
}
/*------------　タイトル　--------------*/
.title h2 {
	color: #92C751;
	font-size: 30px;
	text-align: center;
	margin: 70px 0 0;
}
.title {
	background: url("img/care_title.png") center bottom no-repeat;
	height: 94px;
	margin-bottom: 30px;
}
.title_2line h2 {
	color: #92C751;
	font-size: 30px;
	text-align: center;
	margin: 70px 0 0;
}
.title_2line {
	background: url("img/care_title.png") center bottom no-repeat;
	height: 140px;
	margin-bottom: 30px;
}
/*------------　プライバシーポリシー　--------------*/
.privacy {
	margin-top: 50px;
}
.change {
	margin-bottom: 90px;
}
/* ====================================================================

                               SPメニュ

==================================================================== */
/* ----------------------------980px以下---------------------------- */
@media (max-width: 980px) {
	.w800 {
		width: 90% !important;
	}
	.head2_title {
		background-size: cover;
		height: 100px;
	}
	.head2_title p {
		font-size: 30px;
		padding-top: 30px;
	}
	/*------------　タイトル　--------------*/
	.title h2 {
		font-size: 25px;
		margin: 40px 0 0;
	}
	.title {
		height: 84px;
		background-size: 40% auto;
	}
	.title_2line h2 {
		font-size: 25px;
		margin: 40px 0 0;
	}
	.title_2line {
		height: 120px;
		margin-bottom: 30px;
		background-size: 40% auto;
	}
	/*------------　プライバシーポリシー　--------------*/
	.privacy {
		margin-top: 40px;
	}
	.change {
		margin-bottom: 40px;
	}
}
/* ----------------------------500px以下---------------------------- */
@media (max-width: 500px) {
	.head2_title {
		height: 100px;
	}
	.head2_title p {
		font-size: 25px;
		padding-top: 30px;
	}
	/*------------　タイトル　--------------*/
	.title h2 {
		font-size: 20px;
		margin: 40px 0 0;
	}
	.title {
		height: 64px;
		background-size: 70% auto;
	}
	.title_2line h2 {
		font-size: 18px;
		margin: 40px 0 0;
	}
	.title_2line {
		height: 90px;
		margin-bottom: 30px;
		background-size: 70% auto;
	}
}</pre></body></html>