@charset "UTF-8";

.common_jabank-text {
	font-size: clamp(0.875rem, 0.538rem + 0.7vw, 1rem);
	line-height: clamp(1.563rem, 1.226rem + 0.7vw, 1.688rem);
	text-align: justify;
}

.fees_main-container {
	display: flex;
	max-width: 1360px;
	margin: 0 auto;
	flex-direction: column;
}

.common_fees-section {
	display: flex;
	width: 100%;
	background-color: #ffffff;
	flex-direction: column;
}

.common_fees-title {
	display: flex;
	max-width: 1180px;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background-color: #ffffe0;
	font-size: clamp(1.5rem, 1.211rem + 0.6vw, 1.75rem);
	justify-content: center;
	align-items: center;
}

.fees_base-container {
	display: flex;
	max-width: 1270px;
	width: 100%;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
}

.fees_base-title {
	display: flex;
	max-width: 230px;
	min-width: 165px;
	width: clamp(10.313rem, 5.614rem + 9.79vw, 14.375rem);
	padding: clamp(0.625rem, 0.264rem + 0.75vw, 0.938rem) 10px 0;
	background-color: #f5f5f5;
	color: #006252;
	font-weight: bold;
	font-size: clamp(0.938rem, 0.359rem + 1.2vw, 1.438rem);
	justify-content: center;
	align-items: center;
}

.fees_base-nav {
	display: block;
	width: 100%;
	padding: calc(10px + clamp(0.313rem, -1.495rem + 3.77vw, 1.875rem)) 20px clamp(0.938rem, -0.147rem + 2.26vw, 1.875rem);
	background-color: #f5f5f5;
}

.fees_base-list {
	display: flex;
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}


.fees_base-link {
	display: flex;
	width: 100%;
	padding: clamp(1.25rem, 0.527rem + 1.51vw, 1.875rem) 10px 5px;
	background-color: #ffffff;
	color: #006252;
	font-weight: bold;
	font-size: clamp(0.75rem, 0.316rem + 0.9vw, 1.125rem);
	flex-direction: column;
	align-items: center;
	transition: all 0.4s;
}

.fees_base-item.current_anchor .fees_base-link , .fees_base-link:hover {
	background-color: #006252;
	color: #ffffff;
}
.fees_base-item.current_anchor .fees_base-link {
	pointer-events: none;
}

.fees_base-link i {
	transform: rotateZ(90deg);
	font-style: normal;
	font-size: clamp(0.875rem, 0.441rem + 0.9vw, 1.25rem);
}

#fees_remittance .fees_article-item {
	display: none;
}



.fees_article-item , #fees_remittance .fees_article-item.tab_show {
	display: flex;
	flex-direction: column;
}

.fees_article-item {
	max-width: 1180px;
	width: 95%;
	margin: 0 auto;
}

#fees_remittance .fees_article-item.tab_show {
	animation: displayAnime 1.3s forwards;
}

@keyframes displayAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


.fees_article-title {
	padding: 0 clamp(0.625rem, 0.264rem + 0.75vw, 0.938rem) 5px;
	border-bottom: clamp(0.125rem, -0.02rem + 0.3vw, 0.25rem) solid #006252;
	color: #2b1e1d;
	font-size: clamp(1.375rem, 0.941rem + 0.9vw, 1.75rem);
}

.fees_article-list {
	display: flex;
	flex-direction: column;

	row-gap: 35px;
}

.fees_article-content {
	display: flex;
	width: 100%;
	flex-direction: column;

	row-gap: 5px;
}

.fees_article-content h3 , .fees_article-content h4 {
	padding: 0 clamp(0.625rem, 0.264rem + 0.75vw, 0.938rem);
	color: #006252;
	font-weight: bold;
	font-size: clamp(1.375rem, 1.23rem + 0.3vw, 1.5rem);
}

.fees_table-container {
	position: relative;
	width: 100%;
}

.fees_scroll-caution {
	display: flex;
	position: absolute;
	left: 50%;
	transform: translateX(calc(-50% - 10px));
	max-width: 140px;
	width: 100%;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	font-size: 13px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 1.3s;
	transition-delay: 1s;

	row-gap: 5px;
	aspect-ratio: 7/5;
}

.fees_table-container.show_content .fees_scroll-caution {
	visibility: hidden;
	opacity: 0;
}

.fees_scroll-caution img {
	max-width: 83px;
	width: 100%;
}

.fees_table-content {
	width: 100%;
	margin: 0 auto;
	font-size: clamp(0.938rem, 0.865rem + 0.15vw, 1rem);
	border-collapse: collapse;
	border-spacing: 0;
}

.fees_table-content tbody {
	border: 2px solid #006252;
}

.fees_table-content th {
	padding: 10px clamp(0.625rem, -0.459rem + 2.26vw, 1.563rem);
	font-weight: normal;
	text-align: left;
}

.fees_table-content tr td {
	padding: clamp(0.844rem, 0.771rem + 0.15vw, 0.906rem) clamp(0.625rem, -0.459rem + 2.26vw, 1.563rem);
	border: 2px dashed #006252;
}

@media screen and (min-width: 768px) {
	.main_container {
		background-color: #f7f7f7;
	}

	.fees_main-container {
		width: 95%;

		row-gap: 50px;
	}

	.common_fees-section {
		padding: 65px 0;
	}

	.common_fees-title {
		margin-bottom: 30px;
	}

	.fees_base-container {
		margin-bottom: 25px;
	}

	.fees_base-list {
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	}

	.fees_base-item {
		position: relative;
	}

	.fees_base-item:not(:nth-of-type(1))::before {
		position: absolute;
		top: 50%;
		right: calc(100% - 1.5px);
		transform: translateY(-50%);
		width: 3px;
		height: calc(100% - 20px);
		background-color: #006252;
		content: "";
	}

	.fees_article-item {
		width: 95%;
	}

	.fees_article-title {
		margin-bottom: 35px;
	}

	.fees_scroll-caution {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.main_container {
		background-color: #ffffff;
	}
	.fees_main-container {
		width: 100%;

		row-gap: 50px;
	}

	.common_fees-title {
		margin-bottom: 20px;
	}

	.fees_base-container {
		margin-bottom: 35px;
	}

	.fees_base-list {
		row-gap: 10px;
	}

	.fees_base-link {
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	}

	.fees_article-item {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.fees_article-title {
		width: 100%;
		margin-bottom: 25px;
	}

	.fees_table-container {
		overflow-x: scroll;
	}
}






/* */
/* */

@media screen and (min-width: 768px) {
	.main_container {
		padding-top: 115px;
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 767px) {
	.main_container {
		padding-top: 55px;
		padding-bottom: 50px;
	}
}




/*******************************************************************************
	アンカーナビゲーション
*******************************************************************************/
.fees_anchor-nav {
	display: block;
	margin: 0 auto;
}

.fees_anchor-list {
	display: flex;
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
}

.fees_anchor-link {
	display: flex;
	width: 100%;
	height: clamp(4.063rem, 3.114rem + 1.98vw, 5rem);
	padding: 0 10px;
	background-color: #ebebeb;
	color: #000000;
	font-weight: 500;
	font-size: clamp(0.813rem, 0.686rem + 0.26vw, 0.938rem);
	column-gap: 5px;
	justify-content: space-between;
	align-items: center;
	transition: all 0.4s;
}

.fees_anchor-link:hover {
	background-color: #006252;
	color: #ffffff;
}

.fees_anchor-link i.anchor_icon {
	font-style: normal;
	font-size: clamp(1rem, 0.747rem + 0.53vw, 1.25rem);
}

.fees_anchor-link i:not(.anchor_icon) {
	font-size: clamp(1rem, 0.81rem + 0.4vw, 1.188rem);
}

@media screen and (min-width: 768px) {
	.fees_anchor-nav {
		max-width: 1450px;
		width: 95%;
		margin-bottom: 85px;
		padding: 23px 10px;
		border: 2px solid #006252;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		background-color: #ffffff;
		filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	}

	.fees_anchor-list {
		row-gap: 10px;
	}

	@media screen and (min-width: 1131px) {
		.fees_anchor-list {
			            column-gap: 0.836375%;
			max-width: 1345px;
		}

		.fees_anchor-item {
					max-width: 260px;
		width: 19.3309%;
		}
	}

	@media screen and (min-width: 791px) and (max-width: 1130px) {
		.fees_anchor-list {
			justify-content: space-between;
		}

		.fees_anchor-item {
			width: 32.5%;
		}
	}

	@media screen and (max-width: 790px) {
		.fees_anchor-list {
			max-width: 695px;
			column-gap: 15px;
		}

		.fees_anchor-item {
			width: calc(50% - 7.5px);
		}
	}

	.fees_anchor-select {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	/* ===== 共通 ===== */
	.fees_anchor-nav {
		max-width: 315px;
		width: calc(100% - 60px);
		margin-bottom: 60px;
	}

	.fees_anchor-select {
		display: flex;
		width: 100%;
		height: 50px;
		padding: 10px 20px 10px 15px;
		border: 1px solid #006252;
		background-color: #006252;
		color: #ffffff;
		font-weight: 500;
		font-size: 16px;
		text-align: left;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
		transition: all 0.4s;
	}

	.fees_anchor-select:hover {
		opacity: 0.8;
	}

	.fees_anchor-select i {
		font-size: 7px;
		transition: all 0.4s;
	}

	.fees_anchor-select.is-open i {
		transform: rotate(180deg);
	}

	.fees_anchor-list {
		border: 1px solid;
	}

	.fees_anchor-item {
		width: 100%;
	}

	.fees_anchor-link {
		background-color: #006252;
		color: #ffffff;
		font-size: 14px;
		word-break: auto-phrase;
	}

	.fees_anchor-link:hover {
		background-color: #ffffff;
		color: #006252;
	}

	.fees_anchor-link br {
		display: none;
	}

	.fees_anchor-list {
		display: none;

/* jQueryでスライド */
		border: 1px solid #006252;
		border-top: none;
	}

	.fees_anchor-link i {
		display: none;
	}
}



.fees_caution-text {
	margin-top: 5px;
	font-size: 14px;
	line-height: 21px;
}

.fees_caution-parent {
	display: flex;
	flex-direction: column;
	counter-reset: parent;
}
.caution_parent-item {
	display: flex;
}
.caution_parent-item.caution_parent-wrap {
	flex-wrap: wrap;
}
.caution_parent-item::before {
	display: flex;
	white-space: nowrap;
	content: "("attr(data-caution)")";
}
.fees_caution-child {
	display: flex;
	width: 100%;
	flex-direction: column;
	counter-reset: number;
}
.fees_caution-child li {
	display: flex;
}
.fees_caution-child li::before {
	content: counter(number)".";
	counter-increment: number;
}
/*******************************************************************************
	為替手数料
*******************************************************************************/

#fees_remittance .fees_table-content th {
	max-width: 325px;
	min-width: 270px;
	width: 27.5423%;
	border: 2px solid #006252;
	word-break: auto-phrase;
}

#fees_remittance .fees_table-content tr td:nth-of-type(1) {
	max-width: 155px;
	min-width: 150px;
	width: 13.1355%;
	text-align: center;
}

#fees_remittance .fees_table-content tr td:nth-of-type(2) {
	max-width: 700px;
	min-width: 555px;
	width: 59.3220%;
}

#fees_remittance .fees_table-content tbody:nth-of-type(even) {
	background-color: #ebebeb;
}

@media screen and (min-width: 768px) {
	#fees_remittance .fees_base-item {
		width: calc(100% / 5);
	}
}

@media screen and (min-width: 768px) {
	#fees_remittance .fees_base-item {
		width: calc(100% / 5);
	}
}

@media screen and (max-width: 767px) {
	#fees_remittance .fees_base-list {
		max-width: 725px;
		column-gap: 1.3793%;
		flex-wrap: wrap;
	}

	#fees_remittance .fees_base-item {
		max-width: 235px;
		width: 32.4138%;
	}

	@media screen and (min-width: 501px) {
		#fees_remittance .fees_base-list {
			column-gap: 1.3793%;
		}

		#fees_remittance .fees_base-item {
			width: 32.4138%;
		}
	}

	@media screen and (max-width: 500px) {
		#fees_remittance .fees_base-list {
			column-gap: 10px;
		}

		#fees_remittance .fees_base-item {
			width: calc(50% - 5px);
		}
	}

	#fees_remittance .fees_table-content {
		min-width: 970px;
	}
}


/*******************************************************************************
	ATM利用手数料(1回につき)
*******************************************************************************/
#fees_atm .fees_table-content tr th {
	border: 2px solid #006252;
}

@media screen and (max-width: 767px) {
	#fees_atm .fees_caution-text {
		width: calc(100% - 20px);
		margin-left: 0;
	}

	#fees_atm .fees_table-content {
		min-width: 970px;
	}
}

/*******************************************************************************
	キャッシング･サービス利用手数料
*******************************************************************************/
#fees_cashadvance .fees_table-content tr th {
	border: 2px dashed #006252;
}


#fees_cashadvance .fees_table-content tr th {
	max-width: 255px;
	min-width: 205px;
	width: 21.6102%;
}

#fees_cashadvance .fees_table-content td {
	max-width: 925px;
	width: 100%;
	word-break: auto-phrase;
}

@media screen and (max-width: 767px) {
	#fees_cashadvance .fees_article-item {
		width: 100%;
		margin-left: 0;
	}
}

/*******************************************************************************
	発行手数料等
*******************************************************************************/
#fees_issuance .fees_table-content tr th {
	border: 2px dashed #006252;
}


@media screen and (max-width: 767px) {
	#fees_issuance .fees_article-item {
		width: 100%;
		margin-left: 0;
	}
}

/*******************************************************************************
	振替手数料
*******************************************************************************/
#fees_transfer .fees_table-content tr th {
	border: 2px dashed #006252;
}

#fees_transfer .fees_table-content tr th {
	max-width: 255px;
	min-width: 155px;
	width: 21.6102%;
}

#fees_transfer .fees_table-content td {
	max-width: 925px;
	width: 100%;
	word-break: auto-phrase;
}

@media screen and (max-width: 767px) {
	#fees_transfer .fees_article-item {
		width: 100%;
		margin-left: 0;
	}
}

/*******************************************************************************
	融資手数料
*******************************************************************************/
#fees_loan .fees_table-content tr th {
	border: 2px dashed #006252;
}


@media screen and (max-width: 767px) {
	#fees_loan .fees_article-item {
		width: 100%;
		margin-left: 0;
	}
}

/*******************************************************************************
	国債振替決済口座管理手数料
*******************************************************************************/
#fees_bond .fees_table-content tr th {
	border: 2px dashed #006252;
}

#fees_bond .fees_table-content tr th {
	max-width: 255px;
	min-width: 180px;
	width: 21.6102%;
}

#fees_bond .fees_table-content td {
	max-width: 925px;
	width: 100%;
	word-break: auto-phrase;
}

@media screen and (max-width: 767px) {
	#fees_bond .fees_article-item {
		width: 100%;
		margin-left: 0;
	}
}

/*******************************************************************************
	両替手数料
*******************************************************************************/
#fees_exchange .fees_table-content tr th {
	border: 2px dashed #006252;
}

#fees_exchange .fees_table-content tr th {
	max-width: 255px;
	min-width: 180px;
	width: 21.6102%;
}

#fees_exchange .fees_table-content td {
	max-width: 925px;
	width: 100%;
	word-break: auto-phrase;
}

@media screen and (max-width: 767px) {
	#fees_exchange .fees_article-item {
		width: 100%;
		margin-left: 0;
	}
}

/*******************************************************************************
	デビットカードサービス利用手数料
*******************************************************************************/
#fees_debit .fees_table-content tr th {
	max-width: 435px;
	width: 40%;
	border: 2px dashed #006252;
}


@media screen and (max-width: 767px) {
	#fees_debit .fees_article-item {
		width: 100%;
		margin-left: 0;
	}
}
/*******************************************************************************
	ネットバンキング利用手数料
*******************************************************************************/
#fees_online .fees_table-content tr th {
	border: 2px dashed #006252;
}

#fees_online .fees_table-content tr th {
	max-width: 255px;
	min-width: 180px;
	width: 21.6102%;
}

#fees_online .fees_table-content td {
	max-width: 925px;
	width: 100%;
	word-break: auto-phrase;
}

@media screen and (max-width: 767px) {
	#fees_online .fees_article-item {
		width: 100%;
		margin-left: 0;
	}
}
/*******************************************************************************
	個人情報の開示等事務手数料
*******************************************************************************/
#fees_disclosure .fees_table-content tr th {
	border: 2px dashed #006252;
}

#fees_disclosure .fees_table-content tr th {
	max-width: 255px;
	min-width: 180px;
	width: 21.6102%;
}

#fees_disclosure .fees_table-content td {
	max-width: 925px;
	width: 100%;
	word-break: auto-phrase;
}

@media screen and (max-width: 767px) {
	#fees_disclosure .fees_article-item {
		width: 100%;
		margin-left: 0;
	}
}
/*******************************************************************************
	税務署など調査手数料
*******************************************************************************/
#fees_investigation .fees_table-content tr th {
	border: 2px dashed #006252;
}

#fees_investigation  .fees_table-content tr th {
	max-width: 255px;
	min-width: 180px;
	width: 21.6102%;
}

#fees_investigation  .fees_table-content td {
	max-width: 925px;
	width: 100%;
	word-break: auto-phrase;
}

@media screen and (max-width: 767px) {
	#fees_investigation .fees_article-item {
		width: 100%;
		margin-left: 0;
	}
}
/*******************************************************************************
	口座開設手数料
*******************************************************************************/
#fees_account .fees_table-content tr th {
	border: 2px dashed #006252;
}

#fees_account .fees_table-content tr th {
	max-width: 255px;
	min-width: 180px;
	width: 21.6102%;
}

#fees_account .fees_table-content td {
	max-width: 925px;
	width: 100%;
	word-break: auto-phrase;
}

@media screen and (max-width: 767px) {
	#fees_account .fees_article-item {
		width: 100%;
		margin-left: 0;
	}
}

/*******************************************************************************
	未利用口座管理手数料
*******************************************************************************/
#fees_dormant .fees_table-content tr th {
	border: 2px dashed #006252;
}

#fees_dormant .fees_table-content tr th {
	max-width: 255px;
	min-width: 180px;
	width: 21.6102%;
}

#fees_dormant .fees_table-content td {
	max-width: 925px;
	width: 100%;
	word-break: auto-phrase;
}
@media screen and (max-width: 767px) {
	#fees_dormant .fees_article-item {
		width: 100%;
		margin-left: 0;
	}
}
/*******************************************************************************
	大量硬貨入出金手数料
*******************************************************************************/

#fees_coins .fees_table-content th , #fees_coins .fees_table-content tr td {
	border: 2px dashed #006252;
}

#fees_coins .fees_table-content tr th {
	max-width: 255px;
	min-width: 180px;
	width: 21.6102%;
}

#fees_coins .fees_table-content td {
	max-width: 925px;
	width: 100%;
	word-break: auto-phrase;
}

@media screen and (max-width: 767px) {
	#fees_coins .fees_article-item {
		width: 100%;
		margin-left: 0;
	}
}
