/* ==================== ALL ==================== */

span.TextStyle__strong {
	color: #ff0000;
}

small.TextStyle__invalid {
	color: #fa4374;
}

div.Spacer100 {
	height: 100px;
}

div.Spacer50 {
	height: 50px;
}

div.Spacer10 {
	height: 10px;
}

label.NoBreak {
	white-space: nowrap;
}

/* ==================== 会員TOP ==================== */

div.TopBalance {
	line-height:1;
	min-height: 55px;
	height: auto !important;
	padding-bottom: 0;
	margin-top:11px;
}

section.SeparateSection {
	border-top: .5px solid rgba(26,37,51,.25);
	margin-top:17px;
}

/* ==================== バーチャルカード表示画面 ==================== */
.card-information {
	background: #FFFFFF;
	border-top: 1px solid rgba(26, 37, 51, 0.1);
	border-bottom: 1px solid rgba(26, 37, 51, 0.1);
}

.card-information-item {
	position: relative;
}

.card-information-item a.copy {
	color: #E62E2E;
	font-weight: 600;
	font-size: 13px;
	border: 1px solid #E62E2E;
	border-radius: 6px;
	line-height: 100%;
	text-align: center;
	padding: 8.5px 12px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.card-information-item a {
	color: inherit;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

/* ==================== オートチャージ ==================== */
.flexbox-block {
	display:block;
}
.tooltip-parent {
	display: flex;
}

.tooltip{
	position: relative;
	cursor: pointer;
	height: 30px;
}
.tooltip p{
	margin:0;
	padding:0;
}
.tooltip img{
	height: 100%;
	margin-left: 10px;
}
.description {
	display: none;
	position: absolute;
	padding: 10px;
	font-size: 12px;
	line-height: 1.6em;
	color: #000;
	border-radius: 5px;
	background: #DEEBF7;
	width: 260px;
}
.description:before {
	border-top: 15px solid #DEEBF7;
	transform: rotateZ(90deg);
}
.tooltip:hover .description{
    display: inline-block;
    z-index: 999;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(calc(-100% - 10px), calc(100%));
    transform: translate(calc(-100% - 10px), calc(100%));
}
/* ==================== 本人確認方法選択 ==================== */
.verification-button.disabled {
	filter: grayscale(100%);
	opacity: 0.5;
	pointer-events: none;
}
