@charset "utf-8";



#ctt h4 {
	font-size:4rem;
	margin-bottom:4rem;
}
#ctt .dottxt:after{
	top: 0.6em;
}
.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 tbody tr th{
	font-weight:500;
}
.tb_wrap th, .tb_wrap td{
	padding:2rem 0;
	color:#282828;
	line-height:1.6;
	border-right:1px solid #ddd;
}
.tb_wrap .multi_row th{
	padding:1.5rem 0;
}
.tb_wrap th {
	font-weight:500;
}
.tb_wrap .dottxt {
	margin-bottom:0;
}
.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:1.5rem;
	margin-bottom:1rem;
}

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

#ctt .con01 {
	font-size:1.8rem;
	margin-bottom:7rem;
}
#ctt .con01 h5{	
	font-size:3rem;
	margin-bottom:3rem;
}
#ctt .con01 .conbox{
	padding:3rem;
	border:1px solid #ddd;
	border-radius:3rem;
	margin-bottom:4rem;
}
#ctt .con01 .conbox .sub{
	font-size:2rem;
	font-weight:bold;
	margin-bottom:1.5rem;
}
#ctt .con01 .conbox .dottxt{
	line-height:1.6;
	margin-bottom:0;
}
#ctt .con01 .conbox .dottxt .em{
	font-weight:500;
}
#ctt .con01 .conbox .lt{
	margin-bottom:2rem
}
#ctt .con01 .list_detail{
	padding-left:1.5rem;
	line-height:1.6;
	margin-bottom:1rem
}