@charset "UTF-8";
/* CSS Document */

/*===新着情報==============================*/

.newawrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newstitle{
	width: 25%; 
	min-width: 240px;
}
.titleimg{
	padding: 20px 30px;
}
.titleimg img{
	width: auto;
	max-height: 18vh;
	align-items: center;
}

.newslist{
	width: 70%;
	max-height: 172px;
	overflow-y: auto;
	padding-right: 20px;
}
.newslist li{
	padding: 0.8rem 1rem;
	border-bottom: 1px dotted #666;
}

.newslist .title{
	padding-left: 10px;
	color: #FFAC35;
}

.newslist::-webkit-scrollbar{
	width:5px;
	background-color:#eee;
}
.newslist::-webkit-scrollbar-thumb{
	background-color: #FFAC35;
}
@media(max-width:899px){
	.news{
		padding: 40px 0 60px;
	}
}
@media screen and (max-width: 833px) {
	.newstitle{
		width: 100%; 
		min-width: 240px;
		margin-bottom: 30px;
		display: flex;
		justify-content: space-between;
	}
	.titleimg{
		padding: 0 30px;
		margin-top: -50px;
	}
	.newslist{
		width: 90%;
		max-height: 90%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.newslist .textarea span{
		display: block;
	}	
}
@media screen and (max-width: 500px) {
	.newslist{
		width: 98%
	}
}
/*===活動報告=============================*/
#reportWrap{
	height: 320px;
	overflow:auto;
}
#reportWrap._region{
	height:auto;
	max-height: 510px;
	overflow:auto;
}
#reportWrap::-webkit-scrollbar{
	width:5px;
	background-color:transparent;
}
#reportWrap::-webkit-scrollbar-thumb{
	background-color: #000099;	
}

.reportList{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
}
.reportList a{
	display: inline-block;
	width: calc(100% / 3 - 20px);
	margin:5px 10px;
	color: #1a1a1a;
	background:linear-gradient(140deg, rgba(255, 247, 216, 1) 50%, rgba(246, 190, 232, 1) 80%);;
	border-radius: 20px;
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.05);*/
	
}
._region .reportList a{
	width: calc(100% / 4 - 20px);
	
}
.repo-box .reportList{
	height: 20vw;
	max-height: 250px;
	overflow: hidden;
}
.repo-box .reportList a{
	width: 100%!important;
	height: 19vw;
	max-height: 240px;
	
}
.repo-box .reportList a .up_ymd{
	display: block;
}
.thumbNailWrap{
	display: block;
	width: 100%;
	aspect-ratio: 8 / 5;
	overflow: hidden;
	min-height: 0%;	
    border-radius: 20px 20px 0 0;	
}
._region .thumbNailWrap{	
	aspect-ratio: 16 / 9;	
}
.thumbNailWrap img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
    border-radius: 20px 20px 0 0;
	transition-duration: 0.5s;
}

.reportList a:hover .thumbNailWrap img{
	transform: scale(1.2);
	transition-duration: 0.5s;

}
.reportList .sub{
	padding: 1rem 2rem;
}

.reportList .up_ymd{
	padding-right: 15px;
}
@media(max-width:1089px){
	.repo-box .reportList{
		height: 40vw;
    	max-height: 375px;
	}
	.repo-box .reportList a{
		width: 100%!important;
		height: 39vw;
		max-height: 372px;

	}
}

@media(max-width:600px){
	#reportWrap{
		height: 220px;
	}	
	.reportList a,._region .reportList a{
		width: calc(100% / 2 - 20px)
	}
	.reportList .sub {
		padding: 1rem 1rem;
		font-size: 15px;
	}
}
@media(max-width:500px){
	.repo-box .reportList{
		height:clamp(120px,24vw,155px);
	}
	.repo-box .reportList a{
		height:clamp(110px,23vw,150px);
	}
	._region .reportList li{
		display: flex;
	}
	._region .sub{
		display: flex;
		flex-direction: column;
		
	}
	._region .thumb{
		width: 38%;
		height:clamp(110px,23vw,150px);
	}
	._region .thumbNailWrap,	
	._region .thumbNailWrap img{
		border-radius: 20px 0 0 20px;
		aspect-ratio: auto;
		height: 100%;
		width: auto;
		object-fit: cover;
		object-position: center;
		        display: flex;
        justify-content: center;
	}
}

@media(max-width:450px){
	#reportWrap._region{
		height:auto;
		max-height: 372px;
		overflow:auto;
	}	
	
}

/*寄付・助成金ぺージ*/
.activereport{
	height: 415px;
	overflow-y: auto;
}

.activereport li{
	display: flex;
	padding: 15px 0;
	border-bottom: 1px dashed #999;
}
.activereport li .thumb{
	width: 30%;
	overflow: hidden;
	margin-right: 10px
}
.activereport li .thumbNailWrap{
	border-radius:0 0 0 0 ;
}
.activereport li .thumbNailWrap img{
	border-radius:0 0 0 0 ;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.activereport .sub{
	padding: 10px ;
}
.activereport .sub span{
	display: block;
}

/*活動一覧ページ*/



/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #fbb03b;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #fbb03b;
    border: 1px solid #fbb03b;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#fbb03b;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

@media(max-width:600px){
	.report{
		padding-top: 60px;
	}
}


/*===支援報告=============================*/
.news_ticker_wrapper {
	max-width: 960px;
	height: 179px; /* 3件分の高さを確保（必要に応じて調整） */
	overflow-y: auto;
	border: 1px solid #333;
	margin: 30px auto 0 ;
	position: relative;
	background: #fff;
}

.news_ticker {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  width: 90%;
  top: 0;
  left: 5%;	
  transition: top 0.5s ease-in-out;
}

.news_ticker li {
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

/*日付*/
.news_ticker span {
    display:inline-block;
    font-size:0.9rem;
    margin-right:10px;
    color:#444;
}



/*===詳細ページ===========================*/
.box-white{
	background: #fff;
	padding: 2rem 3vw;
	border: 1px dotted rgba(255,232,168,1.00);
}
#up_ymd{
	text-align: end;
}

@media(max-width:750px){
	.news-main{
		padding-top: 60px;
	}
}
@media(max-width:450px){
	.box-white{
		padding: 1rem 3vw;
	}
	#up_ymd{
		margin-bottom: 20px;
	}
}
