@charset "utf-8"; 
/* CSS Document */


#section_area section table {
	margin-bottom: 5px;
	word-break: break-all;
}
#section_area .section table th:first-child,
#section_area .section table td:first-child {
	border-right: 1px solid #d5d5d5;
}
#section_area .section table td {
	vertical-align: top;
}
#section_area .section table td div ul li {
	width: auto;
	text-indent: -70px;
	padding-left: 70px;
}
#section_area .section table td div p {
	margin-bottom: 0;
}
#section_area .section table td div ul li.special {
  padding-left: 70px;
}
#section_area .section table td div ul li.num {
	text-indent: -20px;
	padding-left: 20px;
}
#section_area .section p.right {
	text-align: right;
}
#section_area .section ul {
	background: none;
	padding: 0 0 5px 0;
	width: 100%;
}
#section_area .section ul li {
	text-indent: -15px;
	padding-left: 15px;
	box-sizing: border-box;
	float: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	border: none;
	width: 100%;
	background: none;
}
#sp_contents .section .tableStyle01 th, 
#sp_contents .section .tableStyle01 td {
	box-sizing: border-box;
	list-style: outside none none;
	width: 50%;
	display: table-cell;
	border: 1px solid #d5d5d5;
}
.section table td div ul { 
  margin-left: 0;
}
#section_area .mb20 {
	margin-bottom : 20px !important;
}