.wcdc-confirm-hide{
    display: none !important; 
}


.wcdc-cfm-btn-table{
	display: flex !important;             /* フレックスボックスにする */
	justify-content: space-around; 

}

.wcdc-confirm-table-title{
	width: 45%;
}

.open {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	padding: 10% 5% 20% 5%;
    overflow: auto;
	display: block;
    width: 100%;
    height: 100%;
}

body.no-scroll {
    overflow: hidden;
}

@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
    .open {
        padding: 10% 20% 20% 20%;
    }
}

@media screen and (max-width:736px) {
    /*　画面サイズが736pxまではここを読み込む　*/
    table {
        width: 100%;
    }
    .wcdc-confirm-table-title,
    .wcdc-confirm-table-value {
        border-bottom: none;
        display: block;
        width: 100%;
    }

}