/* <--top-お知らせ ----*/
.top-news {
	text-align: left;
	margin: 100px auto 50px auto;
}

.top-news_funeral {
	text-align: left;
	margin: 50px auto;
}

div.top-news-title {
	margin-bottom: 10px;
}

.top-news-title h2,
div {
	display: inline-block;
	vertical-align: middle;
}

.top-news-title h2 {
	font-size: 2.6rem;
	padding: 0 40px 0 50px;
}

.top-news ul,
.top-news_funeral ul {
	border-top: 1px dotted #049;
	padding: 20px 50px;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.top-news ul:last-of-type,
.top-news_funeral ul:last-of-type {
	border-bottom: 1px dotted #049;
}

.top-news li,
.top-news_funeral li {
	padding: 5px 0;
	line-height: 1.5;
	text-align: left;
}

.top-news li:first-of-type,
.top-news_funeral li:first-of-type {
	margin-right: 40px;
}

.top-news li a:hover,
.top-news_funeral li a:hover {
	text-decoration: underline;
}

a.news-more {
	display: block;
	width: 170px;
	margin: 20px 0 0 auto;
	padding: 10px 12px;
	color: #222;
	background-color: #f7f7f7;
	position: relative;
	border-radius: 5px;
	border: 1px solid #222;
}

a.news-more:hover {
	text-decoration: none;
	opacity: 0.8;
}

.news-more::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 14px;
	right: 16px;
	width: 7px;
	height: 7px;
	border-top: #222 1px solid;
	border-right: #222 1px solid;
	transform: rotate(45deg);
}

@media(max-width: 780px) {
	.top-news {
		text-align: center;
		margin: 50px auto 20px auto;
	}

	.top-news_funeral {
		text-align: center;
		margin: 80px auto 20px auto;
	}

	.top-news ul,
	.top-news_funeral ul {
		flex-wrap: wrap;
	}

	.top-news-title h2 {
		font-size: 2.6rem;
		padding: 0 20px;
	}

	.top-news ul,
	.top-news_funeral ul {
		display: block;
		padding: 20px;
	}

	.top-news li:first-of-type,
	.top-news_funeral li:first-of-type {
		margin-right: 0;
	}

	a.news-more {
		margin: 20px auto;
	}
}
/* <--top-お知らせ ここまで ----*/

/* <--お知らせ一覧----*/
.news-list {
	text-align: left;
	margin: 100px auto 0 auto;
}

div.news-list-title {
	margin-bottom: 10px;
}

.news-list-title h2 {
	font-size: 2.6rem;
	padding: 0 40px 0 50px;
}

.news-list ul {
	border-top: 1px dotted #049;
	padding: 20px 50px;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.news-list ul:last-of-type {
	border-bottom: 1px dotted #049;
}

.news-list li {
	padding: 5px 0;
	line-height: 1.5;
}

.news-list li:first-of-type {
	margin-right: 40px;
}

.news-list li a:hover {
	text-decoration: underline;
}

@media(max-width: 780px) {
	.news-list {
		margin: 50px auto 0 auto;
	}

	.news-list-title h2 {
		font-size: 2.0rem;
		padding: 0 20px;
	}

	.news-list ul {
		display: block;
		padding: 20px;
		flex-wrap: wrap;
	}

	.news-list li:first-of-type {
		margin-right: 0;
	}
}
/*--お知らせ一覧ここまで--->*/

/* <--お知らせ詳細----*/
.news-detail {
	text-align: left;
	margin: 100px auto 50px auto;
}

div.news-detail-title {
	margin: 20px 30px;
	line-height: 1.5;
}

.news-detail-title h2 {
	font-size: 2.4rem;
}

.news-detail-content {
	border-top: 1px solid #049;
	border-bottom: 1px solid #049;
	padding: 30px;
	width: 100%;
}

.news-detail-content img {
	margin: 10px 0;
}

.news-detail-content p {
	margin: 10px 0;
}

a.news-more2 {
	display: block;
	width: 170px;
	margin: 20px 0 0 auto;
	padding: 10px 12px;
	color: #222;
	background-color: #f7f7f7;
	position: relative;
	border-radius: 5px;
	border: 1px solid #222;
}

a.news-more2:hover {
	text-decoration: none;
	opacity: 0.8;
}

.news-more2::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 14px;
	right: 16px;
	width: 7px;
	height: 7px;
	border-top: #222 1px solid;
	border-right: #222 1px solid;
	transform: rotate(45deg);
}

@media(max-width: 780px) {
	.news-detail {
		margin: 50px auto 20px auto;
	}

	div.news-detail-title {
		margin: 15px;
	}

	.news-detail-title h2 {
		font-size: 2.0rem;
	}

	.news-detail-content {
		padding: 15px;
	}

	a.news-more2 {
		margin: 20px auto;
	}
}

/*--お知らせ詳細ここまで--->*/
