.policy-container #content .default_c {
  width: 1000px;
  padding-top: 0;
}
.policy-container .selectarea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 30px 0 28px;
}
.policy-container .selectarea .d_select {
  width: 200px;
}
.policy-container .selectarea .d_select select {
  height: 45px;
  font-weight: 400;
}

.policy-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1000px;
  height: 160px;
  margin: 0 auto;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.policy-page-select {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 105px;
}

.policyReadme {
  letter-spacing: 0px;
  line-height: 21px;
  font-weight: 400;
}
.policyReadme table th,
.policyReadme table td {
  padding: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  line-height: 21px;
}
.policyReadme table th.left,
.policyReadme table td.left {
  text-align: left;
}
.policyReadme table thead th {
  background: #fafafa;
}
.policyReadme .big-title {
  margin-bottom: 19px;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.policyReadme .medium-title {
  margin-bottom: 5px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.policyReadme .readme {
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.policyReadme .readme .ol01 {
  margin-top: 10px;
  padding-left: 18px;
  list-style: revert;
}
.policyReadme .readme .ol01 > li + li {
  margin-top: 10px;
}
.policyReadme .readme .ol01 + p {
  margin-top: 10px;
}
.policyReadme .readme .ol02 {
  margin-top: 5px;
}
.policyReadme .readme .ol02 > li {
  text-indent: -19px;
  padding-left: 19px;
}
.policyReadme .readme .ol03 > li + li {
  margin-top: 13px;
}
.policyReadme .readme .ol03 > li table {
  margin: 10px 0 25px;
}
.policyReadme .readme .ul01 {
  margin-top: 8px;
}
.policyReadme .readme .ul01.han {
  padding-left: 5px;
}
.policyReadme .readme .ul01 > li {
  text-indent: -22px;
  padding-left: 22px;
}
.policyReadme .readme ol ol,
.policyReadme .readme ol ul,
.policyReadme .readme ul ol,
.policyReadme .readme ul ul {
  margin-top: 5px;
}
.policyReadme .readme .etc-txt {
  font-size: 13px;
  padding-left: 8px;
}
.policyReadme .pc + .pc {
  margin-top: 52px;
}
.policyReadme .pc-sub + .pc-sub {
  margin-top: 13px;
}