@charset "utf-8";

/*===========================================
A-3-2-2.css(A-3-2-2 生体認証/暗証番号[B])
============================================*/

.ChargeType_A-3-2-2 .ChargeTypeInner{
	margin-bottom: 0;
}

.ChargeType_A-3-2-2 .ChargeTypeInner .ChargeBox{
    padding: 25px 20px;
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ChargeType_A-3-2-2 .ChargeTypeInner .ChargeBox .text{
    font-size: 18px;
    color: #444;
    line-height: 1.5;
	text-align: center;
	font-weight: bold;
}

.ChargeType_A-3-2-2 .ChargeTypeInner .ChargeBox .ChargeAfterDetail{
	margin-top: auto;
	border-spacing: 0;
    border-collapse: collapse;
	width: 100%;
    text-align: left;
}

.ChargeType_A-3-2-2 .ChargeTypeInner .ChargeBox .ChargeAfterDetail th,
.ChargeType_A-3-2-2 .ChargeTypeInner .ChargeBox .ChargeAfterDetail td{
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #CACACA;
}

.ChargeType_A-3-2-2 .ChargeTypeInner .ChargeBox .ChargeAfterDetail th {
	background-color: #F3F3F3;
	border-left: 0;
    width: 31%;
    padding-right: 0;
	padding-left: 0;
	text-align: center;
}

.ChargeType_A-3-2-2 .ChargeTypeInner .ChargeBox .ChargeAfterDetail td {
	border-left: 0;
	border-right: 0;
	padding-left: 18px;
}

.ChargeType_A-3-2-2 .ChargeTypeInner .ChargeBox .linkText {
	margin-top: auto;
}

.ChargeType_A-3-2-2 .ChargeTypeInner .ChargeBox .linkText a{
	display: flex;
	align-items: center;
	color: #757575;
    justify-content: center;
	font-size: 15px;
}

.ChargeType_A-3-2-2 .ChargeTypeInner .ChargeBox .linkText a img{
	margin-right: 5px;
}
