@charset "UTF-8";

/* ATMご利用限度額のご確認・変更方法 */
.ankerBlock01 {
	padding: 40px 0 0;
}
.ankerWrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ankerWrap01 > .ankerItem01 {
	width: 24%;
	border: solid 2px #eaeaea;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 5px 5px 0px;
}
.ankerWrap01 > .ankerItem01 > a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #000;
	transition: background .3s ease-in-out 0s, color .3s ease-in-out 0s;
}
.ankerWrap01 > .ankerItem01.ankerArrowBottom01 > a::after {
	position: absolute;
	left: 50%;
	margin-left: -0.5em;
	color: #0ca26c;
	font-size: 2em;
	font-family: 'icon_type2018';
	transition: .3s 0s all ease-in-out;
}
.ankerWrap01 > .ankerItem01.ankerArrowBottom01 > a::after {
	content: "\e90a";
	bottom: -0.2em;
}
.ankerWrap01 > .ankerItem01 > a > span:nth-child(1),
.ankerWrap01 > .ankerItem01 > a > span:nth-child(2) {
	box-sizing: border-box;
	display: block;
	width: 75%;
	padding: 10% 0 5%;
	text-align: center;
}
.ankerWrap01 > .ankerItem01 > a > span:nth-child(2) {
	width: 100%;
	padding: 0 1em 15%;
}
.ankerWrap01 > .ankerItem01 > a:hover,
.ankerWrap01 > .ankerItem01 > a:hover::after {
	color: #fff;
}
.ankerWrap01 > .ankerItem01 > a:hover {
	background: #0ca26c;
}

/* ATMご利用限度額早見表 */
.tableWrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tableWrap01 > .tableItem01 {
	width: 49% !important;
	font-size: 17px !important;
}
.tInlineB {
	display: inline-block;
}

/* ATMご利用限度額を調べる */
.atmTableIcon01 > span {
	position: relative;
	display: inline-block;
}
.atmTableIcon01 > span::after {
	content: "";
	display: inline-block;
	position: relative;
	top: 4px;
	right: 0;
	margin-left: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;
	background-image: url(/security/service/images/atm_ico01.svg);
}


@media screen and (max-width: 767px) {
	.ankerWrap01 > .ankerItem01 {
		width: 49%;
		margin-bottom: 3%;
		box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 2px 0px;
	}
	.ankerWrap01 > .ankerItem01 span {
		font-size: 15px;
	}
	.ankerWrap01 > .ankerItem01.ankerArrowBottom01 > a::after {
		font-size: 1.5em;
	}
	.ankerWrap01 > .ankerItem01.ankerArrowBottom01 > a::after {
		bottom: -0.1em;
	}

	/* ATMご利用限度額早見表 */
	.tableWrap01 > .tableItem01 {
		width: 100% !important;
		font-size: 15px !important;
	}

	/* ATMご利用限度額を調べる */
	.glyphIndent{
		margin-left: 1rem;
		text-indent: -1rem;
	}
	.tLeftAtm {
		text-align: left !important;
	}
}
