@charset "UTF-8";

body {
	background-color: var(--bg-color--primary);
}

.jabank_top-container , .jabank_bottom-container {
	display: block;
	width: 100%;
}
.jabank_top-container {
	background-color: #ffffff;
}
.jabank_bottom-container {
	display: flex;
	background-color: #f7f7f7;
	flex-direction: column;
}
.common_jabank-section {
	max-width: 1360px;
	width: 95%;
	margin: 0 auto;
}
.jabank_bottom-container .common_jabank-section {
	padding: 50px 0 55px;
	background-color: #ffffff;
}
.jabank_top-title {
	display: flex;
	position: relative;
	padding-bottom: 5px !important	;
	border-bottom: clamp(0.125rem, -0.212rem + 0.7vw, 0.25rem) solid #006252;
	color: #006252;
	font-size: clamp(1.375em, 0.364em + 2.11vw, 1.75em);
	flex-direction: column;
	align-items: center;
}
.jabank_top-title::after {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 5;
	transform: translateX(-50%);
	max-width: 160px;
	width: calc(100% - 20px);
	height: clamp(0.125rem, -0.212rem + 0.7vw, 0.25rem);
	height: clamp(0.125rem, -0.212rem + 0.7vw, 0.25rem);
	background-color: #ffa500;
	content: "";
}
.common_jabank-contents {
	/*padding: 0 2.5%;*/
}
.common_jabank-text {
	font-size: clamp(0.875em, 0.538em + 0.7vw, 1em);
	line-height: clamp(1.563rem, 1.226rem + 0.7vw, 1.688rem);
	text-align: justify;
}
.external_link {
	color: #0097eb;
	font-size: 1em;
	line-height: clamp(1.563rem, 1.226rem + 0.7vw, 1.688rem);
	text-decoration: underline;
}

.jabank_top-container .jabank_table-container {
	position: relative;
	max-width: 705px;
	width: 100%;
	margin-bottom: 20px;
}
.jabank_scroll-caution {
	display: flex;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-width: 140px;
	width: 100%;
	border-radius: 8px;
	background-color: rgba(0,0,0,0.8);
	color: #ffffff;
	font-size: 0.8125em;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 1.3s;
	transition-delay: 1s;

	row-gap: 5px;
	aspect-ratio: 7/5;
}
.jabank_table-container.show_content .jabank_scroll-caution {
	visibility: hidden;
	opacity: 0;
}

.jabank_scroll-caution img {
	max-width: 83px;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.jabank_scroll-caution {
		display: none;
	}
}
@media screen and (max-width: 767px) {
}
.jabank_table-content {
	width: 100%;
	margin: 0 auto;
	font-size: clamp(0.938em, 0.601em + 0.7vw, 1.063em);
	border-collapse: collapse;
	border-spacing: 0;
}
/*.jabank_table-content tr {
	border: 1px solid;
}*/
.jabank_table-content tr th {
	padding: clamp(0.688em, 0.603em + 0.18vw, 0.719em) 10px;
	border: 2px solid #006252;
	background-color: #ffffe0;
	font-weight: normal;
}
.jabank_table-content tr td {
	border: 2px solid #006252;
}
.jabank_top-container .jabank_table-content tr td {
	width: 50%;
	padding: clamp(0.688rem, 0.603rem + 0.18vw, 0.719rem) 10px;
}
.jabank_loans-list {
	display: flex;
	flex-direction: column;
}
.jabank_loans-item {
	display: flex;
	padding: 25px calc(2.5% + 5px) 0;
	border-top: 2px dashed #006252;
	flex-direction: column;
}
.jabank_evenly-link {
	width: 100%;
	column-gap: 10px;
	justify-content: center;
	align-items: center;
}
a.jabank_evenly-link:not(.external_link) , button.jabank_evenly-link {
	display: flex;
	position: relative;
	max-width: 200px;
	width: 100%;
	padding: 11px 0;
	border: 2px solid #006252;
	background-color: #006252;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	transition: all 0.4s;
}
a.jabank_evenly-link:not(.external_link):hover , button.jabank_evenly-link:hover {
	background-color: #ffffff;
	color: #006252;
	cursor: pointer;
}
.jabank_bottom-container .common_jabank-section {
	display: flex;
	flex-direction: column;
}


.jabank_bottom-title {
	display: flex;
	max-width: 1180px;
	width: 95%;
	margin: 0 auto;
	background-color: #ffffe0;
	font-size: clamp(1.5em, 0.826rem + 1.4vw, 1.75rem);
	text-align: center;
	column-gap: 10px;
	justify-content: center;
	align-items: center;
}
.jabank_top-article {
	display: block;
	max-width: 950px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.bank_link {
	display: flex;
	overflow: hidden;
	max-width: 330px;
	height: 100px;
	margin-top: 20px;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	justify-content: space-between;
	align-items: center;
}
.bank_link span {
	display: inline-flex;
	width: calc(100% - 50px);
	height: 100%;
	flex-direction: column;
	justify-content: center;
}
.bank_link i {
	display: flex;
	width: 50px;
	height: 100%;
	background-color: black;
	color: #ffffff;
	justify-content: center;
	align-items: center;
}
.bank_link-red {
	border-color: #c9171c;
}
.bank_link-red span {
	align-items: center;
}
.bank_link-red img {
	max-width: 172px;
	width: 100%;
}

.bank_link-green {
	border-color: #006252;
	color: #006252;
	font-size: 1.0625em;
}
.bank_link-green span {
	padding-left: 25px;
	line-height: 32px;
}
.bank_link-green strong {
	font-weight: 900;
	font-size: 1.25em;
}
.bank_link i {
	display: flex;
	width: 50px;
	height: 100%;
	color: #ffffff;
	justify-content: center;
	align-items: center;
}
.bank_link-red i {
	background-color: #c9171c;
}
.bank_link-green i {
	background-color: #006252;
}

.jabank_top-sub_title {
	display: flex;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 5px !important;
	border-left: 5px solid #006252;
	font-size: clamp(1.125em, 0.62em + 1.05vw, 1.313em);
}
#atm .jabank_bottom-article {
	max-width: 1180px;
}
.jabank_bottom-article {
	width: 95%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.main_container {
		padding-top: 115px;
	}
	.common_page-text br {
		display: none;
	}
	.jabank_top-container {
		padding-bottom: 40px;
	}
	.jabank_bottom-container {
		padding: 115px 0 110px;

		row-gap: 50px;
	}
	.common_jabank-section {
		width: 95%;
	}
	.jabank_top-title {
		margin-bottom: 20px;
	}
	.jabank_content-inner {
		padding: 0 1.5%;
	}.jabank_top-sub_title br {
		display: none;
	}
	.jabank_top-container .jabank_table-content tr td {
		text-align: center;
	}
	.jabank_top-container .jabank_table-content tr td br {
		display: none;
	}
	.jabank_loans-item {
		padding: 25px calc(2.5% + 5px) 0;
	}

	.jabank_bottom-title {
		width: 95%;
		height: 80px;
		margin: 0 auto;
	}
	.jabank_bottom-article {
		width: 95%;
	}
}
@media screen and (max-width: 767px) {
	.main_container {
		padding-top: 55px;
	}
	.jabank_top-container {
		margin-bottom: 70px;
		padding: 0 20px;

		row-gap: 10px;
	}
	.jabank_bottom-container {
		row-gap: 50px;
	}
	.common_jabank-section {
		width: 100%;
	}
	.jabank_top-title {
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.jabank_loans-item {
		padding: 25px 0 0;
	}
	.jabank_bottom-title {
		width: 100%;
		margin: 0 auto;
		padding: 22.5px 0;
	}
	.jabank_bottom-article {
		width: 100%;
	}
	#digione .jabank_bottom-article {
		padding: 0 20px;
	}
}




/*******************************************************************************
	アンカーナビゲーション
*******************************************************************************/
.jabank_anchor-nav {
	display: block;
	margin: 0 auto;
}
.jabank_anchor-list {
	display: flex;
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
}
.jabank_anchor-link {
	display: flex;
	width: 100%;
	height: clamp(3.75rem, 1.237rem + 5.24vw, 5rem);
	padding: 0 10px;
	background-color: #ebebeb;
	color: #000000;
	font-weight: 500;
	font-size: clamp(0.813em, 0.686em + 0.26vw, 0.938em);
	column-gap: 5px;
	justify-content: space-between;
	align-items: center;
	transition: all 0.4s;
}
.jabank_anchor-link:hover {
	background-color: #006252;
	color: #ffffff;
}
.jabank_anchor-link i.anchor_icon {
	font-style: normal;
	font-size: clamp(1em, 0.747em + 0.53vw, 1.25em);
}
.jabank_anchor-link i:not(.anchor_icon) {
	font-size: clamp(1em, 0.81em + 0.4vw, 1.188em);
}
@media screen and (min-width: 768px) {
	.jabank_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));
	}
	.jabank_anchor-list {
		row-gap: 10px;
	}
	@media screen and (min-width: 926px) {
		.jabank_anchor-list {
			max-width: 1070px;
			justify-content: space-between;
		}
	}
	@media screen and (max-width: 925px) {
		.jabank_anchor-list {
			max-width: 650px;
			column-gap: 10px;
		}
	}
	.jabank_anchor-select {
		display: none;
	}
	.jabank_anchor-item {
		max-width: 260px;
		min-width: 210px;
		width: 24.2991%;
	}
}

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

	.jabank_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: 1em;
		text-align: left;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
		transition: all 0.4s;
	}
	.jabank_anchor-select:hover {
		opacity: 0.8;
	}
	.jabank_anchor-select i {
		font-size: 7px;
		transition: all 0.4s;
	}
	.jabank_anchor-select.is-open i {
		transform: rotate(180deg);
	}

	.jabank_anchor-list {
		border: 1px solid;
	}
	.jabank_anchor-item {
		width: 100%;
	}

	.jabank_anchor-link {
		height: 55px;
		background-color: #006252;
		color: #ffffff;
		font-size: 0.875em;
		word-break: auto-phrase;
	}

	.jabank_anchor-link:hover {
		background-color: #ffffff;
		color: #006252;
	}
	.jabank_anchor-link br {
		display: none;
	}

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





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

/*******************************************************************************
	各
*******************************************************************************/

.jabank_savings-first {
	margin-bottom: 30px;
}
.jabank_loans-third {
	margin-bottom: 65px;
}
.jabank_loans-num {
	display: flex;
	margin-bottom: 15px;
	font-size: clamp(0.875em, 0.538em + 0.7vw, 1em);
	line-height: clamp(1.563rem, 1.226rem + 0.7vw, 1.688rem);
	flex-direction: column;
	counter-reset: number;
}

.jabank_loans-num li::before {
	content: counter(number) ".";
	counter-increment: number;
}
#loans h4 {
	color: #006252;
	font-weight: bold;
	font-size: 1em;
	line-height: 27px;
}
#loans h5 {
	margin-bottom: 5px;
	color: #006252;
	font-weight: bold;
	font-size: clamp(1.25em, 0.576em + 1.4vw, 1.5em);
}

#loans .jabank_evenly-link {
	margin-top: 20px;
}
.jabank_atm-content {
	display: flex;
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	background-color: #f5f5f5;
	flex-direction: column;
	align-items: center;

	row-gap: 15px;
}

.jabank_atm-content .common_jabank-text {
	font-weight: 500;
}

.jabank_atm-title {
	border-bottom: clamp(0.125rem, -0.212rem + 0.7vw, 0.25rem) solid #006252;
	color: #006252;
	font-weight: bold;
	font-size: clamp(1.375em, 0.364em + 2.11vw, 1.75em);
}


#atm .jabank_table-content tr td {
	width: calc(100% / 5);
	padding: 11.5px 0;
}
#atm .jabank_table-content tr td:nth-of-type(1) {
	padding-right: 20px;
	padding-left: 20px;
}

#atm .jabank_table-content tr td:not(:nth-of-type(1)) {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.jabank_atm-list {
	display: flex;
	margin-bottom: 25px;
	flex-direction: column;

	row-gap: 10px;
}
.jabank_atm-item {
	display: flex;
	flex-direction: column;
}

.jabank_atm-item span {
	display: inline-block;
	margin-top: 5px;
	font-size: clamp(0.875em, 0.37em + 1.05vw, 1.063em);
}
#fees .jabank_bottom-article , #agreement .jabank_bottom-article {
	display: flex;
	flex-direction: column;
}
.jabank_digione-title {
	display: flex;
	padding-bottom: 5px;
	border-bottom: clamp(0.125rem, -0.212rem + 0.7vw, 0.25rem) solid #006252;
	color: #006252;
	font-weight: bold;
	font-size: clamp(1.375em, 0.364em + 2.11vw, 1.75em);
}
.jabank_digione-title span {
	color: #2b1e1d;
	font-weight: normal;
	font-size: 0.875em;
}
#fees .jabank_bottom-text , #agreement .jabank_bottom-text {
	font-weight: 500;
	font-size: clamp(0.875em, 0.033em + 1.75vw, 1.188em);
	text-align: center;
}#fees a , #agreement a {
	margin: 0 auto;
}


#digione .jabank_table-container {
	max-width: 705px;
	width: 100%;
}
#digione .jabank_table-container th , #digione .jabank_table-container td {
	width: calc(100% / 3);
}
#digione .jabank_table-container td {
	padding: 11.5px 10px;
	text-align: center;
}

#digione .jabank_bottom-article {
	display: flex;
	max-width: 1000px;
	flex-direction: column;

	row-gap: 60px;
}
.jabank_digione-subtitle {
	display: flex;
	margin-bottom: 30px;
	border-bottom: 2px dashed #006252;
	color: #006252;
	font-size: clamp(1.25em, 1.082em + 0.35vw, 1.313em);
	align-items: center;
}
#digione .jabank_bottom-inner:nth-of-type(2) .jabank_digione-subtitle {
	margin-bottom: 15px;
}
.jabank_digione-guidance {
	display: flex;
	flex-direction: column;
}

.jabank_digione-guidance dt {
	color: #006252;
	font-weight: bold;
	font-size: 1em;
}
.jabank_digione-guidance dd , .jabank_digione-guidance dd h5 {
	font-weight: normal;
	font-size: 1em !important;
}
.jabank_digione-num {
	display: flex;
	line-height: 1.688em;
	flex-direction: column;
	counter-reset: number;
}
.jabank_digione-num li {
	display: flex;
}
.jabank_digione-num li::before {
	content: "("counter(number)")";
	counter-increment: number;
}
.jabank_digione-guidance dd h5 {
	display: flex;
	white-space: nowrap;
	word-break: keep-all;
}
.jabank_digione-guidance dd h5::after {
	content: "…";
}
.jabank_digione-list {
	display: flex;
	line-height: 1.688em;
	flex-direction: column;
}
.jabank_digione-list li {
	display: flex;
}
.jabank_digione-list li::before {
	content: "･";
}
.jabank_digione-code {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	#savings {
		margin-bottom: 25px;
	}
	#loans {
		margin-bottom: 80px;
	}
	.jabank_loans-first {
		margin-bottom: 30px;
	}
	.jabank_loans-second {
		margin-bottom: 50px;
	}
	.jabank_loans-list {
		margin-top: 10px;

		row-gap: 40px;
	}
	#remittance {
		margin-bottom: 70px;
	}
	.jabank_atm-title {
		margin-bottom: 25px;
		padding: 0 2.5424% 5px;
	}
	.jabank_atm-list {
		margin-bottom: 25px;

		row-gap: 10px;
	}
	.jabank_atm-item span {
		text-align: right;
	}
	.jabank_atm-content {
		width: 100%;
		padding: 34px 0;

		row-gap: 15px;
	}
	.jabank_atm-content .common_jabank-text br {
		display: none;
	}
	#atm {
		row-gap: 40px;
	}
	#fees , #agreement {
		row-gap: 30px;
	}
	#fees .jabank_bottom-article , #agreement .jabank_bottom-article {
		row-gap: 30px;
	}
	#digione {
		row-gap: 50px;
	}
	#digione .jabank_bottom-article {
		row-gap: 60px;
	}
	.jabank_digione-title {
		position: relative;
		margin-bottom: 30px;
		justify-content: center;
		align-items: center;
	}
	.jabank_digione-title span {
		position: absolute;
		right: 0;
		bottom: 10px;
	}
	.jabank_digione-subtitle {
		margin-bottom: 30px;
		padding: 0 1.5%;
	}
	#digione .jabank_bottom-inner:nth-of-type(1) .jabank_digione-subtitle {
		margin-bottom: 30px;
	}
	.jabank_digione-guidance {
		padding: 0 1.5%;
	}
	.jabank_digione-guidance dd:not(:nth-last-of-type(1)) {
		margin-bottom: 35px;
	}
	.jabank_digione-code {
		padding: 0 1.5%;

		row-gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	#savings {
		margin-bottom: 60px;
	}
	.jabank_loans-first {
		margin-bottom: 50px;
	}.bank_link-red {
		margin-top: 10px;
	}
	.bank_link-green {
		margin-top: 15px;
	}
	#loans {
		margin-bottom: 50px;
	}
	.jabank_loans-second {
		margin-bottom: 60px;
	}
	.jabank_loans-list {
		margin-top: 20px;

		row-gap: 20px;
	}
	#remittance {
		margin-bottom: 50px;
	}
	#atm {
		padding-top: 0;
	}
	.jabank_atm-list {
		padding-left: 20px;
	}
	.jabank_atm-title {
		width: calc(100% - 20px);
		margin-bottom: 10px;
		padding: 0 10px 5px;
	}
	#atm .jabank_table-container {
		display: flex;
		overflow-x: scroll;
		align-items: center;
	}
	#atm .jabank_table-content {
		min-width: 1065px;
	}
	.jabank_atm-list {
		margin-bottom: 30px;

		row-gap: 45px;
	}
	.jabank_atm-item span {
		padding-right: 20px;
		text-align: justify;
	}
	.jabank_atm-content {
		width: calc(100% - 40px);
		padding: 22px 10px;

		row-gap: 15px;
	}
	.jabank_atm-content .common_jabank-text {
		text-align: center;
	}
	#atm {
		row-gap: 25px;
	}
	#fees , #agreement {
		row-gap: 15px;
	}
	#fees .jabank_bottom-article , #agreement .jabank_bottom-article {
		row-gap: 20px;
	}
	#digione {
		row-gap: 25px;
	}
	.jabank_digione-title {
		position: relative;
		margin-bottom: 30px;
		padding-left: 10px;
		column-gap: 10px;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: baseline;
	}
	.jabank_digione-title span {
		margin-left: auto;
	}
	.jabank_digione-subtitle {
		margin-bottom: 30px;
		padding: 0 10px 10px;
		line-height: 29px;
	}
	#digione .jabank_bottom-article {
		row-gap: 40px;
	}
	#digione .jabank_bottom-inner:nth-of-type(1) .jabank_digione-subtitle {
		margin-bottom: 15px;
	}
	#digione .jabank_table-container th , #digione .jabank_table-container td {
		padding: 13.5px 10px;
	}
	.jabank_digione-guidance dd:not(:nth-last-of-type(1)) {
		margin-bottom: 30px;
	}
	.jabank_digione-code {
		row-gap: 30px;
	}
}



.jabank_digione-code dl {
	display: flex;
	flex-direction: column;

	row-gap: 15px;
}
.jabank_digione-code dt {
	font-weight: bold;
	font-size: 1em;
}
.jabank_digione-code dd {
	display: flex;
	flex-direction: column;

	row-gap: 5px;
}
