@charset "utf-8";
/**
 * Theme Name:     SEEED Child
 * Author:         TCD
 * Template:       seeed_tcd105
 * Text Domain:	   seeed-child
 * Description:    \&quot;SEEED\&quot; is a website template ideal for promoting web services and applications. You can visually showcase the strengths of that service with numbers and charts, and build a service site that operates 24 hours a day like an effective LP.
 */
.custom_table {
	padding: 5px;
	border-radius: 20px;
	border: 4px solid #f28f00;
}
.custom_table table {
	border: none;
}
.custom_table table th,
.custom_table table td {
	border-bottom: 2px solid #f28f00;
	border-right: none;
}
.custom_table table tr th {
	background: #fff;
	font-weight: bold;
}
.custom_table table tr:last-of-type th,
.custom_table table tr:last-of-type td {
	border-bottom: none;
}
.contents_bg_gray {
	background: #edeceb;
}
