.page-mv__txt{ display:flex;flex-wrap:wrap;height:85%;justify-content:center; }
section.commerce{ padding-top:7rem; }
table{ width:min(1000px, 95%);border-collapse:collapse;margin:0 auto; }
th,td{ padding:min(22px, 10%) min(15px, 12%);text-align:left;border-bottom:1px solid #e9ecef; }
th{ background-color:#f5f5f5;font-weight:600;color:#495057;width:30%;vertical-align:top; }
td{ color:#212529;vertical-align:top; }
tr:first-child th,tr:first-child td{ border-top:1px solid #e9ecef; }
/* tr:hover{ background-color:#f8f9fa; } */
.multi_line{ white-space:pre-line; }
th br{ display:none; }
@media screen and (max-width:768px){
    section.commerce{ padding-top:4%; }
}
@media screen and (max-width:576px){
    section.commerce{ padding-top:3%; }
    table{ width:100%; }
    tr{ display:flex;flex-direction:column;margin-bottom:3%;border:1px solid #e9ecef; }
    th, td{ padding:2.5%; }
    th{ width:100%; }
    td{ border-bottom:none;background-color:#fcfcfc; }
    /* th br{ display:block; } */
}