table { width: 100%; border-collapse: collapse; } 
.mt5 { margin-top: 5px !important; } 
#policy_select_box { padding-top: 140px; display: flex; flex-direction: row-reverse; } 
#policy_select { width: 10%; min-width: 150px; } 
#policy_contents { padding: 0 100px 100px; font-size: 14px; text-align: left; line-height: 1.4; word-break: keep-all; } 
#policy_contents p { font-size: 14px; } 
.table_wrap { overflow-x: auto; }
.tbl_policy { width: 100%; box-sizing: border-box;} 
.tbl_policy thead { background-color: #f8f8fa; } 
.tbl_policy td,
.tbl_policy th { height: 50px; padding: 10px; border: 1px solid #dedee1; text-align: center; line-height: 1.4em; box-sizing: border-box; word-break: keep-all; min-width: 130px;} 
.tbl_policy th { font-weight: 700; } 
@media screen and (max-width: 768px) { 
  #policy_contents { padding: 0 20px 100px; } 
  #policy_select_box { padding-top: 100px; } 
}
