@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        サイトごとに変更する部分
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.transactions {
    margin-top: 40px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                resarve
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.iframe-wrapper {
    /* 随時調整 */
    padding-bottom: 640px;
}
@media screen and (max-width: 980px) {
    .iframe-wrapper {
        /* 随時調整 */
        padding-bottom: 720px;
    }
}