
.table01 th {
	width: 20%;
	
}
.os {
	overflow: hidden;
}
.os dt {
	float: left;
	width: 140px;
	clear: left;
}
.os dd {
	float: left;
}
.num01 {
	overflow: hidden;
}
.num01 li {
	margin-top: 10px;
}
.num01 li:first-child {
	margin-top: 0px;
}
.line_block {
	border-top: dotted 1px #CCC;
	margin-top: 20px;
	padding-top: 20px;
}
.lmlv_btn_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 75%;
	margin: 5px auto 0;
}
.lmlv_btn_list li {
	width: calc(50% - 15px);
}
.lmlv_btn_list li a.soft_dl_btn {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.2;
}
.lmlv_btn_list li a.soft_dl_btn span {
	font-weight: normal;
	font-size: 14px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
	.table01 {
		font-size: 12px;
	}
	.table01 th,
	.table01 td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.table01 {
		border-top: solid 1px #CCC;
	}
	.os dt {
		width: 110px;
	}
	.lmlv_btn_list {
		width: 100%;
	}
	.lmlv_btn_list li {
		width: 100%;
	}
	.lmlv_btn_list li a.soft_dl_btn {
		display: inline-block;
		width: auto;
	}
}