@charset "UTF-8";

[id^="payment"] + section.contents_box01 .wrapper_item {
    align-items: center;
}
@media screen and (max-width: 900px){
    [id^="payment"] + section.contents_box01:not(.block_image_text_2):not(.block_image_text_6):not(.block_text_6) .wrapper_item {
        display: flex;
        flex-direction: column-reverse;
    }
    [id^="payment"] + section .wrapper_item .inner_item_img{
        margin-bottom: 0px;
        margin-top: 20px;
    }
}