@charset "UTF-8";

.stage1-bg-light {
	background-color: #f2fff8;
}

.stage2-bg-light {
	background-color: #f2fcff;
}

.stage3-bg-light {
	background-color: #f2f9ff;
}


.free-lg {
	height: 120px;
}

.btn-more:after {
	background-image: url("/surugabank/img/common/arw-wh.svg");
	background-size: 50%;
	background-color: #2b96bd;
	border-radius: 50%;
}



.star-merit {
	border: 1px solid #d9d9d9;
	width: calc(50% - 24px);
	margin-left: 12px;
	margin-right: 12px;
}
.star-merit__ttl {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	transition: opacity .3s ease;
	background-color: #d9f5ff;
	margin-bottom: 0;
	margin-left: -12px;
	margin-right: -12px;
	border-bottom: 1px solid #d9d9d9;
}
.star-merit__txt {
	padding: 16px 8px;
	text-align: left;
}

.merit-fee {
	margin: 0;
}

.merit-fee dt {
	margin-bottom: 24px;
	padding: 10px;
	min-height: 50px;
	border: 2px solid #38bdef;
	border-radius: 25px;
	color: #38bdef;
	text-align: center;
	letter-spacing: .05em;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4444;
}

.zero-yen {
	padding: 12px 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #38bdef;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;
}

.zero-yen span {
	display: inline-block;
	vertical-align: baseline;
}

.zero-yen .zero {
	font-size: 48px;
	font-size: 3rem;
	line-height: 1.1667;
}

.zero-yen .yen {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}


.tbl--star {
	table-layout: fixed;
}

.warn-box-atm {
	margin: 0 0 16px;
	padding: 22px;
	border: 2px solid #2bbd6a;
}


/* （！）（リスト
////////////////////////////// */
ul.list-warn-atm {
	padding-left: 0;
}

ul.list-warn-atm > li {
	color: #2bbd6a;
	list-style: none;
}

ul.list-warn-atm > li + li {
	margin-top: 16px;
}


ul.list-warn-atm > li a {
	color: #2bbd6a;
}

ul.list-warn-atm > li a:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(/surugabank/img/common/arw-warn-atm.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

ul.list-warn-atm > li time {
	margin-right: 16px;
}




@media screen and (max-width: 767px) {
	.free-lg {
		height: 60px;
	}

	.free-sm {
		max-width: 34px;
		min-width: 18px;
		width: 100%;
		height: auto;
	}

	.star-merit {
		border: 1px solid #d9d9d9;
		width: calc(100%);
		margin-left: 8px;
		margin-right: 8px;
		margin-bottom: 12px;
	}
	.star-merit__ttl {
		background-color: #d9f5ff;
		margin-left: -8px;
		margin-right: -8px;
	}
	.star-merit__txt {
		padding: 12px;
	}

	.merit-fee dt {
		margin-bottom: 12px;
		padding: 4px 0;
		min-height: 0;
		border: 2px solid #38bdef;
		border-radius: 22px;
		color: #38bdef;
		text-align: center;
		letter-spacing: 0;
		font-weight: bold;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.571428571;
	}

	.zero-yen {
		padding: 8px 0;
		width: 60px;
		height: 60px;
	}

	.zero-yen .zero {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 1.2222;
	}

	.zero-yen .yen {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 1.5333;
	}
	.u-wm-v {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		vertical-align: middle;
		-webkit-text-orientation: upright;
		text-orientation: upright;
	}

	.u-tcy {
		-webkit-text-combine: horizontal;
		-ms-text-combine-horizontal: all;
		text-combine-upright: all;
	}
}

