/* ------------------------------------------------------------------------- */
/* パーソナルプラザ佐賀 .p-support_consulplaza
/* ------------------------------------------------------------------------- */
/*body_class*/
.p-support_consulplaza{
	/*---
	変数定義
	-----*/
	/*UI系アイコン*/
	--icon-blank--indigo:url(../images/support/consulplaza/icon_blank__indigo.png);/*外部リンクアイコン*/

	/*パターン*/
	--bg-dotGray:url(../image/bg_pattern_dot__gray.gif);

	/*カラー*/
	--color-black:#000000;
	--color-white:#FFFFFF;
	--color-gosuiro:#134968;/*深く渋い青色*/
    --color-red:#D01518 ;
	--color-glay:#E7E7E7;
	--color-kareno:#F3EBD6;/*薄暗い黄色*/
	--color-hisoku:#CDE1E7;/*薄暗い青より緑色*/
}


.p-support_consulplaza__artile{
	/*---
	変数定義
	-----*/
	/*フォント*/
	--font-default:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	--font-gothic:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	--font-gothic--en:Century Gothic, sans-serif;

	font-family: var(--font-default);
	margin-bottom: 220px;/*固定コンテンツ用のマージン*/
}

/*--------------------------------------------------------------------------*/
/* 既存スタイル打消し
/*--------------------------------------------------------------------------*/
.p-support_consulplaza h2,
.p-support_consulplaza h3{
	background-color: transparent;
	padding:0;
	margin-bottom: unset;
	text-align: unset;
}

.p-support_consulplaza h3,
.p-support_consulplaza h4{
	border: 0 none;
}

.p-support_consulplaza h3:after,
.p-support_consulplaza h3:before,
.p-support_consulplaza h4:after,
.p-support_consulplaza h4:before{
	display: none;
	border: 0 none;
}


/*--------------------------------------------------------------------------*/
/* 【共有スタイル】見出し系
/*--------------------------------------------------------------------------*/
.p-support_consulplaza_h2{
	display: block;
	font-size: 3.2rem;
	font-family: var(--font-default);
	color: var(--color-gosuiro);
}

.p-support_consulplaza_h2__alph{
	display: block;
	font-size: 1.5rem;
	font-family: var(--font-gothic--en);
	color: var(--color-black);
	letter-spacing: 0.6em;
	margin-bottom: 24px;
}

.p-support_consulplaza_h2__alph:before{
	content:"―";
	display: inline-block;
	color: var(--color-red);
}



/*--------------------------------------------------------------------------*/
/* 【共有スタイル】強調系
/*--------------------------------------------------------------------------*/
/*共有スタイル ＞ 「ご確認ください」*/
.p-support_consulplaza_caution{
	display: block;
	background-color:var(--color-glay);
	border-radius: 6px;
	padding: 30px;
}

.p-support_consulplaza_caution .this-title{
	display: block;
	position: relative;
	font-family: var(--font-default);
	font-weight: bold;
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 24px;
}

.p-support_consulplaza_caution .this-title:after{
	content:"";
	display: inline-block;
	height: 2px;
	width: 3em;
	background-color: var(--color-red);
	position: absolute;
	bottom: -2px;
	right:0;
	left:0;
	margin: 0 auto;
}

.p-support_consulplaza_caution .this-list{
	font-family: var(--font-gothic);
	font-weight: 500;
	line-height: 1.8em;
}

.p-support_consulplaza_caution .this-list li::marker{
	color:var(--color-red);
}


/*--------------------------------------------------------------------------*/
/* 【共有スタイル】リンク
/*--------------------------------------------------------------------------*/
.p-support_consulplaza__artile a{
	text-decoration: none;
	font-weight: bolder;
}

.p-support_consulplaza__artile a[target="_blank"]:after{
	content:"";
	display: inline-block;
	background-image: var(--icon-blank--indigo);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 1em;
	height: 1em;
}

/*ページトップの固定メニュー*/
.p-support_consulplaza__pagetop{
	display: block;
	width: 100%;
	height: 100%;
	max-width: 72px;
	max-height: 72px;
	background-image: url(../images/support/consulplaza/btn_pagetop.png);
	background-size: contain;
	position: fixed;
	bottom: 380px;
	right: -10px;
	z-index: 2;
}

.p-support_consulplaza__pagetop:hover{
	right: 0px;
}

@media screen and (max-width:814px){
	.p-support_consulplaza__pagetop{
		bottom: 80px;
	}
}


/*--------------------------------------------------------------------------*/
/* 共通箇所の表示非表示設定
/*--------------------------------------------------------------------------*/
/*サイドの固定メニュー*/
.p-support_consulplaza .l-fixed_linkbox{
	display: none !important;
}


/*--------------------------------------------------------------------------*/
/*キービジュアル p-support_consulplaza_keyvidual
/*--------------------------------------------------------------------------*/

/*トップページ ＞ スライドショー*/
.p-support_consulplaza_keyvidual{
	background-image: var(--bg-dotGray);
	margin-bottom: 0;
	max-height: 900px;
	position: relative;
}

.p-support_consulplaza_keyvidual__inner{
	padding: 0;
	max-width: 1600px;
	margin: 0 auto;
}

.swiper-pagination-bullets.p-support_consulplaza_keyvidual__pagination{
	position: absolute;
	bottom: 10px;
	left:unset;
	right: 10px;
	max-width: 40%;
	z-index: 1;
}

.p-support_consulplaza_keyvidual__pagination .this-thum{
	display: inline-block;
	max-width: 24%;
}

.p-support_consulplaza_keyvidual__pagination .this-thum img{
	display: block;
}

.p-support_consulplaza_keyvidual__pagination .this-thum.is-current{
	position: relative;
}

.p-support_consulplaza_keyvidual__pagination .this-thum.is-current:after{
	position: absolute;
	top:0;
	right: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
}

@media screen and (max-width:814px){

	.p-support_consulplaza_keyvidual__inner{
		padding-bottom: 36px;/*ページャの位置を確保*/
	}

	.swiper-pagination-bullets.p-support_consulplaza_keyvidual__pagination{
		right:0;
		left:0;
		margin: 0 auto;
		text-align: center;
	}

	.p-support_consulplaza_keyvidual__pagination > * + *{
		margin-left: 20px;
	}

	.p-support_consulplaza_keyvidual__pagination .this-thum{
		width: auto;
		max-width: unset;
	}

	.p-support_consulplaza_keyvidual__pagination .this-thum.is-current{
		position: static;
		display: inline-block;
	}

	.p-support_consulplaza_keyvidual__pagination .this-thum img{
		display: none;
	}

	.p-support_consulplaza_keyvidual__pagination .this-thum:after,
	.p-support_consulplaza_keyvidual__pagination .this-thum.is-current:after{
		position: static;
		content:"●";
		opacity: 1;
		background-color: transparent;
		color: #C6C6C6;
		font-size: 14px;
	}

	.p-support_consulplaza_keyvidual__pagination .this-thum.is-current:after{
		color: var(--color-gosuiro);
	}
}



/*トップページ ＞ スライドショー ＞ スクロールアイコン*/
.p-support_consulplaza_keyvidual__scrollmore{
	position: absolute;
	left:20px;
	top:50%;
	transform: translateY(-50%);
	display: block;
	width: 12px;
	height: 100%;
	max-height: 277px;
	background-image: url(../images/support/consulplaza/img_keyvisual_scrollmore.png);
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width:814px){
	.p-support_consulplaza_keyvidual__scrollmore{
		max-height: 200px;
	}
}


/*--------------------------------------------------------------------------*/
/*パーソナルプラザ佐賀の特長
  p-support_consulplaza_quality
/*--------------------------------------------------------------------------*/

/*トップページ ＞ パーソナルプラザの特徴*/
.p-support_consulplaza_quality{
	background:var(--bg-dotGray);
	background-repeat: repeat;
	padding: 48px 0;
}

.p-support_consulplaza_quality h2{
	/*既存スタイル打消し*/
	background-color: transparent;
	padding:0;
	margin-bottom: unset;

	color:var(--color-gosuiro);
	text-align: center;
	font-size: 3.0rem;
}

.p-support_consulplaza_quality ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 15px;
	max-width: 980px;
	margin: 0 auto;
}

.p-support_consulplaza_quality ul li{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 10px;
}

.p-support_consulplaza_quality ul li > * + *{
	display: block;
	font-family: var(--font-gothic);
	font-weight: bold;
	margin-top: 16px;
}

.p-support_consulplaza_quality h2{
	font-size: clamp(2.0rem, 10vw, 3.0rem);
}

@media screen and (max-width:814px){

	.p-support_consulplaza_quality h2{
		margin-top: 18px;
		margin-bottom: 18px;
	}

	.p-support_consulplaza_quality ul{
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	}

	.p-support_consulplaza_quality ul li{
		flex-basis: 50%;
	}
}

/*--------------------------------------------------------------------------*/
/*たとえば、こんなことをご相談ください
  p-support_consulplaza_quality
/*--------------------------------------------------------------------------*/

.p-support_consulplaza_consultant{
	margin-top: 64px;
}

.p-support_consulplaza_consultant__midashi{
	text-align: center;
	margin-bottom: 36px;
}

.p-support_consulplaza_consultant__midashi h2{
	font-size: clamp(1.8rem,4.5vw,3.6rem);
	font-weight: bold;
	color: var(--color-gosuiro);

}

.p-support_consulplaza_consultant__midashi svg{
	max-width: 680px;
	display: inline-block;
}

.p-support_consulplaza_consultant__midashi svg .this-underline{
	fill: #fff;
	stroke: #d01518;
	stroke-miterlimit: 10;
	stroke-width: 3px;
}

.p-support_consulplaza_consultant .tabBtns{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap:30px;
	width: 100%;
	height: 70px;
	border-bottom: solid 2px var(--color-gosuiro);
	padding : 0 calc((100% - 1200px) / 2);
	margin-bottom: 36px;
}

.p-support_consulplaza_consultant .tabBtns .tab_btn{
	display:inline-flex;
	align-items: center;
	justify-content: center;
	width:100%;
	max-width: 260px;
	height: 68px;
	position: relative;
	top:0px;
	right:0;
	left:0;
	font-size: 2.2rem;
	cursor:pointer;
	background-color: #cdd7db;
	color: #507689;
	font-weight: bold;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.p-support_consulplaza_consultant_tabbox .tab_btn.is-current{
	background: #FFFFFF;
	border: solid 2px var(--color-gosuiro);
	border-bottom: solid 2px var(--color-white);
	color: var(--color-gosuiro);
	top:2px;
}

.p-support_consulplaza_consultant_tabbox .tabBtns ~ .is-current{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap:24px;
	width: 100%;
	padding : 0 calc((100% - 1200px) / 2);
}

.p-support_consulplaza_consultant_tabbox .is-current .this-point{
	/*自身の幅*/
	flex-basis: calc(630 / 1200 * 100%);

	/*内側の並び*/
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;

	/*見た目*/
	list-style: none;
	padding: 0;
}

.p-support_consulplaza_consultant_tabbox .is-current .this-point > *{
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: #595959 solid 1px;
	font-weight: bolder;
	font-size: clamp(2.00rem,2vw,2.2rem);
	color: var(--color-gosuiro);
	padding:8px;
	margin: 0;
}

.p-support_consulplaza_consultant_tabbox .is-current .this-point > *:before{
	content:"";
	background-image: url(../images/support/consulplaza/img_consultant_checkicon.png);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	width: calc( 20px + 0.5em );
	height: 20px;
}

.p-support_consulplaza_consultant_tabbox .is-current .consultant_img{
	flex-basis: calc(500 / 1200 * 100%);
}

.p-support_consulplaza_consultant_tabbox .is-current .consultant_img img{
	width: 100%;
}


/*スマホレイアウト*/
@media screen and (max-width:814px){
	.p-support_consulplaza_consultant .tabBtns{
		gap:0;
		justify-content: space-between;
		height: 80px;
		margin-bottom: 18px;
	}

	.p-support_consulplaza_consultant .tabBtns .tab_btn{
		flex-basis: calc( ( 100% - 30px ) / 4 );
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		height: 78px
	}

	/*リスト*/
	.p-support_consulplaza_consultant_tabbox .is-current .this-point{
		/*自身の幅*/
		flex-basis: 100%;
	}

	.p-support_consulplaza_consultant_tabbox .is-current .this-point > *:before{
		width: calc( 20px + 0.7em );
	}

}


/*--------------------------------------------------------------------------*/
/*SERVICE：パーソナルプラザ佐賀は新しい銀行のカタチ
  p-support_consulplaza_service
/*--------------------------------------------------------------------------*/
/*----
  全体
  -----*/
.p-support_consulplaza_service {
	overflow: hidden;
	margin-top: 64px;
}

/*----
  スライドショー：p-support_consulplaza_service_point
  -----*/

.p-support_consulplaza_service_point{
	height: 485px;
	width: 100%;
	max-width: 1600px;
	margin-left: calc( ( 100vw - 1600px ) / 2);
	margin-bottom: 180px;/*.servicePoint_content:top + padding:upper+under*/
	background-color: var(--color-glay);
	position: relative;
}

.p-support_consulplaza_service_point__title{
	display: inline-block;
	position: absolute;
	top:150px;
	left: 30px;
}

/*スライドショーコントローラー*/
.p-support_consulplaza_service_point__controller{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: absolute;
	top:350px;
	left: 300px;
	width: 100%;
	max-width: calc(65px * 3);
}

.p-support_consulplaza_service_point__controller > *{
	cursor:pointer;
	opacity: 1;
	transition: opacity 0.2s;
}

.p-support_consulplaza_service_point__controller > *:hover{
	opacity: 0.6;
}

/*スライドショーコンテンツ*/
.p-support_consulplaza_service_point_content{
	display: block;
	position: absolute;
	top:150px;
	left: 550px;
	/*width: calc((350px + 36px + 30px) * 6);*/
	/*width: calc((350px) * 6);
	/*letter-spacing: -0.5em;*/
	width: 100%;
	height: 485px;
	padding: 15px;
	overflow-x: hidden;
}

.p-support_consulplaza_service_point_content__item{
	display: inline-block;
	width: 350px;
	height: 435px;
	vertical-align: top;
	/*margin-right: 36px;*/
	letter-spacing: normal;
	background-color: var(--color-white);
	box-shadow: 0px 0px 18px -5px var(--color-black);
	font-family: var(--font-gothic);

}

.p-support_consulplaza_service_point_content__item > * + *{
	margin: 8px 16px;

}

.p-support_consulplaza_service_point_content__item .this-midashi{
	text-decoration: underline;
	text-underline-offset: 3px;
	color: var(--color-gosuiro);
	font-size: 2.2rem;
}

.p-support_consulplaza_service_point_content__item .this-gaiyo{
	font-size: 1.4rem;
	font-weight: 500;
}

.p-support_consulplaza_service_point_content__item .this-bikou{
	font-size: 1.2rem;
	font-weight: bold;
	color: var(--color-red);
}

@media screen and (max-width:1600px){
	.p-support_consulplaza_service_point{
		margin-left: 20px;
	}
}

/*スマホレイアウト*/
@media screen and (max-width:814px){
	.p-support_consulplaza_service_point{
		margin-left: 0;
		margin-bottom: 280px;/*.servicePoint_content:top + padding:upper+under*/
	}

	.p-support_consulplaza_service_point__controller{
		margin: 0 auto;
	}

	h2.p-support_consulplaza_service_point__title{
		position: static;
		padding-left: 20px;
		padding-top: 20px;
	}

	.p-support_consulplaza_service_point_content{
		position: static;
	}

	.p-support_consulplaza_service_point__controller{
		position: static;
		width: 100%;
		text-align: center;
	}
}


/*----
  取引時間：p-support_consulplaza_service_schedule
  -----*/


[class*="p-support_consulplaza_service_schedule__"] table{
	font-family: var(--font-gothic)
}

[class*="p-support_consulplaza_service_schedule__"] table caption{
	text-align: left;
}

[class*="p-support_consulplaza_service_schedule__"] table th,
[class*="p-support_consulplaza_service_schedule__"] table td{
	border: solid 1px #000;
	padding: 10px;
}

[class*="p-support_consulplaza_service_schedule__"] table td{
	text-align: center;
}

[class*="p-support_consulplaza_service_schedule__"] .this-ugage th{
	background-color: var(--color-kareno);
}

[class*="p-support_consulplaza_service_schedule__"] .this-work th{
	background-color: var(--color-hisoku);
}



/*PC・タブレットレイアウト*/
@media screen and (min-width:815px){
	/*取引時間*/
	.p-support_consulplaza_service_schedule__pc{
		display: block;
	}

	.p-support_consulplaza_service_schedule__pc table{
		width: 100%;
		margin:36px auto;
	}

	.p-support_consulplaza_service_schedule__pc table th{
		text-align: left;
		font-weight: bold;
		max-width: 200px;
		padding: 10px;
	}

	.p-support_consulplaza_service_schedule__pc .this-tate{
		width: 5em;
		text-align: center;
	}

	.p-support_consulplaza_service_schedule__pc table th span{
		display: flex;
		align-items: center;/*テキスト中央寄せ*/
		justify-content: center;
		width: 100%;
		word-break: keep-all;
	}

	.p-support_consulplaza_service_schedule__sp{
		display: none;
	}
}

/*スマホレイアウト*/
@media screen and (max-width:814px){

	/*取引時間*/
	.p-support_consulplaza_service_schedule__pc{
		display: none;
	}

	.p-support_consulplaza_service_schedule__sp{
		display: block;
	}

	.p-support_consulplaza_service_schedule__sp h3{
		font-size: 2.1rem;
		font-family: var(--font-gothic);
		font-weight: bold;
		text-align: center;
	}

	.p-support_consulplaza_service_schedule__sp h3:after{
		position: static;/*ベーススタイルの打ち消し*/
		content: "";
		display: block;
		width: 3em;
		height: 3px;
		background-color: var(--color-red);
		margin: 5px auto;
	}

	.p-support_consulplaza_service_schedule__sp table{
		width: 100%;
		margin:36px auto;
	}

	.p-support_consulplaza_service_schedule__sp table caption{
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 2.0em;
	}

	.p-support_consulplaza_service_schedule__sp table td,
	.p-support_consulplaza_service_schedule__sp table th{
		text-align: center;
		vertical-align: middle;
		font-weight: normal;
	}
}



/*--------------------------------------------------------------------------*/
/*FACILITY もっと使いやすく、もっと居心地の良い空間。
  p-support_consulplaza_facility
/*--------------------------------------------------------------------------*/
.p-support_consulplaza_facility{
	margin-top: 96px;
}

/*PC・タブレットレイアウト*/
.p-support_consulplaza_facility h2,
.p-support_consulplaza_facility p{
	margin-bottom: 24px;
}

.p-support_consulplaza_facility p{
	font-family: var(--font-gothic);
	font-weight: 500;
}

@media screen and (min-width:1300px){
	.p-support_consulplaza_facility h2{
		width: 100%;
		max-width: 40%;
		float: left;
		margin-bottom: 36px;
	}

	.p-support_consulplaza_facility p{
		width: 100%;
		max-width: 60%;
		float: left;
		margin-top: calc(1.5em + 24px);
		text-align: right;
	}
}


@media screen and (min-width:815px){
	.p-support_consulplaza_facility__imageBox{
		display: grid;
		width: 100%;
		max-width: 1600px;
		overflow: hidden;
		grid-template-columns: 1.15fr 1.15fr 0.7fr;
		grid-template-rows: 0.3fr 0.3fr;
		gap: 10px 10px;
		grid-template-areas:
		"item01 item02 item04"
		"item01 item03 item04";
		margin-bottom: 36px;
		float:none;
		clear: both;
	}
	.p-support_consulplaza_facility__imageBox img{
		width: 100%;
		height: auto;
		max-height:unset;
	}
	.p-support_consulplaza_facility__imageBox .this-item01 { grid-area: item01; }
	.p-support_consulplaza_facility__imageBox .this-item02 { grid-area: item02; }
	.p-support_consulplaza_facility__imageBox .this-item03 { grid-area: item03; }
	.p-support_consulplaza_facility__imageBox .this-item04 { grid-area: item04; }
}

@media screen and (max-width:814px){
	.p-support_consulplaza_facility__imageBox{
		display: grid;
		width: 100%;
		overflow: hidden;
		grid-template-columns: 1.25fr 0.75fr;
		grid-template-rows: 1fr 1.5fr;
		gap: 10px 10px;
		grid-template-areas:
		"item01 item01"
		"item01 item01"
		"item02 item04"
		"item03 item04";
	}

	.p-support_consulplaza_facility__imageBox img{
		width: 100%;
		height: auto
	}

	.p-support_consulplaza_facility__imageBox .this-item01 { grid-area: item01; }
	.p-support_consulplaza_facility__imageBox .this-item02 { grid-area: item02; }
	.p-support_consulplaza_facility__imageBox .this-item03 { grid-area: item03; }
	.p-support_consulplaza_facility__imageBox .this-item04 { grid-area: item04; }
}


/*--------------------------------------------------------------------------*/
/*INFORMATION：皆様のお越しを心よりお待ちしております
  p-support_consulplaza_info
/*--------------------------------------------------------------------------*/
.p-support_consulplaza_info{
	margin-top: 96px;
}

.p-support_consulplaza_info_wrap:after{
	display:block;
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
}

/*見出し・データ・施設外観*/
.p-support_consulplaza_info_wrap .this-box{
	float: left;
	width: 50%;
}

.p-support_consulplaza_info_wrap .this-box:nth-of-type(2){
	text-align: right;
}

.p-support_consulplaza_info_wrap .this-box img{
	width:calc(100% - 36px);
	max-width: 650px;
	height: auto;
	margin-left: 36px;
}

.p-support_consulplaza_info_wrap iframe{
	width: 100%;
	clear: both;
}


.p-support_consulplaza_info h3{
	font-size: 1.8rem;
	font-weight: bold;
	font-family: var(--font-gothic);
	margin: 18px 0;
}


/*所在地・営業時間:共通*/
.p-support_consulplaza_info__data{
	display: block;
	vertical-align: text-top;
	font-family: var(--font-gothic);
	margin-bottom: 8px;
}

.p-support_consulplaza_info__data dt,
.p-support_consulplaza_info__data dd{
	vertical-align: text-top;
	font-weight: 500;
	font-size: 1.8rem;
}

.p-support_consulplaza_info__data dt{
	display: inline-block;
	/*width: 10em;*/
	font-weight: bold;
	color:var(--color-gosuiro);
}

.p-support_consulplaza_info__data dd{
	display: inline-block;
	width: calc(100% - 11em);
}

/*所在地*/
.p-support_consulplaza_info__data.this-address dt,
.p-support_consulplaza_info__data.this-address dd{
	display: inline-block;
	width: auto;
}

.p-support_consulplaza_info__data.this-address dt{
	padding-left: 1em;
	background-image: url(../images/support/consulplaza/icon_mappin__indigo.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-right: 1em;
}

/*営業時間*/
.p-support_consulplaza_info__data.this-open dt,
.p-support_consulplaza_info__data.this-open dd{
	display: block;
	width: 100%;
}

.p-support_consulplaza_info__data.this-open dt{
	padding-left: 1em;
	background-image: url(../images/support/consulplaza/icon_time__indigo.png);
	background-repeat: no-repeat;
	background-position: left;
}

.p-support_consulplaza_info__data.this-open table{
	margin-bottom: 8px;
	margin-top: 8px;
	width: 100%;
}

.p-support_consulplaza_info__transaction{
	width: 100%;
}

.p-support_consulplaza_info__transaction th{
	background-color: var(--color-hisoku);
}

.p-support_consulplaza_info__transaction td,
.p-support_consulplaza_info__transaction th{
	padding: 10px;
	border: solid #333333 1px;
}

.p-support_consulplaza_info__transaction th.this-place{
	font-size: 1.8rem;
	font-weight: bold;
	color:var(--color-gosuiro);
	text-align: center;
}

.p-support_consulplaza_info__transaction th.this-date,
.p-support_consulplaza_info__transaction td.this-time{
	font-size: 1.8rem;
	font-weight: 500;
}

.p-support_consulplaza_info__transaction td.this-time{
	text-align: left;
}

/*googlemapを開くリンク*/
.p-support_consulplaza_info .this-maplink{
	margin-top: 8px;
}

.p-support_consulplaza_info .this-maplink a{
	font-family: var(--font-gothic);
	color:var(--color-gosuiro)
}



@media screen and (min-width:815px) and (max-width:1200px){

	.p-support_consulplaza_info_wrap{
		position: relative;
	}

	.p-support_consulplaza_info_wrap > div:nth-of-type(1){
		width: 100%;
	}

	.p-support_consulplaza_info_wrap .this-address{
		width: calc(100% - 360px);
	}

	.p-support_consulplaza_info_wrap > div:nth-of-type(2){
		position: absolute;
		top:0px;
		right: 20px;
		width: 40%;
		height: 100%;
		max-height: 260px;
	}

	.p-support_consulplaza_info_wrap > div:nth-of-type(2) img{
		height: 100%;
		width: 100%;
		margin: 0;
		object-fit: contain;
	}
}


@media screen and (min-width:815px){
	.p-support_consulplaza_info__transaction td.this-time span{
		display: inline-block;
	}

	.p-support_consulplaza_info__transaction td.this-time span + span:before{
		content:"／";
	}
}

@media screen and (max-width:814px){

	.p-support_consulplaza_info__transaction td.this-time span{
		display: block;
	}

	.p-support_consulplaza_info__data.this-open table{
		table-layout: fixed;
	}

	.p-support_consulplaza_info__transaction th.this-place{
		width: 4em;
	}
}


 /*googlemap*/
.p-support_consulplaza_info iframe{
	width: 100%;
	height: 360px;
	margin-top: 36px;
}

@media screen and (max-width:814px){
	.p-support_consulplaza_info_wrap .this-box{
		float: none;
		width: 100%;
	}

	.p-support_consulplaza_info_wrap .this-box img{
		margin-left: 0;
		max-width: unset;
		width: 100%;
	}
}

/*--------------------------------------------------------------------------*/
/*FAQ：皆様より多く寄せられるご質問
  p-support_consulplaza_faq
/*--------------------------------------------------------------------------*/

.p-support_consulplaza_faq_contents{
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 6px;
	margin-top: 48px;
	margin-bottom:
}

.p-support_consulplaza_faq_contents + .p-support_consulplaza_faq_contents{
	margin-top: 18px;
}

.p-support_consulplaza_faq .p-support_consulplaza_caution{
	margin-top: 48px;
}

.p-support_consulplaza_faq_contents .this-q,
.p-support_consulplaza_faq_contents .this-a{
	position: relative;
	display: block;
	padding: 16px calc( 20px + 1.5em );
}

.p-support_consulplaza_faq .this-q{
	background-color: var(--color-gosuiro);
	color: var(--color-white);
	font-family: var(--font-gothic);
	font-weight: bold;
	font-size: 2.0rem;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	cursor:pointer;
}

.p-support_consulplaza_faq .this-q.is-open{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.p-support_consulplaza_faq .this-q:before{
	position: absolute;
	left:15px;
	display: inline-block;
	content: "Q.";
	font-family: var(--font-gothic--en);
}

.p-support_consulplaza_faq .this-q:after{
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: absolute;
	right:15px;
	top:50%;
	transform: translateY(-50%);
	content: "";
	width: 26px;
	height: 26px;
	background-color: #FFF;
	background-image: url(../images/support/consulplaza/img_faq_openBtn.png);
	background-position: center;
	border-radius: 50%;
	font-family: var(--font-gothic--en);
	font-weight: normal;
	color: var(--color-gosuiro);
}

.p-support_consulplaza_faq .this-q.is-open:after{
	background-image: url(../images/support/consulplaza/img_faq_closeBtn.png);
}

.p-support_consulplaza_faq .this-a{
	position: relative;
	display: block;
	padding-top: calc( 16px + 1.5em );
	padding-bottom: calc( 16px + 1.5em );
	padding-right: 10px;
	background-color: var(--color-glay);

	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;

	font-family: var(--font-gothic);
	font-weight: bold;
	color: var(--color-gosuiro);
	font-size: 2.0rem;
}


.p-support_consulplaza_faq .this-a:before{
	position: absolute;
	left:15px;
	display: inline-block;
	content: "A.";
	font-family: var(--font-gothic--en);
}

.p-support_consulplaza_faq .this-a dd{
	color: var(--color-black);
	font-size: 1.6rem;
	font-weight: 500;
}

.p-support_consulplaza_faq .this-a dd a{
	color: var(--color-red);
}



/*--------------------------------------------------------------------------*/
/*「事前のご予約もOK」
  p-support_consulplaza_reserve
/*--------------------------------------------------------------------------*/

.p-support_consulplaza_reserve{
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap:16px;
	background-color: var(--color-gosuiro);
	padding: 8px 30px;
	color: var(--color-white);
	height: 100px;
	z-index: 10;
}

[class^="p-support_consulplaza_reserve_box"]{
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	max-height: 250px;
}

@media screen and (max-width:1200px){
	.p-support_consulplaza_reserve_box__midashi{
		display: none;
	}
}

@media screen and (max-width:814px){
	.p-support_consulplaza_reserve{
		padding: 0;
		gap:0;
		height: 60px;
	}

	[class^="p-support_consulplaza_reserve_box"]{
		flex-basis: 50%;
	}
}

/*共有スタイル ＞ 「事前のご予約もOK」*/

.p-support_consulplaza_reserve_box__midashi{
	padding: 8px;
	justify-content: center;
}

.p-support_consulplaza_reserve_box__midashi .this-title{
	font-size: 2.50rem;
	line-height: 1.2em;
	font-weight: bolder;
}

.p-support_consulplaza_reserve_box__midashi .this-bikou{
	font-size: 1.40rem;
	line-height: normal;
	font-weight: bolder;
}


/*共有スタイル ＞ 「事前のご予約もOK」＞電話でのご予約*/
a.p-support_consulplaza_reserve_box__tel{
	text-decoration: none;
}
.p-support_consulplaza_reserve_box__tel > *{
	display: block;
	text-align: center;
}

.p-support_consulplaza_reserve_box__tel{
	border: solid 1px var(--color-white);
	color: var(--color-white);
	text-decoration: none;
	font-family: var(--font-gothic);
	padding: 8px 16px;
}

.p-support_consulplaza_reserve_box__tel .this-title{
	line-height: 1.2em;
	font-size: 1.40rem;
}

.p-support_consulplaza_reserve_box__tel .this-to{
	font-family: var(--font-gothic--en);
	font-style: italic;
	font-size: 2.20rem;
	line-height: 1.1em;
	letter-spacing: 0.05em;
}

.p-support_consulplaza_reserve_box__tel .this-bikou{
	line-height: 1.1em;
}


.p-support_consulplaza_reserve_box__tel .this-bikou > span{
	display: inline-block;
	font-size: 1.2rem;
	line-height: 0.8em;
}

.p-support_consulplaza_reserve_box__tel .this-bikou > span:not(:nth-last-of-type(1)):after{
	content:"/";
	display: inline-block;
	margin: 0 8px;
}

@media screen and (max-width:814px){
	.p-support_consulplaza_reserve_box__tel{
		border: 0 none;
		justify-content: center;
	}

	.p-support_consulplaza_reserve_box__tel .this-title{
		position: relative;
		text-align: center;
		font-size: 1.40rem;
		line-height: normal;
		padding-left: 1.5em;
	}

	.p-support_consulplaza_reserve_box__tel .this-title:before{
		position: absolute;
		top: 1px;
		left: 8px;
		content:"";
		display: inline-block;
		background-image: url(../images/support/consulplaza/icon_tel__white.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height: 1.5em;
		width: 1.5em;
	}


	.p-support_consulplaza_reserve_box__tel .this-to,
	.p-support_consulplaza_reserve_box__tel .this-bikou{
		display: none;
	}
}

/*共有スタイル ＞ 「事前のご予約もOK」＞オンライン予約*/
a.p-support_consulplaza_reserve_box__online{
	border: solid 1px var(--color-red);
	background-color: var(--color-red);
	color: var(--color-white);
	text-decoration: none;
	font-family: var(--font-gothic);
	padding: 8px 16px;
	text-decoration: none;
}

a.p-support_consulplaza_reserve_box__online[target=_blank]:after{
	display: none;
}

.p-support_consulplaza_reserve_box__online > *{
	display: block;
	text-align: center;
}

.p-support_consulplaza_reserve_box__online .this-title{
	font-size: 1.4rem;
	line-height: 1.2em;
}

.p-support_consulplaza_reserve_box__online .this-to{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 2.00rem;
	line-height: 1.3em;
}

.p-support_consulplaza_reserve_box__online .this-to:before{
	content:"";
	display: inline-block;
	background-image: url(../images/support/consulplaza/icon_reserve__white.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 1.3em;
	width: 1em;
}

.p-support_consulplaza_reserve_box__online .this-to:after{
	content:"";
	display: inline-block;
	background-image: url(../images/support/consulplaza/icon_arrowRightCircle__white.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 1.3em;
	width: 1em;
}

.p-support_consulplaza_reserve_box__online .this-bikou{
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.3em;
}

@media screen and (max-width:814px){

	.p-support_consulplaza_reserve_box__online{
		justify-content: center;
	}

	.p-support_consulplaza_reserve_box__online .this-to,
	.p-support_consulplaza_reserve_box__online .this-bikou{
		display: none;
	}

	.p-support_consulplaza_reserve_box__online .this-title{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		font-size: 1.60rem;
	}

	.p-support_consulplaza_reserve_box__online .this-title:before{
		content:"";
		display: inline-block;
		background-image: url(../images/support/consulplaza/icon_reserve__white.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height: 1.5em;
		width: 1.5em;
	}

	.p-support_consulplaza_reserve_box__online .this-title:after{
		content:"";
		display: inline-block;
		background-image: url(../images/support/consulplaza/icon_arrowRightCircle__white.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height: 1.5em;
		width: 1.5em;
	}
}



/* ========================================================================= */
/* [Javascript] Javascript動作用スタイル
/* ========================================================================= */

/*フッタ固定領域*/
.js-fixFooter{
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%;
	z-index: 2;
}
