@charset "utf-8";
.top_name{
	text-align: left;
	width: 98%;
	margin: 0 auto;
	font-weight: bold;
	margin-top: 20px;
}

.list01{
	
	display:flex;
  flex-wrap: wrap;
	width: 96%;
	font-size: 14px;
	 border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
}



.list01 dt{
	width: 20%;	
	padding: 3px;
	box-sizing: border-box;
	font-weight: bold;

	color: #000;
	text-align: left;
	
}


.list01 dd{
	display:flex;
  	flex-wrap: wrap;
	align-items: center;
	padding: 3px;
	width: 80%;
	
}

.toppro{
	max-width: 700px;
	margin: 0 auto;
}

.toppro h2{
	font-weight: bold;
	font-size: 18px;
}

.toppro h3,.toppro h4{
	font-weight: bold;
	margin-top: 20px;
}

.li_pro{
	text-align: left;
	list-style-type: decimal;
}

.li_pro li{
	list-style-type: decimal;
	list-style-position: inside;
}





@media screen and (max-width: 767px) {
	.top_name{
	padding: 0 10px;
}
}
