ul.name{
	padding:0;
}
.name li{
	display:flex;
	align-items:center;
}
.name li::before{
	content:"・";
	margin-right:8px;
}
.name1{
	width:150px;
}
.name2{
	width:180px;
}
#section3 article{
	position:relative;
}
#section3 .chara{
	position:absolute;
	right:0;
	bottom:0;
	width:100px;
}
#section4 dl{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
#section4 dt{
	width:100px;
}
#section4 dd{
	width:calc(100% - 110px);
}