.policy-flex-div-wrapper {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.policy-flex-div-wrapper .policy-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1100px;
  height: 100px;
  border-bottom: 1px solid rgba(213,213,213,1);
}
.policy-flex-div-wrapper .policy-contents {
  width: 1000px;
  padding: 0;
  overflow-x: hidden;
  white-space: pre-wrap;
}
.policy-flex-div-wrapper .policy-contents table {
  width: 1000px;
  border-collapse: collapse;
}
.policy-flex-div-wrapper .policy-contents table td {
  padding: 10px;
  border-collapse: collapse;
  border: 1px solid rgba(213,213,213,1);
  white-space: pre-wrap;
}
.policy-flex-div-wrapper .policy-contents table td.fixwidth {
  width: 100px;
}
table.center-td td {
  text-align: center
}
table.center-td td.left-align {
  text-align: left;
}