@charset "utf-8";

.mt10 {
	marigin-top:1rem;
}

#ctt .page_btns {
	display:grid;
	grid-template-columns:1fr 1fr;
	width:100%;
	max-width:700px;
	padding:6px;
	gap:6px;
	border:1px solid #ddd;
	border-radius:5rem;
	margin:0 auto 8rem;
}

#ctt .page_btns a {
	display:block;
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	padding:2.5rem;
	border-radius:5rem;
}
#ctt .page_btns a.on {
	color:#fff;
	background-color:#90be1f;
}

#ctt h4 {
	font-size:4rem;
	margin-bottom:4rem;
}

#ctt .subbox {
	padding:40px;
	background:#f4f4f4;
}

#ctt .subbox p {
	text-align:center;
	font-size:2rem;
	color:#333;
	letter-spacing:-0.02em;
	font-weight:700;
}

#ctt .subbox p span.green {
	color:#90be1f; 
}

.tb_wrap {
	margin:3rem 0 0 0;
	overflow-x:auto;
}
.tb_wrap table {
	width:100%;
	min-width:1280px;
	font-size:1.8rem;
	text-align:center;
	overflow-x:scroll;
}
.tb_wrap thead{
	border-top:2px solid #333;	
	border-bottom:1px solid #333;
}
.tb_wrap thead th{
	font-weight:bold;
}
.tb_wrap thead th span {
	font-size:1.5rem;
}
.tb_wrap tbody tr{
	border-bottom:1px solid #ddd;
}
.tb_wrap tbody tr th{
	font-weight:500;
}
.tb_wrap th, .tb_wrap td{
	line-height:1.3;
	padding:2rem 0;
	color:#282828;
	border-right:1px solid #ddd;
}

#tab2 .tb_wrap th, .tb_wrap td {
	padding:2rem;
}

.tb_wrap .multi_row th{
	padding:1.5rem 0;
}
.tb_wrap th {
	font-weight:500;
}
.tb_wrap .left{
	text-align:left;
	padding-left:3rem;
}
.tb_wrap .nbdr{
	border-right:0;
}
.tb_wrap .bdb{
	border-bottom:1px solid #ddd;;
}
.tb_wrap .tbem_top{
	border-width:3px 3px 0 3px;	
}
.tb_wrap .tbem_mid{
	border-width:0 3px;
}
.tb_wrap .tbem_bottom{
	border-width:0 3px 3px 3px;
}
.tb_wrap td ul{
	text-align:left;
	margin-left:0.5rem;
}
.tb_wrap td ul li:last-child{
	margin-bottom:0;
}

#ctt .dotlist > li p {
	width:130px;
	font-size:1.6rem;
	text-align:left;
	display:inline-block;
	margin-bottom:5px;
}

#ctt .txtbox {
	padding:3rem 3rem 3rem 4rem;
	margin-top:4rem;
	background-color:#f4f4f4;
}

#ctt .txtbox p {
	position:relative;
	margin-bottom:1.5rem;
}

#ctt .txtbox p:last-child {
	margin-bottom:0;
}

#ctt .txtbox p::before {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:-12px;
	width:4px;
	height:4px;
	background:#90be1f;
	border-radius:50%;
}

.tb_wrap .nbdr {
	border-right:none;
}

@media all and (max-width:1024px){

	#ctt .page_btns {
		grid-template-rows:1fr 1fr;
		grid-template-columns:none;
	}

	.tb_wrap th, .tb_wrap td {
		font-size:1.5rem;
		padding:5px;
	}
	.tb_wrap td ul {
		margin-left:5px;
	}
	.tb_wrap	.dottxt{
		font-size:1.5rem;
	}
}
