@charset "utf-8";

/*===========================================
A-3-2-3.css(A-3-2-3 利用制限)
============================================*/

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

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

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

.ChargeType_A-3-2-3 .ChargeTypeInner .ChargeBox .promptText {
	margin-top: 50px;
	text-align: center;
	font-size: 16px;
}

.ChargeType_A-3-2-3 .ChargeTypeInner .ChargeBox .promptText2 {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}

.ChargeType_A-3-2-3 .ChargeTypeInner .ChargeBox .promptText2 span {
	font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}