.btn-top-ghost {
	display: inline-block;
	margin: 0;
	padding: 12px 16px;
	max-width: 100%;
	width: 148px;
	border: 1px solid #fff;
	border-radius: 3px;
	background-color: transparent;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5714;
	cursor: pointer;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn-top-ghost:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(/surugabank/img/common/arw-wh.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.btn-top-ghost:after {
	margin-right: 0;
	vertical-align: -1px;
}

.top-mv {
	position: relative;
	width: 100%;
}

.top-mv .bx-controls-direction {
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 1216px;
	width: 100%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


.top-mv .bx-pager {
	position: absolute;
	bottom: 56px;
	left: 50%;
	display: inline-block;
	margin-left: -504px;
	text-align: left;
}

.top-mv .bx-pager-item {
	display: inline-block;
	margin: 0 12px;
	vertical-align: bottom;
}

.top-mv .bx-pager-link {
	display: none;
}

.top-mv .bx-pager-link.active {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.2667;
	opacity: 1;
}

.top-mv-list {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 540px;
}

.top-mv-item {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 540px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	list-style: none;
	transition: opacity .3s ease;
}

.top-mv-item__body {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: center;
	margin: 0 auto;
	width: 1008px;
	height: 100%;

	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-mv-item__body > a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: center;
	width: 100%;
	height: 100%;
	outline: none;
	color: #fff;
	text-decoration: none;

	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-mv-item__txt {
	padding-right: 344px;
	width: 1008px;
}

.top-mv-item__txt p {
	margin: 0;
	width: 100%;
	text-align: left;
	text-shadow: 0 0 10px rgba(0, 0, 0, .2);
	letter-spacing: .1em;
	font-weight: normal;
	font-size: 46px;
	font-size: 2.875rem;
	font-family: "Noto Sans Japanese",sans-serif;
	line-height: 1.3478;
}

.top-mv-item__txt p + p {
	margin-top: 12px;
}

.top-mv-item__txt p.sub {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.3333;
}

.top-mv-item__txt + .top-mv-item__img {
	margin-top: 28px;
}

.top-mv-item__img {
	padding-right: 344px;
	max-height: 132px;
	width: 1008px;
}

.top-login {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	margin-left: 184px;
	padding: 20px 0;
	width: 320px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .95);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top-login__section {
	margin: 0 0 12px;
	padding: 0 24px 12px;
	border-bottom: 1px solid #ccc;
}

.top-login__section--member {
	padding-bottom: 16px;
}

.top-login__section--open {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.top-login__ttl {
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	font-weight: bold;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}

.top-login__ttl a {
	color: #333;
}

.top-login__ttl a:after {
	display: inline-block;
	margin: 0 0 0 8px;
	width: 14px;
	height: 14px;
	background-image: url(../img/common/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
}

.top-login__sttl {
	margin: 0 0 8px;
	padding: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.top-login__list {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 1;
}

.top-login__list > li {
	display: inline-block;
	list-style: none;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5714;
}

.top-login__list > li a:after {
	display: inline-block;
	margin: 0 0 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/arw-link.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
}

.top-login__btn {
	margin: 8px 0;
	width: 272px;
}

.top-bnr {
	width: 100%;
}

.top-bnr-list {
	margin: 0;
	padding: 0;
}

.top-bnr-list:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

.top-bnr-list > li {
	float: left;
	margin: 0;
	padding: 0;
	width: calc(100%/3);
	list-style: none;
	line-height: 1;
}

.top-bnr-list > li img {
	width: 100%;
	height: auto;
}

.top-bnr-list--c {
	border-top: 2px solid #fff;
}

.top-bnr-list--c > li {
	position: relative;
	width: calc((100% - 4px) / 3);
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.top-bnr-list--c > li:first-child {
	border-left: none;
}

.top-bnr-list--c > li:last-child {
	border-right: none;
}

.top-bnr-list--c > li a {
	text-decoration: none;
}

.top-bnr-list--c > li a:hover {
	text-decoration: none;
}

.top-bnr-list--c > li .text {
	box-sizing: border-box;
	padding: 20px 24px;
	width: 100%;
	background-color: #f2f2f2;
}

.top-bnr-list--c > li .text span {
	display: block;
	color: #333;
	text-decoration: none;
}

.top-bnr-list--c > li .text .copy {
	margin-bottom: 2px;
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Noto Sans Japanese";
	line-height: 1.3333;
}

.top-bnr-list--c > li .text .name {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
	font-family: "Noto Sans Japanese";
	line-height: 1.5714;
}

.top-sec {
	min-width: 1088px;
	width: 100%;
}

.top-sec__hdr {
	position: relative;
}

.top-sec__nav {
	position: absolute;
	top: 12px;
	right: 0;
}

.top-sec__ttl {
	margin: 12px auto 36px;
	text-align: center;
	font-weight: normal;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1.2;
}

.top-sec--even {
	background-color: #f2f2f2;
}

.top-sec__body {
	margin: 0 auto;
	padding: 24px 0;
	width: 1008px;
}

.top-sec__body img {
	width: 100%;
	height: auto;
}

.top-sec__full {
	margin: 0 auto;
	padding: 24px 0;
	width: 1008px;
}

.top-sec__full img {
	width: 100%;
	height: auto;
}

.top-atten {
	margin: 0 0 24px;
}

.top-rcmnd {
	margin: 24px 0 0;
}

.top-news {
	margin: 36px 0 60px;
}

.top-notice {
	margin: 0 0 56px;
}

.top-fill {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	min-width: 1088px;
	width: 100%;
	height: 420px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

	-ms-flex-line-pack: center;
	align-content: center;
	align-items: center;
}

.top-fill__body {
	position: relative;
	margin: 0 auto;
	width: 1008px;
}

.top-fill__body img {
	width: 100%;
	height: auto;
}

.top-fill__body.is-even {
	text-align: right;
}

.top-fill__ttl {
	position: relative;
	margin-bottom: 38px;
	padding: 0 0 40px;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, .2);
	font-weight: normal;
	font-size: 56px;
	font-size: 3.5rem;
	font-family: "Noto Sans Japanese",sans-serif;
	line-height: 1.1429;
}

.top-fill__ttl span {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.3333;
}

.top-fill__ttl:before {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 62px;
	height: 2px;
	background-color: #fff;
	content: "";
}

.is-even .top-fill__ttl:before {
	right: 0;
	left: auto;
}

.top-fill__lead {
	margin-bottom: 36px;
	width: 492px;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, .2);
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

.is-even .top-fill__lead {
	display: inline-block;
	float: right;
	width: auto;
	text-align: left;
}

.top-fill__lead + div {
	clear: both;
}

.top-fill__copy {
	margin-bottom: 24px;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, .2);
	font-weight: normal;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1.2;
}

.top-fill__sttl {
	margin-bottom: 32px;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, .2);
	font-weight: normal;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}

.top-fill__link {
	width: 504px -12px;
}

.top-fill__link li {
	display: inline-block;
	margin-right: 16px;
	list-style: none;
}

.top-fill__link li:last-child {
	margin-right: 0;
}

.top-fill__link li a {
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, .2);
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5714;
}

.top-fill__link li a:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(/surugabank/img/common/arw-wh.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.is-even .top-fill__link {
	margin-left: 516px;
	text-align: left;
}

.top-fill__irlink {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	margin-right: -12px;
	margin-left: -12px;
	font-weight: normal;

	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-fill__irlink li {
	padding: 0 12px;
	width: 33.3333%;
	list-style: none;
}

.top-fill__irlink li a {
	display: block;
	padding: 16px;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, .2);
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5714;
}

.top-fill__irlink li a:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(/surugabank/img/common/arw-wh.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.top-fill__irlink li a img {
	margin-right: 16px;
	width: auto;
	height: 60px;
	vertical-align: middle;
}

.is-even .top-fill__irlink {
	margin-left: 516px;
	text-align: left;
}



.top-fill__irlink_02 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	margin-right: -12px;
	margin-left: -12px;
	font-weight: normal;

	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-fill__irlink_02 li {
	padding: 0 12px;
	width: 50%;
	list-style: none;
}

.top-fill__irlink_02 li a {
	display: block;
	padding: 16px;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, .2);
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5714;
}

.top-fill__irlink_02 li a:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(/surugabank/img/common/arw-wh.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.top-fill__irlink_02 li a img {
	margin-right: 16px;
	width: auto;
	height: 60px;
	vertical-align: middle;
}

.is-even .top-fill__irlink_02 {
	margin-left: 516px;
	text-align: left;
}





.top-fill-wrap {
	position: relative;
	width: 100%;
}

.top-fill-wrap:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

.top-special {
	margin-bottom: 16px;
}

#top-special-articles {
	margin-top: -24px;
}

#top-special-articles .c-card__date {
	margin-bottom: 0;
}

.top-recommend {
	margin: 16px 0 8px;
}

.top-merit {
	background-image: url(../img/top/bg_merit.jpg);
}

.top-atm {
	background-image: url(../img/top/bg_atm.jpg);
}

.top-netbank {
	background-image: url(../img/top/bg_netbank.jpg);
}

.top-netbank__img {
	position: absolute;
	top: 84px;
	right: 0;
	width: 492px;
}

.top-netbank__img img {
	padding: 0;
}

.top-app {
	background-image: url(../img/top/bg_app_02.jpg);
}

.top-d-labo {
	background-image: url(../img/top/bg_d-labo.jpg);
}

.top-dn {
	background-image: url(../img/top/bg_dn.png);
	background-position: center bottom;
}

.top-business {
	background-image: url(/surugabank/houjin/img/bg_business.jpg);
}

.top-factoring {
	background-image: url(/surugabank/houjin/img/bg_factoring.jpg);
}

.top-factoring .top-fill__lead {
	width: 502px;
}

.top-dn-corporate {
	height: 540px;
	background-image: url(/surugabank/corporate/img/bg_dn.png);
	background-position: center bottom;
}

.top-dn-corporate .top-fill__ttl {
	margin-bottom: 32px;
	padding-bottom: 0;
	font-size: 56px;
	font-size: 3.5rem;
	line-height: 1.1429;
}

.top-dn-corporate .top-fill__ttl:before {
	display: none;
}

.top-dn-corporate .top-fill__lead {
	margin-bottom: 32px;
	width: auto;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, .2);
	font-weight: normal;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.3333;
}

.top-message {
	background-image: url(/surugabank/corporate/img/bg_message.jpg);
	background-position: center top;
}

.top-csr {
	background-image: url(/surugabank/corporate/img/bg_csr.jpg);
	background-position: center top;
}

.top-history {
	background-image: url(/surugabank/corporate/img/bg_history.jpg);
}

.top-profile {
	background-image: url(/surugabank/corporate/img/bg_profile.jpg);
}

.top-investors {
	height: 540px;
	background-image: url(/surugabank/investors/img/bg_investors.jpg);
}

.top-investors .top-fill__ttl {
	margin-bottom: 32px;
	padding-bottom: 0;
	font-size: 56px;
	font-size: 3.5rem;
	line-height: 1.1429;
}

.top-investors .top-fill__ttl:before {
	display: none;
}

.top-investors .top-fill__sttl {
	margin-bottom: 16px;
}

.top-investors .top-fill__lead a {
	color: #fff;
}

.top-message-investors {
	background-color: #e5e5e5;
	background-image: url(/surugabank/investors/img/bg_message.jpg);
	background-position: center bottom;
	background-size: auto 100%;
}

.top-message-investors .top-fill__ttl {
	color: #333;
	text-shadow: 0 0 4px rgba(255, 255, 255, .2);
}

.top-message-investors .top-fill__ttl:before {
	background-color: #333;
}

.top-message-investors .top-fill__lead {
	color: #333;
	text-shadow: 0 0 4px rgba(255, 255, 255, .2);
}

.top-message-investors .btn-top-ghost {
	border-color: #333;
	color: #333;
}

.top-message-investors .btn-top-ghost:after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(/surugabank/img/common/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.top-recruit {
	height: 540px;
	background-image: url(/surugabank/recruit/img/bg_recruit.jpg);
	transition: opacity .3s ease;
}

.top-recruit .top-fill__ttl {
	margin-bottom: 16px;
	padding-bottom: 0;
	text-align: center;
	font-size: 56px;
	font-size: 3.5rem;
	line-height: 1.1429;
}

.top-recruit .top-fill__ttl:before {
	display: none;
}

.top-recruit .top-fill__sttl {
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.3333;
}

.top-message-en {
	height: 540px;
	background-image: url(/surugabank/common/english/img/bg_message-en.jpg);
	background-position: center top;
}

.top-message-en .top-fill__ttl {
	margin-bottom: 40px;
	font-size: 56px;
	font-size: 3.5rem;
	line-height: 1.1429;
}

.top-message-en .top-fill__sttl {
	margin-bottom: 16px;
}

.top-message-en .top-fill__lead a {
	color: #fff;
}

.top-investors-en {
	background-image: url(/surugabank/common/english/img/bg_investors-en.jpg);
}

.top-profile-en {
	background-image: url(/surugabank/corporate/img/bg_profile.jpg);
}

.top-new-articles:before {
	position: absolute;
	display: inline-block;
	margin-top: 35px;
	margin-left: -320px;
	padding: 10px 0;
	width: 40px;
	height: 40px;
	border: solid 1px #fff;
	border-radius: 50%;
	background-color: #38bdef;
	color: #fff;
	content: "NEW";
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.5385;
}

.top-new:before {
	position: absolute;
	display: inline-block;
	margin-top: 15px;
	margin-left: -470px;
	padding: 10px 0;
	width: 40px;
	height: 40px;
	border: solid 1px #fff;
	border-radius: 50%;
	background-color: #ff69b4;
	color: #fff;
	content: "NEW";
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.5385;
}

@media all and (-ms-high-contrast: none){
	.top-new:before {
		position: absolute;
		display: inline-block;
		margin-top: 15px;
		margin-left: 540px;
		padding: 10px 0;
		width: 40px;
		height: 40px;
	border: solid 1px #fff;
		border-radius: 50%;
		background-color: #ff69b4;
		color: #fff;
		content: "NEW";
		vertical-align: middle;
		text-align: center;
		font-size: 13px;
		font-size: .8125rem;
		line-height: 1.5385;
	}
}

@media screen and (max-width: 767px) {
	.btn-top-ghost {
		width: 160px;
		font-size: 12px;
		font-size: .75rem;
		line-height: 1.6667;
	}

	.top-mv .bx-controls-direction {
		display: none;
	}

	.top-mv .bx-prev,
	.top-mv .bx-next {
		display: none;
	}


	.top-mv .bx-pager-item {
		margin: 0 10px;
	}

	.top-mv .bx-pager-link {
		color: #38bdef;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.top-mv .bx-pager-link.active {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.2857;
	}

	.top-mv-list {
		height: 320px;
	}

	.top-mv-item {
		height: 320px;
	}

	.top-mv-item__body {
		-ms-flex-pack: center;
		padding: 0 10px;
		width: 100%;
		height: 320px;
		text-align: center;

		justify-content: center;
	}

	.top-mv-item__txt {
		padding-right: 0;
		width: 100%;
	}

	.top-mv-item__txt p {
		text-align: center;
		letter-spacing: .05em;
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1.3636;
	}

	.top-mv-item__txt p + p {
		margin-top: 8px;
	}

	.top-mv-item__txt p.sub {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.top-mv-item__img {
		margin: 0 auto;
		padding-right: 0;
		max-width: 335px;
		max-height: none;
		width: 100%;
	}

	.top-login {
		display: none;
	}

	.top-login__ttl a:after {
		width: 12px;
		height: 12px;
		vertical-align: 1px;
	}

	.top-login__list > li {
		margin-bottom: 8px;
		width: 50%;
		font-size: 12px;
		font-size: .75rem;
		line-height: 1.6667;
	}

	.top-login__list > li:first-child {
		width: 100%;
	}

	.top-login__btn {
		margin: 0 0 12px;
		width: 100%;
	}

	.top-bnr-list > li {
		float: none;
		width: 100%;
	}

	.top-bnr-list--c {
		border-top: none;
	}

	.top-bnr-list--c > li {
		margin-bottom: 5px;
		width: 100%;
		border: none;
	}

	.top-bnr-list--c > li .text {
		padding: 16px 20px;
	}

	.top-bnr-list--c > li .text .copy {
		margin-bottom: 4px;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.4444;
	}

	.top-sec {
		min-width: 320px;
	}

	.top-sec__ttl {
		margin-top: 0;
		margin-bottom: 16px;
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1.2667;
	}

	.top-sec__body {
		margin: 0 auto;
		padding: 20px;
		max-width: 375px;
		width: 100%;
	}

	.top-sec__full {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 20px;
		width: 100%;
	}

	.top-rcmnd {
		margin-top: 16px;
	}

	.top-news {
		margin: 26px 0 40px;
	}

	.top-notice {
		margin: 20px 0;
	}

	.top-fill {
		-ms-flex-align: start;
		padding-top: 36px;
		min-width: 320px;
		height: 320px;

		-ms-flex-line-pack: start;
		align-content: flex-start;
		align-items: flex-start;
	}

	.top-fill__body {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 20px;
		max-width: 375px;
		width: 100%;
	}

	.top-fill__ttl {
		margin-bottom: 27px;
		padding-bottom: 26px;
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.2857;
	}

	.top-fill__ttl span {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 1.5333;
	}

	.top-fill__ttl:before {
		width: 50px;
		height: 1px;
	}

	.top-fill__lead {
		margin-bottom: 16px;
		width: 100%;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.5714;
	}

	.is-even .top-fill__lead {
		display: block;
		float: none;
		margin-left: 0;
		text-align: right;
	}

	.top-fill__copy {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 1.3333;
	}

	.top-fill__sttl {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.4444;
	}

	.top-fill__link li {
		margin-right: 8px;
	}

	.is-even .top-fill__link {
		margin-left: 0;
	}

	.top-fill__irlink {
		margin-right: -8px;
		margin-left: -8px;
	}

	.top-fill__irlink li {
		padding: 0 8px;
		width: 100%;
	}

	.top-fill__irlink li + li {
		margin-top: 16px;
	}

	.top-fill__irlink li a img {
		margin-right: 8px;
		height: 32px;
	}

	.is-even .top-fill__irlink {
		margin-left: 0;
	}

	
	.top-fill__irlink_02 {
		margin-right: -8px;
		margin-left: -8px;
	}

	.top-fill__irlink_02 li {
		padding: 0 8px;
		width: 100%;
	}

	.top-fill__irlink_02 li + li {
		margin-top: 16px;
	}

	.top-fill__irlink_02 li a img {
		margin-right: 8px;
		height: 32px;
	}

	.is-even .top-fill__irlink_02 {
		margin-left: 0;
	}
	
	
	
	.top-special {
		margin-bottom: 0;
	}

	#top-special-articles {
		margin-top: -16px;
	}

	.top-recommend {
		margin: 10px 0 4px;
	}

	.top-netbank__img {
		display: none;
	}

	.top-dn {
		background-image: url(../img/top/bg_dn_sp.png);
		background-position: left bottom;
	}

	.top-business {
		background-position: 25% center;
	}

	.top-factoring .top-fill__lead {
		width: auto;
	}

	.top-factoring {
		background-image: url(/surugabank/houjin/img/bg_factoring_sp.jpg);
		background-position: 75% center;
	}

	.top-dn-corporate {
		height: 320px;
		background-image: url(/surugabank/corporate/img/bg_dn_sp.png);
		background-position: right bottom;
	}

	.top-dn-corporate .top-fill__ttl {
		margin-bottom: 22px;
		text-align: center;
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.25;
	}

	.top-dn-corporate .top-fill__lead {
		margin-bottom: 26px;
		text-align: center;
		font-size: 15px;
		font-size: .9375rem;
		line-height: 1.5333;
	}

	.top-message {
		background-image: url(/surugabank/corporate/img/bg_message_sp.jpg);
	}

	.top-csr {
		background-image: url(/surugabank/corporate/img/bg_csr_sp.jpg);
	}

	.top-history {
		background-image: url(/surugabank/corporate/img/bg_history_sp.jpg);
	}

	.top-profile {
		background-image: url(/surugabank/corporate/img/bg_profile_sp.jpg);
	}

	.top-investors {
		padding: 20px 0;
		min-height: 320px;
		height: auto;
		background-image: url(/surugabank/investors/img/bg_investors_sp.jpg);
	}

	.top-investors .top-fill__ttl {
		margin-bottom: 22px;
		text-align: center;
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.25;
	}

	.top-message-investors .top-fill__body {
		height: 100%;
	}

	.top-message-investors .top-fill__lead {
		text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff,1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff,0 0 1px #fff;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.4286;
	}

	.top-message-investors .top-fill__lead + div {
		position: absolute;
		bottom: 35px;
		left: calc(50% + 8px);
	}

	.top-message-investors {
		background-image: url(/surugabank/investors/img/bg_message_sp.jpg);
		background-position: center center;
		background-size: cover;
	}

	.top-recruit {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		-ms-flex-align: center;
		padding: 20px 0;
		min-height: 320px;
		height: auto;

		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top-recruit .top-fill__ttl {
		margin-bottom: 12px;
		text-align: center;
		letter-spacing: -.05em;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 1.3333;
	}

	.top-recruit .top-fill__sttl {
		margin-bottom: 0;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.375;
	}

	.top-message-en {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		-ms-flex-align: center;
		padding: 20px 0;
		min-height: 320px;
		height: auto;
		background-image: url(/surugabank/corporate/img/bg_message_sp.jpg);
		background-position: center center;

		justify-content: flex-start;
		-ms-flex-line-pack: center;
		align-content: center;
		align-items: center;
	}

	.top-message-en .top-fill__ttl {
		margin-bottom: 22px;
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.25;
	}

	.top-investors-en {
		padding-bottom: 20px;
		min-height: 320px;
		height: auto;
		background-image: url(/surugabank/investors/img/bg_investors_sp.jpg);
	}

	.top-profile-en {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		-ms-flex-align: center;
		background-image: url(/surugabank/corporate/img/bg_profile_sp.jpg);

		justify-content: flex-start;
		-ms-flex-line-pack: center;
		align-content: center;
		align-items: center;
	}

	.top-new-articles:before {
		position: absolute;
		margin-top: 20px!important;
		margin-left: -160px;
		display: inline-block;
		margin-top: -20px;
		padding: 10px 0;
		width: 30px;
		height: 30px;
		border: solid 1px #fff;
		border-radius: 50%;
		background-color: #38bdef;
		color: #fff;
		content: "NEW";
		vertical-align: middle;
		text-align: center;
		font-size: 13px;
		font-size: .6125rem;
		line-height: 1.2;
	}

	.top-new:before {
		position: absolute;
		margin-top: 3px!important;
		margin-left: -247px;
		display: inline-block;
		margin-top: -20px;
		padding: 10px 0;
		width: 34px;
		height: 34px;
		border: solid 1px #fff;
		border-radius: 50%;
		background-color: #ff69b4;
		color: #fff;
		content: "NEW";
		vertical-align: middle;
		text-align: center;
		font-size: 13px;
		font-size: .5525rem;
		line-height: 1.3;
	}
}
@media screen and (max-width: 359px) {
	.top-new-articles:before {
		margin-left: -140px;
	}
}

@media screen and (min-width: 768px) {
	.btn-top-ghost:hover {
		text-decoration: underline;
	}

	.top-mv .bx-prev:hover,
	.top-mv .bx-next:hover {
		opacity: .6;
	}

	.top-mv-item.is-hover {
		opacity: .6;
	}

	.top-mv-item__body > a:hover {
		text-decoration: none;
	}

	.top-recruit.is-hover {
		opacity: .6;
	}

	.top-recruit a:hover {
		text-decoration: none;
	}
}

@media screen and (max-width: 767px) and (max-width: 374px) {
	.top-message-investors .top-fill__lead + div {
		max-width: 160px;
		width: calc(50% - 8px - 10px);
	}

	.top-message-investors .top-fill__lead + div .btn-top-ghost {
		width: 100%;
	}
}
