.default-color {
  color: #0059c9;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.blod {
  font-weight: 700;
}

.text-inner {
  padding: 24px 50px 18px;
  border: 1px solid #ddd;
}

.text-inner .text-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #0059c9;
  text-align: center;
}

.text-inner .sub-title .field-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  color: #222;
}

.text-inner .sub-title > a {
  font-size: 16px;
  line-height: 32px;
  color: #0059c9;
}

.text-inner .sub-title.legal {
  font-size: 16px;
  line-height: 32px;
  color: #0059c9;
}

.text-inner .text {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 32px;
  text-indent: 32px;
  text-align: justify;
}

.text-inner .text-sec {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  text-indent: 32px;
}

.text-inner .text-sec * {
  font-size: 16px;
}

.text-inner .text-sec.unindent {
  text-indent: 0;
}

.text-inner .text-sec .text-sub {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}

.text-inner .text-sec .text-sub::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #0059c9;
}

.text-inner.unindent .text-sec {
  text-indent: 0;
}

.text-inner.unindent .text {
  text-indent: 0;
}

.text-inner.join p, .text-inner.join li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  padding-left: 20px;
}

.text-inner.join p *, .text-inner.join li * {
  font-size: 16px;
}

.text-inner.join .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #ff0000;
  margin: 20px 0;
}

.text-inner p {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  text-align: justify;
  margin-bottom: 10px;
}

.text-inner p span {
  font-size: 16px;
}

.text-inner p span strong {
  font-size: inherit;
}

.text-inner p strong {
  font-size: inherit;
}

.text-inner img {
  display: inline-block;
  max-width: 100%;
}
