:root {
  --darkFont: #fff;
  --theme-color: #1975c5;
  --fontColor: #fff;
  --bgColor: transparent;
}

* {
  padding: 0;
  margin: 0;
  list-style: outside none;
}

body {
  background: var(--bgColor, transparent);
}

body, html {
  font: normal 13px/1.6 verdana, "MicroSoft YaHei";
  color: var(--fontColor, #666);
  -webkit-font-smoothing: antialiased;
}

h3 {
  color: var(--darkFont, #000);
  margin: 25px 0 5px;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

p.en {
  text-align: left;
}

body, html {
  font-size: 12px;
}

ul, li, ol {
  list-style: none outside none;
}

body, p, ul, li, ol, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, iframe {
  margin: 0;
  padding: 0;
}

.legal-content {
  padding: 0;
}

.legal-content,
.lb-list {
  color: var(--fontColor, #fff);
}

.lb-list li::after {
  border-color: var(--fontColor, #fff);
}

.alert-login {
  margin: 0 10px;
}

.alert-login .btn {
  border: solid 1px var(--fontColor, #fff);
  margin: 0 15px 25px;
}

.legal-content {
  text-align: left;
  line-height: 180%;
}

.lb-text {
  margin-left: 2em;
}

.legal-box {
  margin: 15px 0;
  text-align: var(--text-align, justify);
}

.legal-name {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.6;
  padding: 0.375em 0;
}
.legal-name.lb-title {
  text-align: center;
}

.lb-title {
  font-size: 1.2em;
}

.lb-list {
  text-align: left;
  color: var(--fontColor, #fff);
}

.lb-list li {
  padding-left: 15px;
  position: relative;
}

.lb-list li::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 8px;
  border: solid 3px var(--fontColor, #fff);
  border-radius: 25px;
}

.lb-list .lb-list li:after {
  border-radius: 0;
  border: 0 none;
  border-top: 1px solid var(--fontColor, #fff);
  width: 9px;
  top: 10px;
}

.privacy-box-en p {
  text-align: left;
}

.privacy-type {
  color: var(--fontColor, #fff);
  text-align: right;
  font-weight: bold;
  margin: 0 5px -10px 0;
}

.privacy-type a {
  margin: 0 5px;
  font-size: 12px;
  color: var(--fontColor, #fff);
}

.legal-back {
  font-size: 12px;
  padding: 0 10px;
}
.legal-back a {
  color: var(--fontColor, #fff);
  float: right;
}
.legal-back:after {
  content: "";
  clear: both;
  display: table;
}

.indeed2em {
  text-indent: 2em !important;
}

.red {
  color: #f00;
}

.ipt {
  font-weight: bold;
  color: var(--darkFont);
}

.auto-fill {
  border-bottom: solid 1px;
  min-width: 4em;
  padding: 0 2em;
}

.legal-dark {
  --darkFont: #000;
  --fontColor: #333;
  --table-th-bgc: #fafafa;
}

.legal-text-left {
  --text-align: left;
}

a {
  color: var(--fontColor);
}

.legal-pc {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 1rem 2rem;
  line-height: 2;
}
.legal-pc .legal-name {
  font-size: 1.75em;
  line-height: 1.6;
  text-align: center;
  padding: 0.375em 0;
}
.legal-pc p {
  text-indent: 2em;
}
.legal-pc dt {
  margin: 0.5rem 0 0.75rem;
  font-size: 1.25em;
  font-weight: bold;
}
.legal-pc .lb-text {
  margin-left: 2em;
}
.legal-pc .lb-list {
  margin: 0.5rem 0 0.5rem 1em;
}
.legal-pc .lb-list p {
  text-indent: 0;
}
.legal-pc .lb-list .in2em {
  text-indent: 2em;
}
.legal-pc .lb-title ~ p {
  text-indent: 2em;
}

.legal-mobile {
  font-size: 1.5rem;
}

.lb-list .nodot > li {
  padding-left: 0;
}
.lb-list .nodot > li:after {
  display: none;
}

.lb-list .order-cjk, .lb-list .order-cjk > li {
  list-style: cjk-ideographic outside;
}
.lb-list .order-roman, .lb-list .order-roman > li {
  list-style: lower-roman outside;
}
.lb-list .order-big-roman, .lb-list .order-big-roman > li {
  list-style: upper-roman outside;
}
.lb-list .order-number, .lb-list .order-number > li {
  list-style: decimal outside;
}
.lb-list .order-alpha, .lb-list .order-alpha > li {
  list-style: upper-alpha outside;
}
.lb-list .order-disc, .lb-list .order-disc > li {
  list-style: disc outside;
}
.lb-list .order-circle, .lb-list .order-circle > li {
  list-style: circle outside;
}

.auto ul, .auto ol, .auto li {
  list-style: initial;
  list-style-position: outside;
  padding-left: 0;
  margin-left: 1.2em;
}
.auto li {
  margin-top: 0.375em;
  margin-bottom: 0.375em;
}
.auto li:after {
  display: none;
}
.auto ul ol ul {
  list-style-type: square;
}
.auto ol ul ul {
  list-style-type: square;
}
.auto ol ol ul {
  list-style-type: square;
}
.auto ol ul {
  list-style-type: circle;
}
.auto ul ul {
  list-style-type: circle;
}
.auto ul {
  list-style-type: disc;
}
.auto ol {
  list-style-type: decimal;
}
.auto h6 {
  font-size: 1rem;
  line-height: 1.2;
}
.auto .legal-name {
  font-weight: bold !important;
  font-size: 1.35rem;
}
.auto dt {
  font-weight: bold !important;
  font-size: 1.1rem;
}
.auto dl, .auto .lb-content, .auto p {
  margin: 0.5em 0;
}
.auto a {
  color: inherit;
  border-bottom: solid 1px;
  font-weight: bold;
  text-decoration: none;
}

#privacyEN p {
  text-align: left;
}

table.normal {
  border-collapse: collapse;
  width: available;
  width: -webkit-fill-available;
  line-height: 1.6;
}
table.normal th {
  background: var(--table-th-bgc, transparent);
}
table.normal th,
table.normal td {
  border: solid 1px #ccc;
  padding: 5px;
}
table.single td {
  padding: 1rem;
}
table.td-1-title th,
table.td-1-title td:first-child {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}

.lb-content table {
  margin-left: 2rem;
}

.customer-list .customer-list {
  margin-left: 1.5em;
}

.indeed2em.lb-list {
  margin-left: 0;
}

.indeed2em p,
.indeed2em {
  text-indent: 2em !important;
}

.history-box li {
  cursor: pointer;
}
.history-box .active {
  font-weight: bold;
}

.lang-switch ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  padding: 10px 0;
}
.lang-switch li {
  padding: 0 10px;
  border-left: solid 1px;
  cursor: pointer;
}
.lang-switch li:first-child {
  border-left: 0 none;
}
.lang-switch li.active {
  font-weight: bolder;
}

/*# sourceMappingURL=privacy.css.map */
