#gnav2 a:after{
	content:"";
	display:block;
	width:9px;
	height:9px;
	background:#e97c9e;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:-5px;
	transform:rotate(45deg);
}
#contents2 figure{
	width:340px !important;
}
#contents2 .comment{
	width:calc(100% - 380px) !important;
}
#contents3 figure{
	background:#f5f0f4;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	width:320px !important;
	font-size:30px;
	font-family: "kaisei-harunoumi", sans-serif;
	font-weight: 500;
	font-style: normal;
}
#contents3 .comment{
	width:calc(100% - 360px) !important;
}
#contents4 ul{
	display:flex;
	padding:0;
	list-style:none;
	gap:5px;
}
#contents4 ul li{
	width:calc((100% - 15px) / 4);
}

#contents2 table{
	border:1px solid #ccc;
	margin-bottom:20px;
}
#contents2 th{
	border:1px solid #ccc;
}
#contents2 td{
	border:1px solid #ccc;
}
