@media (min-width: 220px) {
    .how_to_pay_outer_al {
        margin-top: 35px;
        border: 3px solid #00a0e9;
        width: 100%;
        padding-left: 0;
        background-color: #00a0e9;
        box-sizing: border-box;
        text-align: center;
        min-height: 200px;
    }
    
    .how_to_pay_kaihi {
        background-color: white;
        border-radius: 5px;
        margin-bottom: 20px;
        display: inline-block;
        padding: 10px 10px;
    }
    .img_kaihi {
        width: 25%;
    }
        .img_credit {
        width: 24%;
    }
    .how_to_pay_kaihi_sp {
        font-size: min(3.7vw, 3rem);
        color: #000;
        line-height: 1.5;
    }
    .how_to_pay_kaihi_sp_bo {
        color: blue;
        font-size: min(4vw, 3.7rem);
        font-weight: 500;
    }
    .how_to_pay_list {
        list-style: disc !important;
        padding-left: 20px;
        margin: 0;
    }
    .how_to_pay_bull {
        font-size: min(4.6vw, 2.7rem);
        color: #000;
        margin-bottom: 10px;
        text-align: left;
        line-height: 1.5;
    }
        .how_to_pay_other {
        font-size: min(5vw, 3rem);
        color: #000;
        margin-left: 7%;
        margin-top: 3%;
        font-weight: 600;
    }
    .how_to_pay_other_list {
        list-style: disc !important;
        font-size: min(3.7vw, 2.5rem);
        color: #000;
        margin-left: 20%;
        padding-top: 3%;
        font-weight: 500;
    }
    .attention {
        font-size: min(2.8vw, 1.8rem);
        color: #000;
        font-weight: 400;
        display: block;
    }
}

@media (min-width: 768px) {
    .how_to_pay_outer_al {
        margin-top: 35px;
    }
    
    .how_to_pay_outer_test {
        border: 3px solid #00a0e9;
        padding: 20px;
        width: 100%;
        margin: auto;
        padding-left: 0;
        background-color: #00a0e9;
        box-sizing: border-box;
        text-align: center;
        min-height: 200px;
    }
    .how_to_pay_kaihi {
        background-color: white;
        border-radius: 5px;
        margin-bottom: 20px;
        display: inline-block;
        padding: 30px 40px;
    }
    .img_kaihi {
        width: 25%;
        margin-top: -5%;
    }
    .img_credit {
        width: 15%;
        margin-left: 1%;
    }
    .how_to_pay_kaihi_sp {
        font-size: min(3.2vw, 4.5rem);
        color: #000;
        line-height: 1.5;
    }
    .how_to_pay_kaihi_sp_bo {
        color: blue;
        font-size: min(4.2vw, 6rem);
        font-weight: 500;
    }
    .how_to_pay_list {
        list-style: disc !important;
        padding-left: 20px;
        margin: 0;
    }
    .how_to_pay_bull {
        font-size: min(4.8vw, 4.5rem);
        color: #000;
        margin-bottom: 10px;
        text-align: left;
        line-height: 1.5;
    }
    .how_to_pay_other {
        font-size: min(4.3vw, 4.5rem);
        color: #000;
        margin-left: 7%;
        margin-top: 3%;
        font-weight: 600;
    }
    .how_to_pay_other_list {
        list-style: disc !important;
        font-size: min(3.8vw, 3.5rem);
        color: #000;
        margin-left: 20%;
        padding-top: 3%;
        font-weight: 500;
        margin-right: 6%;
    }
    .attention {
        font-size: min(3vw,2.7rem);
        color: #000;
        font-weight: 400;
        display: block;
        margin-top: 2%;
    }
}