<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%;
}
/*------------　タイトル　--------------*/
h2 {
	color: #92C751;
	font-size: 30px;
	text-align: center;
	margin: 70px 0 0;
	padding: 0;
}
.title {
	background: url("img/care_title.png") center bottom no-repeat;
	height: 94px;
	margin-bottom: 30px;
}
/*------------　お知らせ　--------------*/
.infomaion {
	margin-bottom: 130px;
	border: 2px solid #93C851;
	padding-top: 40px;
	background-color: #fff;
	margin-top: 70px;
}
.infomaion p {
	font-size: 30px;
	text-align: center;
	color: #93C851;
}
.info_cont {
	position: relative;
	margin: 20px auto 20px auto;
	overflow-x: hidden;
	background: #fff;
}
div.info_cont dl {
	display: block;
	width: 996px;
	padding: 20px 0 20px 40px;
	border-bottom: 1px dotted #93C851;
}
div.info_cont dl:last-child {
	border-bottom: none;
}
div.info_cont dt {
	float: left;
	width: 120px;
	margin: 0 20px 0 0;
}
div.info_cont p.NoNews {
	padding: 10px;
}
div.info_cont dd.InfoIcon {
	float: left;
	width: 90px;
	margin: 0 40px 0 0;
}
div.info_cont dd.InfoIcon img {
	margin-bottom: 3px;
}
div.info_cont dd.InfoText {
	float: left;
	width: 646px;
	position: relative;
}
.InfoText a {
	color: #D86F80;
}
.InfoText a:hover {
	text-decoration: underline;
}
.icon_new {
	position: absolute;
	top: 18px;
}
/* ====================================================================

                               SPメニュ

==================================================================== */
/* ----------------------------980px以下---------------------------- */
@media (max-width: 980px) {
	/*------------　お知らせ　--------------*/
	.infomaion {
		width: 90%;
		margin-bottom: 40px;
		height: auto;
		padding: 20px 0;
	}
	.infomaion p {
		font-size: 20px;
	}
	.info_cont {
		width: 100%;
	}
	div.info_cont dl {
		display: block;
		width: 100%;
	}
	div.info_cont dl:last-child {
		border-bottom: none;
	}
	div.info_cont dt {
		float: left;
		width: 20%;
		padding: 1rem 0 0px 1rem;
	}
	div.info_cont p.NoNews {
		padding: 10px 0;
	}
	div.info_cont dd.InfoIcon {
		float: left;
		width: 15%;
	}
	div.info_cont dd.InfoText {
		float: left;
		width: 65%;
		padding: 18px 0 0;
	}
}
/* ----------------------------500px以下---------------------------- */
@media (max-width: 500px) {
	/*------------　お知らせ　--------------*/
	.infomaion {
		width: 90%;
		margin-bottom: 40px;
		height: auto;
		padding: 20px 0;
	}
	.infomaion p {
		font-size: 20px;
	}
	.info_cont {
		width: 100%;
		padding: 0 20px;
		margin: 0px;
	}
	div.info_cont dl {
		display: block;
		width: 100%;
		margin: 0 0 8px 0;
		padding: 20px 0;
		border-bottom: 1px solid #D3CAA5;
	}
	div.info_cont dl:last-child {
		border-bottom: none;
	}
	div.info_cont dt {
		float: none;
		width: 100%;
		padding: .5rem 0;
		text-align: center;
		font-size: 20px;
	}
	div.info_cont p.NoNews {
		padding: 1rem 0 0px 1rem;
	}
	dd.InfoIcon {
		display: flex;
		justify-content: center;
		flex-direction: row;
		width: 100%;
	}
	dd.InfoIcon img {
		margin-right: 1rem;
		width: 20%;
	}
	div.info_cont dd.InfoIcon {
		float: none;
		width: 100%;
	}
	div.info_cont dd.InfoText {
		width: 100%;
		padding: .5rem 0;
		position: relative;
		text-align: center;
	}
}</pre></body></html>