/*社会活動ページ*/
@media screen and ( min-width : 769px ) {
#socialact_hed {
  background: #fff;
}
#socialact_hed img{
  width: 100%;
}
#socialact_hed section.content_top {
	width: 100%;
	min-width: 320px;
	margin: 0 auto ;
}
#socialact_cont {
  background: #fff;
}
#socialact_cont section.content_top {
	max-width: 1080px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 10px 10px 50px 10px;
}
.socialact_ttl01{
	text-align: left;
	color: #101010;
	font-size: 35px;
	margin: 0 0 20px 0;
}
.socialact_ttl02{
	text-align: left;
	border-bottom: solid 1px #101010;
	color: #101010;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.socialact_txt{
	text-align: left;
	font-size: 16px;
	color: #101010;
	line-height: 1.5;
	margin: 0 10px 0 10px;
}
.socialact_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.socialact_sec img{
	width: 100%;
}
.socialact_sec .social {
  width: calc(25% - 10px);
  margin: 5px 5px 5px 5px;
}
.socialimg {
  width: 100%;
}
.socialname {
  width: 100%;
	text-align: center;
	color: #101010;
	font-weight: bold;
	font-size: 15px;
}
}
@media screen and (max-width:768px) {
#socialact_hed {
  background: #fff;
}
#socialact_hed img{
  width: 100%;
}
#socialact_hed section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
	overflow: hidden;
}
#socialact_cont {
  background: #fff;
}
#socialact_cont section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 5px 5px 30px 5px;
}
.socialact_ttl01{
	text-align: left;
	color: #101010;
	font-size: 25px;
	margin: 0 0 10px 0;
}
.socialact_ttl02{
	text-align: left;
	border-bottom: solid 1px #101010;
	color: #101010;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.socialact_txt{
	text-align: left;
	font-size: 14px;
	color: #101010;
	line-height: 1.5;
	margin: 0 10px 0 10px;
}
.socialact_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.socialact_sec img{
	width: 100%;
}
.socialact_sec .social {
  width: calc(50% - 20px);
  margin: 5px 10px 5px 10px;
}
.socialimg {
  width: 100%;
}
.socialname {
  width: 100%;
	text-align: center;
	color: #101010;
	font-weight: bold;
	font-size: 13px;
}
}
/* 社会活動ページここまで */