/* 251208 New Header and Footer */
.box01{
	margin-bottom: 0;
}
.box02{
	margin-bottom: 30px;
}
#main_con .section .box02 .table02 th{
    width: 230px;
}
#main_con .section .table02 tr:not(:last-of-type) td{
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 737px) {
	.first-class.mypage #main_con .section .box01 {
		margin-bottom: 0;
	}
	.first-class.mypage #main_con .section .box02 {
		margin-bottom: 15px;
	}
}