@charset "utf-8";

/********************
// other-header
********************/

.privacy-policy-header {
}

.privacy-policy-header img {
  display: block;
}

.privacy-policy .first-txt {
  margin-bottom: 50px;
}

.privacy-policy .first-txt dt {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}

.privacy-policy .first-txt dd {
  font-size: 14px;
}

.desc-txt {
  font-size: 12px;
  margin-bottom: 10px;
}

.p-policy-table {
  border: 1px solid #000;
  width: 100%;
}

.p-policy-table th {
  font-weight: bold;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
  background-color: #8dd17a;
  border: 1px solid #000;
}

.p-policy-table td {
  border: 1px solid #000;
  padding: 15px;
  font-size: 13px;
}

.p-policy-table td {
  width: 50%;
}

.p-policy-box {
  margin-bottom: 70px;
}

.p-policy-txt {
  font-size: 14px;
  line-height: 1.6;
  margin-left: 10px;
}

.p-policy-txt + p {
  margin-top: 20px;
}

.txt-right {
  text-align: right;
}

.indent {
  text-indent: 15px;
}

.p-policy-txt a:hover {
  text-decoration: none;
}

.dots:before {
  content: "";
  border-radius: 10px;
  width: 6px;
  height: 6px;
  background: #3d9208;
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px 0 0;
}