@charset "utf-8";

article{
	justify-content:center;
}

.title01{
	margin-bottom:20px;
	color:#c80037;
	font-size:20px;
	font-weight:bold;
}

main section{
	margin:20px 0;
}

h3.subtitle{
	padding:5px 10px;
	border-left:5px solid #c80037;
	border-bottom:1px dashed #333;
	font-weight:bold;
}

main section h4{
	margin:20px;
}

main section h4 a{
	font-weight:bold;
}

main section a:hover{
	color:#c80037;
	text-decoration:underline;
}

main section ul{
	display:flex;
	flex-wrap:wrap;
	margin-left:40px;
}

main section ul li{
	width:33%;
	margin-bottom:10px;
}

main section ul li.pref{
	width:100%;
	margin-top:20px;
}

main section ul li.pref:before{
	content:"・";
}

main section .look{
	margin:20px 0;
}

