@charset "utf-8";

body{
	color: #1a1a1a;
}

.l-content{
	overflow: inherit;
}

.l-content .mt40{
	margin-top: 40px;
}

.l-content .time{
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-weight: 700;
}

.l-content .txt{
	font-size: 14px;
	margin-top: 32px;
}
.l-content .lead{
	font-size: 20px;
	font-weight: 700;
	text-indent: -18px;
	padding-left: 18px;
	margin-top: 5px;
}
.l-content .lead::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ff7900;
	border-radius: 50%;
	margin-right: 10px;
	margin-bottom: 0.15em;
}

.l-content .list{
	margin-top: 16px;
	font-size: 14px;
}
.l-content .list li{
	text-indent: -1em;
	padding-left: 1em;
}

.l-content .list li + li{
	margin-top: 0.5em;
}

.bk-hd-01{
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 23px;
	position: relative;
	z-index: 1;
}
	.bk-hd-01::before{
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		background: #ccc;
		border-radius: 2px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.bk-hd-01::after{
		content: "";
		display: block;
		width: 36px;
		height: 3px;
		background: #ff7900;
		border-radius: 2px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

.bk-hd-02{
	font-size: 24px;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 56px;
}
	.bk-hd-02::before{
		content: "";
		display: block;
		width: 6px;
		height: 30px;
		background: #ff7900;
		border-radius: 3px;
		margin-right: 15px;
	}

#sec_bank{
	margin-top: 56px;
}

#sec_bank .tabBtn {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin-top: 24px;
}
	#sec_bank .tabBtn > li{
		cursor: pointer;
		background: #ffad66;
		border: solid 2px #ffad66;
		border-radius: 8px;
		line-height: 70px;
		color: #fff;
		font-size: 22px;
		font-weight: 700;
		letter-spacing: 0.02em;
		padding-left: 40px;
		position: relative;
		z-index: 1;
	}
	#sec_bank .tabBtn > li::after{
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background: url("../img/allow_wht.png") no-repeat center / contain;
		position: absolute;
		top: calc(100% / 2 - 12px);
		right: 24px;
	}

	#sec_bank .tabBtn > li:hover,
	#sec_bank .tabBtn > li.active{
		border-color: #ff7900;
		color: #ff7900;
		background: #fff;
	}
	#sec_bank .tabBtn > li:hover::after,
	#sec_bank .tabBtn > li.active::after{
		background-image: url("../img/allow_org.png");
	}

	#sec_bank .tabBtn > li.active{
		cursor: auto;
	}

.ctn-bank{
	display: none;
}
.ctn-bank.active{
	display: block;
}

.ctn-bank + .ctn-bank{
	margin-top: 0;
}

.ctn-bank .list-alphabet{
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	gap: 10px;
}

.list-alphabet__item{
	cursor: pointer;
	background: #fff;
	border: solid 2px #ccc;
	border-radius: 8px;
	line-height: 64px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	position: relative;
}
	.list-alphabet__item::after{
		content: "";
		display: block;
		width: 12px;
		height: 7px;
		background: url("../img/allow_org_2.png") no-repeat center / contain;
		position: absolute;
		top: calc(100% / 2 - 3px);
		right: 18px;
	}

	.list-alphabet__item.none::after{
		content: none;
	}
		.list-alphabet__item.none a{
			color: #ccc;
			cursor: auto;
		}

.list-alphabet__main{
	display: block;
	padding-left: 17px;
}

.sec_bnk-list{
	border-collapse: collapse;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	table-layout: fixed;
	margin-top: 40px;
	width: 100%;
}

.sec_bnk-list thead{
	position: sticky;
	top: 69px;
	left: 0;
}

	.sec_bnk-list th,
	.sec_bnk-list td{
		border-top: solid 1px #ccc;
		border-right: solid 1px #ccc;
		text-align: center;
		padding: 25px 5px;
	}
	.sec_bnk-list th{
		background: #ff7900;
		color: #fff;
		font-weight: 700;
		font-size: 20px;
		width: calc(100% / 4);
	}
	.sec_bnk-list th.bnkName{
		width: 56.05381%;
	}


@media screen and (max-width: 767px){
	.bk-hd-01{
		font-size: 23px;
		margin-bottom: 10px;
	}
	.bk-hd-02{
		font-size: 18px;
	}
	
	.l-content .time{
		font-size: 36px;
	}
	
	.l-content .lead{
		font-size: 17px;
		text-indent: -12px;
		padding-left: 12px;
	}
		.l-content .lead::before{
			margin-right: 5px;
		}
	
	#sec_bank .tabBtn{
		grid-template-columns: repeat(2, 1fr);
	}
		#sec_bank .tabBtn > li{
			border-radius: 5px;
			font-size: 18px;
			padding-left: 20px;
			line-height: 54px;
		}
		#sec_bank .tabBtn > li::after{
			width: 22px;
			height: 22px;
			top: calc(100% / 2 - 11px);
			right: 10px;
		}
	
	.ctn-bank .list-alphabet{
		grid-template-columns: repeat(3, 1fr);
	}
		.list-alphabet__item{
			border-radius: 5px;
			font-size: 16px;
			line-height: 50px;
		}
	
	.sec_bnk-list{
		margin-top: 25px;
	}
		.sec_bnk-list th.bnkName{
			width: 36%;
		}
		.sec_bnk-list th,
		.sec_bnk-list td{
			padding: 15px 10px;
		}
		.sec_bnk-list th{
			font-size: 16px;
		}
		.sec_bnk-list td.bnkName{
			text-align: left;
		}
}



