@charset "utf-8";

/* ------------------------------
 地域社会とともに（PC）
------------------------------ */
.heading h1 {
	color: #0d2c4f;
}
.cms_block.mainimg .cms_image img {
	border-radius: 25px;
}
.newsBlock {
	position: relative;
}
.newsBlock p.cms_link {
	position: absolute;
	right: 0;
	top: 10px;
}
.newsBlock ul.newsList {
	border-top: none;
}
.newsBlock ul.newsList li {
	padding: 20px 0 21px;
}
.newsBlock ul.newsList li:first-child {
	padding-top: 0;
}
.newsBlock ul.newsList li::before {
	content: none;
}
.newsBlock ul.newsList li .ntext {
	margin-top: 0;
}
.newsBlock ul.newsList li a {
	border-bottom: none;
	color: #000;
	font-size: 1.6rem;
	font-weight: normal;
}
.newsBlock ul.newsList li a::after {
	content: none;
}
.pickupBox {
	padding: 80px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.pickupBox .pickup {
	position: relative;
	width: 100%;
	margin-bottom: 22px;
	color: #0d2c4f;
	font-family: "Montserrat", sans-serif;
	font-size: 3.5rem;
	line-height: 1;
	font-weight: 700;
}
.pickupBox .pickup::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -80px;
	width: 65px;
	height: 3px;
	margin: auto 0;
	background: rgba(224,0,71,1);
	background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
}
.pickupBox .separation {
	height: 0;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #b7c0ca;
	font-size: 0;
	line-height: 0;
}
@media print, screen and (min-width: 768px) {
	.contentsWide {
		background: url(/shared/img/social_bgt.jpg) no-repeat center 0 / 1920px 1120px;
	}
	.contentsWide > .inBlock {
		/* background: url(/shared/img/social_bgb.jpg) no-repeat center bottom / 1920px 1120px; */
		background: url(/shared/img/social_bgb.jpg) no-repeat center top 600px / 1920px 1120px;
	}
	.newsBlock ul.newsList li .date {
		line-height: 30px;
	}
	.newsBlock ul.newsList li .ntext {
		width: calc(100% - 123px);
	}
	.pickupBox .w1-2 {
		margin-bottom: 0;
	}
}
@media print, screen and (min-width: 1921px) {
	.contentsWide {
		background: url(/shared/img/social_bgt.jpg) no-repeat center 0 / 100% auto;
	}
	.contentsWide > .inBlock {
		background: url(/shared/img/social_bgb.jpg) no-repeat center bottom / 100% auto;
	}
}
/* ------------------------------
 地域社会とともに（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsWide {
		background: url(/shared/img/social_bgt.jpg) no-repeat center 0 / 100% auto;
	}
	.contentsWide > .inBlock {
		background: url(/shared/img/social_bgb.jpg) no-repeat center bottom / 100% auto;
	}
	.cms_block.mainimg .cms_image img {
		border-radius: 15px;
	}
	.newsBlock p.cms_link {
		top: 3px
	}
	.pickupBox {
		padding: 30px;
		border-radius: 15px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	}
	.pickupBox .pickup {
		margin-bottom: 17px;
		font-size: 3.1rem;
	}
	.pickupBox .pickup::before {
		left: -30px;
		width: 26px;
	}
	.pickupBox .cms_image.w1-2 {
		margin-bottom: 0;
	}
	.pickupBox .separation {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}