@charset "UTF-8";
/*-----company設定-----*/
.table1 {
	width: 97%;
	margin: 0px auto 20px;
}
.table1, .table1 td, .table1 th {
	border: 1px solid #ccc;
	padding: 10px 20px;
	word-break: break-all;
}
/*-----service設定-----*/
.service {
    width: 90%;
    margin: 10px auto;
}
.chart {
    text-align: center;
}
/*-----dealwith設定-----*/
.table2 {
	width: 97%;
	margin: 10px auto 20px;
}
.table2, .table2 td, .table2 th {
	border: 1px solid #ccc;
	padding-left: 20px;
	word-break: break-all;
}
.table2 caption {
	text-align: left;
}
.table2 td {
	vertical-align: top;
}
.table2 th {
	background-color: aliceblue;
}
.table2 ul {
	list-style-type: disc;
}
/*-----disclose設定-----*/
.table3 {
	width: 100%;
    margin: 10px auto 20px;
    padding: 5px 36px;
	border: 1px solid #ccc;
}
.table3 th {
	background-color: aliceblue;
	border: 1px solid #ccc;
	text-align: center;
}
.table3 td {
	border: 1px solid #ccc;
	padding: 3px 10px;
	font-weight: normal;
}
.table3 caption {
	text-align: left;
}
.cent {
	text-align: center;
}
.padd20 {
	padding-left: 20px;
}
.syomeisyo {
	margin: 5px 0;
	padding: 1px 20px;
	border: 1px solid #ccc;
}
.syomeisyo li {
	font-weight: normal;
}