@charset "utf-8";

.button-category-name {
	font-size: 10px;
	pointer-events: none;
}
.point-title {
	position: relative;
	border-top: solid 2px #FFBF11;
}
.point-title:after {
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	font-weight: 900;
	content: '\f02e\ 目次';
	background: #FFBF11;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}
.point-title-bottom {
	border-bottom: solid 2px #FFBF11;
}
.point-container {
	display: grid;
	grid-template-columns: max-content max-content;
	column-gap: 10px;
}
.point-subtitle {
	align-self: center;
}
.point-number {
	color: #FFBF11;
	font-size: 20px;
	font-weight: bold;
	align-self: center;
}
.sub-title {
	color: #a8892b;
}
.header-text {
	font-size: 15px;
	padding: 10px 10px;
	border-left: 5px solid #a8892b;
	background: #f4f4f4;
}
