.authentication-error #SingleSignOut .SSO_modal_background {
	background: rgba(51,51,51,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.authentication-error #SingleSignOut .SSO_modal {
	background: #fff;
	border-radius: 6px;
	width: 1168px;
	position: fixed;
	top: 90px;
	left: 50%;
	z-index: 10000;
	transform: translateX(-50%);
}

.authentication-error #SingleSignOut .SSO_modal_inner {
	padding: 40px 85px;
	max-height: calc(100vh - 180px);
	overflow-y: auto;
	font-family: 'Segoe UI', Arial, sans-serif;
}

.authentication-error #SingleSignOut .SSO_title {
	font-size: 2.2rem;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: left;
}

.authentication-error #SingleSignOut .SSO_title_label {
	line-height: 1.3;
	display: inline-block;
	margin-bottom: .5rem;
}

.authentication-error #SingleSignOut .SSO_contents {
	font-size: 1.6rem;
	margin-top: 1em;
	margin-bottom: 1em;
}

.authentication-error #SingleSignOut .SSO_contents_label {
	line-height: 1.5;
	display: inline-block;
	margin-bottom: .5rem;
	font-weight: 400;
}

.authentication-error #SingleSignOut .SSO_button_area {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 32px;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.authentication-error #SingleSignOut .SSO_button {
	height: initial;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.28;
	font-weight: bold;
	color: #CD1B2F;
	background: #FFF;
	border: 1px solid #CD1B2F;
	width: 268px;
	max-width: 100%;
	text-align: center;
	padding: 14px 20px;
	border-radius: 100px;
	position: relative;
	background-size: 0 0;
	background-image: url(../images/com/right_02.png),url(../images/com/right_03.png);
	text-decoration: none;
}

.authentication-error #SingleSignOut .SSO_button::after {
	content: '';
	display: block;
	width: 7px;
	height: 11px;
	background: url(../images/right_02.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

.authentication-error #SingleSignOut .SSO_button:hover {
	background: #CD1B2F;
	color: #FFF;
}

.authentication-error #SingleSignOut .SSO_button:hover::after {
	background-image: url(../images/right_03.png);
}

.en [data-name="Cmn_Txt_595"] {
	font-weight: bold;
}

.en [data-name="Cmn_Txt_605"] {
	display: none;
}

