@charset "utf-8";
/* CSS Document */

body {
margin: 0;
padding: 0;	
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
width: 100%;
overflow-x: hidden;
z-index: 1;
background-color: #fff;
}

a{
  text-decoration: none;
	color: #333;
}


p {
	margin: 0;
}

a:hover {
color: #ccc;
}



.container {
width: 90%;
margin-left: auto;
margin-right: auto;
color: #333;
position: relative;	
margin-top: 60px;
}

.wrap {
padding-bottom: 120px;
}

.date, .title {
display: inline-block;
}

.title {
width: 100%;
margin: 0 0 60px 0;
font-size: 19px;
font-weight: 900;        
display: flex;
align-items: center; /* 垂直中心 */
}

.title br {
display: none;
}	 

.title:after {
 content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #ccc; /* 線の色 */
  display: block;
  margin-left: 10px; 
}

.title br {
		display:none;
	}

.date {
font-size: 15px;
padding-right: 30px;

}
.txt p,.txt li, a {
font-size: 16px;
}

.txt p span {
 border-bottom: 1px solid red;
padding: 0 5px;	
}	

.accent {
	font-style: normal;
	border-bottom: 1px solid #ea5532;
	padding: 0 10px;
}


.adress {
list-style: none;
}

.news-link {
	width: 50%;
	margin-top: 40px;
}

.news-link a {
	border-bottom: dotted #555 1px;
	margin-right: 20px;
}





/*募金*/
.flyer-img {
	width: 25%;
	border-bottom: 1px solid #f00;
	margin-bottom: 40px;
}

.news-link-bokin {
	width: 90%;
	margin-left: 0;
	margin-top: 60px;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.news-link-bokin div {
	border: 1px solid #f00;
	width: 30%;
	padding-top: 20px;
	padding-bottom: 20px;
}



.news-link-bokin p {
	width: 100%;
	text-align: center;
	font-weight: bolder;
	font-size: 16px;
}



.info {
	margin-top: 20px;
}



.sp_br {
	display: none;
}
@media screen and (max-width: 1600px) {
	.news-link-bokin {
	width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	.wrap {
		padding-bottom: 60px;
	}
	
	.title br {
		display: block;
	}
	
	ul {
		padding-left: 10px;
	}
	
	.txt p,.txt li,  a, li {
font-size: 14px;
	}
	
		.flyer-img {
	width: 40%;

}
	
	.news-link-bokin div{
	width: 45%;
		margin-bottom: 20px;
	}
	
	.news-link-bokin div a {
		white-space: nowrap;
	}
	
	.news-link {
	width: 80%;
	}
	
	.news-link a {
		white-space: nowrap;
	}

}

@media screen and (max-width: 800px) {
	.news-link-bokin {
		display: block;
	}
	
	.news-link-bokin div{
	width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 599px) {
	.container {
		margin-top: 30px;
	}

	.date {
		font-size: 12px;
		padding-right: 15px;
		white-space: nowrap;
	}
	
	.title {
		margin-bottom: 20px;
		font-size: 13px;
	}
	
		
		.txt p,.txt li, a, li {
font-size: 12px;
	}
	
	.flyer-img {
	width: 100%;
	
}
	
		.news-link-bokin {
		width: 100%;
	}
	
	.news-link-bokin div {
		width: 90%;
	}
	.sp_br {
	display: block;
}
}
