<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.news_container {
	width: 1080px;
	margin: 0 auto;
	padding: 94px 0 94px;
	text-align: center;
}
/*news_main_title*/
.news_main_title {
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #4C372B;
	line-height: 52px;
	margin-bottom: 60px;
}
/*news_list*/
.news_list {
	text-align: left;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
}
.news_list li {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	position: relative;
	min-height: 370px;
	border-radius: 6px;
}
.news_list li:nth-of-type(3n) {
	margin-right: 0;
}
/*3個目以降非表示*/
.listbox_three_box &gt; .news_list li:nth-child(n+4) {
    display: none;
}
.news_list li a {
	display:block;
	text-decoration: none;
	padding-bottom: 20px;
}
.news_list li a:hover .news_list_image img {
	opacity: 0.5;
}
.news_list li a:hover .news_list_title {
	text-decoration: underline;
	word-break: break-all;
}
.news_list_image {
	max-width: 100%;
}
.news_list_image img {
	border-radius: 6px 6px 0 0;
	width: 100%;
}
.news_list_title {
	font-size: 20px;
	font-weight: bold;
	color: #4C372B;
	line-height: 30px;
	padding: 30px 20px 30px;
}
.news_list_sub {
	margin-top: auto;
	padding: 0 20px;
}
.news_list_sub_icon {
	display: inline-block;
	min-width: 150px;
	padding: 2px 10px;
	border: 1px solid #4C372B;
	text-align: center;
	font-size: 14px;
	color: #4C372B;
	line-height: 21px;
	margin-right: 20px;
}
.news_list_sub_data {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #808080;
}


/*news_pagenation*/
.news_pagenation {}
.news_pagenation_pre {
	display: inline-block;
}
.news_pagenation_text {
	display: inline-block;
	font-size: 16px;
	margin: 0 100px;
	color: #4C372B;
}
.news_pagenation_next {
	display: inline-block;
}
.news_pagenation_pre a, .news_pagenation_next a {
	display: inline-block;
	width: 190px;
	display: block;
	padding: 20px 20px;
	color: #fff;
	background-color: #4C372B;
	border-radius: 4px;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
}
.news_pagenation_pre span, .news_pagenation_next span {
	display: inline-block;
	width: 190px;
	display: block;
	padding: 20px;
	color: #89898a;
	background-color: #eeeeee;
	border-radius: 4px;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
}
.news_pagenation_pre a:hover, .news_pagenation_next a:hover {
	opacity: 0.5;
}
/*[ご案内]*/
.news_title_left {
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #4C372B;
	line-height: 52px;
	margin-bottom: 0px;
}
/*[ご案内]*/
ul.Guidance_box{
	margin:10px 0 0 0;
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
ul.Guidance_box li:first-child{
	width:150px;
	padding:5px 0;
	text-align:center;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #4C372B;
	border: 1px solid #1E1F1F;
}
ul.Guidance_box li:last-child{
	color: #808080;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.02em;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/*[ご案内]end*/
.news_contents01{
	margin:94px 0 0 0;
}
.news_contents02{
	margin:0 0 0 0;
}
/*[whitebox]*/
.Guidance_whitebox{
	box-shadow: 0px 4px 40px rgb(76 55 43 / 8%);
	border-radius: 8px;
	padding: 70px 100px 120px 100px;
	margin: 50px 0;
	background-color: #fff;
}
.Guidance_whitebox .Guidance_whitebox_title{
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #4C372B;
	margin:0;
}
.Guidance_whitebox .Guidance_whitebox_title_mts{
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #4C372B;
	margin:50px 0 0 0;
}
.Guidance_whitebox .Guidance_whitebox_title_mt{
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #4C372B;
	margin:90px 0 0 0;
}
.Guidance_whitebox .Guidance_whitebox_text{
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	letter-spacing: 0.02em;
	color: #202020;
	padding: 0;
	margin:35px 0 0 0;
}
.Guidance_whitebox .Guidance_whitebox_pic{
	width:100%;
	height:auto;
	margin:10px auto 0 auto;
}
.Guidance_whitebox .Guidance_whitebox_pic_mt{
	width:100%;
	height:auto;
	margin:50px auto 0 auto;
}
.Guidance_whitebox .Guidance_whitebox_pic img,
.Guidance_whitebox .Guidance_whitebox_pic_mt img{
	width:100%;
	height:auto;
}
/*[whitebox]end*/
.activities_linkbar{
	border: 1px solid #4C372B;
	border-radius: 4px;
	width:475px;
	margin:30px auto 50px auto;
	padding:14px 0;
}
.activities_linkbar &gt; a{
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	text-decoration:none;
	color: #4C372B;
	letter-spacing: 0.02em;
	font-weight:bold;
}
.Guidance_whitebox_righttext{
	font-size: 16px;
	line-height: 26px;
	text-align: right;
	letter-spacing: 0.02em;
	color: #202020;
	padding: 0;
	margin:0 0 0 35px;
}
.Guidance_whitebox_pictext{
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	letter-spacing: 0.02em;
	color: #202020;
	padding: 0;
	margin:35px 0 0 10px;
}
/*[ご案内]end*/
ul.newslink{
	margin:0;
	padding:0;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.newslink li.previous,
ul.newslink li.next{
	width:calc((100% - 300px) / 2);
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #4C372B;
	border-bottom: 1px solid #4C372B;
}
ul.newslink li.previous{
	text-align: left;
}
ul.newslink li.next{
	text-align: right;
}
ul.newslink li.previous a.arrow_link,
ul.newslink li.next a.arrow_link{
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #4C372B;
	padding-bottom:20px;
	text-decoration: none;
	/*border-bottom: 1px solid #4C372B;*/
}
ul.newslink li.previous a img,
ul.newslink li.next a img{
	height:23px;
	width:auto;
}
ul.newslink li.previous a img.arrow_left{
	margin-right:10px;
}
ul.newslink li.next a img.arrow_right{
	margin-left:10px;
}
ul.newslink li.listtop{
	width:300px;
	height:auto;
}
ul.newslink li.listtop a{
	text-decoration: none;
}
/*[その他の里親さんの声]*/
.other_list_title{
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #4C372B;
	margin:0 0 70px 0;
}
/*[ご案内]*/
.newslist_title{
	display:none;
}
ul.newslist_Guidance_box{
	margin:10px 25px 25px 25px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
ul.newslist_Guidance_box li:first-child{
	width:150px;
	padding:5px 0;
	text-align:center;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #4C372B;
	border: 1px solid #1E1F1F;
}
ul.newslist_Guidance_box li:last-child{
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/*[ご案内]end*/
.newslink_sp{
	display:none;
}
.listbox_three_box &gt; .listbox_three_inner_mottobutton{
	background: #4C372B;
	border-radius: 4px;
	margin: 40px auto 100px auto;
	padding: 0;
	width: 475px;
	display: block;
}
.listbox_three_box &gt; .listbox_three_inner_mottobutton &gt; a {
	display: block;
	padding: 20.2px 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-decoration: none;
}
.listbox_three_box &gt; .listbox_three_inner_listbackbutton{
	display:none;
}
/*[その他の里親さんの声]end*/
</pre></body></html>