.PointWrapper {
    margin-bottom: 50px;
}
    .PointWrapper .Panel {
        border-radius: 10px;
        padding: 10px;
        margin: 5px;
        box-sizing: border-box;
        line-height: 1;
        cursor: pointer;
    }

.PointWrapper div {
    text-align: center;
}
.PointWrapper .ButtonAfter::after {
    content: '購入する';
    font-size: 16px;
    margin-top: 0;
}
.PointWrapper .Price {
    border-top: solid 1px rgba(0,0,0,0.2);
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
}

.PointWrapper .Credit {
    border-top: solid 1px rgba(0,0,0,0.2);
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
}

.PointWrapper2 div {
    text-align: center;
    padding-bottom:10px;
}

p{
    margin-top: 10px;
    margin-bottom: 30px;
}
h3{
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.CouponCode form{
    max-width: 300px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.CouponCode .Point{
    font-size: 16px;
    margin: 0 5px;
}

.CouponCode2 form {
    max-width: 300px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.CouponCode2 .Point {
    font-size: 24px;
    margin: 0 5px;
}
.CouponCode2 .Credit {
    font-size: 32px;
    margin: 0 5px;
}

.Inform {
    text-align:left;
    font-size:12px;
}

input[type="button"].SubmitBtn{
    line-height: 1;
    padding: 7px 14px;
    border-radius: 100px;
    width: 100%;
    margin-top: 15px;
}

img.BitCash {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


/********************************************************************************/
@media (max-width: 960px){
    .PointWrapper .Panel {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 10px;
        margin: 2px;
        align-items: baseline;
    }
    .PointWrapper .Price {
        border: none;
        margin: 0;
        border-left: solid 1px rgba(0,0,0,0.2);
        padding-left: 25px;
    }
    .PointWrapper .Point {
        margin: 0;
    }
    .CouponCode form{
        max-width: 100%;
    }
    
}