@charset "utf-8";

h1.h1{
	font-size: 28px;
	font-weight: 700;
}
h1.h1 img{
	width: 300px;
	vertical-align: -18px;
	margin: 0 10px;
}
.information{
	display: flex;
	justify-content: space-between;
	text-align: left;
	align-items: flex-end; 
	margin-bottom: 100px;
}
.information div:last-child{
	width: 400px;
	text-align: center;
}

.listgreen{
	font-size: 18px;
	margin: 0;
	padding: 0;
	margin-left: 80px;
	list-style: none;
}
.listgreen li{
	position: relative;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 1.2em;
}
.listgreen li::before{
	position: absolute;
	top: 0;
	left:0;
	content: "●";
	color: #6FB92C;
	display: inline-block;
}




