@charset "utf-8";

.mt8 {
	margin-top:8rem;
}

.mt4 {
	margin-top:4rem;
}

.program_box h4 {
	font-size:4rem;
	color:#333;
	font-weight:700;
}

.tb_wrap {
	margin-top:4rem;
	overflow:auto;
}
.tb_wrap table {
	width:100%;
	min-width:1080px;
	text-align:center;
}
.tb_wrap thead{
	border-top:2px solid #333;	
	border-bottom:1px solid #333;
}
.tb_wrap thead th{
	font-weight:bold;
	background:#f8ebff;
}
.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, .tb_wrap td span {
	font-weight:600;
}

.tb_wrap th {
	font-weight:500;
}
.tb_wrap td{
	background-color:#fff;
}
.tb_wrap .left{
	text-align:left;
	padding-left:3rem;
}
.tb_wrap .nbdr{
	border-right:0;
}

/* box03 */
.imgbox {
	background:#f4f4f4;
	padding:6rem 20rem;
}

.imgbox img {
	width:100%;
}

@media all and (max-width:1280px){
	.ctt_cont0202 .con02 {
	    grid-template-columns: repeat(2, 1fr);
		gap:3rem;
	}
	.ctt_cont0202 .con02 > li:after{
		display:none;
	}
	
	.con02 .layout_box ul li
}
@media all and (max-width:920px){
	.ctt_cont0202 .con01{
		    grid-template-columns: 1fr;
	}
	.info02 h5::after {
		display:none;
	}
	.con02 .layout_box ul li {
		width:100%;
	}
}