.paragraph {
  margin-bottom: 48px;  
}
.title {
  width: 100%;
  margin-bottom: 16px;
}
.title__text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25em;
}
.sub-title {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 8px;
}
.sub-title__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25em;
}
.description {
  width: 100%;
}
.description__text {
  font-size: 16px;
  line-height: 1.5em;
}
.description__text a{
  text-decoration: underline;
}
.privacypolicy_ol_list {
  margin-top: 24px;
  padding-left: 24px;
}
.privacypolicy_ol_list  a{
  text-decoration: underline;
}
.privacypolicy_ol_sub-list {
  padding-left: 32px;
}
.privacypolicy_sub-list li{
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 16px;
  list-style-type: decimal-leading-zero;
}
.privacypolicy_ol_list li{
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 16px;
  list-style-type: decimal;
}
.privacypolicy_ol_list_none li{
  list-style-type: none;
}
.privacypolicy_ol_list .privacypolicy_ol_sub-list li{
  list-style-type: decimal-leading-zero;
}
.privacypolicy_ol_list-title {
  margin-bottom: 16px;
}

.application_policy_table{
	margin:20px 0;
}
.application_policy_table th{
	background: none;
	text-align: center;
}
.application_policy_table th:first-child,
.application_policy_table th:last-child{
	width: 22%;
}
.application_policy_table .ol_roman {
  padding: 0 0 0 20px;
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #14171a;
  line-height: 1.6;
  font-size: 93.33%;
}
table th {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #14171a;
  background: #4dccdb;
  word-break: break-all;
  /* font-weight: normal; */
}
table td {
  padding: 10px;
  border: 1px solid #14171a;
  /* background-color: #fff; */
  word-break: break-all;
}

