<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 {
	padding: 0;
	margin: 0 auto;
	padding: 40px 24px;
	text-align: center;
}
/*news_main_title*/
.news_main_title {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #4C372B;
	line-height: 30px;
	margin-bottom: 25px;
}
/*news_list*/
.news_list {
	text-align: left;
}
.news_list li {
	margin-bottom: 40px;
}
.news_list li a {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	min-height: 310px;
	background-color: #fff;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	position: relative;
	border-radius: 6px;
	text-decoration: none;
	padding-bottom: 20px;
}
.news_list li a:active .news_list_image img {
	opacity: 0.5;
}
.news_list li a:active .news_list_title {
	text-decoration: underline;
}
.news_list_image {
	max-width: 100%;
}
.news_list_image img {
	border-radius: 6px 6px 0 0;
	width: 100%;
}
.news_list_title {
	font-size: 16px;
	font-weight: bold;
	color: #4C372B;
	line-height: 28px;
	padding: 30px 20px 30px;
}
.news_list_sub {
	margin-top: auto;
	padding: 0 20px
}
.news_list_sub_icon {
	display: inline-block;
	min-width: 125px;
	padding: 2px 10px;
	border: 1px solid #4C372B;
	text-align: center;
	font-size: 11px;
	color: #4C372B;
	line-height: 16px;
	margin-right: 20px;
}
.news_list_sub_data {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #808080;
}
/*「ご案内」に関する記事newslist*/
.listbox_three_box &gt; ul.news_list{
	width:calc(100% - 48px);
	margin:0 auto;
}
/*3個目以降非表示*/
.listbox_three_box &gt; ul.news_list li:nth-child(n+4) {
    display: none;
}


/*news_pagenation*/
.news_pagenation::after {
	content: "";
	display: block;
	clear: both;
}
.news_pagenation_pre {
	display: inline-block;
	float: left;
}
.news_pagenation_text {
	padding-top: 12px;
	display: inline-block;
	font-size: 12px;
	color: #4C372B;
}
.news_pagenation_next {
	display: inline-block;
	float: right;
}
.news_pagenation_pre a, .news_pagenation_next a {
	display: inline-block;
	width: 100px;
	display: block;
	padding: 10px 10px;
	color: #fff;
	background-color: #4C372B;
	border-radius: 4px;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	text-decoration: none;
}
.news_pagenation_pre span, .news_pagenation_next span {
	display: inline-block;
	width: 100px;
	display: block;
	padding: 10px;
	color: #89898a;
	background-color: #eeeeee;
	border-radius: 4px;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	text-decoration: none;
}
.news_pagenation_pre a:active, .news_pagenation_next a:active {
	opacity: 0.5;
}
@media screen and (max-width: 374px) {
	.news_pagenation_pre a, .news_pagenation_next a, .news_pagenation_pre span, .news_pagenation_next span {
		width: 80px;
	}
}
/*[ご案内]*/
.news_title_left {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #4C372B;
	line-height: 28px;
	letter-spacing: 0.02em;
	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:100px;
	padding:2px 0;
	text-align:center;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #4C372B;
	border: 1px solid #1E1F1F;
}
ul.Guidance_box li:last-child{
	color: #808080;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display:flex;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/*[ご案内]end*/
.news_contents01{
	margin:50px 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: 24px 24px 50px 24px;
	margin: 50px 0;
	background-color: #fff;
}
.Guidance_whitebox .Guidance_whitebox_title{
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #4C372B;
	margin:0;
}
.Guidance_whitebox .Guidance_whitebox_title_mts{
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #4C372B;
	margin:30px 0 0 0;
}
.Guidance_whitebox .Guidance_whitebox_title_mt{
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #4C372B;
	margin:50px 0 0 0;
}
.Guidance_whitebox .Guidance_whitebox_text{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	letter-spacing: 0.02em;
	color: #202020;
	padding: 0;
	margin:24px 0 0 0;
}
.Guidance_whitebox .Guidance_whitebox_pic{
	width:100%;
	height:auto;
	margin:24px auto 0 auto;
}
.Guidance_whitebox .Guidance_whitebox_pic_mt{
	width:100%;
	height:auto;
	margin:24px 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:100%;
	margin:30px auto 50px auto;
	padding:14px 0;
}
.activities_linkbar &gt; a{
	font-size: 16px;
	line-height: 23px;
	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:24px;
	padding:0;
}
ul.newslink li.previous,
ul.newslink li.next{
	width:100%;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #4C372B;
	display:block;
}
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: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #4C372B;
	text-decoration: none;
	display:block;
}
ul.newslink li.previous a.arrow_link{
	border-bottom: 1px solid #4C372B;
	padding-bottom:20px;
}
ul.newslink li.next a.arrow_link{
	border-top: 1px solid #4C372B;
	padding-top:20px;
	text-align: left;
}
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;
	float:left;
}
ul.newslink li.next a img.arrow_right{
	margin-left:10px;
	float:right;
}
ul.newslink li.listtop{
	clear:both;
	width:100%;
	height:auto;
	display:block;
	padding:24px 0 10px 0;
}
ul.newslink li.listtop a{
	text-decoration: none;
}
/*[その他の里親さんの声]*/
.other_list_title{
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #4C372B;
	margin:0 24px 40px 24px;
}
/*[ご案内]*/
ul.newslist_Guidance_box{
	margin:10px 19px 0 19px;
	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:2px 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;
	margin:24px 24px 0 24px;
}
.listbox_three_box &gt; .listbox_three_inner_mottobutton{
	display:none;
}
.listbox_three_box &gt; .listbox_three_inner_listbackbutton{
	background: #4C372B;
	border-radius: 4px;
	margin: 24px auto 40px auto;
	padding: 0;
	width: calc(100% - 48px);
	display: block;
}
.listbox_three_box &gt; .listbox_three_inner_listbackbutton &gt; a {
    display: block;
    padding: 14px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-decoration: none;
}
/*[その他の里親さんの声]end*/
</pre></body></html>