@charset "utf-8";


.ctt_cont0202 h3{
	font-size:3.5rem;
	margin-bottom:3rem;
}
.dotlist {
	font-size:1.8rem;
	margin-bottom: 7rem;
}
.dottxt:after{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	translate: 0 -50%;
	width:5px;
	height:5px;
	border-radius:50%;
	margin-bottom:1.5rem;
	background-color:#82c7cd;
}

.tb_wrap {
	margin-bottom:2rem;
	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;
}
.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 .left{
	text-align:left;
	padding-left:3rem;
}
.tb_wrap td strong{
	display:block;
	font-weight:500;
	margin-bottom:1rem;
}
.tb_wrap .nbdr{
	border-right:0;
}

.ctt_cont0202 .con01{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap: 2rem;
	text-align:center;
	margin-bottom:2rem;
}
.ctt_cont0202 .con01 > div {
	padding:4rem 3rem;
	border:2px solid #774990;
	border-radius:3rem;
}
.ctt_cont0202 .con01 strong{
	display:block;
	font-size:1.8rem;
	color:#282828;
	margin-bottom:1rem;
}
.ctt_cont0202 .con01 .date{
	font-size:2.5rem;
	font-weight:bold;
	margin-bottom:2rem;
}
.ctt_cont0202 .con01 .date span{
	font-size:2rem;
}
.ctt_cont0202 .con01 .sub{
	color:#333;
	font-weight:400;
}

.ctt_cont0202 .con02{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:8rem;
	margin-bottom:2rem;
}
.ctt_cont0202 .con02 > li {
	position:relative;
	border:2px solid #774990;
	border-radius:2.5rem;
}
.ctt_cont0202 .con02 > li:not(:last-child):after{
	content:'';
	position:absolute;
	top:50%;
	right:-5.5rem;
	width:29px;
	height:16px;
	background-image:url("/theme/basic/img/cont0202_arrow.png");
	background-repeat:no-repeat;
	background-position:center center;
}
.ctt_cont0202 .con02 > li > p {
	display:grid;
	align-items:center;
	height:118px;
	color:#fff;
	font-size:2.2rem;
	font-weight:bold;
	text-align:center;
	word-break:keep-all;
	padding:2rem;
	border-radius:2rem 2rem 0 0;
}
.ctt_cont0202 .con02 .contentbox {
	display:grid;	
	gap:0.5rem;
	align-content:center;
	padding:2rem 0;
}
.ctt_cont0202 .con02 .contentbox li {
	padding:0 2rem;
}
.ctt_cont0202 .con02 .contentbox li p{
	font-size:1.6rem;
	line-height:1.5;
	margin:0;
}

.ctt_cont0202 .con03 {
	padding:3.5rem 0;
	margin-top:3.5rem;
	text-align:center;
	border-radius:3rem;
	margin-bottom:7rem;	
}
.ctt_cont0202 .con03 strong{
	font-size:1.8rem;
	font-weight:500;
}
.ctt_cont0202 .con03 p{	
	font-size:2.4rem;
	font-weight:bold;
	color:#333;
	margin-top:1rem;
}

.ctt_cont0202 .con04 {
	margin-bottom:7rem;
}
.ctt_cont0202 .con04 h4{	
	font-size:2.4rem;
	margin-bottom:3rem;
}
.ctt_cont0202 .con04 .conbox{
	padding:3rem;
	border:1px solid #ddd;
	border-radius:3rem;
	margin-bottom:4rem;
}
.ctt_cont0202 .con04 .conbox .sub{
	font-size:2rem;
	font-weight:bold;
	margin-bottom:1.5rem;
}
.ctt_cont0202 .con04 .conbox .lt{
	margin-bottom:3rem
}

.ctt_cont0202 .submit_btn{
	display:block;
	color:#333;
	max-width:37rem;
	font-weight:bold;
	font-size:2rem;
	text-align:center;
	padding:2rem 1rem;
	border:2px solid #333;
	border-radius:4rem;
	margin:0 auto;
}
.ctt_cont0202 .submit_btn:hover{	
	color:#fff;
	border:2px solid transparent;	
}



article .mbgap {
	margin-bottom: 7rem;
}


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