.kv_area .ccp{
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	max-width: 650px;
}

.kv_area .ccp .box-ttl{
	background: rgba(255,255,255,.8);
	padding: 20px ;
}
.kv_area .abs{
	width: 90%;
height: 150%;
}
.kv_area .ccp h1{
	background: none;
	display: block;
	color: #000;
}
.kv_area .ccp h2{
	background: none;
}

.kv_area ol{
	justify-content: center;
}
.about_area .text{
	letter-spacing: 1px;
	line-height: 1.8;
}
.table td, .table th{
	padding: 2rem 1rem;
}
.syslist li{
	margin-bottom: 10px;
	list-style: inside;
	text-indent: -16px;
padding-left: 16px;
}
.syslist-t{
	width: 100%;
	font-size: 14px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.syslist-t td{
	width: 50%;
	padding: 10px;
	display: inline-block;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.page-no{
display: table;
padding: 15px;
margin: 0 auto;
background-color: #ede7cb;
	min-width: 350px;
	text-align: center;
}
.contents h3{
	font-size: 18px;
	line-height: 1.7;
}
.contents h3.ttl{
	font-size: 24px;
	line-height: 1.7;
}
.btn-reset{
	    background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
.btn-reset{
	color:#00C1FF;
}
@media (max-width: 768px) {

		.container .table th, .container .table th{
		font-size: .9rem;
	}
	.container .table th{
		width: 30%;
	}
	.container .table td{
		width: 70%;
	}
.syslist-t td{
	width: 100%;
	display: block;
}
.contents h3.ttl{
	font-size: 18px;
	line-height: 1.7;
}
}