@charset "UTF-8";
/* CSS Document */

/* ==========================================================================
	すぐにわかる城南信用金庫 INDEX
========================================================================== */
#ctsWrapper.quickIdxPage{
	min-height: 1426px;
	background:
		url(../images/bg_quick_idx02_pc.png) calc(50% + 420px) bottom no-repeat,
		url(../images/bg_quick_idx01_pc.png) center top / cover no-repeat;
	position: relative;
}

/*
	タイトル
---------------------------------------------------- */
.quickIdxPage .pageTit{
	font-weight: 500;
	color: var(--clrMRed);
	line-height: 100%;
	rotate: -8deg;
}
.quickIdxPage .pageTit .horizTxt{
	font-size: 16rem;
	letter-spacing: -0.2em;
}
.quickIdxPage .pageTit .bdBox{
	display: inline-block;
	padding: 10px 10px 13px 10px;
	margin: 15px 0 0 20px;
	font-size: 4.7rem;
	line-height: 100%;
	border: 2px solid var(--clrMRed);
}

/*
	リスト
---------------------------------------------------- */
/* 色ベタ
============================== */
.listQuickIdx li a{
	display: block;
	pointer-events: none;
}
.listQuickIdx li .tit,.listQuickIdx li .ph{
	pointer-events: all;
}
/* タイトル */
.listQuickIdx li .tit{
	width: fit-content;
	white-space: nowrap;
	padding: 35px;
	color: var(--clrMRed);
	background-color: #fff;
	box-shadow: 0 0 5px rgb(0 0 0 / 0.2);
	position: relative;
	z-index: 1;
	transition: var(--comTransition);
}
.listQuickIdx li.quickIdx02 .tit,.listQuickIdx li.quickIdx03 .tit,.listQuickIdx li.quickIdx06 .tit{
	color: #fff;
	background-color: var(--clrMRed);
}
.listQuickIdx li .tit .horizTxt{
	margin-top: -0.75em;
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 115%;
}
.listQuickIdx li .tit .horizTxt .fsL{
	font-size: 5.4rem;
	line-height: 115%;
}
@media print, screen and (min-width:813px){
	.listQuickIdx li.quickIdx05 .tit{
		writing-mode: vertical-rl;
	}
	.listQuickIdx li.quickIdx05 .tit .horizTxt{
		margin-top: -2em;
	}
	.listQuickIdx li.quickIdx05 .tit .num{
		writing-mode: initial;
	}
}
/* 数字 */
.listQuickIdx li .tit .num{
	font-family: var(--fEn);
	font-size: 5rem;
	font-weight: 500;
	line-height: 100%;
	position: absolute;
	top: -28px;
	right: 22px;
}
/* hover */
@media (any-hover: hover){
	.listQuickIdx li a:hover .tit{
		background-color: var(--clrLLRed);
	}
	.listQuickIdx li a:hover .ph{
		scale: var(--cmnScale);
	}
}
@media print, screen and (min-width:813px){
	@media (any-hover: hover){
		.listQuickIdx li.quickIdx02 a:hover .tit,.listQuickIdx li.quickIdx03 a:hover .tit,.listQuickIdx li.quickIdx06 a:hover .tit{
			background-color: var(--clrDRed);
		}
	}
}
/* 写真
============================== */
.listQuickIdx li .ph{
	position: absolute;
	transition: var(--comTransition);
}
/* 配置
============================== */
.listQuickIdx{
	position: relative;
}
.listQuickIdx li{
	position: absolute;
}
/* 01 */
.quickIdx01{
	top: -115px;
	right: 80px;
}
.quickIdx01 .ph{
	top: -110px;
	right: -110px;
}
/* 02 */
.quickIdx02{
	top: 261px;
	left: 82px;
}
.quickIdx02 .ph{
	top: -130px;
	left: -112px;
}
/* 03 */
.quickIdx03{
	top: 192px;
	right: 0;
}
.quickIdx03 .ph{
	top: -90px;
	left: -170px;
}
/* 04 */
.quickIdx04{
	top: 343px;
	left: 487px;
}
.quickIdx04 .num{
	right: auto;
	left: 22px
}
.quickIdx04 .ph{
	top: 94px;
	right: -261px;
	z-index: 1;
}
/* 05 */
.quickIdx05{
	top: 561px;
	left: 0;
}
.quickIdx05 .ph{
	top: -62px;
	left: 194px;
}
/* 06 */
.quickIdx06{
	top: 808px;
	left: 282px;
}
.quickIdx06 .ph{
	top: -192px;
	left: 225px;
}

/*
	アニメーション
---------------------------------------------------- */
.listQuickIdx li{
	opacity: 1;
}
.listQuickIdx li .tit,.listQuickIdx li .ph{
	opacity: 0;
}
.listQuickIdx li.jsAnmStart .tit{
	animation: anmFadeUp var(--anmDuration) var(--anmBaseCB) var(--anmDelay) forwards, var(--anmFadeIn);
}
.listQuickIdx li.jsAnmStart .ph{
	animation: anmBlur 0.8s ease 0.8s forwards, anmFadeIn 0.8s ease 0.8s forwards;
}


/* ==========================================================================
	すぐにわかる城南信用金庫 下層共通
========================================================================== */
/*
	タイトル
---------------------------------------------------- */
#quickDetailWrapper .normalTit{
	width: 100%;
	text-align: center;
}

/*
	詳細エリア
---------------------------------------------------- */
/* 2カラム
============================== */
.quickDetailClm2{
	display: flex;
	align-items: flex-start;
	gap: 0 80px;
}
/* --- 本文 --- */
.quickDetailTxt{
	text-align: justify;
	line-height: 200%;
}


/* ==========================================================================
	01 信用組合について
========================================================================== */
/*
	ページタイトル
---------------------------------------------------- */
.quickPage01 #cmnPageTitWrapper{
	background-image: url("../images/bg_quick01_page_tit_pc.png");/* pc画像は2倍書き出し */
}
.quick01 .quickTxtArea {
	width: 560px;
}
.quick01 .quickDetailClm2 {
	display: flex;
	align-items: center;
	gap: 80px;
}
.quick01 .quickTxtBox {
	position: relative;
	font-size: 1.3rem;
	text-align: justify;
	background-color: var(--clrLGray);
	padding: 30px 20px 20px;
	margin-top: 30px;
}
.quick01 .quickTxtBox .tit {
	position: absolute;
	font-weight: 600;
	width: fit-content;
	color: #fff;
	background-color: var(--clrMRed);
	padding: 1px 19px 2px 20px;
	top: 0;
	left: 0;
}
.quick01BoxTxt{
	color: var(--clrDGray);
}


/* ==========================================================================
	02 信用金庫と銀行の違い
========================================================================== */
/* 2カラム
============================== */
.quickPage02 #cmnPageTitWrapper{
	background-image: url("../images/bg_quick02_page_tit_pc.png");/* pc画像は2倍書き出し */
}
.quickPage02 #cmnPageTitWrapper .txt1{
	text-indent: -0.2em;
	letter-spacing: -0.2em;
}
.quickPage02 #cmnPageTitWrapper .txt2{
	text-indent: -0.05em;
	letter-spacing: -0.05em;
}
.quickPage02 #cmnPageTitWrapper .txt3{
	text-indent: -0.08em;
	letter-spacing: -0.08em;
}
.quick02 .txt1,
.quick04 .txt1{
	letter-spacing: -0.1em;
}
.quick02 .txt15{
	letter-spacing: -0.15em;
}
.quick02 .txt2{
	letter-spacing: -0.25em;
}
.quick02 .txt3{
	letter-spacing: -0.3em;
}
.quick02,
.quick05{
	display: flex;
	align-items: center;
}
.quick02{
	flex-direction: column;
}
.quick02 .quickDetailTxt{
	width: 460px;
}
/* テーブル
============================== */
/* 信用金庫の列 */
.quick02 .baseTableScroll th:nth-of-type(2){
	color: #fff;
	background-color: var(--clrMRed);
}
.quick02 .baseTableScroll tr{
	height: 35px;
}
.quick02 .baseTableScroll thead th{
	padding: 3px 20px 5px;
}
/* 組織形態などの列 */
.quick02 .baseTableScroll tbody th{
	width: 119px;
	vertical-align: middle;
	padding-inline: 20px 0;
}
.quick02 .baseTableScroll tbody td{
	text-align: center;
	line-height: 140%;
}
.quick02 .baseTableScroll tbody td:first-of-type{
	width: 242px;
	background-color: var(--clrLLRed);
}
/* 銀行の列 */
.quick02 .baseTableScroll tbody td:last-of-type{
	width: 239px;
}
.quick02 [class *= "baseTable"] tr > *{
    padding: 14px 0;
}


/* ==========================================================================
	03 城南信用金庫の歴史と原点
========================================================================== */
/*
	ページタイトル
---------------------------------------------------- */
.quickPage03 #cmnPageTitWrapper{
	background-image: url("../images/bg_quick03_page_tit_pc.png");/* pc画像は2倍書き出し */
}
/*
	詳細エリア
---------------------------------------------------- */
/* ページタイトル共通
============================== */
/* 級数の小さい文字 */
.cmnPageTitS{
	font-size: 6rem;
}
/* 2行のタイトル 位置調整 */
.cmnPageTit2l{
	line-height: 95%;
	translate: 0 -15px;
}/* 2行のタイトルの場合のサブタイトル 位置調整 */
.cmnPageTitIn .cmnPageSubTit2l{
	margin-bottom: 0;
	translate: 0 12px;
}
.quick02 .normalTit{
	top: -100px;
	line-height: 135%;
}
/* --- 本文 --- */
.quickBox {
	position: relative;
	text-align: justify;
}
/* --- タイトル --- */
#quickDetailWrapper .quickLeftTit {
	position: absolute;
	text-align: left;
	font-size: 4.9rem;
	top: -100px;
	left: 0;
	line-height: 135%;
}
.quickBox .txt {
	position: relative;
	width: 730px;
	padding: 50px 50px 45px 0;
	line-height: 200%;
}
.quick03 .txt{
	
	line-height: 200%;
}

.quickBox .txt::after {
	position: absolute;
	content: "";
	display: block;
	background-color: var(--clrLGray);
	width: calc(100vw + 100%);
	height: 100%;
	top: 0;
	right: 0;
	border-bottom: 5px solid #000;
	z-index: -1;
}
.quickPage03 .quick02{
	flex-direction: row;
	justify-content: space-between;
	padding-top: 88px;
}


/* ==========================================================================
	04 加納久宜・小原鐵五郎の格言集
========================================================================== */
#quickModalWrapper.ctsArea{
	padding-block: 80px 0;
}
.quickPage04 #cmnPageTitWrapper{
	background-image: url("../images/bg_quick04_page_tit_pc.png");/* pc画像は2倍書き出し */
	margin-bottom: 5px;
}
.quickPage04 .cmnPageTit2l{
	text-align: right;
	line-height: 83%;
	translate: 0;
}
.quickPage04 .cmnPageSubTit2l{
	translate: initial;
}
/* 2カラム
============================== */
#clm2ListWrapper{
	padding-block: 60px;
	background: url(../images/bg_quick04_page_person_pc.png) no-repeat center center / cover;
}
/* 加納久宜、小原鐵五郎共通 */
.quickDetailClm2List{
	display: flex;
	justify-content: space-between;
}
.quickDetailClm2List li{
	display: flex;
	gap: 30px;
	width: 555px;
	min-height: 300px;
	padding: 30px;
	background-color: var(--clrLGray);
	border-radius: 8px;
}
/* iPad画像縦横比固定 */
.quickDetailClm2List li img{
	flex-shrink: 0; /* 画像が圧縮されるのを防ぐ */
	width: 180px;  /* 任意の画像サイズ */
	height: auto;   /* アスペクト比を維持 */
	object-fit: contain; /* 枠内で比率を保つ */
}
.Clm2ListRead{
	font-size: 1.3rem;
	line-height: 100%;
	margin-bottom: 1px;
}
.Clm2ListName{
	width: 100%;
	font-size: 3rem;
	border-bottom: 1px solid #7a6767;
	padding-bottom: 16px;
	margin-bottom: 10px;
}
/* 生没年 */
.Clm2ListName span{
	font-size: 1.3rem;
	font-family: var(--fEn);
	letter-spacing: .01em;
	margin-left: 6px;
	display: inline-block; /* transformを有効にするために必要 */
	transform: scaleY(1.3333);
}
/* 加納久宜の生没年の文字色 */
.Clm2ListNameKano span{
	color: var(--clrMRed);
}
/* 小原鐵五郎の生没年の文字色 */
.Clm2ListNameObara span{
	color: var(--clrBlue);
}
.Clm2ListTxt{
	font-size: 1.4rem;
	text-align: justify;
	line-height: 160%;
	letter-spacing: .05em;
}
/* 加納久宜（画像は2倍書き出し） */
.quickDetailClm2List li:first-of-type{
	background: url(../images/bg_quick04_page_kano_pc.png) no-repeat center center / 100% auto;
}
/* 小原鐵五郎（画像は2倍書き出し） */
.quickDetailClm2List li:last-of-type{
	background: url(../images/bg_quick04_page_obara_pc.png) no-repeat center center / 100% auto;
}

/*
	モーダルリスト
---------------------------------------------------- */
.quickModalList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.quickModalList li{
	position: relative;
	width: calc((100% - 60px)/3);
	height: 158px;
	border-radius: 8px;
	transition: var(--comTransition);
}
/* 加納久宜 背景色 */
.kano{
	background-color: var(--clrLLRed);
}
/* 小原鐵五郎 背景色 */
.obara{
	background-color: var(--clrLLBlue);
}
[class^="modalAttraction"] {
	height: calc(100% + 8px);
	isolation: auto;
}
.modalKakko{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 98px;
	z-index: 10;
	translate: -50% -50%;
}
/* 加納久宜 モーダルボタンのカッコ */
.modalKakkoKano{
	background: url(../images/ico_quick04_page_kano.svg) no-repeat center center / 100% auto;
}
/* 小原鐵五郎 モーダルボタンのカッコ */
.modalKakkoObara{
	background: url(../images/ico_quick04_page_obara.svg) no-repeat center center / 100% auto;
}
.quickModalName{
	position: absolute;
	top: -12px;
	left: 30px;
	font-size: 1.4rem;
	font-family: var(--fEn);
}
/* 加納久宜 名前と文章の色 */
.nameKano,
.txtKano{
	color: var(--clrMRed);
}
/* 小原鐵五郎 名前と文章の色 */
.nameObara,
.txtObara{
	color: var(--clrBlue);
}
.quickModalTxt{
	display: flex;
	justify-content: center;
	align-items: center;
	height: inherit;
	font-size: 2.8rem;
	text-align: center;
	line-height: 115%;
	transform-origin: center;
}
.quickModalTxt span{
	display: contents;
}
.closeBtn{
	background: url(../images/ico_quick04_page_modal.svg) no-repeat center center / 100% auto;
	width: 17px;
	aspect-ratio: 1 / 1;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/*
	モーダル内容
---------------------------------------------------- */
/* 加納久宜 モーダル背景色 */
.quick04 .modalKano{
	background: rgb(122 103 103 / 95%);
}
/* 小原鐵五郎 モーダル背景色 */
.quick04 .modalObara{
	background: rgb(100 130 140 / 95%);
}
.quick04 .modalContent{
	width: 650px;
	padding: 30px;
	border-radius: 8px;
}
.ModalInName{
	top: -15px;
	font-size: 2rem;
}
.modalContentMainArea{
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 18px;
}
/* 画像2倍書き出しのためサイズ調整 */
.modalContentMainArea img{
	width: 110px;
	height: 140px;
}
.modalContent .quickModalInTit{
	width: 100%;
	font-size: 4rem;
	text-align: center;
	line-height: 120%;
	margin-top: -0.1em;
}
/* quickModalInTitが1行の場合（位置調整） */
.modalContent .modalInTit1l{
	margin-top: 0.6em;
	transform-origin: bottom;

}
/* quickModalInTitが2行の場合（位置調整） */
.modalInTit2l{
	transform-origin: bottom;
}
/* quickModalInTitが3行の場合（位置調整） */
.modalInTit3l{
	transform-origin: center;
}
.modalInKakko{
	position: absolute;
	right: 0;
	width: 450px;
	height: 140px;
}
/* 加納久宜 カッコの色 */
.modalInKakkoKano{
	background: url(../images/ico_quick04_page_modal_kano.svg) no-repeat center center / 100% auto;
}
/* 小原鐵五郎 カッコの色 */
.modalInKakkoObara{
	background: url(../images/ico_quick04_page_modal_obara.svg) no-repeat center center / 100% auto;
}
.quickModalInTxt{
	text-align: justify;
	line-height: 150%;
}





/* ==========================================================================
	05 城南信用金庫のこれまでの挑戦系譜
========================================================================== */
/*
	kv
---------------------------------------------------- */
.quickPage05 #cmnPageTitWrapper{
	background-image: url("../images/bg_quick05_page_tit_pc.png");/* pc画像は2倍書き出し */
}
.quick05{
	align-items: flex-start;
	gap: 80px;
	padding-top: 27px;
}
.quick05 .quickBox{
	margin-top: 110px;
}
#quickDetailWrapper .quick05Tit{
	top: -164px;
}
.quick05 .quickBox .txt{
	width: 480px;
}
/* テーブル
============================== */
.quick05 .baseTable th{
	width: 100px;
}


/* ==========================================================================
	06 城南信用金庫の経営理念
========================================================================== */
/*
	ページタイトル
---------------------------------------------------- */
.quickPage06 #cmnPageTitWrapper{
	background-image: url("../images/bg_quick06_page_tit_pc.png");/* pc画像は2倍書き出し */
}
/* 2カラム
============================== */
.quickPage06 .quickDetailClm2{
	align-items: flex-start;
}
.quickPage06 .quickTxtArea{
	width: 470px;
}



@media screen and (max-width:812px){
	/* ==========================================================================
		すぐにわかる城南信用金庫 INDEX
	========================================================================== */
	#ctsWrapper.quickIdxPage{
		min-height: 1155px;
		background:
			url(../images/bg_quick_idx02_sp.png) right 20px bottom / 161px 150px no-repeat,
			url(../images/bg_quick_idx01_sp.png) center top / cover no-repeat;
		position: relative;
	}

	/*
		タイトル
	---------------------------------------------------- */
	.quickIdxPage .pageTit .horizTxt{
		font-size: 4.8rem;
		letter-spacing: -0.2em;
	}
	.quickIdxPage .pageTit .bdBox{
		padding: 5px 5px 7px 5px;
		margin: 10px 0 0 6px;
		font-size: 1.5rem;
	}

	/*
		リスト
	---------------------------------------------------- */
	/* 色ベタ
	============================== */
	/* タイトル */
	.listQuickIdx li .tit{
		padding: 15px;
	}
	.listQuickIdx li .tit .horizTxt{
		margin-top: -0.75em;
		font-size: 1.7rem;
	}
	.listQuickIdx li .tit .horizTxt .fsL{
		font-size: 2.7rem;
	}
	/* 数字 */
	.listQuickIdx li .tit .num{
		font-size: 2.5rem;
		top: -14px;
		right: 11px;
	}
	/* 配置
	============================== */
	/* 01 */
	.quickIdx01{
		top: 47px;
		right: 77px;
	}
	.quickIdx01 .ph{
		width: 155px;
		top: -60px;
		right: -77px;
	}
	/* 02 */
	.quickIdx02{
		top: 178px;
		left: 35px;
	}
	.quickIdx02 .ph{
		width: 125px;
		top: -50px;
		left: -55px;
	}
	/* 03 */
	.quickIdx03{
		top: 291px;
		right: -20px;
	}
	.quickIdx03 .ph{
		width: 115px;
		top: -75px;
		left: 43px;
	}
	/* 04 */
	.quickIdx04{
		top: 410px;
		left: 130px;
	}
	.quickIdx04 .num{
		right: auto;
		left: 11px
	}
	.quickIdx04 .ph{
		width: 140px;
		top: -60px;
		right: auto;
		left: -134px;
		z-index: initial;
	}
	/* 05 */
	.quickIdx05{
		top: 580px;
		left: 20px;
	}
	.quickIdx05 .ph{
		width: 120px;
		top: -30px;
		right: -110px;
		left: auto;
	}
	/* 06 */
	.quickIdx06{
		top: 723px;
		right: 0;
		left: auto;
	}
	.quickIdx06 .ph{
		width: 120px;
		top: 25px;
		left: -97px;
	}


	/* ==========================================================================
		すぐにわかる城南信用金庫 下層共通
	========================================================================== */
	/* 
		タイトル
	---------------------------------------------------- */
	#quickDetailWrapper .normalTit{
		text-align: left;
	}

	/* 
		詳細エリア
	---------------------------------------------------- */
	/* 2カラム
	============================== */
	.quickDetailClm2{
		flex-direction: column;
		gap: 30px 0;
	}
	/* --- 本文 --- */
	.quickDetailTxt{
		line-height: 160%;
	}


	/* ==========================================================================
		01 信用組合について
	========================================================================== */
	/* 
		ページタイトル
	---------------------------------------------------- */
	.quickPage01 #cmnPageTitWrapper{
		background-image: url("../images/bg_quick01_page_tit_sp.png");
	}
	.quick01 .normalTit{
		margin-top: -1.35em;
	}
	.quick01 .quickTxtArea {
		width: 100%;
	}
	.quick01 .quickDetailClm2 {
		gap: 30px 0;
	}
	.quick01 .quickTxtBox {
		text-align: justify;
		background-color: var(--clrLGray);
		padding: 32px 10px 10px;
		margin-top: 15px;
	}
	.quick01 .quickTxtBox .tit {
		position: absolute;
		font-weight: 600;
		width: fit-content;
		color: #fff;
		background-color: var(--clrDRed);
		padding: 4px 15px;
		top: 0;
		left: 0;
	}
	.quick01 .quoteBlock {
		margin-left: -11px;
	}


	/* ==========================================================================
		02 信用金庫と銀行の違い
	========================================================================== */
	/*
		ページタイトル
	---------------------------------------------------- */
	.quickPage02 #cmnPageTitWrapper{
		background-image: url("../images/bg_quick02_page_tit_sp.png");
	}

	/*
		詳細エリア
	---------------------------------------------------- */
	/* タイトル
	============================== */
	.quick02 .normalTit{
		margin-top: -1.35em;
	}
	/* 2カラム
	============================== */
	.quick02 .quickDetailClm2{
		width: 100%;
	}
	.quick02 .quickDetailTxt{
		width: auto;
	}
	/* --- テーブル --- */
	.quick02 .baseTableScroll{
		width: 530px;
	}
	.quick02 .tblScrollArea{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.quick02 tbody th{
		padding-left: 15px;
	}


	/* ==========================================================================
	03 城南信用金庫の歴史と原点
	========================================================================== */
	/*
		ページタイトル共通
	---------------------------------------------------- */
	.quickPage03 #cmnPageTitWrapper{
		background-image: url("../images/bg_quick03_page_tit_sp.png");
	}
	.cmnPageTit2l{
		translate: 0 -5px;
	}
	.cmnPageTitIn .cmnPageSubTit2l{
		translate: 0;
	}

	/*
		詳細エリア
	---------------------------------------------------- */
	/* ページタイトル
	============================== */
	/* 級数の小さい文字 */
	.cmnPageTitS {
		font-size: 2.45rem;
	}

	/* 2カラム
	============================== */
	.quickPage03 .quick02 {
		flex-direction: column;
		gap: 30px;
		padding-top: 40px;
	}

	/* --- タイトル --- */
	#quickDetailWrapper .quickLeftTit {
		font-size: 2.2rem;
		top: -17px;
		left: 0;
	}
	.quickBox .txt {
		width: 100%;
		padding: 20px 20px 20px 0;
	}
	.quickBox .txt::after {
		border-bottom: px solid #000;
	}


	/* ==========================================================================
	04 加納久宜・小原鐵五郎の格言集
	========================================================================== */
	#clm2ListWrapper{
		padding-block: 40px;
		background: url(../images/bg_quick04_page_person_sp.png) no-repeat center center / cover;
	}
	.quickDetailClm2List{
		flex-direction: column;
		gap: 30px;
	}
	.quickDetailClm2List li{
		flex-direction: column;
		gap: 20px;
		width: 100%;
		height: auto;
	}
	/* 加納久宜の背景 */
	.quickDetailClm2List li:first-of-type{
		background: url(../images/bg_quick04_page_kano_sp.png) no-repeat center center / cover;
		background-color: var(--clrLGray);
	}
	/* 小原鐵五郎の背景 */
	.quickDetailClm2List li:last-of-type{
		background: url(../images/bg_quick04_page_obara_sp.png) no-repeat center center / cover;
		background-color: var(--clrLGray);
	}
	.quickDetailClm2List li img{
		max-width: 168px;
		margin-inline: auto;
	}
	.Clm2ListName{
		font-size: 2.5rem;
	}
	/*
	モーダルリスト
	---------------------------------------------------- */
	.quickModalList{
		gap: 20px;
		max-width: 365px;
		margin-inline: auto;
	}
	.quickModalList li{
		width: 100%;
		height: auto;
		min-height: 130px;
	}
	#quickModalWrapper.ctsArea{
		padding-block: 40px 0;
	}
	.closeBtn{
		z-index: 11;
	}
	.modalKakko{
		max-width: 80%;
		height: 100%;
	}
	/* 加納久宜のカッコ */
	.modalKakkoKano{
		background: url(../images/ico_quick04_page_kano.svg) no-repeat center center / contain;
	}
	/* 小原鐵五郎のカッコ */
	.modalKakkoObara{
		background: url(../images/ico_quick04_page_obara.svg) no-repeat center center / contain;
	}
	.quickModalName{
		top: -10px;
		left: 20px;
		font-size: 1.3rem;
	}
	.ModalInName{
		z-index: 999999999;
	}
	.quickModalTxt{
		font-size: 2.4rem;
	}
	/*
	モーダル内容
	---------------------------------------------------- */
	.modal{
		overflow: auto;
	}
	.quick04 .modalContent{
		width: 100%;
		max-height: 70vh;
		min-width: 100%;
		padding: 20px;
		overflow: scroll;
	}
	.modalContentMainArea{
		flex-direction: column;
		margin-bottom: 6px;
	}
	/* quickModalInTitが1行の場合（位置調整） */
	.modalContentMainArea1l{
		gap: 0;
	}
	.modalContentMainArea1l .quickModalInTit{
		margin: 10px 0 9px;
	}
	/* quickModalInTitが2行の場合（位置調整） */
	.modalContentMainArea2l{
		gap: 0;
	}
	.modalContentMainArea2l .quickModalInTit{
		margin: 7px 0 9px;
	}
	/* quickModalInTitが3行の場合（位置調整） */
	.modalContentMainArea3l{
		gap: 10px;
	}
	.modalContentMainArea img{
		max-width: 87px;
		height: auto;
		margin-inline: auto;
	}
	.modalContent .quickModalInTit{
		font-size: 2.3rem;
	}
	.modalInKakko{
		display: none;
	}
	.quickModalInTit{
		position: relative;
	}
	.quickModalInTit::before,
	.quickModalInTit::after{
		content: "";
		position: absolute;
		bottom: 0;
		width: 16px;
		height: 100%;
	}
	.quickModalInTit::before{
		left: 0;
		background: url(../images/ico_quick04_page_modal_kano_l_sp.svg) no-repeat center center / contain;
	}
	.quickModalInTit::after{
		right: 0;
		background: url(../images/ico_quick04_page_modal_kano_r_sp.svg) no-repeat center center / contain;
	}

	/* ==========================================================================
	05 信用組合について
	========================================================================== */
	.quickPage05 #cmnPageTitWrapper{
		background-image: url("../images/bg_quick05_page_tit_sp.png");
	}
	.quick05{
		flex-direction: column;
		gap: 30px;
	}
	.quick05 .quickBox {
		margin-top: 30px;
	}
	/* --- タイトル --- */
	.quickPage05 #quickDetailWrapper .quickLeftTit{
		top: -68px;
	}
	.quick05 .quickBox .txt{
		width: 100%;
	}

	/* ==========================================================================
	06 城南信用金庫の経営理念
	========================================================================== */
	/* 
		ページタイトル
	---------------------------------------------------- */
	.quickPage06 #cmnPageTitWrapper{
		background-image: url("../images/bg_quick06_page_tit_sp.png");
		margin-bottom: 10px;/* タイトルの縦幅が大きいため位置調整 */
	}
	.quick06 .quickDetailClm2{
		gap: 15px;
	}
	.quick06 .quickTxtArea{
		width: auto;
	}
}