
ul.flowlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.flowlist li {
	font-size: 13px;
	margin: 0 10px;
	text-align: center;
}

ul.flowlist li img.border {
	border: 1px solid #949494;
	display: block;
	margin-bottom: 10px;
}

table.caselist th {
	border-bottom: 1px solid #949494;
	border-top: 1px solid #949494;
	color: #008081;
	font-size: 20px;
	padding: 8px 15px;
	white-space: nowrap;
	width: 120px;
}

table.caselist td {
	border-bottom: 1px solid #949494;
	border-top: 1px solid #949494;
	line-height: 1.6em;
	padding: 25px 15px;
	text-align: center;
}

table.caselist tr:first-child th,
table.caselist tr:first-child td {
	border-top: none;
}

table.caselist tr:last-child th,
table.caselist tr:last-child td {
	border-bottom: none;
}

div.price-contents {
	display: flex;
	justify-content: space-between;
}

div.price-contents img {
	margin-top: 10px;
}

div.price-contents table.pricelist {
	width: 534px;
}

table.pricelist.w60 {
	margin: 0 auto;
	width: 60%;
}

table.pricelist td.tp {
	background-color: #ffdaec;
}

/* div.price-list {
	display: flex;
	justify-content: space-between;
} */

