@CHARSET "UTF-8";

/*****
TOPICS 別途デザイン当て込み
*****/
#searchTopicsCategoryResults {
	display: flex;
    width: fit-content;
    margin: auto;
}
#searchTopicsCategoryResults .searchTopicsCategoryResultsRow .searchTopicsCategoryName {
	border: none;
	margin-bottom: 30px;
	font-size: 170%;
}
#topGroupName {
	position: relative;
    display: block;
    overflow: hidden;
}
#topGroupName h2 {
	text-align: center;
    margin-bottom: 20px;
    font-size: 3em;
}

.topicsInfo {
	display: grid;
}
.top-topics__item-icon-group {
	position: absolute;
    top: 0;
    display: grid;
}
