@charset "utf-8";

#ctt h4 {
	font-size:4rem;
	margin-bottom:4rem;
}
.tb_wrap {
	margin-bottom:6rem;
	overflow:auto;
}
.tb_wrap table {
	width:100%;
	min-width:1080px;
	font-size:1.8rem;
	text-align:center;
}
.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 th, .tb_wrap td{
	padding:1.5rem 0;
	color:#282828;
	border-right:1px solid #ddd;
}
.tb_wrap th {
	font-weight:500;
}
.tb_wrap td{
	background-color:#fff;
}
.tb_wrap td strong {
	font-weight:500;
}
.tb_wrap .left{
	text-align:left;
	padding-left:3rem;
}
.tb_wrap td strong{
	display:inline-block;
	font-weight:500;
	margin-bottom:1rem;
}
.tb_wrap td span{
	font-size:1.6rem;
}
.tb_wrap .nbdr{
	border-right:0;
}

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

.bottom_box {
	text-align:center;
	padding:3.5rem 0;
	border-radius:3rem;
}
.bottom_box .theme_color{
	font-size:2rem;
}
.bottom_box p{	
	margin-top:2rem;
	margin-bottom:1rem;
}
.bottom_box .num{	
	font-size:2.4rem;
}