/* latin */
@font-face {
	font-family: 'ABeeZee';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/abeezee/v14/esDR31xSG-6AGleN2tWkkA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 標準で入る下線を除去 */
a:hover, a:focus {
	text-decoration: none;
}

.p-smbc-service-detail__link-detail:hover {
	color: #FFFFFF;
}

.o-list-smbc-detail-news__item {
	display: block;
}

@media screen and (max-width: 999px) {
	.for-footer-margin {
		height: 44px;
	}
}

@media screen and (min-width: 1000px) {
	.for-footer-margin {
		height: 76px;
	}
}

/* .p-smbc-service-detail__description > p.a-text {
white-space: pre-wrap;
} */
/* 非会員向け画面用ロゴ start */
@media screen and (min-width: 1000px) {
	.area-logo {
		position: relative;
		text-align: left;
		margin-top: 40px;
		margin-bottom: 15px;
		height: 30px;
	}

	.img-logo {
		width: 153px;
	}
}

@media screen and (max-width: 999px) {
	.area-logo {
		text-align: center;
		margin-top: 40px;
		margin-bottom: 15px;
		height: 30px;
	}

	.img-logo {
		width: 153px;
	}
}

.non-login-disabled {
	pointer-events: none;
}

.bg-color-disabled {
	background-color: rgba(204, 204, 204);
}

/* 非会員向け画面用ロゴ end */
.non-login-service-messsage-parent {
	position: relative;
}

@media screen and (min-width: 1000px) {
	.non-login-service-messsage {
		position: absolute;
		left: 40px;
		top: 55px;
		font-size: 10px;
	}
}

@media screen and (max-width: 999px) {
	.non-login-service-messsage {
		position: absolute;
		left: 50%;
		top: 50px;
		transform: translateX(-50%);
		font-size: 9px;
		width: 230px;
	}
}

/* 202304 webサイト改修 */
nav.breadcrumb {
	max-width: 992px;
	padding: 0 16px;
	width: 1000px;
	margin: 5px auto 0 auto;
	font-size: 12px;
}

@media only screen and (max-width: 999px) {
	nav.breadcrumb {
		width: auto;
	}
}

nav.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

nav.breadcrumb ul li {
	font-size: 14px;
}

nav.breadcrumb ul a {
	color: #11bdbd;
}

nav.breadcrumb li:not(:last-child)::after {
	display: inline-block;
	margin: 0 .25rem;
	content: ">";
}

.p-smbc-service-detail__information {
	margin-top: 40px;
}

@media only screen and (max-width: 999px) {
	.p-smbc-service-detail__information {
		margin-top: 32px;
	}
}

nav.breadcrumb li a:hover {
	text-decoration: underline;
	color: #129898;
}
