@charset "UTF-8";

/* section_h1 */
.section_h1__image {
	width: 100%;
	height: auto;
}
.section_h1__date {
	margin: 0.5em 0 2em 0;
	text-align: right;
	font-size: 90%;
}

/* contents_text */
.contents_text {
	width: 100%;
}

/* topics-list */
.topics-list {
	display: grid;
	gap: 20px 10px;
	grid-template-columns: repeat(auto-fill, minmax(min(275px, 100%), 1fr));
}
.topics-list__link {
	display: grid;
	overflow: hidden;
	padding: 9px 9px 19px 9px;
	text-decoration: none !important;
	border: 1px solid #cccccc;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 5px 5px;
}
.topics-list__image {
	width: calc(100% + 18px);
	height: auto;
	margin: -9px -9px 15px -9px;
}
.topics-list__date {
	margin-bottom: 0.5em;
	font-size: 85%;
}
.topics-list__title {
	text-decoration: underline;
	font-size: 97.5%;
}

/* community-figure */
.community-figure {
	margin: 30px 0;
}
.community-figure img {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #bbbbbb;
	box-shadow: rgba(0, 0, 0, 0.1) 0 5px 5px;
}
.community-figure figcaption {
	text-align: center;
}

