@charset "UTF-8";
/* CSS Document */

h5.h5vsptit {
    font-size: 120%;
    font-weight: bold;
	color: rgb(0, 178, 165);
	margin-top: 2rem;
	margin-bottom: 1rem;
}
ul.vsp li{
	margin-bottom: 1rem;
	margin-left: 1rem;
}
ul.vsp li.l01::before{
	content: "①";
}
ul.vsp li.l02::before{
	content: "②";
}
ul.vsp li.l03::before{
	content: "③";
}
.taisei{
	margin: 1rem 0;
	padding: 2rem;
	text-align: center;
}
.taisei img{
	width: 100%;
	max-width: 652px;
	height: auto;
	border: 1px solid #ccc;
}