.bank {
	margin: 0;
    padding: 1em;
    border: 1px #ccc solid;
	background-color: #fff;
    text-align: center;
}
.max720{max-width: 720px;}
.margin_bottom80{margin-bottom: 80px;}
.underline li li {
    padding: 0;
    border-bottom: none;
    list-style: disc;
}
.underline h3{margin-bottom: 4px;}
.icon{
    width: 20px;
    height: auto;
    vertical-align: -4px;
}

.payment_box {
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 9px;
    background-color: #ffffff;
}

.payment_box dt {
    margin-bottom: .75em;
    font-weight: bold;
}

.payment_box dd {
    margin: 0;
    font-size: 12px;
}

.payment_image source,
.payment_image img {
    width: 100%;
    margin: 30px auto;
}

.payment_box dd .list_margin {
    margin-top: .75em;
}

@media screen and (max-width: 600px){
	.margin_bottom80{margin-bottom: 50px;}
    .payment_image source,
    .payment_image img {
        margin: 20px auto;
    }
}