.body-width{
	height: 60vh;
}

.padding-unsubscribe{
	padding: 24px;
	
}
.table-title-unsubscribe th{
	color: black;
	font-weight: bold;
}

.th-unsubscribe th{
	padding: 15px 0px;;
}

.tr-unsubscribe {
	height:55px;
	border-bottom: 1px solid #d9e0e5;
	padding: 0px;
}

.tr-unsubscribe{
	padding: 18px 0px;
}


.bold-unsubscribe{
	font-weight:bold;
}
.btn-white-unsubscribe {
	background: #ffffff;
	color: #0072b1
}
   
.btn-white-unsubscribe:hover {
	opacity: .65;
}
.w-150{
	width: 150px;
}

.mycar-container {
    position: relative;
}

.mycar-info-withdrawal-unsubscribe {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px; /* この高さに合わせてテーブルのスクロール部分を調整 */
    background: #FFFFFF;
    /* その他のスタイル */
}

.table-scroll-unsubscribe {
    max-height: calc(100% - 60px); /* ボタン部分の高さに合わせる */
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
}