@charset "utf-8";
.sub_header {
	
}
#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 .page_btns {
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	width:100%;
	max-width:800px;
	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:2rem;
	font-weight:bold;
	padding:2.5rem;
	border-radius:5rem;
}
#ctt .page_btns a.on {
	color:#fff;
	background-color:#d45315;
}

/*
.page_btns { 
	display:inline-flex;
	padding:6px;
	border: 1px solid #ddd;
	border-radius:4rem;
	margin:3rem 0 7rem;
	background-color:#fff;
}
.page_btns a { 
	width:160px;
	height:65px;
	font-size:2rem;
	font-weight:bold;
	color:#333;
	border-radius:5rem;
}
.page_btns a.on{ 
	color:#fff;
	background-color:#01a6b5;
}
.page_btns li:nth-child(2) a.on{ 	background-color:#632e79;}
.page_btns li:nth-child(3) a.on{ 	background-color:#789a0b;}
.page_btns li:nth-child(4) a.on{ 	background-color:#f18d00;}
.page_btns li:nth-child(5) a.on{ 	background-color:#c84700;}
.page_btns li:nth-child(6) a.on{ 	background-color:#73c3c2;}

*/

/* con01 */
#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 .subconbox {
	display:flex;
	gap:30px;
	flex-wrap:wrap;
}

#ctt .con01 .imgbox {
	margin-top:1.5rem;
}

#ctt .con01 .conbox .lt {
	 margin-bottom:0; 
}

#ctt .con01 .conbox .sub{
	font-size:2rem;
	font-weight:bold;
	margin-bottom:1.5rem;
}

#ctt .con01 .subconbox01 .lt {
	margin-bottom:2rem;
}

#ctt .con01 .subconbox02 .sub,
#ctt .con01 .subconbox02 .lt
{ margin-bottom:0; }

#ctt .con01 .conbox .dottxt{
	line-height:1.6;
	margin-bottom:0;
}
#ctt .con01 .conbox .dottxt .em{
	font-weight:500;
}
#ctt .con01 .list_detail{
	padding-left:1.5rem;
	line-height:1.6;
	margin-bottom:1rem
}

/* con02 */
#ctt .con02 .conbox .imgbox {
	    padding: 5rem;
		border: 1px solid #ddd;
		border-radius: 3rem;
		text-align:center;
}

/* con03 */

#ctt .con03 h4 {
	margin-top:2rem;
}

#ctt .con03 .conbox {
		padding: 3rem;
		border: 1px solid #ddd;
		border-radius: 3rem;
}

#ctt .con03 .conbox h5 {
	margin-top:2rem;
	margin-bottom:2rem;
	font-size:20px;
}

#ctt .con03 .flexbox02 h4 {
	margin-bottom:2rem;
}

#ctt .con03 .conbox .circle {
	display:inline-block;
	width:5px;
	aspect-ratio:1/1;
	border-radius:50%;
	background-color:#d45315;
}

#ctt .con03 .conbox  ul li {
	display:flex;
	gap:10px;
	align-items:center;
	margin-bottom:1rem;
}

.m_only {
	display:none;
}

@media all and (max-width:1280px) {
	.page_btns {
		width:100%;
		position:relative;
		z-index:1;
	}
	.page_btns > li button{
		width:100%;
	}
}
@media all and (max-width:640px){	
	.page_btns {
		flex-wrap:wrap;
	}
	
	#ctt .page_btns {
		grid-template-columns: 1fr 1fr;
		max-width: 100%;
		padding: 4px;
		gap: 4px;
		margin: 0 auto 4rem;
	}
	
	#ctt .page_btns a {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.8rem;
		padding: 1.5rem 0.5rem;
		line-height: 1.2;
		word-break: keep-all;
		white-space: nowrap;
		min-height: 60px;
		text-align: center;
	}

	#ctt .con02 .conbox .listbox02 {
		margin-left:0;
	}
	#ctt .con01 {
		font-size:1.6rem;
	}

	#ctt .con03 .conbox {
		padding:2rem;
		font-size:1.5rem;
	}
	#ctt .con03 .conbox h5 {
		margin:1.5rem 0;
	}

	.m_only {
		display:block;
	} 
}

@media all and (max-width:480px) {
	#ctt .page_btns {
		grid-template-columns: 1fr 1fr;
		padding: 3px;
		gap: 3px;
	}
	
	#ctt .page_btns a {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.6rem;
		padding: 1rem 0.3rem;
		line-height: 1.2;
		word-break: keep-all;
		white-space: nowrap;
		min-height: 50px;
		text-align: center;
	}
	
	#ctt h4 {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	
	#ctt .con01 h5 {
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	
	#ctt .con01 .conbox {
		padding: 2rem;
		margin-bottom: 3rem;
	}
	
	.tb_wrap th, .tb_wrap td {
		padding: 0.8rem 0;
		font-size: 1.2rem;
	}
}