@charset "utf-8";

/***************************************************************
	base
***************************************************************/
body {
	overflow-x: hidden;
}

.searchContaier legend {
	display: block;
}

.bgColor01 {
	background-color: #fafafa;
}

.bgColor02 {
	background-color: #f0f9f1;
}

.shopAtmDisplayContents {
	display: contents;
}

@media all and (min-width: 768px) {
	/***************************************************************
	base
	***************************************************************/
	#wrap #mainArea {
		max-width: 1200px;
		margin-top: 0;
		position: static;
		color: #000;
	}

	/***************************************************************
		layout
	***************************************************************/
	/* fullWindow
	********************************/
	.fullWindow {
		width: 100vw;
		min-width: 1200px;
		margin-bottom: 55px;
		padding: 46px 0 45px;
		position: relative;
		left: calc(-50vw + 50%);
	}

	/* container
	********************************/
	.container {
		width: auto;
		min-width: 1200px;
		margin: 0 auto;
	}

	.container > .containerInner {
		padding: 50px;
	}

	/* searchContaier
	********************************/
	.searchContaier {
		margin-bottom: 44px;
		background: #fff;
	}

	.searchContaier .searchContaierFoot {
		position: relative;
		padding: 25px 48px 45px;
		background-color: #f0f9f1;
	}

	.searchContaier .searchContaierFoot::after {
		content: "";
		display: block;
		width: 34px;
		height: 34px;
		margin-left: -17px;
		position: absolute;
		bottom: -17px;
		left: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color: #f0f9f1;
	}

	/* resultContaier
	********************************/
	.resultContaier {
		margin-bottom: 50px;
	}

	/* formPanel01
	********************************/
	.formPanel01[aria-hidden="true"] {
		display: none;
	}

	/* searchContent
	********************************/
	.searchContent {
		margin-bottom: 65px;
	}

	.searchContent02 {
		position: relative;
		margin-bottom: 65px;
		padding: 40px;
	}

	.searchContent03 {
		padding: 45px 48px 25px;
		position: relative;
	}

	.searchContent:last-child {
		margin-bottom: 0;
	}

	.searchContentColor01 {
		background: #f7f7f7;
	}

	.searchContentColor02 {
		background: #f0f9f1;
	}

	/* searchStoreTypeContent
	********************************/
	.searchStoreTypeContent[aria-hidden="true"] {
		display: none;
	}

	/* searchColumn
	********************************/
	.searchColumn {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}

	.searchColumn.uniqueMargin01 {
		margin-top: 98px;
	}

	.searchColumn[data-column-pc="1"],
	.searchColumn[data-column-pc="2"],
	.searchColumn[data-column-pc="3"] {
		-webkit-box-pack: center;
		justify-content: center;
	}

	.searchColumn.searchColumnInlineBlock > .searchColumnCol {
		display: inline-block;
		float: none;
		font-size: 1.4rem;
	}

	/* setting gutter */
	.searchColumn > .searchColumnCol {margin-left: 8px;}
	.searchColumn[data-column-pc="7"] > .searchColumnCol {margin-left: 5px;}

	.searchColumn[data-column-pc="1"] > .searchColumnCol:nth-child(n + 2),
	.searchColumn[data-column-pc="2"] > .searchColumnCol:nth-child(n + 3),
	.searchColumn[data-column-pc="3"] > .searchColumnCol:nth-child(n + 4),
	.searchColumn[data-column-pc="4"] > .searchColumnCol:nth-child(n + 5),
	.searchColumn[data-column-pc="6"] > .searchColumnCol:nth-child(n + 7) {
		margin-top: 8px;
	}

	.searchColumn[data-column-pc="7"] > .searchColumnCol:nth-child(n + 8) {
		margin-top: 5px;
	}

	.searchColumn[data-column-pc] > .searchColumnCol:first-child,
	.searchColumn[data-column-pc="2"] > .searchColumnCol:nth-child(2n + 1),
	.searchColumn[data-column-pc="3"] > .searchColumnCol:nth-child(3n + 1),
	.searchColumn[data-column-pc="4"] > .searchColumnCol:nth-child(4n + 1),
	.searchColumn[data-column-pc="6"] > .searchColumnCol:nth-child(6n + 1),
	.searchColumn[data-column-pc="7"] > .searchColumnCol:nth-child(8n + 1) {
		margin-left: 0;
	}

	.searchColumn.searchColumnGutterSideNone[data-column-pc] > .searchColumnCol {
		margin-left: 0;
	}

	/* column="1" */
	.searchColumn[data-column-pc="1"] > .searchColumnCol {width: 100%;}

	/* column="2" */
	.searchColumn[data-column-pc="2"] > .searchColumnCol {width: calc((100% - 8px * 1) / 2);}
	.searchColumn.searchColumnConnect[data-column-pc="2"] > .searchColumnCol {
		width: 50%;
		margin-left: 0;
		border-right: solid 1px #f0f9f1;
		box-sizing: border-box;
	}
	.searchColumn.searchColumnConnect[data-column-pc="2"] > .searchColumnCol:last-child {
		border-right: 0;
	}

	/* column="3" */
	.searchColumn[data-column-pc="3"] > .searchColumnCol {width: calc((100% - 8px * 2) / 3);}

	/* column="4" */
	.searchColumn[data-column-pc="4"] > .searchColumnCol {width: calc((100% - 8px * 3) / 4);}

	/* column="6" */
	.searchColumn[data-column-pc="6"] > .searchColumnCol {width: calc((100% - 8px * 5) / 6);}

	/* column="7" */
	.searchColumn[data-column-pc="7"] > .searchColumnCol {width: calc((100% - 5px * 6) / 7);}
	.searchColumn[data-column-pc="7"] > .searchColumnCol:last-child {width: calc(((100% - 5px * 6) / 7) - 1px);}

	/* uniqueGuuter */
	.searchColumn.uniqueGuuter01 {
		margin-top: 33px;
		padding: 31px 48px;
		background: #f7f7f7;
	}

	/* uniqu style - ajust wrap postion */
	.dataColumnSpContent03 {display: none;}

	/* uniquLayiout01
	********************************/
	.uniquLayiout01 {
		width: 300px;
		margin: 56px auto 28px;
	}

	/***************************************************************
		modules
	***************************************************************/
	/* headding
	********************************/
	/* shopAtmHeading01 */
	.shopAtmHeading01 {
		text-align: center;
	}

	.shopAtmHeading01 > .shopAtmHeadingTxt {
		display: inline-block;
		color: #3c3c3c;
		line-height: 1.3157;
		font-size: 2.1111em;
		font-weight: bold;
	}

	/* shopAtmHeading02 */
	.shopAtmHeading02 {
		margin-bottom: 64px;
		padding: 10px 0;
		border-bottom: 3px solid #23bf7b;
		text-align: center;
	}

	.shopAtmHeading02 > .shopAtmHeadingTxt {
		display: inline-block;
		color: #3c3c3c;
		font-size: 1.777em;
		font-weight: bold;
	}

	/* Typography
	********************************/
	/* shopAtmTypography01 */
	.shopAtmTypography01 {
		width: 100%;
		margin-bottom: 30px;
	}

	.shopAtmTypography01 > .shopAtmTypographyTxt {
		color: #3c3c3c;
		font-size: 1.444em;
		font-weight: bold;
	}

	/* Lead
	********************************/
	.shopAtmLead {
		max-width: 1200px;
		margin: 15px auto 0;
		text-align: center;
	}

	.shopAtmLead .shopAtmLeadTxt {
		color: #3c3c3c;
		font-size: 1.055em;
		line-height: 1.8;
	}

	.shopAtmLeadTxt01 {
		margin-top: -10px;
		margin-bottom: 20px;
		text-align: center;
	}

	/* linkCassette
	********************************/
	.linkCassetteWrap {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.linkCassetteWrap > .linkCassette {
		display: -webkit-box;
		display: flex;
		-webkit-box-flex: 0;
		flex: 0 1 47.9166%;
	}

	.linkCassetteWrap > .linkCassette > a {
		box-sizing: border-box;
		display: -webkit-box;
		display: flex;
		width: 100%;
		padding: 56px 48px;
		position: relative;
		border-radius: 2px;
		border: 1px solid #eaeaea;
		box-shadow: 0 3px 4px 0 #f0f0f0;
		transition: .3s 0s opacity ease-in-out;
	}

	.linkCassetteWrap > .linkCassette > a:hover {
		opacity: 0.7;
	}

	.linkCassetteWrap > .linkCassette > a[href^="#"]::before {
		content: '';
		width: 15px;
		height: 15px;
		border: 0;
		border-top: solid 3px #0ca26c;
		border-right: solid 3px #0ca26c;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		bottom: 24px;
		left: 50%;
		margin-left: -7px;
	}

	.linkCassetteWrap .linkCassetteThum {
		-webkit-box-flex: 0;
		flex: 0 0 214px;
		width: 214px;
	}

	.linkCassetteWrap .linkCassetteThum > img {
		height: auto;
	}

	.linkCassetteWrap .linkCassetteBody {
		-webkit-box-flex: 1;
		flex: 1 1 auto;
		margin-left: 38px;
	}

	.linkCassetteWrap .linkCassetteTxt {
		color: #6e6e6e;
		font-size: 0.888em;
	}

	.linkCassetteWrap > .linkCassette > a[target="_blank"] .linkCassetteTxt::after {
		content: "";
		display: inline-block;
		width: 15px;
		height: 15px;
		margin-left: 10px;
		vertical-align: -0.1em;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_blank01.png") center center / cover no-repeat;
	}

	/* shopAtmArrowList
	********************************/
	.shopAtmArrowList[data-style-pc="horizon"] > li {
		display: inline-block;
		margin-right: 30px;
	}

	.shopAtmArrowList > li > a {
		display: inline-block;
		padding-left: calc(1em + 5px);
		position: relative;
	}

	.shopAtmArrowList > li > a::before {
		content: '';
		width: 0.4em;
		height: 0.4em;
		border: 0;
		border-top: solid 2px #0ca26c;
		border-right: solid 2px #0ca26c;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		left: 0;
		margin-top: 0.55em;
	}

	.shopAtmArrowList > li > a.IconBlank01 {
		padding-right: 25px;
	}

	.shopAtmArrowList > li > a.IconBlank01::after {
		content: '';
		width: 15px;
		height: 15px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -7px;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_blank01.png") center center / cover no-repeat;
	}

	/* resultTxtWrap
	********************************/
	.resultTxtWrap {
		margin-bottom: 38px;
		text-align: center;
	}

	.resultTxtWrap > p[data-facet="countTxt"] {
		display: inline-block;
		padding-left: 70px;
		position: relative;
		font-size: 2em;
		font-weight: bold;
		text-align: center;
	}

	.resultTxtWrap > p[data-facet="countTxt"]::before {
		content: "";
		display: block;
		width: 54px;
		height: 62px;
		margin-top: -38px;
		position: absolute;
		top: 50%;
		left: 0;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_bank01.png") center center no-repeat;
	}

	.resultTxtWrap > p[data-facet="countTxt"] > #totalCount {
		color: #f7920e;
		font-size: 1.5em;
	}

	.resultTxtWrap > p[data-facet="leadTxt"] {
		display: inline-block;
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
	}

	/* tenpoAtnBtn */
	.tenpoAtnBtn {
		display: -webkit-box;
		display: flex;
		position: relative;
		background-color: #fff;
		border-radius: 3px;
	}

	.tenpoAtnBtn > a {
		box-sizing: border-box;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		text-align: center;
		width: 100%;
		min-height: 58px;
		padding: 5px 60px;
		border-radius: 3px;
		box-shadow: rgba(0, 0, 0, 0.0980392) 0 8px 2px -5px;
		background-color: #fff;
		color: #fff;
		font-size: 1em;
		font-weight: bold;
	}

	.tenpoAtnBtn.tenpoAtnBtn01 > a {
		background: #1aac78;
		background-image: -webkit-linear-gradient(left, #2cdc87 0%, #2cdc87 51%, #29cc7d 63.5%, #1aac78 100%);
		background-image: linear-gradient(to right, #2cdc87 0%, #2cdc87 51%, #29cc7d 63.5%, #1aac78 100%);
		background-size: 200% auto;
		background-position: right center;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.tenpoAtnBtn.tenpoAtnBtn01 > a:hover {
		background-position: left center;
	}

	.tenpoAtnBtn.tenpoAtnBtn02 > a {
		background: #faab00;
		background-image: -webkit-linear-gradient(left, #ffb513 0%, #ffb513 51%, #faab00 63.5%, #e88504 100%);
		background-image: linear-gradient(to right, #ffb513 0%, #ffb513 51%, #faab00 63.5%, #e88504 100%);
		background-size: 200% auto;
		background-position: right center;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.tenpoAtnBtn.tenpoAtnBtn02 > a:hover {
		background-position: left center;
	}

	.tenpoAtnBtn.tenpoAtnBtn03 > a {
		border: 1px solid #e1e1e1;
		color: #000;
		font-size: 1em;
		-webkit-transition: .3s 0s opacity ease-in-out;
		transition: .3s 0s all ease-in-out;
	}

	.tenpoAtnBtn.tenpoAtnBtn03 > a:hover {
		background-color: #0ca26c;
		color: #fff;
	}

	.tenpoAtnBtn > a[target="_blank"]::after {
		content: "";
		display: block;
		width: 17px;
		height: 17px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		right: 10px;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_blank02.png") center center / cover no-repeat;
		-webkit-transition: .3s 0s all ease-in-out;
		transition: .3s 0s all ease-in-out;
	}

	.tenpoAtnBtn.tenpoAtnBtn03 > a[target="_blank"]::after {
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_blank01.png") center center / cover no-repeat;
	}

	.tenpoAtnBtn.tenpoAtnBtn03 > a[target="_blank"]:hover::after {
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_blank02.png") center center / cover no-repeat;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconMap > a::before,
	.tenpoAtnBtn.tenpoAtnBtnIconDevice > a::before,
	.tenpoAtnBtn.tenpoAtnBtnIconCall > a::before {
		content: "";
		display: block;;
		position: absolute;
		top: 50%;
		left: 20px;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconMap > a::before {
		width: 25px;
		height: 21px;
		margin-top: -12px;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_map01.png") center center / cover no-repeat;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconDevice > a::before {
		width: 25px;
		height: 21px;
		margin-top: -12px;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_device01.png") center center / cover no-repeat;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconCall > a::before {
		width: 25px;
		height: 25px;
		margin-top: -12px;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_call01.png") center center / cover no-repeat;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconArrowRight > a,
	.tenpoAtnBtn.tenpoAtnBtnIconArrowTop > a,
	.tenpoAtnBtn.tenpoAtnBtnIconArrowBottom > a {
		padding-left: 30px;
		padding-right: 30px;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconArrowRight > a::before,
	.tenpoAtnBtn.tenpoAtnBtnIconArrowTop > a::before,
	.tenpoAtnBtn.tenpoAtnBtnIconArrowBottom > a::before {
		content: '';
		width: 0.3em;
		height: 0.3em;
		position: absolute;
		top: 50%;
		left: 12px;
		border: 0;
		border-top: solid 2px #0ca26c;
		border-right: solid 2px #0ca26c;
		-webkit-transition: .3s 0s all ease-in-out;
		transition: .3s 0s all ease-in-out;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconArrowRight > a::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -0.15em;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconArrowTop > a::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -0.1em;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconArrowBottom > a::before {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-top: -0.3em;
	}

	.tenpoAtnBtn03.tenpoAtnBtnIconArrowRight > a:hover::before,
	.tenpoAtnBtn03.tenpoAtnBtnIconArrowTop > a:hover::before,
	.tenpoAtnBtn03.tenpoAtnBtnIconArrowBottom > a:hover::before {
		border-color: #fff;
	}

	/* form
	********************************/
	/* inputTextSeach */
	.inputTextSeach {
		position: relative;
		width: 800px;
		margin: 0 auto;
		border-radius: 3px;
		overflow: hidden;
	}

	.inputTextSeach > input[type="text"] {
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: 50px;
		padding: 10px 180px 10px 20px;
		border: 1px solid #ccc;
		border-radius: 3px;
		outline: none;
		background: #fff;
		box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.12) inset;
		font-size: 0.888em;
	}

	.inputTextSeach > input[type="text"]::-ms-clear {
		display: none;
	}

	.inputTextSeach > input[type="text"]:-ms-input-placeholder {color: #757575;}
	.inputTextSeach > input[type="text"]::-webkit-input-placeholder {color: #757575;}
	.inputTextSeach > input[type="text"]::placeholder {color: #757575;}

	.inputTextSeach > input[type="button"],
	.inputTextSeach > button[type="submit"] {
		-webkit-appearance: none;
		appearance: none;
		box-sizing: border-box;
		display: block;
		width: 140px;
		height: 50px;
		padding: 10px;
		position: absolute;
		top: 0;
		right: 0;
		border: none;
		outline: none;
		background: #0ca26c;
		color: #fff;
		font-size: 1em;
		font-weight: bold;
	}

	.inputTextSeach > .clearTextSeach {
		display: none;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		position: absolute;
		top: 50%;
		right: 160px;
		cursor: pointer;
	}

	.inputTextSeach > .clearTextSeach > img {
		vertical-align: top;
	}

	/* filterBtn
	********************************/
	.filterBtn {
		position: relative;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-flow: column wrap;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		align-items: center;
		background-color: #fff;
		border-radius: 6px;
	}
	.searchColumnConnect .searchColumnCol:first-child .filterBtn {
		border-radius: 6px 0 0 6px;
	}
	.searchColumnConnect .searchColumnCol:last-child .filterBtn {
		border-radius: 0 6px 6px 0;
	}

	.filterBtn > input {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.filterBtn .filterLabel {
		box-sizing: border-box;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-flow: column wrap;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		align-items: center;
		width: 100%;
		margin: 0;
		padding: 18px 5px 6px;
		border: 2px solid  #fff;
		border-radius: 6px;
		background-color: #fff;
		text-align: center;
		overflow: hidden;
		cursor: pointer;
		transition: .3s 0s opacity ease-in-out,
								.3s 0s background-color ease-in-out,
								.3s 0s border-color ease-in-out;
	}
	.filterBtn.notActive .filterLabel {
		/*border: 2px solid  #f4f4f4;
		background-color: #f4f4f4;*/
	}
	.searchColumnConnect .searchColumnCol:first-child .filterBtn .filterLabel {
		border-radius: 6px 0 0 6px;
	}
	.searchColumnConnect .searchColumnCol:last-child .filterBtn .filterLabel {
		border-radius: 0 6px 6px 0;
	}

	.filterCustom .filterBtn .filterLabel {
		padding: 17px 5px 10px;
	}

	.filterCustom .filterBtn .filterLabel::before {
		content: "";
		display: block;
		width: 108px;
		height: 70px;
		margin-bottom: 3px;
		background-size: cover;
		background: no-repeat center center;
	}

	.filterArea .filterBtn > .filterLabel {
		position: relative;
		padding: 30px 30px;
		color: #000;
		font-size: 1em;
		font-weight: bold;
	}

	.filterArea .filterBtn > .filterLabel::before {
		content: '';
		width: 0.3em;
		height: 0.3em;
		border: 0;
		border-top: solid 2px #0ca26c;
		border-right: solid 2px #0ca26c;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -0.15em;
	}

	/* filterBtn pattern */
	.filterBtn .filterLabel[for="filerAccount"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_account01.png");}
	.filterBtn .filterLabel[for="filerLoanNew"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanNew01.png");}
	.filterBtn .filterLabel[for="filerLoanRefinancing"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanRefinancing01.png");}
	.filterBtn .filterLabel[for="filerInvestment"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_investment01.png");}
	.filterBtn .filterLabel[for="filterInsurance"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_insurance01.png");}
	.filterBtn .filterLabel[for="filterIdeco"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_iDeCo01.png");}
	.filterBtn .filterLabel[for="filterInheritance"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_inheritance01.png");}
	.filterBtn .filterLabel[for="filterOtherProcedures"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_otherProcedures01.png");}

	.filterBtn .filterLabelTxt {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-flow: column wrap;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-flex: 1;
		flex: 1 0 auto;
		width: 100%;
		min-height: 41px;
		margin-bottom: 9px;
		line-height: 1.2;
		font-size: 1em;
		font-weight: bold;
	}

	.filterCustom .filterBtn .filterLabelTxt {
		margin-bottom: 18px;
	}

	.filterBasic .filterBtn .filterLabelTxt {
		min-height: 42px;
	}

	.filterBtn .filterLabelTxtSub {
		font-size: 0.8888em;
	}

	.filterBtn .filterLabelCount {
		width: 100%;
		line-height: 1;
		color: #0ca26c;
		font-size: 0.888em;
	}

	.filterBtn .filterBtnClear {
		display: none;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		position: absolute;
		top: 50%;
		right: 10px;
	}

	/* filterChooseStoreType
	********************************/
	.filterChooseStoreType .filterChooseStoreTypeColumn {
		box-sizing: border-box;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		position: relative;
	}

	.filterChooseStoreType .filterChooseStoreTypeCol {
		box-sizing: border-box;
		display: -webkit-box;
		display: flex;
		width: 50%;
		position: relative;
	}

	.filterChooseStoreType input[type="radio"]  {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.filterChooseStoreType input[type="radio"] + label {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		width: 100%;
		padding: 15px 10px;
		border: 1px solid transparent;
		border-bottom-color: #0ca26c;
	}

	.filterChooseStoreType input[type="radio"]:checked + label {
		margin-top: -5px;
	}

	.filterChooseStoreType .filterChooseStoreTypeCol:first-child input[type="radio"] + label {
		border-top-color: #e1e1e1;
		border-left-color: #e1e1e1;
	}

	.filterChooseStoreType .filterChooseStoreTypeCol:last-child input[type="radio"] + label {
		border-top-color: #e1e1e1;
		border-right-color: #e1e1e1;
	}

	.filterChooseStoreType .filterChooseStoreTypeCol:first-child input[type="radio"]:checked + label {
		border-top-color: #0ca26c;
		border-left-color: #0ca26c;
		border-bottom-color: transparent;
		border-right-color: #0ca26c;
		color: #0ca26c;
		cursor: default;
	}

	.filterChooseStoreType .filterChooseStoreTypeCol:last-child input[type="radio"]:checked + label {
		border-top-color: #0ca26c;
		border-left-color: #0ca26c;
		border-bottom-color: transparent;
		border-right-color: #0ca26c;
		color: #0ca26c;
		cursor: default;
	}

	/* filterCustom
	********************************/
	.filterCustom {
		margin-bottom: 45px;
	}

	/* filterBasic
	********************************/
	.filterBasicColumn {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.filterBasicColumn > div {
		width: 30.4347%;
	}

	/* information
	********************************/
	#information {
		display: none;
	}

	/* informationItem */
	.informationWrap .informationItem {
		box-sizing: border-box;
		padding: 48px;
		border-top: 1px solid #eaeaea;
	}

	.informationWrap .informationItem + .informationItem {
		margin-top: 0;
	}

	/* informationHead */
	.informationWrap .informationHead {
		margin-bottom: 0;
	}

	.informationWrap .informationHead .informationHeadRow + .informationHeadRow {
		margin-top: 20px;
	}

	.informationWrap .informationHead .informationHeadRow:after {
		content: "";
		display: table;
		clear: both;
	}

	/* informationSimpleData, informationSubData */
	.informationWrap .informationSimpleData,
	.informationWrap .informationSubData {
		box-sizing: border-box;
	}

	/* informationSimpleData */
	.informationWrap .informationSimpleData {
		margin-top: -5px;
	}

	/* informationSubData */
	.informationWrap .informationSubData {
		width: 45%;
	}

	/* informationType */
	.informationWrap .informationType {
		margin-bottom: 6px;
		color: #6e6e6e;
		line-height: 1.3;
		font-size: 1em;
		font-weight: bold;
	}

	/* informationName */
	.informationWrap .informationName {
		margin-bottom: 8px;
		line-height: 1.4;
		font-size: 2em;
		font-weight: bold;
	}

	/* businessHours */
	.informationWrap .businessHours {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-webkit-box-pack: end;
		justify-content: flex-end;
	}

	.informationWrap .businessHours > .businessHoursBadge {
		box-sizing: border-box;
		padding: 9px 5px;
		width: 156px;
		margin-left: 2px;
		background-color: #f0f9f1;
		text-align: center;
	}

	.informationWrap .businessHours > .businessHoursBadge:first-child {
		margin-left: 0;
	}

	.informationWrap .businessHoursLabel {
		color: #0ca26c;
		line-height: 1;
		font-size: 0.777em;
		font-weight: bold;
	}

	.informationWrap .businessHours > .businessHoursBadge.weekdayOff,
	.informationWrap .businessHours > .businessHoursBadge.saturdayOff,
	.informationWrap .businessHours > .businessHoursBadge.holidayOff {
		background-color: #e9e9e9;
	}

	/* informationStatusBadge */
	.informationStatusWrap {
		margin-bottom: 32px;
	}

	.informationWrap .informationStatusBadge {
		box-sizing: border-box;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-flow: column wrap;
		padding: 12px 5px 10px;
		text-align: center;
		background-color: #f0f9f1;
	}

	.informationWrap .informationStatusBadgeLabel {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-flex: 1;
		flex: 1 1 auto;
		color: #0ca26c;
		line-height: 1.2857;
		font-size: 0.777em;
		font-weight: bold;
	}

	.informationWrap .informationStatusBadgeLabel.isPC {display: -webkit-box;display: flex;}
	.informationWrap .informationStatusBadgeLabel.isSP {display: none;}

	.informationWrap .informationStatusBadge.accountOff,
	.informationWrap .informationStatusBadge.loanNewOff,
	.informationWrap .informationStatusBadge.loanRefinancingOff,
	.informationWrap .informationStatusBadge.investmentOff,
	.informationWrap .informationStatusBadge.insuranceOff,
	.informationWrap .informationStatusBadge.iDeCoOff,
	.informationWrap .informationStatusBadge.inheritanceOff {
		background-color: #e9e9e9;
	}

	/* informationMessagge */
	.informationWrap .informationMessagge {
		padding: 18px 23px;
		border-radius: 3px;
		background: #f7f7f7;
	}

	.informationWrap .informationMessaggeTitle,
	.informationWrap .informationMessaggeContent {
		line-height: 1.7777;
		font-size: 1em;
	}

	.informationWrap .informationMessaggeTitle {
		font-weight: bold;
	}

	/* informationTable */
	.informationWrap .informationTable {
		box-sizing: border-box;
		table-layout: fixed;
		width: 100%;
		margin-bottom: 32px;
	}

	.informationWrap .informationTable tr {
		border-top: 1px solid #eaeaea;
	}

	.informationWrap .informationTable tr:last-child {
		border-bottom: 1px solid #eaeaea;
	}

	.informationWrap .informationTable th,
	.informationWrap .informationTable td {
		box-sizing: border-box;
		padding: 25px 0;
		line-height: 1.7777;
		font-size: 1em;
		text-align: left;
	}

	.informationWrap .informationTable th {
		width: 163px;
		padding-right: 10px;
		font-weight: bold;
	}

	/* informationNote */
	.informationWrap .informationNote {
		margin-top: 10px;
		line-height: 1.75;
		font-size: 0.8888em;
	}

	/* infomationLoader */
	.informationWrap .informationLoader {
		display: none;
		padding: 50px 0;
		text-align: center;
	}

	/* chooseAreaModal
	********************************/
	#chooseAreaModal {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 4000000000;
		opacity: 0;
	}

	#chooseAreaModal #chooseAreaModalOverlay {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #000;
		opacity: 0.5;
		z-index: 105;
	}

	#chooseAreaModal #chooseAreaModalContainer {
		box-sizing: border-box;
		width: 1000px;
		margin: 20px 0;
		position: relative;
		background-color: #fff;
		overflow: hidden;
		border-radius: 3px;
		z-index: 110;
	}

	#chooseAreaModal .chooseAreaModalContentInner {
		padding: 20px 98px;
	}

	#chooseAreaModal .chooseAreaModalHead {
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		padding: 36px 98px 16px;
		background: #fff;
		text-align: center;
		z-index: 115;
	}

	#chooseAreaModal .chooseAreaModalHead:after {
		content: "";
		display: table;
		clear: both;
	}

	#chooseAreaModal .chooseAreaModalBody {
		box-sizing: border-box;
		overflow: hidden;
	}

	/* chooseAreaModalFoot */
	#chooseAreaModal .chooseAreaModalFoot {
		box-sizing: border-box;
		display: none;
		padding: 20px;
		border-top: 2px solid #0ca26c;
		background-color: #fff;
	}

	#chooseAreaModal .chooseAreaModalFootInner {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
	}

	#chooseAreaModal .chooseAreaModalFootCol {
		box-sizing: border-box;
		width: 50%;
		padding: 0 20px;
	}

	#chooseAreaModal .chooseAreaModalFootTxt01 {
		text-align: right;
		font-size: 1.5555em;
		font-weight: bold;
	}

	#chooseAreaModal #chooseAreaModalTotalCount {
		color: #f7920e;
		font-size: 1.2857em;
		line-height: 1;
	}

	#chooseAreaModal .chooseAreaModalInner {
		width: 200%;
		-webkit-transition: -webkit-transform 0.2s;
		transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transition: transform 0.2s, -webkit-transform 0.2s;
		overflow-x: hidden;
	}

	#chooseAreaModal .chooseAreaModalTtl {
		padding: 0 100px;
		line-height: 1.6666;
		font-size: 2em;
		font-weight: bold;
	}

	#chooseAreaModal .chooseAreaModalClose {
		width: 36px;
		height: 36px;
		position: absolute;
		top: 47px;
		right: 98px;
		cursor: pointer;
	}

	#chooseAreaModal .chooseAreaModalClose > img {
		width: 100%;
		height: auto;
	}

	#chooseAreaModal .chooseAreaModalBack {
		display: none;
		padding-left: 25px;
		position: absolute;
		top: 52px;
		left: 100px;
		line-height: 1;
		color: #0ca26c;
		font-size: 1.444em;
		cursor: pointer;
	}

	#chooseAreaModal .chooseAreaModalBack::before {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		border-top: solid 3px #0ca26c;
		border-right: solid 3px #0ca26c;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -10px;
	}

	#chooseAreaModal .chooseAreaModalContent {
		position: relative;
		box-sizing: border-box;
		float: left;
		visibility: hidden;
		overflow-y: auto;
	}

	#chooseAreaModal .chooseAreaModalContent::-webkit-scrollbar {
		width: 17px;
	}

	#chooseAreaModal .chooseAreaModalContent::-webkit-scrollbar-track {
		background: #dedede;
		border: none;
	}

	#chooseAreaModal .chooseAreaModalContent::-webkit-scrollbar-thumb {
		box-sizing: border-box;
		background: #049849;
		border: solid 3px #dedede;
		border-radius: 10px;
		box-shadow: none;
	}

	#chooseAreaModal .chooseAreaModalContent::-webkit-scrollbar-thumb:vertical:hover {
		background: #038738;
	}

	#chooseAreaModal .chooseAreaModalContent::-webkit-scrollbar-thumb:vertical:active {
		background: #02632f;
	}

	/* chooseAreaModalMap */
	#chooseAreaModal .chooseAreaModalMap {
		position: relative;
		width: 460px;
		margin: 0 auto;
	}

	#chooseAreaModal .chooseAreaModalMap > svg {
		width: 460px;
		height: 416px;
		margin: 0 auto;
	}

	#chooseAreaModal .chooseAreaModalMap .modalMapClickable {
		cursor: pointer;
	}

	#chooseAreaModal .chooseAreaModalMap .modalMapClickable,
	#chooseAreaModal .chooseAreaModalMap .chooseAreaModalMapLabel {
		cursor: pointer;
	}

	/* areaCategory */
	#chooseAreaModal .areaCategory {
		display: none;
	}

	#chooseAreaModal .areaCategory + .areaCategory {
		display: none;
	}

	/* chooseAreaAccodion */
	#chooseAreaModal .chooseAreaAccodion {
		background-color: #f0f9f1;
		margin-top: 8px;
	}

	#chooseAreaModal .chooseAreaAccodion + .chooseAreaAccodion {
		margin-top: 8px;
	}

	#chooseAreaModal .chooseAreaAccodion .chooseAreaAccodionTrigger > a {
		box-sizing: border-box;
		display: block;
		color: #000;
		padding: 18px 60px 18px 24px;
		position: relative;
		font-size: 1.444em;
		font-weight: bold;
	}

	#chooseAreaModal .chooseAreaAccodion .chooseAreaAccodionTrigger > a::after {
		content: "";
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 50%;
		right: 24px;
		margin-top: -16px;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_plus01.png") center center / cover no-repeat;
	}

	#chooseAreaModal .chooseAreaAccodion .chooseAreaAccodionTrigger.open > a::after {
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_minus01.png") center center / cover no-repeat;
	}

	#chooseAreaModal .chooseAreaAccodion .chooseAreaAccodionColorTxt01 {
		color: #0ca26c;
	}

	#chooseAreaModal .chooseAreaAccodion .chooseAreaAccodionContent {
		display: none;
		padding: 5px 24px 64px;
	}

	#chooseAreaModal .chooseAreaModalColumn01 {
		display: flex;
		align-items: flex-start;
		width: 100%;
	}

	#chooseAreaModal #chooseAreaData {
		flex: 1 1 0%;
		margin-top: -8px;
	}

	#chooseAreaModal .chooseAreaFillter {
		display: none;
		box-sizing: border-box;
		flex: 0 0 300px;
		margin-left: 25px;
	}

	#chooseAreaModal .chooseAreaTtl {
		margin-bottom: 20px;
		font-size: 1.3em;
		font-weight: bold;
		text-align: center;
	}

	#chooseAreaModal .chooseAreaFillter .chooseAreaBody {
		padding: 18px 15px;
		background: #f0f9f1;
	}

	#chooseAreaModal .chooseAreaFillter legend {
		display: block;
	}

	/* custumModal
	********************************/
	.custumModalContent,
	.custumModalSeminarContent {
		display: none;
	}

	#custumModal {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 4000000000;
		opacity: 0;
	}

	#custumModal #custumModalOverlay {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #000;
		opacity: 0.5;
		z-index: 105;
	}

	#custumModal #custumModalContainer {
		position: relative;
		padding-bottom: 79px;
		border-radius: 3px;
		overflow: hidden;
	}

	#custumModal #custumModalContainer .custumModalContainerInner {
		box-sizing: border-box;
		width: 1000px;
		max-height: 90vh;
		position: relative;
		background-color: #fff;
		overflow: hidden;
		overflow-y: auto;
		z-index: 110;
	}

	#custumModal #custumModalContainer > .custumModalContainerInner::-webkit-scrollbar {
		width: 17px;
	}

	#custumModal #custumModalContainer > .custumModalContainerInner::-webkit-scrollbar-track {
		background: #dedede;
		border: none;
	}

	#custumModal #custumModalContainer > .custumModalContainerInner::-webkit-scrollbar-thumb {
		box-sizing: border-box;
		background: #049849;
		border: solid 3px #dedede;
		border-radius: 10px;
		box-shadow: none;
	}

	#custumModal #custumModalContainer > .custumModalContainerInner::-webkit-scrollbar-thumb:vertical:hover {
		background: #038738;
	}

	#custumModal #custumModalContainer > .custumModalContainerInner::-webkit-scrollbar-thumb:vertical:active {
		background: #02632f;
	}

	#custumModal .custumModalhead {
		padding: 36px 150px 16px;
		position: relative;
		text-align: center;
		font-weight: bold;
	}

	#custumModal .custumModalBody {
		box-sizing: border-box;
		padding: 20px 150px 56px;
		overflow: hidden;
		text-align: center;
	}

	#custumModal .custumModalFoot {
		box-sizing: border-box;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 115;
		border-top: 2px solid #0ca26c;
	}

	#custumModal .custumModalFootInner {
		box-sizing: border-box;
		height: 79px;
		padding: 10px 350px;
		background-color: #fff;
	}

	#custumModal .custumModalContentBlcok + .custumModalContentBlcok {
		margin-top: 50px;
	}

	#custumModal .custumModalTtl {
		font-size: 2em;
	}

	#custumModal .custumModalClose {
		width: 36px;
		height: 36px;
		position: absolute;
		top: 48px;
		right: 98px;
		cursor: pointer;
	}

	#custumModal .custumModalClose > img {
		width: 100%;
		height: auto;
	}

	#custumModal .custumModalCallTxt01 > a {
		display: inline-block;
		position: relative;
		padding-left: 46px;
		font-size: 2em;
		color: #0ca26c;
		font-weight: bold;
		cursor: default;
		pointer-events: none;
	}

	#custumModal .custumModalCallTxt01 > a::before {
		content: "";
		width: 32px;
		height: 32px;
		margin-top: -16px;
		position: absolute;
		top: 50%;
		left: 0;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_call02.png") center center / cover no-repeat;
	}

	#custumModal .custumModalCallTxt02 {
		font-size: 0.7777em;
	}

	#custumModal .custumModalNoteTxt01 {
		margin-top: 120px;
		font-size: 0.7777em;
	}

	/* stcikyFooter
	********************************/
	#stcikyFooter {
		display: none;
		position: fixed;
		right: 0;
		left: 0;
		bottom: 0;
		border-top: 2px solid #0ca26c;
		background-color: rgb(255, 255, 255);
		z-index: 50;
	}

	#stcikyFooter .stcikyFooterInner {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		max-width: 1200px;
		margin: 0 auto;
		padding: 12px 0;
	}

	#stcikyFooter .stcikyFooterCol {
		box-sizing: border-box;
		width: 50%;
		padding: 0 20px;
	}

	#stcikyFooter .tenpoAtnBtn > a {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 1em;
		min-height: 48px;
	}

	#stcikyFooter .stcikyFooterBtn {
		display: none;
	}

	#stcikyFooter .stcikyFooterBtn.tenpoAtnBtnIconArrowBottom > a::before {
		border-color: #fff;
	}

	#stcikyFooter .stcikyFooterTxt01 {
		text-align: right;
		font-size: 1.5555em;
		font-weight: bold;
	}

	#stcikyFooter #stcikyFooterTotalCount {
		color: #f7920e;
		font-size: 1.2857em;
		line-height: 1;
	}

	/* ロード中
	********************************/
	#informationProgress {
		display: flex;
		flex-direction: column;
		height: 300px;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	#informationProgress .informationProgressText {
		margin-top: 30px;
	}

	/* ページトップ
	********************************/
	#pageTop {
		bottom: 90px;
	}

	/***************************************************************
	state
	***************************************************************/
	/* 追従フッター内、アンカーリンクの状態管理
	********************************/
	#stcikyFooter #goToResult.goToResultDisabled {
		background: #ccc;
	}

	/* 店舗表示エリアのテキスト出し分け
	********************************/
	.resultTxtWrap > p[aria-hidden="true"] {
		display: none;
	}

	/* フリーワード検索のリセットボタン
	********************************/
	.inputTextSeach > .clearTextSeach[aria-hidden="false"] {
		display: block;
	}

	.inputTextSeach > input[type="button"]:disabled,
	.inputTextSeach > button[type="submit"]:disabled {
		background-color: #ccc;
		cursor: default;
	}

	/* 目的・条件から探すのクリックカバー
	********************************/
	.clickCover {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-flow: column wrap;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		position: absolute;
		top: -10px;
		left: -10px;
		right: -10px;
		bottom: -10px;
		border-radius: 5px;
		background-color: rgba(204, 204, 204, 0.7);
		z-index: 500;
		cursor: pointer;
	}

	.clickCover p {
		color: #fff;
		font-size: 1.5em;
		opacity: 1;
	}

	.clickCover p:last-child {
		font-size: 1.3em;
	}

	/* エリア選択モーダルのクリアボタン表示管理
	********************************/
	.filterBtn .filterBtnClear[aria-hidden="false"] {
		display: block;
	}

	/* エリア選択モーダル内絞り込み条件の状態管理
	********************************/
	#chooseAreaModal .chooseAreaFillter[aria-hidden="false"] {
		display: block;
	}

	/* フィルターボタンのパターン
	********************************/
	body:not(.isTouchDevice) .filterBtn > input + .filterLabel:hover,
	.filterBtn > input:checked + .filterLabel,
	body:not(.isTouchDevice) .chooseAreaFillter .filterBtn .filterLabel:not(.disabled):hover,
	.chooseAreaFillter .filterBtn .filterLabel.checked {
		border: 2px solid #0ca26c;
		background-color: #0ca26c;
		color: #fff;
		cursor: pointer;
	}

	body:not(.isTouchDevice) .filterBtn input:not(:disabled) + .filterLabel:hover,
	body:not(.isTouchDevice) .filterBtn .chooseAreaOpen:hover {
		background-color: #0ca26c;
		border-color: #0ca26c;
		color: #fff;
	}

	body:not(.isTouchDevice) .filterBtn input:checked + .filterLabel:hover,
	body:not(.isTouchDevice) .filterArea .filterBtn > .filterLabel.chooseAreaOpenSelected:hover,
	body:not(.isTouchDevice) .chooseAreaFillter .filterBtn .filterLabel.checked:hover {
		opacity: 0.7;
	}

	body:not(.isTouchDevice) .filterArea .filterBtn > .filterLabel:hover::before,
	.filterArea .filterBtn > .filterLabel.chooseAreaOpenSelected::before,
	.chooseAreaFillter .filterBtn .filterLabel::before {
		border-color: #fff;
	}

	body:not(.isTouchDevice) .filterBtn > input + .filterLabel[for="filerAccount"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_account02.png");}
	body:not(.isTouchDevice) .filterBtn > input + .filterLabel[for="filerLoanNew"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanNew02.png");}
	body:not(.isTouchDevice) .filterBtn > input + .filterLabel[for="filerLoanRefinancing"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanRefinancing02.png");}
	body:not(.isTouchDevice) .filterBtn > input + .filterLabel[for="filerInvestment"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_investment02.png");}
	body:not(.isTouchDevice) .filterBtn > input + .filterLabel[for="filterInsurance"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_insurance02.png");}
	body:not(.isTouchDevice) .filterBtn > input + .filterLabel[for="filterIdeco"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_iDeCo02.png");}
	body:not(.isTouchDevice) .filterBtn > input + .filterLabel[for="filterInheritance"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_inheritance02.png");}
	body:not(.isTouchDevice) .filterBtn > input + .filterLabel[for="filterOtherProcedures"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_otherProcedures02.png");}

	.filterBtn > input:checked + .filterLabel[for="filerAccount"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_account02.png");}
	.filterBtn > input:checked + .filterLabel[for="filerLoanNew"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanNew02.png");}
	.filterBtn > input:checked + .filterLabel[for="filerLoanRefinancing"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanRefinancing02.png");}
	.filterBtn > input:checked + .filterLabel[for="filerInvestment"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_investment02.png");}
	.filterBtn > input:checked + .filterLabel[for="filterInsurance"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_insurance02.png");}
	.filterBtn > input:checked + .filterLabel[for="filterIdeco"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_iDeCo02.png");}
	.filterBtn > input:checked + .filterLabel[for="filterInheritance"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_inheritance02.png");}
	.filterBtn > input:checked + .filterLabel[for="filterOtherProcedures"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_otherProcedures02.png");}

	body:not(.isTouchDevice) .filterBtn > input + .filterLabel:hover .filterLabelCount,
	.filterBtn > input:checked + .filterLabel .filterLabelCount,
	body:not(.isTouchDevice) .chooseAreaFillter .filterBtn .filterLabel:not(.disabled):hover .filterLabelCount,
	.chooseAreaFillter .filterBtn .filterLabel.checked .filterLabelCount {
		color: #fff;
	}

	/* filterBtn disabled pattern */
	#wrap .filterBtn > input:disabled + .filterLabel,
	#chooseAreaModal .filterBtn > input:disabled + .filterLabel,
	.chooseAreaFillter .filterBtn > .filterLabel.disabled {
		border: 2px solid #c4e5d7;
		background-color: #f0f9f1;
		cursor: default;
	}

	.filterBtn > input:disabled + .filterLabel[for="filerAccount"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_account03.png");}
	.filterBtn > input:disabled + .filterLabel[for="filerLoanNew"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanNew03.png");}
	.filterBtn > input:disabled + .filterLabel[for="filerLoanRefinancing"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanRefinancing03.png");}
	.filterBtn > input:disabled + .filterLabel[for="filerInvestment"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_investment03.png");}
	.filterBtn > input:disabled + .filterLabel[for="filterInsurance"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_insurance03.png");}
	.filterBtn > input:disabled + .filterLabel[for="filterIdeco"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_iDeCo03.png");}
	.filterBtn > input:disabled + .filterLabel[for="filterInheritance"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_inheritance03.png");}
	.filterBtn > input:disabled + .filterLabel[for="filterOtherProcedures"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_otherProcedures03.png");}

	body:not(.isTouchDevice) .filterBtn > input:disabled + .filterLabel[for="filerAccount"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_account03.png");}
	body:not(.isTouchDevice) .filterBtn > input:disabled + .filterLabel[for="filerLoanNew"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanNew03.png");}
	body:not(.isTouchDevice) .filterBtn > input:disabled + .filterLabel[for="filerLoanRefinancing"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanRefinancing03.png");}
	body:not(.isTouchDevice) .filterBtn > input:disabled + .filterLabel[for="filerInvestment"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_investment03.png");}
	body:not(.isTouchDevice) .filterBtn > input:disabled + .filterLabel[for="filterInsurance"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_insurance03.png");}
	body:not(.isTouchDevice) .filterBtn > input:disabled + .filterLabel[for="filterIdeco"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_iDeCo03.png");}
	body:not(.isTouchDevice) .filterBtn > input:disabled + .filterLabel[for="filterInheritance"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_inheritance03.png");}
	body:not(.isTouchDevice) .filterBtn > input:disabled + .filterLabel[for="filterOtherProcedures"]:hover::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_otherProcedures03.png");}

	#wrap .filterBtn > input:disabled + .filterLabel .filterLabelTxt,
	#wrap .filterBtn > input:disabled + .filterLabel .filterLabelCount,
	#chooseAreaModal .filterBtn > input:disabled + .filterLabel .filterLabelTxt,
	#chooseAreaModal .filterBtn > input:disabled + .filterLabel .filterLabelCount,
	.chooseAreaFillter .filterBtn > .filterLabel.disabled .filterLabelTxt,
	.chooseAreaFillter .filterBtn > .filterLabel.disabled .filterLabelCount {
		color: #98d2bd;
	}

	.filterBtn.visibleHidden {
		visibility: hidden;
	}

	/* 選択中の銀行に応じてに出し分けする要素の管理
	********************************/
	[data-bank-content][aria-hidden="true"] {
		display: none;
	}

	[data-bank-content][aria-hidden="false"] {
		display: block;
	}

	.tenpoAtnBtn[data-bank-content][aria-hidden="false"] {
		display: -webkit-box;
		display: flex;
	}

	/* ロード中の状態管理
	********************************/
	#informationProgress[aria-hidden="false"] { display: flex; }
	#informationProgress[aria-hidden="true"] { display: none; }

	/* 店舗情報エリア
	********************************/
	#information[aria-hidden="false"] {
		display: block;
	}

	/* infomationLoader */
	.informationWrap .informationLoader[aria-hidden="false"] {
		display: block;
	}

	/* モーダル共通
	********************************/
	.modalOpen {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow: hidden;
	}

	/* エリア選択モーダル
	********************************/
	.filterArea .filterBtn > .chooseAreaOpen.chooseAreaOpenSelected {
		border-color: #0ca26c;
		background-color: #0ca26c;
		color: #fff;
	}

	#chooseAreaModal[aria-hidden="false"] {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		opacity: 1;
	}

	#chooseAreaModal .chooseAreaModalContent[aria-hidden="false"] {
		visibility: visible;
	}

	#chooseAreaModal .chooseAreaModalBack[aria-hidden="false"] {
		display: block;
	}

	/* areaCategory */
	#chooseAreaModal .areaCategory[aria-hidden="false"] {
		display: block;
	}

	/* chooseAreaModalFoot */
	#chooseAreaModal .chooseAreaModalFoot[aria-hidden="false"] {
		display: block;
	}

	/* エリア選択モーダル内日本地図の状態パターン
	********************************/
	#chooseAreaModal .chooseAreaModalMap .chooseAreaModalMapLabel[data-facet-active-area="1"] .chooseAreaModalMapLabelHover {fill: #e7f2ee;}
	#chooseAreaModal .chooseAreaModalMap .chooseAreaModalMapLabel[data-facet-active-area="2"] .chooseAreaModalMapLabelHover {fill: #f9e8de;}
	#chooseAreaModal .chooseAreaModalMap .chooseAreaModalMapLabel[data-facet-active-area="3"] .chooseAreaModalMapLabelHover {fill: #ffe9c5;}
	#chooseAreaModal .chooseAreaModalMap .chooseAreaModalMapLabel[data-facet-active-area="4"] .chooseAreaModalMapLabelHover {fill: #f7dfe6;}
	#chooseAreaModal .chooseAreaModalMap .chooseAreaModalMapLabel[data-facet-active-area="5"] .chooseAreaModalMapLabelHover {fill: #dcecef;}
	#chooseAreaModal .chooseAreaModalMap .chooseAreaModalMapLabel[data-facet-active-area="6"] .chooseAreaModalMapLabelHover {fill: #ccd0ea;}

	#chooseAreaModal .chooseAreaModalMap .modalMapClickable.modalMapClickableHover[data-facet-active-area="1"] {fill: #3f9f82;}
	#chooseAreaModal .chooseAreaModalMap .modalMapClickable.modalMapClickableHover[data-facet-active-area="2"] {fill: #dd8347;}
	#chooseAreaModal .chooseAreaModalMap .modalMapClickable.modalMapClickableHover[data-facet-active-area="3"] {fill: #dba53b;}
	#chooseAreaModal .chooseAreaModalMap .modalMapClickable.modalMapClickableHover[data-facet-active-area="4"] {fill: #c47082;}
	#chooseAreaModal .chooseAreaModalMap .modalMapClickable.modalMapClickableHover[data-facet-active-area="5"] {fill: #379cb2;}
	#chooseAreaModal .chooseAreaModalMap .modalMapClickable.modalMapClickableHover[data-facet-active-area="6"] {fill: #27648a;}

	/* カスタムモーダル
	********************************/
	#custumModal[aria-hidden="false"] {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		opacity: 1;
	}

	/* 追従フッターの状態管理
	********************************/
	#stcikyFooterWrap.isStatic {
		padding-bottom: 3px;
	}
	#stcikyFooterWrap.isStatic #stcikyFooter {
		position: static;
		box-shadow: 0 1px 2px rgba(50, 50, 50, 0.1);
	}

	/* 追従フッターのボタンの出し分け */
	#stcikyFooter .stcikyFooterBtn[aria-hidden="false"] {
		display: -webkit-box;
		display: flex;
	}

	/* new 2019/07/05
	********************************/
	.searchContaier .searchContaierFoot .attentionBlock01 {
		margin-bottom: 30px;
	}
	.filterCustom .filterBtn .labelAdjust01 {
		padding: 10px 5px;
	}
	.filterCustom .filterBtn .labelAdjust01 .filterLabelTxt {
		flex-flow: wrap;
		align-items: center;
		min-height: 0;
	}
	.filterCustom .filterBtn .labelAdjust01 .filterLabelTxt > .filterLabelTxtSub {
		margin-left: 5px;
	}

	.informationAddressBlock01 {
		display: -webkit-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.informationAddressBlock01 .addressText01 {
		max-width: 100%;
		margin-right: 30px;
	}
	.informationTable .seminarBtn01 {
		margin-top: 20px;
	}
	.tenpoDotText01 {
		padding-top: .2em;
		background-position: top left;
		background-repeat: repeat-x;
		background-size: 1em .2em;
		background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#f7920e),color-stop(.5,#f7920e),color-stop(.9,transparent),to(transparent));
		background-image: -webkit-radial-gradient(center center,.1em .1em,#f7920e,#f7920e 95%,transparent 95%,transparent);
		background-image: radial-gradient(.1em .1em at center center,#f7920e,#f7920e 95%,transparent);
	}

	.btnSeminarReserve {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	#wrap .btnSeminarReserve > span {
		padding-left: 35px !important;
	}
	.btnSeminarReserve:hover > span span {
		color: #9b9b9b;
	}
	.btnSeminarReserve > span::before {
		font-size: 30px;
	}
	.btnSeminarReserve > span::after {
		content: '';
		width: 111px;
		height: 57px;
		margin-top: -28px;
		background: url(/kojin/tenpo_atm/images/tenpo_ico_reserve02.png) 0 0 no-repeat;
		-webkit-background-size: 111px 57px;
		background-size: 111px 57px;
	}
	.custumModalSeminarOpen > span::after {
		height: 57px;
		margin-top: -28px;
		background: url(/kojin/tenpo_atm/images/tenpo_ico_reserve01.png) 0 0 no-repeat;
		-webkit-background-size: 111px 57px;
		background-size: 111px 57px;
	}

	/* modal */
	.custumModalBodyAdjust01 {
		margin: 0 -50px;
	}
	.seminarModal01 > .lineBottom01 {
		padding-top: 25px;
		font-weight: normal;
	}
	.seminarModal01 > .lineBottom01 .detailList01 {
		padding: 0 10px;
	}
	.seminarModal01 > .lineBottom01 .detailList01 > .detail {
		margin-top: 15px;
	}
	.seminarEnd01 {
		position: relative;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.seminarEndText01 {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		width: 100%;
		height: 100%;
		margin-top: -20px;
		margin-left: -10px;
		padding: 10px 0 15px;
		background-color: rgba(0, 0, 0, 0.4);
		color: #fff;
		font-size: 1.169em;
	}
	#custumModal .custumModalClose {
		z-index: 1;
	}
	#custumModal .custumModalBody.overLap {
		margin-top: -72px;
	}
	#custumModal .jsAccTitle {
		text-align: left;
	}
	#custumModal .jsAccTitle .jsAccSwitch {
		cursor: pointer;
		padding-right: 30px;
	}
	#custumModal .jsAccTitle .jsAccSwitch > * {
		width: 100%;
		display: block;
		position: relative;
		padding-right: 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#custumModal .jsAccTitle .jsAccSwitch > *:after {
		font-family: 'icon_type2018';
		content: "\e910";
		position: absolute;
		top: 50%;
		right: 0;
		left: auto;
		margin-top: -0.5em;
		line-height: 1;
		font-size: 30px;
		color: #0ca26c;
		font-weight: normal;
	}
	#custumModal .jsAccTitle .jsAccSwitch[aria-selected="false"] > *:after {
		content: "\e911";
	}
	#custumModal .jsAccTitle .jsAccSwitch + *[role="tabpanel"][aria-hidden="true"] {
		display: none;
	}
	#custumModal .jsAccTitle .blockDetail {
		font-weight: normal;
	}
	.lineBottom01 .reserveLabel01 {
		display: inline-block;
		background: #0ca26c;
		line-height: 1;
		color: #fff;
		margin-right: 10px;
		padding: 5px 20px;
		border-radius: 22px;
	}
	.lineBottom01 .reserveLabel01.endLabel {
		background: #e6e6e6;
	}

	.disableCheck label,
	.disableCheck input[type="button"],
	.disableCheck .filterBtn > a {
		pointer-events: none;
	}
}

@media all and (max-width: 1199px) and (min-width: 768px) {
	/***************************************************************
		layout
	***************************************************************/
	/* fullWindow
	********************************/
	.fullWindow {
		left: 0;
	}

	/***************************************************************
	state
	***************************************************************/
	/* エリア選択モーダル用のクラス
	********************************/
	.modalOpen {
		overflow: hidden;
	}
}

@media all and (max-width: 767px) {
	/***************************************************************
		base
	***************************************************************/
	#wrap #mainArea {
		width: auto;
		margin-top: 0;
		position: static;
		color: #000;
	}

	#wrap #mainArea main {
		padding: 0 12px;
	}

	/***************************************************************
		layout
	***************************************************************/
	/* fullWindow
	********************************/
	.fullWindow {
		min-width: 0;
		margin: 0 -12px 32px;
		padding: 16px 0;
		position: relative;
	}

	/* container
	********************************/
	.container > .containerInner {
		padding: 0 12px;
	}

	/* searchContaier
	********************************/
	.searchContaier {
		margin-bottom: 16px;
		background: #fff;
	}

	.searchContaier .searchContaierFoot {
		position: relative;
		padding: 10px 12px 30px;
		background-color: #f0f9f1;
	}

	.searchContaier .searchContaierFoot::after {
		content: "";
		display: block;
		width: 18px;
		height: 18px;
		margin-left: -7px;
		position: absolute;
		bottom: -7px;
		left: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color: #f0f9f1;
	}

	/* resultContaier
	********************************/
	.resultContaier {
		margin-bottom: 30px;
	}

	/* formPanel01
	********************************/
	.formPanel01[aria-hidden="true"] {
		display: none;
	}

	/* searchContent
	********************************/
	.searchContent {
		margin-bottom: 35px;
	}

	.searchContent02 {
		position: relative;
		margin-bottom: 36px;
		padding: 24px;
	}

	.searchContent03 {
		padding: 22px 12px 15px;
		position: relative;
	}

	.searchContent:last-child {
		margin-bottom: 0;
	}

	.searchContentColor01 {
		background: #f7f7f7;
	}

	.searchContentColor02 {
		background: #f0f9f1;
	}

	/* searchStoreTypeContent
	********************************/
	.searchStoreTypeContent[aria-hidden="true"] {
		display: none;
	}

	/* searchColumn
	********************************/
	.searchColumn {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}

	.searchColumn.uniqueMargin01 {
		margin-top: 98px;
	}

	.searchColumn[data-column-pc="1"],
	.searchColumn[data-column-pc="2"],
	.searchColumn[data-column-pc="3"] {
		-webkit-box-pack: center;
		justify-content: center;
	}

	.searchColumn.searchColumnInlineBlock > .searchColumnCol {
		display: inline-block;
		float: none;
		font-size: 1.4rem;
	}

	/* -- setting gutter -------------------------------------------------- */
	.searchColumn > .searchColumnCol {margin-left: 3px;}
	.searchColumn[data-column-sp="4"] > .searchColumnCol {margin-left: 2px;}

	.searchColumn[data-column-sp="1"] > .searchColumnCol:nth-child(n + 2),
	.searchColumn[data-column-sp="2"] > .searchColumnCol:nth-child(n + 3),
	.searchColumn[data-column-sp="3"] > .searchColumnCol:nth-child(n + 4) {
		margin-top: 3px;
	}

	.searchColumn[data-column-sp="4"] > .searchColumnCol:nth-child(n + 5) {
		margin-top: 2px;
	}

	.searchColumn[data-column-sp] > .searchColumnCol:first-child,
	.searchColumn[data-column-sp="1"] > .searchColumnCol,
	.searchColumn[data-column-sp="2"] > .searchColumnCol:nth-child(2n + 1),
	.searchColumn[data-column-sp="3"] > .searchColumnCol:nth-child(3n + 1),
	.searchColumn[data-column-sp="4"] > .searchColumnCol:nth-child(4n + 1) {
		margin-left: 0;
	}

	/* column="2" */
	.searchColumn[data-column-sp="1"] > .searchColumnCol {width: 100%;}

	/* column="2" */
	.searchColumn[data-column-sp="2"] > .searchColumnCol {width: calc((100% - 3px * 1) / 2);}
	.searchColumn.searchColumnConnect[data-column-sp="2"] > .searchColumnCol {
		width: 50%;
		margin-left: 0;
		border-right: solid 1px #f0f9f1;
		box-sizing: border-box;
	}
	.searchColumn.searchColumnConnect[data-column-pc="2"] > .searchColumnCol:last-child {
		border-right: 0;
	}
	.searchColumnConnect .searchColumnCol:first-child .filterBtn {
		border-radius: 3px 0 0 3px;
	}
	.searchColumnConnect .searchColumnCol:last-child .filterBtn {
		border-radius: 0 3px 3px 0;
	}
	.searchColumnConnect .searchColumnCol:first-child .filterBtn .filterLabel {
		border-radius: 3px 0 0 3px;
	}
	.searchColumnConnect .searchColumnCol:last-child .filterBtn .filterLabel {
		border-radius: 0 3px 3px 0;
	}
	.filterBtn.notActive .filterLabel {
		/*border: 1px solid  #f4f4f4;
		background-color: #f4f4f4;*/
	}


	/* column="3" */
	.searchColumn[data-column-sp="3"] > .searchColumnCol {width: calc((100% - 3px * 2) / 3);}

	/* column="4" */
	.searchColumn[data-column-sp="4"] > .searchColumnCol {width: calc((100% - 2px * 3) / 4);}

	/* -- unique gutter 12px -------------------------------------------------- */
	.searchColumn.uniqueGuuter01 {
		margin-top: 17px;
		padding: 15px 12px;
		background: #f7f7f7;
	}

	.searchColumn.uniqueGuuter01 > .searchColumnCol {margin-left: 12px;}

	.searchColumn.uniqueGuuter01[data-column-sp="1"] > .searchColumnCol:nth-child(n + 2),
	.searchColumn.uniqueGuuter01[data-column-sp="2"] > .searchColumnCol:nth-child(n + 3),
	.searchColumn.uniqueGuuter01[data-column-sp="3"] > .searchColumnCol:nth-child(n + 4) {
		margin-top: 12px;
	}

	.searchColumn.uniqueGuuter01[data-column-sp] > .searchColumnCol:first-child,
	.searchColumn.uniqueGuuter01[data-column-sp="1"] > .searchColumnCol,
	.searchColumn.uniqueGuuter01[data-column-sp="2"] > .searchColumnCol:nth-child(2n + 1),
	.searchColumn.uniqueGuuter01[data-column-sp="3"] > .searchColumnCol:nth-child(3n + 1) {
		margin-left: 0;
	}

	/* column="1" column="2" */
	.searchColumn.uniqueGuuter01[data-column-sp="1"] > .searchColumnCol,
	.searchColumn.uniqueGuuter01[data-column-sp="2"] > .searchColumnCol {width: calc((100% - 12px * 1) / 2);}

	/* column="3" */
	.searchColumn.uniqueGuuter01[data-column-sp="3"] > .searchColumnCol {width: calc((100% - 12px * 2) / 3);}

	/* uniqu style - ajust wrap postion */
	.dataColumnSpContent03 {display: none;}
	.searchColumn[data-column-sp="3"] .dataColumnSpContent03 {display: block;}

	/* uniquLayiout01
	********************************/
	.uniquLayiout01 {
		margin-top: 28px;
		padding: 0 24px;
	}

	/***************************************************************
		modules
	***************************************************************/
	/* headding
	********************************/
	/* shopAtmHeading01 */
	.shopAtmHeading01 {
		text-align: center;
	}

	.shopAtmHeading01 > .shopAtmHeadingTxt {
		display: inline-block;
		color: #3c3c3c;
		font-size: 2.5rem;
		font-weight: bold;
	}

	/* shopAtmHeading02 */
	.shopAtmHeading02 {
		margin-bottom: 40px;
		padding: 8px 0;
		border-bottom: 2px solid #23bf7b;
		text-align: center;
	}

	.shopAtmHeading02 > .shopAtmHeadingTxt {
		display: inline-block;
		color: #3c3c3c;
		font-size: 2.2rem;
		font-weight: bold;
	}

	/* Typography
	********************************/
	/* shopAtmTypography01 */
	.shopAtmTypography01 {
		margin-bottom: 17px;
	}

	.shopAtmTypography01 > .shopAtmTypographyTxt {
		color: #3c3c3c;
		font-size: 1.8rem;
		font-weight: bold;
	}

	/* Lead
	********************************/
	.shopAtmLead {
		margin: 15px 20px 0;
	}

	.shopAtmLead .shopAtmLeadTxt {
		color: #3c3c3c;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.shopAtmLeadTxt01 {
		margin-top: -10px;
		margin-bottom: 20px;
		font-size: 1.2rem;
		text-align: center;
	}

	/* linkCassette
	********************************/
	.linkCassetteWrap {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.linkCassetteWrap > .linkCassette {
		display: -webkit-box;
		display: flex;
		-webkit-box-flex: 0;
		flex: 0 1 47.9166%;
	}

	.linkCassetteWrap > .linkCassette > a {
		box-sizing: border-box;
		width: 100%;
		padding: 25px 12px 55px;
		position: relative;
		border-radius: 2px;
		border: 1px solid #eaeaea;
		box-shadow: 0 3px 4px 0 #f0f0f0;
	}

	.linkCassetteWrap > .linkCassette > a[href^="#"]::before {
		content: '';
		width: 10px;
		height: 10px;
		border: 0;
		border-top: solid 2px #0ca26c;
		border-right: solid 2px #0ca26c;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		bottom: 25px;
		left: 50%;
		margin-left: -5px;
	}

	.linkCassetteWrap .linkCassetteThum {
		-webkit-box-flex: 0;
		width: 100%;
		max-width: 250px;
		margin-bottom: 10px;
	}

	.linkCassetteWrap .linkCassetteThum > img {
		height: auto;
	}

	.linkCassetteWrap .linkCassetteBody {
		-webkit-box-flex: 0;
		width: 100%;
		text-align: center;
	}

	.linkCassetteWrap .linkCassetteTxt {
		margin-top: 3px;
		color: #6e6e6e;
		font-size: 1.2rem;
	}

	.linkCassetteWrap > .linkCassette > a[target="_blank"] .linkCassetteTxt::after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-left: 10px;
		vertical-align: -0.1em;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_blank01.png") center center / cover no-repeat;
	}

	/* shopAtmArrowList
	********************************/
	.shopAtmArrowList[data-style-pc="horizon"] > li {
		display: block;
	}

	.shopAtmArrowList[data-style-pc="horizon"] > li + li {
		margin-top: 7px;
	}

	.shopAtmArrowList > li > a {
		display: inline-block;
		padding-left: calc(1em + 5px);
		position: relative;
		font-size: 1.4rem;
	}

	.shopAtmArrowList > li > a::before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 2px #0ca26c;
		border-right: solid 2px #0ca26c;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 0.4em;
		left: 0;
	}

	.shopAtmArrowList > li > a.IconBlank01 {
		padding-right: 25px;
	}

	.shopAtmArrowList > li > a.IconBlank01::after {
		content: '';
		width: 15px;
		height: 15px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -9px;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_blank01.png") center center / cover no-repeat;
	}

	/* resultTxtWrap
	********************************/
	.resultTxtWrap {
		margin-bottom: 16px;
		text-align: center;
	}

	.resultTxtWrap > p[data-facet="countTxt"] {
		display: inline-block;
		padding: 0 0 0 32px;
		position: relative;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
	}

	.resultTxtWrap > p[data-facet="countTxt"]::before {
		content: "";
		display: block;
		width: 27px;
		height: 31px;
		margin-top: -19px;
		position: absolute;
		top: 50%;
		left: 0;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_bank01.png") center center / cover no-repeat;
	}

	.resultTxtWrap > p[data-facet="countTxt"] > #totalCount {
		color: #f7920e;
		font-size: 2.8rem;
	}

	.resultTxtWrap > p[data-facet="leadTxt"] {
		display: inline-block;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
	}

	/* tenpoAtnBtn */
	.tenpoAtnBtn {
		display: -webkit-box;
		display: flex;
		position: relative;
	}

	.tenpoAtnBtn > a {
		box-sizing: border-box;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		text-align: center;
		width: 100%;
		min-height: 58px;
		padding: 20px 5px;
		border-radius: 3px;
		box-shadow: rgba(0, 0, 0, 0.0980392) 0 8px 2px -5px;
		background-color: #fff;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.tenpoAtnBtn.tenpoAtnBtn01 > a {
		background: #1aac78;
		background-image: -webkit-linear-gradient(left, #2cdc87 0%, #2cdc87 51%, #29cc7d 63.5%, #1aac78 100%);
		background-image: linear-gradient(to right, #2cdc87 0%, #2cdc87 51%, #29cc7d 63.5%, #1aac78 100%);
		background-size: 200% auto;
		background-position: right center;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.tenpoAtnBtn.tenpoAtnBtn01 > a:hover {
		background-position: left center;
	}

	.tenpoAtnBtn.tenpoAtnBtn02 > a {
		background: #faab00;
		background-image: -webkit-linear-gradient(left, #ffb513 0%, #ffb513 51%, #faab00 63.5%, #e88504 100%);
		background-image: linear-gradient(to right, #ffb513 0%, #ffb513 51%, #faab00 63.5%, #e88504 100%);
		background-size: 200% auto;
		background-position: right center;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.tenpoAtnBtn.tenpoAtnBtn02 > a:hover {
		background-position: left center;
	}

	.tenpoAtnBtn.tenpoAtnBtn03 > a {
		min-height: 45px;
		padding: 5px 20px;
		border: 1px solid #e1e1e1;
		color: #000;
		font-size: 1.6rem;
		-webkit-transition: .3s 0s opacity ease-in-out;
		transition: .3s 0s opacity ease-in-out;
	}

	.tenpoAtnBtn.tenpoAtnBtn03:not(.stcikyFooterBtn) > a:hover {
		background-color: #0ca26c;
		color: #fff;
	}

	.tenpoAtnBtn > a[target="_blank"]::after {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		margin-bottom: -6px;
		position: absolute;
		right: 8px;
		bottom: 50%;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_blank02.png") center center / cover no-repeat;
		-webkit-transition: .3s 0s all ease-in-out;
		transition: .3s 0s all ease-in-out;
	}

	.tenpoAtnBtn.tenpoAtnBtn03 > a[target="_blank"]::after {
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_blank01.png") center center / cover no-repeat;
	}

	.tenpoAtnBtn.tenpoAtnBtn03 > a[target="_blank"]:hover::after {
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_blank02.png") center center / cover no-repeat;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconMap > a::before,
	.tenpoAtnBtn.tenpoAtnBtnIconDevice > a::before,
	.tenpoAtnBtn.tenpoAtnBtnIconCall > a::before {
		content: "";
		display: block;;
		position: absolute;
		top: 10px;
		left: 50%;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconMap > a::before {
		width: 23px;
		height: 19px;
		margin-left: -12px;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_map01.png") center center / cover no-repeat;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconDevice > a::before {
		width: 21px;
		height: 18px;
		margin-left: -10px;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_device01.png") center center / cover no-repeat;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconCall > a::before {
		width: 19px;
		height: 19px;
		margin-left: -9px;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_call01.png") center center / cover no-repeat;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconArrowRight > a::before,
	.tenpoAtnBtn.tenpoAtnBtnIconArrowTop > a::before,
	.tenpoAtnBtn.tenpoAtnBtnIconArrowBottom > a::before {
		content: '';
		width: 0.3em;
		height: 0.3em;
		border: 0;
		border-top: solid 2px #0ca26c;
		border-right: solid 2px #0ca26c;
		position: absolute;
		top: 50%;
		left: 7px;
		-webkit-transition: .3s 0s all ease-in-out;
		transition: .3s 0s all ease-in-out;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconArrowRight > a::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -0.2em;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconArrowTop > a::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -0.15em;
	}

	.tenpoAtnBtn.tenpoAtnBtnIconArrowBottom > a::before {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-top: -0.3em;
	}

	.tenpoAtnBtn.tenpoAtnBtn03.tenpoAtnBtnIconArrowRight:hover > a:not([href^="#"])::before,
	.tenpoAtnBtn.tenpoAtnBtn03.tenpoAtnBtnIconArrowTop:hover > a:not([href^="#"])::before,
	.tenpoAtnBtn.tenpoAtnBtn03.tenpoAtnBtnIconArrowBottom:hover > a:not([href^="#"])::before {
		border-color: #fff;
	}

	.informationItem .tenpoAtnBtn > a[target="_blank"]::after {
		margin-bottom: 0;
		right: 8px;
		bottom: 8px;
	}

	/* form
	********************************/
	/* .inputTextSeach */
	.inputTextSeach {
		position: relative;
		border-radius: 3px;
		overflow: hidden;
	}

	.inputTextSeach > input[type="text"] {
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: 40px;
		padding: 5px 110px 5px 10px;
		border: 1px solid #ccc;
		border-radius: 3px;
		outline: none;
		background: #fff;
		box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.12) inset;
		font-size: 1.4rem;
	}

	.inputTextSeach > input[type="text"]::-ms-clear {
		display: none;
	}

	.inputTextSeach > input[type="text"]::-webkit-input-placeholder,
	.inputTextSeach > input[type="text"]::-moz-placeholder,
	.inputTextSeach > input[type="text"]:-ms-input-placeholder {
		color: #757575;
	}

	.inputTextSeach > input[type="button"],
	.inputTextSeach > button[type="submit"] {
		-webkit-appearance: none;
		appearance: none;
		box-sizing: border-box;
		display: block;
		width: 70px;
		height: 40px;
		padding: 5px;
		position: absolute;
		top: 0;
		right: 0;
		border: none;
		border-radius: 0;
		outline: none;
		background: #0ca26c;
		color: #fff;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.inputTextSeach > .clearTextSeach {
		display: none;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		position: absolute;
		top: 50%;
		right: 80px;
		cursor: pointer;
	}

	.inputTextSeach > .clearTextSeach > img {
		vertical-align: top;
	}

	/* filterBtn
	********************************/
	.filterBtn {
		position: relative;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-flow: column wrap;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		align-items: center;
		background-color: #fff;
		border-radius: 3px;
		overflow: hidden;
	}

	.filterBtn > input {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.filterBtn .filterLabel {
		box-sizing: border-box;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-flow: column wrap;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		align-items: center;
		width: 100%;
		margin: 0;
		padding: 13px 5px 7px;
		border: 1px solid  #fff;
		border-radius: 3px;
		background-color: #fff;
		text-align: center;
		overflow: hidden;
		cursor: pointer;
	}

	.filterCustom .filterBtn .filterLabel {
		padding: 10px 5px 6px;
	}

	.filterCustom .filterBtn .filterLabel::before {
		content: "";
		display: block;
		width: 55px;
		height: 39px;
		margin-bottom: 3px;
		background: center center / contain no-repeat;
	}

	.filterArea .filterBtn > .filterLabel {
		position: relative;
		padding: 15px 30px;
		color: #000;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.filterArea .filterBtn > .filterLabel::before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 2px #0ca26c;
		border-right: solid 2px #0ca26c;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -0.3em;
	}

	/* filterBtn pattern */
	.filterBtn .filterLabel[for="filerAccount"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_account01.png");}
	.filterBtn .filterLabel[for="filerLoanNew"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanNew01.png");}
	.filterBtn .filterLabel[for="filerLoanRefinancing"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanRefinancing01.png");}
	.filterBtn .filterLabel[for="filerInvestment"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_investment01.png");}
	.filterBtn .filterLabel[for="filterInsurance"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_insurance01.png");}
	.filterBtn .filterLabel[for="filterIdeco"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_iDeCo01.png");}
	.filterBtn .filterLabel[for="filterInheritance"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_inheritance01.png");}
	.filterBtn .filterLabel[for="filterOtherProcedures"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_otherProcedures01.png");}

	.filterBtn .filterLabelTxt {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-flow: column wrap;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-flex: 1;
		flex: 1 0 auto;
		width: 100%;
		margin-bottom: 9px;
		line-height: 1.3;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.filterCustom .filterBtn .filterLabelTxt {
		margin-bottom: 5px;
	}

	.filterBtn .filterLabelTxtSub {
		font-size: 1rem;
	}

	.filterBtn .filterLabelCount {
		color: #0ca26c;
		line-height: 1;
		font-size: 1rem;
		font-weight: bold;
	}

	.filterBtn .filterBtnClear {
		display: none;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		position: absolute;
		top: 50%;
		right: 10px;
	}

	/* filterChooseStoreType
	********************************/
	.filterChooseStoreType > div  {
		box-sizing: border-box;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		position: relative;
	}

	.filterChooseStoreType .filterChooseStoreTypeCol {
		box-sizing: border-box;
		display: -webkit-box;
		display: flex;
		width: 50%;
		position: relative;
	}

	.filterChooseStoreType input[type="radio"]  {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.filterChooseStoreType input[type="radio"] + label {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		width: 100%;
		padding: 10px 10px;
		border: 1px solid transparent;
		border-bottom-color: #0ca26c;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.filterChooseStoreType input[type="radio"]:checked + label {
		margin-top: -5px;
	}

	.filterChooseStoreType .filterChooseStoreTypeCol:first-child input[type="radio"] + label {
		border-top-color: #e1e1e1;
		border-left-color: #e1e1e1;
	}

	.filterChooseStoreType .filterChooseStoreTypeCol:last-child input[type="radio"] + label {
		border-top-color: #e1e1e1;
		border-right-color: #e1e1e1;
	}

	.filterChooseStoreType .filterChooseStoreTypeCol:first-child input[type="radio"]:checked + label {
		border-top-color: #0ca26c;
		border-left-color: #0ca26c;
		border-bottom-color: transparent;
		border-right-color: #0ca26c;
		color: #0ca26c;
	}

	.filterChooseStoreType .filterChooseStoreTypeCol:last-child input[type="radio"]:checked + label {
		border-top-color: #0ca26c;
		border-left-color: #0ca26c;
		border-bottom-color: transparent;
		border-right-color: #0ca26c;
		color: #0ca26c;
	}

	/* filterCustom
	********************************/
	.filterCustom {
		margin-bottom: 25px;
	}

	/* filterBasic
	********************************/
	.filterBasicColumn > div + div {
		margin-top: 25px;
	}

	/* information
	********************************/
	#information {
		display: none;
	}

	/* informationItem */
	.informationWrap .informationItem {
		box-sizing: border-box;
		padding: 23px 12px;
		border-top: 1px solid #eaeaea;
	}

	.informationWrap .informationItem + .informationItem {
		margin-top: 0;
	}

	/* informationHead */
	.informationWrap .informationHead {
		margin-bottom: 0;
	}

	.informationWrap .informationHead .informationHeadRow + .informationHeadRow {
		margin-top: 12px;
	}

	/* informationSimpleData, informationSubData */
	.informationWrap .informationSimpleData,
	.informationWrap .informationSubData {
		box-sizing: border-box;
	}

	/* informationType */
	.informationWrap .informationType {
		margin-bottom: 6px;
		color: #6e6e6e;
		line-height: 1.3;
		font-size: 1.4rem;
		font-weight: bold;
	}

	/* informationName */
	.informationWrap .informationName {
		margin-bottom: 8px;
		font-size: 1.9rem;
		font-weight: bold;
	}

	/* businessHours */
	.informationWrap .businessHours {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}

	.informationWrap .businessHours > .businessHoursBadge {
		box-sizing: border-box;
		padding: 7px 2px;
		width: calc((100% - 2px * 2) / 3);
		margin-left: 2px;
		background-color: #f0f9f1;
		text-align: center;
	}

	.informationWrap .businessHours > .businessHoursBadge:first-child {
		margin-left: 0;
	}

	.informationWrap .businessHoursLabel {
		max-width: 72px;
		margin: 0 auto;
	}

	.informationWrap .businessHours > .businessHoursBadge.weekdayOff,
	.informationWrap .businessHours > .businessHoursBadge.saturdayOff,
	.informationWrap .businessHours > .businessHoursBadge.holidayOff {
		background-color: #e9e9e9;
	}

	/* informationStatusBadge */
	.informationStatusWrap {
		margin-bottom: 20px;
	}

	.informationWrap .informationStatusBadge {
		box-sizing: border-box;
		display: block;
		padding: 8px 2px 3px;
		text-align: center;
		background-color: #f0f9f1;
	}

	.informationWrap .informationStatusBadgeLabel {
		display: block;
		margin: 0 auto;
		max-width: 67px;
		color: #0ca26c;
		line-height: 1.222;
		font-size: 1rem;
		font-weight: bold;
	}

	.informationWrap .informationStatusBadgeLabel.isPC {display: none;}
	.informationWrap .informationStatusBadgeLabel.isSP {display: block;}

	.informationWrap .informationStatusBadge.accountOff,
	.informationWrap .informationStatusBadge.loanNewOff,
	.informationWrap .informationStatusBadge.loanRefinancingOff,
	.informationWrap .informationStatusBadge.investmentOff,
	.informationWrap .informationStatusBadge.insuranceOff,
	.informationWrap .informationStatusBadge.iDeCoOff,
	.informationWrap .informationStatusBadge.inheritanceOff {
		background-color: #e9e9e9;
	}

	/* informationMessagge */
	.informationWrap .informationMessagge {
		padding: 10px 12px;
		border-radius: 3px;
		background: #f7f7f7;
	}

	.informationWrap .informationMessaggeTitle,
	.informationWrap .informationMessaggeContent {
		line-height: 1.5;
		font-size: 1.2rem;
	}

	.informationWrap .informationMessaggeTitle {
		font-weight: bold;
	}

	/* informationTable */
	.informationWrap .informationTable {
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 20px;
	}

	.informationWrap .informationTable tr {
		display: block;
		padding: 17px 0;
		border-top: 1px solid #eaeaea;
	}

	.informationWrap .informationTable tr:last-child {
		border-bottom: 1px solid #eaeaea;
	}

	.informationWrap .informationTable td,
	.informationWrap .informationTable th {
		display: block;
		text-align: left;
		line-height: 1.5;
		font-size: 1.6rem;
	}

	.informationWrap .informationTable th {
		font-weight: bold;
		margin-bottom: 6px;
	}

	/* informationNote */
	.informationWrap .informationNote {
		margin-top: 6px;
		line-height: 1.5;
		font-size: 1.2rem;
	}

	/* infomationLoader */
	.informationWrap .informationLoader {
		display: none;
		padding: 50px 0;
		text-align: center;
	}

	/* chooseAreaModal
	********************************/
	#chooseAreaModal {
		display: none;
		width: 100%;
		height: 100%;
		max-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 4000000000;
		opacity: 0;
	}

	#chooseAreaModal #chooseAreaModalOverlay {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #000;
		opacity: 0.5;
		z-index: 105;
	}

	#chooseAreaModal #chooseAreaModalContainer {
		box-sizing: border-box;
		width: 100%;
		position: relative;
		background-color: #fff;
		overflow: hidden;
		overflow-y: auto;
		z-index: 110;
	}

	/* chooseAreaModalHead */
	#chooseAreaModal .chooseAreaModalHead {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 34px 30px 20px;
		background: #fff;
		text-align: center;
		z-index: 115;
	}

	#chooseAreaModal .chooseAreaModalBody {
		box-sizing: border-box;
		height: 100%;
	}

	/* chooseAreaModalFoot */
	#chooseAreaModal .chooseAreaModalFoot {
		box-sizing: border-box;
		display: none;
		position: fixed;
		width: 100%;
		bottom: 0;
		height: 0;
		background-color: #fff;
		border-top: 2px solid #0ca26c;
	}

	#chooseAreaModal .chooseAreaModalFootInner {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		padding: 12px;
	}

	#chooseAreaModal .chooseAreaModalFootCol {
		box-sizing: border-box;
		width: 50%;
	}

	#chooseAreaModal .chooseAreaModalFoot .tenpoAtnBtn > a {
		padding: 5px 5px;
		font-size: 1.3rem;
		min-height: 32px;
		font-weight: normal;
	}

	#chooseAreaModal .chooseAreaModalFootTxt01 {
		padding: 0 5px 0 10px;
		text-align: left;
		font-size: 1.6rem;
		font-weight: bold;
	}

	#chooseAreaModal #chooseAreaModalTotalCount {
		padding: 13px 0;
		color: #f7920e;
		font-size: 2rem;
		line-height: 1;
	}

	#chooseAreaModal .chooseAreaModalInner {
		width: 200%;
		height: 100%;
		-webkit-transition: -webkit-transform 0.2s;
		transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transition: transform 0.2s, -webkit-transform 0.2s;
	}

	#chooseAreaModal #chooseAreaModalForm {
		height: 100%;
	}

	#chooseAreaModal .chooseAreaModalTtl {
		font-size: 2rem;
		font-weight: bold;
	}

	#chooseAreaModal .chooseAreaModalClose {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 12px;
		right: 12px;
		cursor: pointer;
	}

	#chooseAreaModal .chooseAreaModalBack {
		display: none;
		padding-left: 16px;
		position: absolute;
		top: 12px;
		left: 12px;
		line-height: 1;
		color: #0ca26c;
		font-size: 1.6rem;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
		cursor: pointer;
	}

	#chooseAreaModal .chooseAreaModalBack::before {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-top: solid 2px #0ca26c;
		border-right: solid 2px #0ca26c;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -7px;
	}

	#chooseAreaModal .chooseAreaModalContent {
		box-sizing: border-box;
		padding: 105px 12px 76px;
		float: left;
		visibility: hidden;
		overflow-x: auto;
	}

	#chooseAreaModal .chooseAreaModalContent01 {
		height: 100%;
	}

	#chooseAreaModal .chooseAreaModalContent02 {
		height: auto;
	}

	/* chooseAreaModalMap */
	#chooseAreaModal .chooseAreaModalMap {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	#chooseAreaModal .chooseAreaModalMap svg {
		width: 100%;
		height: auto;
	}

	/* areaCategory */
	#chooseAreaModal .areaCategory {
		display: none;
	}

	#chooseAreaModal .areaCategory + .areaCategory {
		display: none;
		margin-top: 4px;
	}

	#chooseAreaModal .chooseAreaModalMap .modalMapClickable,
	#chooseAreaModal .chooseAreaModalMap  .chooseAreaModalMapLabel {
		cursor: pointer;
	}

	/* chooseAreaAccodion */
	#chooseAreaModal .chooseAreaAccodion {
		background-color: #f0f9f1;
	}

	#chooseAreaModal .chooseAreaAccodion + .chooseAreaAccodion {
		margin-top: 4px;
	}

	#chooseAreaModal .chooseAreaAccodion .chooseAreaAccodionTrigger > a {
		box-sizing: border-box;
		display: block;
		color: #000;
		padding: 18px 30px 17px 12px;
		position: relative;
		font-size: 1.6rem;
		font-weight: bold;
	}

	#chooseAreaModal .chooseAreaAccodion .chooseAreaAccodionTrigger > a::after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: 12px;
		margin-top: -10px;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_plus01.png") center center / cover no-repeat;
	}

	#chooseAreaModal .chooseAreaAccodion .chooseAreaAccodionTrigger.open > a::after {
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_minus01.png") center center / cover no-repeat;
	}

	#chooseAreaModal .chooseAreaAccodion .chooseAreaAccodionColorTxt01 {
		color: #0ca26c;
	}

	#chooseAreaModal .chooseAreaAccodion .chooseAreaAccodionContent {
		display: none;
		padding: 12px 12px 28px;
	}

	#chooseAreaModal .chooseAreaModalColumn01 {
		display: block;
	}
	#chooseAreaModal #chooseAreaData {
		margin-top: -4px;
	}

	#chooseAreaModal .chooseAreaFillter {
		display: none;
		box-sizing: border-box;
		margin-top: 28px;
	}

	#chooseAreaModal .chooseAreaTtl {
		margin-bottom: 20px;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}

	#chooseAreaModal .chooseAreaFillter .chooseAreaBody {
		padding: 18px 15px;
		background: #f0f9f1;
	}

	#chooseAreaModal .chooseAreaFillter legend {
		display: block;
	}


	/* custumModal
	********************************/
	.custumModalContent,
	.custumModalSeminarContent {
		display: none;
	}

	#custumModal {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 4000000000;
		opacity: 0;
	}

	#custumModal #custumModalOverlay {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #000;
		opacity: 0.5;
		z-index: 105;
	}

	#custumModal #custumModalContainer {
		position: relative;
		padding-bottom: 66px;
		border-radius: 3px;
		overflow: hidden;
	}

	#custumModal #custumModalContainer > .custumModalContainerInner {
		box-sizing: border-box;
		width: 95vw;
		max-height: 75vh;
		position: relative;
		background-color: #fff;
		overflow: hidden;
		overflow-y: auto;
		z-index: 110;
	}

	#custumModal .custumModalhead {
		padding: 34px 30px 20px;
		position: relative;
		text-align: center;
		font-weight: bold;
	}

	#custumModal .custumModalBody {
		box-sizing: border-box;
		padding: 12px 12px 55px;
		overflow: hidden;
		text-align: center;
	}

	#custumModal .custumModalFoot {
		box-sizing: border-box;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 115;
		border-top: 2px solid #0ca26c;
	}

	#custumModal .custumModalFootInner {
		box-sizing: border-box;
		height: 66px;
		padding: 10px;
		background-color: #fff;
	}

	#custumModal .custumModalContentBlcok + .custumModalContentBlcok {
		margin-top: 28px;
	}

	#custumModal .custumModalTtl {
		font-size: 2rem;
	}

	#custumModal .custumModalClose {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 12px;
		right: 12px;
		cursor: pointer;
	}

	#custumModal .custumModalClose > img {
		width: 100%;
		height: auto;
	}

	#custumModal .custumModalCallTxt01 > a {
		display: inline-block;
		position: relative;
		padding-left: 35px;
		font-size: 2.6rem;
		color: #0ca26c;
		font-weight: bold;
		pointer-events: all;
	}

	#custumModal .custumModalCallTxt01 > a::before {
		content: "";
		width: 23px;
		height: 23px;
		margin-top: -11px;
		position: absolute;
		top: 50%;
		left: 0;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_call02.png") center center / cover no-repeat;
	}

	#custumModal .custumModalCallTxt02 {
		padding: 0 12px;
		text-align: left;
		font-size: 1.4rem;
	}

	#custumModal .custumModalNoteTxt01 {
		margin-top: 80px;
		padding: 0 12px;
		text-align: left;
		font-size: 0.7777em;
	}

	/* stcikyFooter
	********************************/
	#stcikyFooter {
		display: none;
		position: fixed;
		right: 0;
		left: 0;
		bottom: 0;
		border-top: 2px solid #0ca26c;
		background-color: rgb(255, 255, 255);
		z-index: 50;
	}

	#stcikyFooter .stcikyFooterInner {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		margin: 0 auto;
		padding: 12px;
	}

	#stcikyFooter .stcikyFooterCol {
		box-sizing: border-box;
		width: 50%;
	}

	#stcikyFooter .tenpoAtnBtn > a {
		padding: 5px 20px;
		font-size: 1.3rem;
		min-height: 32px;
		font-weight: normal;
	}

	#stcikyFooter .stcikyFooterBtn {
		display: none;
	}

	#stcikyFooter .stcikyFooterBtn.tenpoAtnBtnIconArrowBottom > a::before {
		border-color: #fff;
	}

	#stcikyFooter .stcikyFooterTxt01 {
		padding: 0 5px 0 10px;
		text-align: left;
		font-size: 1.6rem;
		font-weight: bold;
	}

	#stcikyFooter #stcikyFooterTotalCount {
		padding: 13px 0;
		color: #f7920e;
		font-size: 2rem;
		line-height: 1;
	}

	/* ロード中
	********************************/
	#informationProgress {
		display: flex;
		flex-direction: column;
		height: 200px;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	#informationProgress .informationProgressText {
		margin-top: 30px;
	}

	/* ページトップ
	********************************/
	#pageTop {
		bottom: 70px;
	}

	/***************************************************************
		state
	***************************************************************/

	/* 追従フッター内、アンカーリンクの状態管理
	********************************/
	#stcikyFooter #goToResult.goToResultDisabled {
		background: #ccc;
	}

	/* 店舗表示エリアのテキスト出し分け
	********************************/
	.resultTxtWrap > p[aria-hidden="true"] {
		display: none;
	}

	/* フリーワード検索のリセットボタン
	********************************/
	.inputTextSeach > .clearTextSeach[aria-hidden="false"] {
		display: block;
	}

	.inputTextSeach > input[type="button"]:disabled,
	.inputTextSeach > button[type="submit"]:disabled {
		background-color: #ccc;
	}

	/* 目的・条件から探すのクリックカバー
	********************************/
	.clickCover {
		box-sizing: border-box;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-flow: column wrap;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		padding: 10px;
		position: absolute;
		top: -10px;
		left: 0;
		right: 0;
		bottom: -10px;
		border-radius: 5px;
		background-color: rgba(204, 204, 204, 0.7);
		z-index: 500;
		cursor: pointer;
	}

	.clickCover p {
		width: 100%;
		color: #fff;
		font-size: 1.5rem;
		opacity: 1;
		text-align: center;
	}

	.clickCover p:last-child {
		font-size: 1.3rem;
	}

	/* エリア選択モーダルのクリアボタン表示管理
	********************************/
	.filterBtn .filterBtnClear[aria-hidden="false"] {
		display: block;
	}

	/* エリア選択モーダル内絞り込み条件の状態管理
	********************************/
	#chooseAreaModal .chooseAreaFillter[aria-hidden="false"] {
		display: block;
	}

	/* フィルターボタンのパターン
	********************************/
	/* filterBtn checked pattern */
	.filterBtn > input:checked + .filterLabel,
	.chooseAreaFillter .filterBtn .filterLabel.checked {
		border: 1px solid #0ca26c;
		background-color: #0ca26c;
		color: #fff;
		cursor: pointer;
	}

	.filterBtn > input:checked + .filterLabel[for="filerAccount"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_account02.png");}
	.filterBtn > input:checked + .filterLabel[for="filerLoanNew"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanNew02.png");}
	.filterBtn > input:checked + .filterLabel[for="filerLoanRefinancing"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanRefinancing02.png");}
	.filterBtn > input:checked + .filterLabel[for="filerInvestment"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_investment02.png");}
	.filterBtn > input:checked + .filterLabel[for="filterInsurance"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_insurance02.png");}
	.filterBtn > input:checked + .filterLabel[for="filterIdeco"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_iDeCo02.png");}
	.filterBtn > input:checked + .filterLabel[for="filterInheritance"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_inheritance02.png");}
	.filterBtn > input:checked + .filterLabel[for="filterOtherProcedures"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_otherProcedures02.png");}

	.filterBtn > input:checked + .filterLabel .filterLabelCount,
	.chooseAreaFillter .filterBtn .filterLabel.checked .filterLabelCount {
		color: #fff;
	}

	/* filterBtn disabled pattern */
	.filterBtn > input:disabled + .filterLabel,
	.chooseAreaFillter .filterBtn .filterLabel.disabled {
		border: 1px solid #c4e5d7;
		background-color: #f0f9f1;
		cursor: default;
	}

	.filterBtn > input:disabled + .filterLabel[for="filerAccount"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_account03.png");}
	.filterBtn > input:disabled + .filterLabel[for="filerLoanNew"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanNew03.png");}
	.filterBtn > input:disabled + .filterLabel[for="filerLoanRefinancing"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_loanRefinancing03.png");}
	.filterBtn > input:disabled + .filterLabel[for="filerInvestment"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_investment03.png");}
	.filterBtn > input:disabled + .filterLabel[for="filterInsurance"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_insurance03.png");}
	.filterBtn > input:disabled + .filterLabel[for="filterIdeco"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_iDeCo03.png");}
	.filterBtn > input:disabled + .filterLabel[for="filterInheritance"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_inheritance03.png");}
	.filterBtn > input:disabled + .filterLabel[for="filterOtherProcedures"]::before {background-image: url("/kojin/tenpo_atm/images/tenpoAtm_ico_otherProcedures02.png");}

	.filterBtn > input:disabled + .filterLabel .filterLabelTxt,
	.filterBtn > input:disabled + .filterLabel .filterLabelCount,
	.chooseAreaFillter .filterBtn .filterLabel.disabled .filterLabelTxt,
	.chooseAreaFillter .filterBtn .filterLabel.disabled .filterLabelCount {
		color: #98d2bd;
	}

	.filterBtn.visibleHidden {
		visibility: hidden;
	}

	/* 選択中の銀行に応じてに出し分けする要素の管理
	********************************/
	[data-bank-content][aria-hidden="true"] {
		display: none;
	}

	[data-bank-content][aria-hidden="false"] {
		display: block;
	}

	.tenpoAtnBtn[data-bank-content][aria-hidden="false"] {
		display: -webkit-box;
		display: flex;
	}

	/* ロード中の状態管理
	********************************/
	#informationProgress[aria-hidden="false"] { display: flex; }
	#informationProgress[aria-hidden="true"] { display: none; }

	/* 店舗情報エリア
	********************************/
	#information[aria-hidden="false"] {
		display: block;
	}

	/* infomationLoader */
	.informationWrap .informationLoader[aria-hidden="false"] {
		display: block;
	}

	/* モーダル共通
	********************************/
	.modalOpen {
		width: 100%;
		position: fixed;
		overflow: hidden;
	}

	.modalOpen body {
		width: 100%;
		height: 100%;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
	}

	/* エリア選択モーダル
	********************************/
	.filterArea .filterBtn > .chooseAreaOpen.chooseAreaOpenSelected {
		border-color: #0ca26c;
		background-color: #0ca26c;
		color: #fff;
	}

	.chooseAreaOpen.chooseAreaOpenSelected::before {
		border-color: #fff;
	}

	#chooseAreaModal[aria-hidden="false"] {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-align: stretch;
		align-items: stretch;
		-webkit-box-pack: center;
		justify-content: center;
		opacity: 1;
	}

	#chooseAreaModal .chooseAreaModalContent[aria-hidden="false"] {
		visibility: visible;
	}

	#chooseAreaModal .chooseAreaModalBack[aria-hidden="false"] {
		display: block;
	}

	#chooseAreaModal #chooseAreaModalContainer.isScroll {
		box-sizing: border-box;
		width: 100%;
		position: relative;
		background-color: #fff;
		overflow: hidden;
		overflow-y: auto;
		z-index: 110;
	}

	#chooseAreaModal #chooseAreaModalContainer.isScroll::-webkit-scrollbar {
		width: 10px;
	}

	#chooseAreaModal #chooseAreaModalContainer.isScroll::-webkit-scrollbar-track {
		background: #dedede;
		border: none;
	}

	#chooseAreaModal #chooseAreaModalContainer.isScroll::-webkit-scrollbar-thumb {
		box-sizing: border-box;
		background: #049849;
		border-radius: 6px;
		box-shadow: none;
	}

	#chooseAreaModal #chooseAreaModalContainer.isScroll::-webkit-scrollbar-thumb:vertical:hover {
		background: #038738;
	}

	#chooseAreaModal #chooseAreaModalContainer.isScroll::-webkit-scrollbar-thumb:vertical:active {
		background: #02632f;
	}

	#chooseAreaModal #chooseAreaModalContainer.isScroll::-webkit-scrollbar-track-piece {
		background: #ccc;
	}

	/* areaCategory */
	#chooseAreaModal .areaCategory[aria-hidden="false"] {
		display: block;
	}

	/* chooseAreaModalFoot */
	#chooseAreaModal .chooseAreaModalFoot[aria-hidden="false"] {
		display: block;
		height: auto;
	}

	/* エリア選択モーダル内日本地図の状態パターン
	********************************/
	#chooseAreaModal .chooseAreaModalMap .chooseAreaModalMapLabel[data-facet-active-area="1"] .chooseAreaModalMapLabelHover {fill: #e7f2ee;}
	#chooseAreaModal .chooseAreaModalMap .chooseAreaModalMapLabel[data-facet-active-area="2"] .chooseAreaModalMapLabelHover {fill: #f9e8de;}
	#chooseAreaModal .chooseAreaModalMap .chooseAreaModalMapLabel[data-facet-active-area="3"] .chooseAreaModalMapLabelHover {fill: #ffe9c5;}
	#chooseAreaModal .chooseAreaModalMap .chooseAreaModalMapLabel[data-facet-active-area="4"] .chooseAreaModalMapLabelHover {fill: #f7dfe6;}
	#chooseAreaModal .chooseAreaModalMap .chooseAreaModalMapLabel[data-facet-active-area="5"] .chooseAreaModalMapLabelHover {fill: #dcecef;}
	#chooseAreaModal .chooseAreaModalMap .chooseAreaModalMapLabel[data-facet-active-area="6"] .chooseAreaModalMapLabelHover {fill: #ccd0ea;}

	#chooseAreaModal .chooseAreaModalMap .modalMapClickable.modalMapClickableHover[data-facet-active-area="1"] {fill: #3f9f82;}
	#chooseAreaModal .chooseAreaModalMap .modalMapClickable.modalMapClickableHover[data-facet-active-area="2"] {fill: #dd8347;}
	#chooseAreaModal .chooseAreaModalMap .modalMapClickable.modalMapClickableHover[data-facet-active-area="3"] {fill: #dba53b;}
	#chooseAreaModal .chooseAreaModalMap .modalMapClickable.modalMapClickableHover[data-facet-active-area="4"] {fill: #c47082;}
	#chooseAreaModal .chooseAreaModalMap .modalMapClickable.modalMapClickableHover[data-facet-active-area="5"] {fill: #379cb2;}
	#chooseAreaModal .chooseAreaModalMap .modalMapClickable.modalMapClickableHover[data-facet-active-area="6"] {fill: #27648a;}

	/* カスタムモーダル
	********************************/
	#custumModal[aria-hidden="false"] {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		opacity: 1;
	}

	/* 追従フッターの状態管理
	********************************/
	#stcikyFooterWrap.isStatic {
		padding-bottom: 3px;
	}
	#stcikyFooterWrap.isStatic #stcikyFooter {
		position: static;
		box-shadow: 0 1px 2px rgba(50, 50, 50, 0.1);
	}

	/* 追従フッターのボタンの出し分け */
	#stcikyFooter .stcikyFooterBtn[aria-hidden="false"] {
		display: -webkit-box;
		display: flex;
	}

	/* new 2019/07/05
	********************************/
	.informationTable .seminarBtn01 {
		margin-top: 20px;
	}
	.informationTable .seminarBtn01 > a > span {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.informationAddressBlock01 .tenpoAtnBtn {
		min-width: 100px;
		width: 100px;
		margin-left: 5px;
	}
	.informationAddressBlock01 .tenpoAtnBtn > a {
		min-height: 46px;
		padding: 5px 35px;
	}
	.informationAddressBlock01 .tenpoAtnBtn > a::before {
		top: 50%;
		left: 7px;
		margin-top: -10px;
		margin-left: 0;
	}
	.informationAddressBlock01 .tenpoAtnBtn > a[target="_blank"]::after {
		margin-bottom: -6px;
		bottom: 50%;
	}

	.tenpoDotText01 {
		padding-top: .3em;
		background-position: top left;
		background-repeat: repeat-x;
		background-size: 1em .2em;
		background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#f7920e),color-stop(.5,#f7920e),color-stop(.9,transparent),to(transparent));
		background-image: -webkit-radial-gradient(center center,.1em .1em,#f7920e,#f7920e 95%,transparent 95%,transparent);
		background-image: radial-gradient(.1em .1em at center center,#f7920e,#f7920e 95%,transparent);
	}

	.seminarModal01 .v3-packingHorizonB01 {
		display: block;
	}
	.seminarModal01 > .lineBottom01 {
		padding-top: 20px;
	}
	.seminarModal01 > .lineBottom01 .detailList01 {
		padding: 0 10px;
	}
	.seminarModal01 > .lineBottom01 .detailList01 > .detail {
		margin-top: 15px;
	}

	#custumModal .custumModalTtl02 {
		font-size: 2rem;
	}
	#custumModal .custumModalClose {
		z-index: 1;
	}
	#custumModal .custumModalBody.overLap {
		margin-top: -58px;
	}
	#custumModal .custumModalBodyAdjust01 .custumModalhead {
		padding-top: 25px;
	}
	#custumModal .custumModalBodyAdjust01 .jsAccTitle {
		text-align: left;
	}
	#custumModal .custumModalBodyAdjust01 .jsAccTitle .jsAccSwitch {
		padding: 25px 24px;
	}
	#custumModal .custumModalBodyAdjust01 .jsAccTitle .jsAccSwitch > * {
		display: block;
		position: relative;
		padding-right: 2em;
	}
	#custumModal .custumModalBodyAdjust01 .jsAccTitle .jsAccSwitch > *:after {
		font-family: 'icon_type2018';
		content: "\e910";
		position: absolute;
		top: 50%;
		right: 0;
		left: auto;
		margin-top: -0.5em;
		line-height: 1;
		font-size: 20px;
		color: #0ca26c;
		font-weight: normal;
	}
	#custumModal .custumModalBodyAdjust01 .jsAccTitle .jsAccSwitch[aria-selected="false"] > *:after, .modalWrap .jsAccTitle .jsAccSwitch[aria-selected="false"] > *:after {
		content: "\e911";
	}
	.seminarEnd01 {
		position: relative;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.seminarEndText01 {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		width: 100%;
		height: 100%;
		margin-top: -10px;
		margin-left: -10px;
		padding: 10px 0 5px;
		background-color: rgba(0, 0, 0, 0.4);
		color: #fff;
		font-size: 1.096em;
	}

	.btnSeminarReserve {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	.btnSeminarReserve:hover > span span {
		color: #9b9b9b;
	}
	#wrap .seminarBtn01 .btnSeminarReserve > span {
		position: relative;
		display: block;
		padding-right: 113px !important;
		padding-left: 15px !important;
	}
	.btnSeminarReserve > span::before {
		left: -5px;
		font-size: 25px;
	}
	#wrap .btnSeminarReserve > span::after {
		content: '';
		right: 0;
		width: 111px;
		height: 57px;
		margin-top: -28px;
		background: url(/kojin/tenpo_atm/images/tenpo_ico_reserve02.png) 0 0 no-repeat;
		-webkit-background-size: 111px 57px;
		background-size: 111px 57px;
	}
	#wrap .custumModalSeminarOpen > span::after {
		background: url(/kojin/tenpo_atm/images/tenpo_ico_reserve01.png) 0 0 no-repeat;
		-webkit-background-size: 111px 57px;
		background-size: 111px 57px;
	}
	.informationAddressBlock01 {
		display: -webkit-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.searchContaier .searchContaierFoot .attentionBlock01 {
		margin-bottom: 10px;
	}
	.chooseAreaFillter .attentionBlock01 > .blockInner,
	.searchContaier .searchContaierFoot .attentionBlock01 > .blockInner {
		padding: 12px;
	}
	.chooseAreaFillter .attentionBlock01 > .blockInner  > *,
	.searchContaier .searchContaierFoot .attentionBlock01 > .blockInner  > * {
		margin-bottom: 0;
	}
	.chooseAreaFillter .attentionBlock01 .glyphAttention01 > span,
	.searchContaier .searchContaierFoot .attentionBlock01 .glyphAttention01 > span {
		padding-left: 2.6em;
	}
	.lineBottom01 .reserveLabel01 {
		display: inline-block;
		background: #0ca26c;
		line-height: 1;
		color: #fff;
		margin: 0 0 10px;
		padding: 5px 15px;
		border-radius: 22px;
	}
	.lineBottom01 .reserveLabel01.endLabel {
		background: #e6e6e6;
	}
}

/* debug */
#debug {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 30px;
}

#debug[aria-hidden="true"] {
	display: none;
}

#debug .listMemo01 {
	margin-top: 20px;
}

#debug .listMemo01 > li {
	margin-bottom: 0;
}

/* focus style */
.container a:focus,
.searchContaier button:focus,
.searchContaier input:focus,
.searchContaier a:focus,
.inputTextSeach input[type="text"]:focus,
.inputTextSeach > input[type="button"]:focus,
.inputTextSeach > button[type="submit"]:focus,
.filterBtn > input:focus + .filterLabel,
#information a:focus,
#chooseAreaModal button:focus,
#chooseAreaModal input:focus,
#chooseAreaModal a:focus,
#chooseAreaModal .chooseAreaModalMapLabel:focus,
#custumModal button:focus,
#custumModal a:focus,
#pageTop:focus,
#stcikyFooter a:focus {
	outline: 1px solid #23bf7b;
}

#custumModal .custumModalClose:focus > img,
.chooseAreaModalClose:focus > img,
.clearTextSeach:focus > img {
	box-sizing: border-box;
	padding: 3px;
}

/* accordion */
#wrap .tenpoAccordion01 {
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
}
.tenpoAccordion01 > * {
	width: 100%;
	display: block;
	position: relative;
	padding-right: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #3c3c3c;
	font-size: 1.4444em;
	font-weight: bold;
}
.tenpoAccordion01 > *::after {
	font-family: 'icon_type2018';
	content: "\e910";
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	margin-top: -0.5em;
	line-height: 1;
	font-size: 30px;
	color: #0ca26c;
	font-weight: normal;
}
.tenpoAccordion01[aria-selected="false"] > *::after {
	content: "\e911";
}
.tenpoAccordionContent01 .filterBtn .filterLabel {
	border: solid 2px #f0f9f1;
}

.inputTextSeach input[type="text"]:focus,
.inputTextSeach > input[type="button"]:focus,
.inputTextSeach > button[type="submit"]:focus {
	outline-offset: -1px;
}

/* print style */
@media print{
	body,
	.fullWindow,
	.container {
		min-width: 0;
	}
}

/*****************************************************
 公開時は「埼玉りそな銀行」は非表示の為、CSSで対応
*****************************************************/
.tenpoAtmDisplayNone {
	display: none !important;
}

/* filter style */
.filterBasicWrap {
	position: relative;
	background: #f0f9f1;
	padding: 20px 48px 5px;
}
.filterBasicWrap:after {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	margin-left: -7px;
	position: absolute;
	bottom: -17px;
	left: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #f0f9f1;
}
.filterBasicWrap > .filterBasic {
	margin-bottom: 45px;
}
.filterChooseBank {
	padding: 21px 14px 30px;
}
.filterChooseBankColumn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 28px;
}
.filterChooseBankCol {
	display: flex;
	justify-content: center;
	width: 25%;
	margin-bottom: 12px;
	font-weight: bold;
}
.informationBody > .addressText01 {
	margin-bottom: 0;
}
.searchContentBgNone {
	background: none;
}
.informationName > a {
	color: #000;
}
.tenpoAtmTextWrap01 {
	text-align: center;
}
.jsPosition {
	position: relative;
}
.jsTextField {
	position: absolute;
	bottom: 70%;
	left: 16em;
	z-index: 3;
	visibility: hidden;
	margin-bottom: 5px;
	padding: 10px;
	max-width: 100%;
	height: 0;
	border: 3px solid #0ca16c;
	border-radius: 10px;
	background: #fff;
	color: #FF0000;
	font-weight: 700;
	font-size: 13px;
	opacity: 0;
	-webkit-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.jsTextField:before {
	content: '';
	position: absolute;
	bottom: -24px;
	left: 60px;
	z-index: 3;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #f0f9f1;
}
.jsTextField:after {
	position: absolute;
	bottom: -30px;
	left: 60px;
	z-index: 2;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #0ca16c;
	content: '';
}
.jsPosition .active {
	visibility: visible !important;
	height: auto !important;
	opacity: 1 !important;
}
@media all and (max-width: 767px) {
	.filterChooseBankCol {
		display: flex;
		justify-content: normal;
		width: 50%;
		margin-bottom: 12px;
		font-weight: bold;
	}
	.filterBasicWrap {
		padding: 20px 12px 5px;
	}
	.filterBasicWrap:after {
		content: "";
		display: block;
		width: 18px;
		height: 18px;
		margin-left: -7px;
		position: absolute;
		bottom: -7px;
		left: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color: #f0f9f1;
	}
	.filterBasicWrap > .filterBasic {
		margin-bottom: 25px;
	}
	.searchColumnFlexStart {
		justify-content: flex-start !important;
	}
	.tenpoAtmTextWrap01 {
		text-align: left;
	}
	.jsTextField {
		left: 1em;
	}
}
/* Google Map */
#tenpoMap * {
	outline: 0 !important;
}
.mapSearchMapContent {
	position: relative;
}
.mapSearchMap {
	width: 1200px;
	height: 585px;
	margin: 0 auto 20px;
	text-align: center;
}
.mapSearchMapWrap {
	position: relative;
}
.mapSearchMarkerWrap {
	z-index: 2;
	max-width: 320px;
	background: #fff;
	border: 2px solid #b3b3b3;
	border-radius: 4px;
	box-shadow: rgb(0 0 0 / 20%) 0px 8px 5px -5px;
}
.mapSearchMarkerWrap:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: -10px;
	border: solid #b3b3b3;
	border-width: 0 0 1px 1px;
	transform: rotate(-45deg);
	background: #fff;
}
.mapSearchMarkerTextWrap {
	border-bottom: 1px solid #eaeaea;
}
.mapSearchMarkerText {
	padding: 20px;
}
.mapSearchMarkerLinkWrap {
	padding: 12px;
	text-align: center;
}
.gm-ui-hover-effect {
	top: 1px !important;
	right: 1px !important;
}
#tenpoMapWrap {
	position: relative;
	width: 901px;
	height: 585px;
}
.mapSearchMapBlock {
	width: 901px;
	height: 585px;
	margin-bottom: 60px;
}
#mapSearchZoomModal {
	z-index: 0;
	pointer-events: none;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 230px;
	padding: 15px;
	background: rgba(0,0,0,0.75);
	border-radius: 10px;
	color: rgba(255,255,255,1);
	text-align: center;
}
#mapSearchZoomModal[aria-hidden="true"] {
	display: none;
}
.modal_window p {
	margin: 5px;
}
/* Google Map infoWindow */
.gm-style {
	font-size: 100%;
}
.gm-style.poi-info-window {
	padding: 12px;
	font: 400 11px Roboto, Arial, sans-serif;
}
.gm-style .gm-style-iw {
	font-size: 100%;
}
.gm-style .gm-style-iw-c {
	border: 0;
	padding: 0;
}
.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}
.gm-style:not(.poi-info-window) .gm-style-iw-tc {
	transform: translateX(-64%);
}
.gm-style:not(.poi-info-window) .gm-style-iw-tc::after {
	top: -3px;
}

.custumModalContent,
.custumModalSeminarContent {
	display: none;
}
#custumModal {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4000000000;
	opacity: 0;
}
#custumModal #custumModalOverlay {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
	z-index: 105;
}
#custumModal #custumModalContainer {
	position: relative;
	padding-bottom: 79px;
	border-radius: 3px;
	overflow: hidden;
}
#custumModal #custumModalContainer .custumModalContainerInner {
	box-sizing: border-box;
	width: 1000px;
	max-height: 90vh;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	overflow-y: auto;
	z-index: 110;
}
#custumModal #custumModalContainer > .custumModalContainerInner::-webkit-scrollbar {
	width: 17px;
}
#custumModal #custumModalContainer > .custumModalContainerInner::-webkit-scrollbar-track {
	background: #dedede;
	border: none;
}
#custumModal #custumModalContainer > .custumModalContainerInner::-webkit-scrollbar-thumb {
	box-sizing: border-box;
	background: #049849;
	border: solid 3px #dedede;
	border-radius: 10px;
	box-shadow: none;
}
#custumModal #custumModalContainer > .custumModalContainerInner::-webkit-scrollbar-thumb:vertical:hover {
	background: #038738;
}
#custumModal #custumModalContainer > .custumModalContainerInner::-webkit-scrollbar-thumb:vertical:active {
	background: #02632f;
}
#custumModal .custumModalhead {
	padding: 36px 150px 16px;
	position: relative;
	text-align: center;
	font-weight: bold;
}
#custumModal .custumModalBody {
	box-sizing: border-box;
	padding: 20px 150px 56px;
	overflow: hidden;
	text-align: center;
}
#custumModal .custumModalFoot {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 115;
	border-top: 2px solid #0ca26c;
}
#custumModal .custumModalFootInner {
	box-sizing: border-box;
	height: 79px;
	padding: 10px 350px;
	background-color: #fff;
}
#custumModal .custumModalContentBlcok + .custumModalContentBlcok {
	margin-top: 50px;
}
#custumModal .custumModalTtl {
	font-size: 2em;
}
#custumModal .custumModalClose {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 48px;
	right: 98px;
	cursor: pointer;
}
#custumModal .custumModalClose > img {
	width: 100%;
	height: auto;
}
#custumModal .custumModalCallTxt01 > a {
	display: inline-block;
	position: relative;
	padding-left: 46px;
	font-size: 2em;
	color: #0ca26c;
	font-weight: bold;
	cursor: default;
	pointer-events: none;
}
#custumModal .custumModalCallTxt01 > a::before {
	content: "";
	width: 32px;
	height: 32px;
	margin-top: -16px;
	position: absolute;
	top: 50%;
	left: 0;
	background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_call02.png") center center / cover no-repeat;
}
#custumModal .custumModalCallTxt02 {
	font-size: 0.7777em;
}
#custumModal .custumModalNoteTxt01 {
	margin-top: 120px;
	font-size: 0.7777em;
}
/* tenpo_atm rb 2023 */
.mapSearchListWrap {
	border-top: 1px solid #eaeaea;
}
.mapSearchDefinitionTeam01 {
	margin-top: 32px;
	margin-bottom: 32px;
	font-size: 1em;
	font-weight: bold;
}
.mapSearchFlexCenter {
	justify-content: center;
}
.mapSearchInformationLabel {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.mapSearchLabelImg {
	width: 80px
}
.mapSearchLabelText {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}
.mapSearchDefinitionTeam02 {
	margin-bottom: 20px;
	font-weight: bold;
}
.mapSearchBgGray {
	background-color: #E9E9E9 !important;
}
.mapSearchColoseColor {
	color: #8f8f8f !important;
}
.mapSearchDefinitionDescription02 {
	margin-bottom: 30px;
}
.mapSearchUnderLine {
	text-decoration: underline;
}
.mapSearchTelNumber01 {
	pointer-events: none;
}
.mapSearchIconGray {
	background: #e3e3e3;
	color: #8f8f8f;
}
.mapSearchIconColumn {
	display: flex;
	flex-wrap: wrap;
}
.mapSearchIconList {
	display: flex;
	align-items: center;
	position: relative;
	width: 30%;
	padding: 20px 8px;
	margin-left: 3%;
	border-bottom: solid 1px #eaeaea;
}
.mapSearchIcon01:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_biometrics01.png");
	background-size: cover;
}
.mapSearchIcon02:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_ic01.png");
	background-size: cover;
}.mapSearchIcon03:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_International01.png");
	background-size: cover;
}.mapSearchIcon04:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_fx01.png");
	background-size: cover;
}.mapSearchIcon05:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_realEstate01.png");
	background-size: cover;
}.mapSearchIcon06:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_mortgage01.png");
	background-size: cover;
}.mapSearchIcon07:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_premium01.png");
	background-size: cover;
}.mapSearchIcon08:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_prioritySeat01.png");
	background-size: cover;
}.mapSearchIcon09:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_assistanceDog01.png");
	background-size: cover;
}.mapSearchIcon10:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_written01.png");
	background-size: cover;
}.mapSearchIcon11:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_board01.png");
	background-size: cover;
}.mapSearchIcon12:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_step01.png");
	background-size: cover;
}.mapSearchIcon13:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-size: cover;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_braille01.png");
}.mapSearchIcon14:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_wheelchair01.png");
	background-size: cover;
}.mapSearchIcon15:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_voice01.png");
	background-size: cover;
}.mapSearchIcon16:before {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url("/kojin/tenpo_atm/images/facility_ico_priority01.png");
	background-size: cover;
}
.mapSearchIconList span {
	padding-left: 50px;
}
.mapSearchFixedBottomContentWrap .fixedBottomContent {
	padding: 0;
}
.mapSearchFixedBottomList01 {
	display: flex;
	justify-content: center;
}
.mapSearchFixedBottomList01 > * {
	width: 100%;
	max-width: 360px;
	margin-left: 20px;
}
.mapSearchFixedBottomList01 > *:first-child {
	margin-left: 0;
}
.mapSearchCardInner {
	padding: 20px 30px !important;
}
.mapSearchMarginBtm15 {
	margin-bottom: 15px !important;
}
.mapSearchDecorationLine {
	text-decoration: underline;
}
.storeMessageClone {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	position: absolute;
	left: -9999px;
	overflow: hidden;
}
.messageOverflow {
	overflow: hidden;
	transition: height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.jsMoreMessage {
	transition: opacity 0.1s cubic-bezier(0.16, 1, 0.3, 1);
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
}
.jsMoreMessage.hide {
	opacity: 0;
}
.mapSearchMapWrap + .tabList {
	margin-top: 50px;
}
.mapSearchTab01 .informationWrap {
	border-bottom: 1px solid #eaeaea;
}
.mapSearchTab01 .informationWrap .informationTable tr:last-child {
	border-bottom: 0;
}

/* tenpo_atm map 2023 */
.mapSearchSearchContentWrap {
	margin-bottom: 60px;
}
.resultTxtWrap > .mapSearchCountTxt01 {
	font-size: 2rem !important;
}
.resultTxtWrap > .mapSearchCountTxt01[data-facet="leadTxt"] {
	padding: 14px 10px 4px;
}
.mapSearchSearchContentWrap .jsTextField {
	top: -60px;
	bottom: auto;
	left: 13em;
}
.mapSearchDateBlock01 {
	border-top: 1px solid #ccc;
}
.mapSearchDateBlock01[aria-hidden="true"] {
	display: none;
}
.mapSearchDateList01 {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 11px;
	border-bottom: solid 1px #ccc;
	font-size: 1.4rem;
}
.mapSearchDateList02 {
	box-sizing: border-box;
	width: 100%;
	padding: 28px 0 28px 20px;
	border-bottom: solid 1px #ccc;
}
.mapSearchDateLink {
	color: #000;
	font-weight: bold;
}
.mapSearchDateList01:last-child {
	border-bottom: unset;
}
.mapSearchDateList02:last-child {
	border-bottom: unset;
}
.mapSearchTextSize14 {
	font-size: 1.4rem;
}
.mapSearchModalBtn01 {
	margin-top: 50px;
}
.mapSearchFixedBottomContentWrap {
	margin-top: 23px;
	margin-bottom: 50px;
}
.mapSearchMapContent #informationLoader {
	padding: 10px;
	text-align: center;
}
.mapSearchMapContent #informationProgress {
	display: block;
}
.mapSearchMapContent #informationProgress[aria-hidden="true"] {
	display: none;
}
.mapSearchMapContent #informationLoader[aria-hidden="true"] {
	display: none;
}
.mapSearchAccBlock01 {
	margin-top: 40px;
}
.mapSearchAccBlock01 .mapSearchAccPanel {
	padding-top: 20px;
}
.mapSearchPinColumn01 {
	display: flex;
	justify-content: center;
}
.mapSearchPinColumn01 > *[class*="mapSearchPinIcon"] {
	opacity: 0.5;
	margin-left: 20px;
	font-size: 1.4rem;
	line-height: 1.5;
	cursor: pointer;
}
.mapSearchPinColumn01 > *[class*="mapSearchPinIcon"].select {
	opacity: 1;
}
.mapSearchPinColumn01 > *[class*="mapSearchPinIcon"]:first-child {
	margin-left: 0;
}
.mapSearchDetailBlock01 {
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	box-sizing: border-box;
}
*[class*="mapSearchPinIcon"] > span,
*[class*="mapSearchLampIcon"] > span {
	display: inline-block;
	position: relative;
}
*[class*="mapSearchPinIcon"] > span {
	padding: 7px 0 6px 28px;
}
*[class*="mapSearchPinIcon"] > span::before,
*[class*="mapSearchLampIcon"] > span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
*[class*="mapSearchPinIcon"] > span::before {
	width: 24px;
	height: 34px;
	margin-top: -17px;
}
.mapSearchLampIcon01 > span {
	padding: 9px 0 9px 35px;
}
.mapSearchLampIcon01 > span::before {
	content: url(/common/type2018/images/ico_lamp01.svg);
	width: 22px;
	height: 44px;
	margin-top: -24px;
}
.mapSearchPinIcon01 > span::before {
	background-image: url(/kojin/tenpo_atm/images/ico_pin_rb01.png);
}
.mapSearchPinIcon02 > span::before {
	background-image: url(/kojin/tenpo_atm/images/ico_pin_sr01.png);
}
.mapSearchPinIcon03 > span::before {
	background-image: url(/kojin/tenpo_atm/images/ico_pin_km01.png);
}
.mapSearchPinIcon04 > span::before {
	background-image: url(/kojin/tenpo_atm/images/ico_pin_mb01.png);
}
.mapSearchPinIcon05 > span::before {
	background-image: url(/kojin/tenpo_atm/images/ico_pin_unmanned01.png);
}
.mapSearchPinIcon06 > span::before {
	background-image: url(/kojin/tenpo_atm/images/ico_pin_banktime01.png);
}
.mapSearchPinIcon07 > span::before {
	background-image: url(/kojin/tenpo_atm/images/ico_pin_kokonimo01.png);
}
.mapSearchPinIcon08 > span::before {
	background-image: url(/kojin/tenpo_atm/images/ico_pin_viewaltte01.png);
}
@media (min-width: 768px) {
	/* tenpo_atm rb 2023 */
	.mapSearchPcCallNone {
		pointer-events: none;
	}
	.mapSearchIconList:nth-child(3n+1) {
		margin-left: 0;
	}
	.mapSearchPcTextSize18 {
		font-size: 1.8rem !important;
	}
	.mapSearchPcPosition {
		position: absolute;
		top: 0;
		right: 0;
		width: 300px;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	}
	.mapSearchPcPositionInner {
		height: 583px;
		overflow-y: scroll;
	}
	.mapSearchPcPositionInner::-webkit-scrollbar {
		width: auto;
	}
	.mapSearchPcPositionInner::-webkit-scrollbar-thumb {
		box-sizing: border-box;
		background: #049849;
		border: solid 3px #dedede;
		border-radius: 10px;
		box-shadow: none;
	}
	.mapSearchPcPositionInner::-webkit-scrollbar-track {
		background: #dedede;
		border: none;
	}
	.mapSearchBadge {
		width: 145px;
		min-height: 123px;
		margin-left: 5px !important;
	}
	.mapSearchBadge:first-child {
		margin-left: 0 !important;
	}
	.mapSearchH45 {
		height: 45px !important;
	}
	.mapSearchPcPositionInner .resultTxtWrap > p[data-facet="countTxt"]::before {
		width: 39px;
		height: 43px;
		margin-top: -24px;
		background-size: cover;
	}
	.mapSearchPcResult {
		margin-bottom: 10px !important;
	}
	.mapSearchPcBtn20 {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	/* Google Map */
	.gm-ui-hover-effect {
		top: 1px !important;
		right: 1px !important;
	}
	#tenpoMapWrap {
		width: 100%;
		height: 272px;
		margin-bottom: 20px;
	}
	.mapSearchMap {
		width: 100%;
		height: 272px;
	}
	.mapSearchMapBlock {
		width: 100%;
		height: 272px;
		margin-bottom: 30px;
	}
	.mapSearchMarkerWrap {
		font-size: 1.2rem;
	}

	/* tenpo_atm rb 2023 */
	.mapSearchDefinitionTeam01 {
		margin-bottom: 6px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5;
	}
	.mapSearchLabelText {
		height: 35px;
		font-size: 1.1rem;
	}
	.mapSearchDefinitionTeam02 {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.mapSearchDefinitionDescription02 {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.mapSearchTelNumber01 {
		pointer-events: all;
	}
	.mapSearchIconColumn {
		display: block;
	}
	.mapSearchIconList {
		width: 100%;
		padding: 20px 0px;
		margin-left: 0;
	}
	.mapSearchLabelImg {
		width: 100%;
		max-width: 50px;
	}
	.mapSearchSpTextSize16 {
		font-size: 1.6rem !important;
	}
	.mapSearchMapWrap + .tabList {
		margin-top: 35px;
	}
	.mapSearchTab01 {
		padding: 25px 0px !important;
	}
	.mapSearchInformationLabel {
		margin-bottom: 3px !important;
	}
	.mapSearchCardInner {
		padding: 20px 12px !important;
	}
	.mapSearchFixedBottomContentWrap {
		margin-top: 23px;
		margin-bottom: 35px;
	}
	.mapSearchBtnFlex {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 61px;
	}
	/* tenpo_atm map 2023 */
	.mapSearchSearchContentWrap {
		margin-bottom: 20px;
	}
	.mapSearchSearchContentWrap .jsTextField {
		top: -70px;
		bottom: auto;
		left: 0em;
	}
	.mapSearchSearchContentWrap .searchContent02 {
		padding: 20px;
	}
	.mapSearchDateLink {
		padding-left: 0;
	}
	.mapSearchIcon01:before {
		width: 30px;
		height: 30px;
	}
	.mapSearchIcon02:before {
		width: 30px;
		height: 30px;
	}.mapSearchIcon03:before {
		width: 30px;
		height: 30px;
	}.mapSearchIcon04:before {
		width: 30px;
		height: 30px;
	}.mapSearchIcon05:before {
		width: 30px;
		height: 30px;
	}.mapSearchIcon06:before {
		width: 30px;
		height: 30px;
	}.mapSearchIcon07:before {
		width: 30px;
		height: 30px;
	}.mapSearchIcon08:before {
		width: 30px;
		height: 30px;
	}.mapSearchIcon09:before {
		width: 30px;
		height: 30px;
	}.mapSearchIcon10:before {
		width: 30px;
		height: 30px;
	}.mapSearchIcon11:before {
		width: 30px;
		height: 30px;
	}.mapSearchIcon12:before {
		width: 30px;
		height: 30px;
	}.mapSearchIcon13:before {
		width: 30px;
		height: 30px;
	}.mapSearchIcon14:before {
		width: 30px;
		height: 30px;
	}.mapSearchIcon15:before {
		width: 30px;
		height: 30px;
	}.mapSearchIcon16:before {
		width: 30px;
		height: 30px;
	}
	.mapSearchTextSize14 {
		font-size: 1.1rem;
	}
	.mapSearchModalBtn01 {
		margin-top: 30px;
	}
	.mapSearchH45 {
		height: 40px;
	}
	.resultTxtWrap > .mapSearchCountTxt01 {
		font-size: 1.4rem !important;
	}
	.resultTxtWrap > .mapSearchCountTxt01[data-facet="leadTxt"] {
		padding: 5px 0;
	}
	.mapSearchCountTxt02 {
		font-size: 1.4rem !important;
	}
	.mapSearchDateBlock01 {
		border-bottom: 1px solid #ccc;
	}
	.mapSearchDateList01 {
		padding: 15px 0;
		font-size: 1.6rem;
	}
	.mapSearchDateList02 {
		padding: 28px 0 28px;
	}
	.mapSearchAccBlock01 {
		margin-top: 20px;
	}
	.mapSearchPinColumn01 {
		display: block;
		overflow: hidden;
		margin: -15px 0 0 -12px;
	}
	.mapSearchPinColumn01 > *[class*="mapSearchPinIcon"] {
		float: left;
		margin: 15px 0 0 12px;
		font-size: 1.2rem;
	}
	.mapSearchPinColumn01 > *[class*="mapSearchPinIcon"]:first-child {
    margin-left: 12px;
}
	.mapSearchDetailBlock01 {
		padding: 15px 10px;
		border-radius: 3px;
	}
	*[class*="mapSearchPinIcon"] > span {
		padding: 1px 0 1px 18px;
	}
	*[class*="mapSearchPinIcon"] > span::before {
		width: 14px;
		height: 20px;
		margin-top: -10px;
	}
	.mapSearchLampIcon01 > span {
		padding: 0 0 0 30px;
	}
	.mapSearchLampIcon01 > span::before {
		content: url(/common/type2018/images/ico_lamp01.svg);
		width: 22px;
		height: 44px;
		margin-top: -24px;
	}
	/* custumModal
	********************************/
	.custumModalContent,
	.custumModalSeminarContent {
		display: none;
	}
	#custumModal {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 4000000000;
		opacity: 0;
	}
	#custumModal #custumModalOverlay {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #000;
		opacity: 0.5;
		z-index: 105;
	}
	#custumModal #custumModalContainer {
		position: relative;
		padding-bottom: 66px;
		border-radius: 3px;
		overflow: hidden;
	}
	#custumModal #custumModalContainer > .custumModalContainerInner {
		box-sizing: border-box;
		width: 95vw;
		max-height: 75vh;
		position: relative;
		background-color: #fff;
		overflow: hidden;
		overflow-y: auto;
		z-index: 110;
	}
	#custumModal .custumModalhead {
		padding: 34px 30px 20px;
		position: relative;
		text-align: center;
		font-weight: bold;
	}
	#custumModal .custumModalBody {
		box-sizing: border-box;
		padding: 12px 12px 55px;
		overflow: hidden;
		text-align: center;
	}
	#custumModal .custumModalFoot {
		box-sizing: border-box;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 115;
		border-top: 2px solid #0ca26c;
	}
	#custumModal .custumModalFootInner {
		box-sizing: border-box;
		height: 66px;
		padding: 10px;
		background-color: #fff;
	}
	#custumModal .custumModalContentBlcok + .custumModalContentBlcok {
		margin-top: 28px;
	}
	#custumModal .custumModalTtl {
		font-size: 2rem;
	}
	#custumModal .custumModalClose {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 12px;
		right: 12px;
		cursor: pointer;
	}
	#custumModal .custumModalClose > img {
		width: 100%;
		height: auto;
	}
	#custumModal .custumModalCallTxt01 > a {
		display: inline-block;
		position: relative;
		padding-left: 35px;
		font-size: 2.6rem;
		color: #0ca26c;
		font-weight: bold;
		pointer-events: all;
	}
	#custumModal .custumModalCallTxt01 > a::before {
		content: "";
		width: 23px;
		height: 23px;
		margin-top: -11px;
		position: absolute;
		top: 50%;
		left: 0;
		background: url("/kojin/tenpo_atm/images/tenpoAtm_ico_call02.png") center center / cover no-repeat;
	}
	#custumModal .custumModalCallTxt02 {
		padding: 0 12px;
		text-align: left;
		font-size: 1.4rem;
	}
	#custumModal .custumModalNoteTxt01 {
		margin-top: 80px;
		padding: 0 12px;
		text-align: left;
		font-size: 0.7777em;
	}

	/* accordion */
	.tenpoAccordion01 > * {
		font-size: 1.8rem;
	}
	.tenpoAccordion01 > *::after {
		font-size: 20px;
	}
}
