@charset "UTF-8";
.privay_content {
  margin-top: 180px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .privay_content {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .privay_content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .privay_content .container p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .privay_content .container li {
    font-size: 1.4rem;
  }
}
.privay_content .container .ttl_sub {
  color: #0275c2;
  font-size: 3.2rem;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .privay_content .container .ttl_sub {
    font-size: 2.4rem;
  }
}
.privay_content .container table {
  width: 100%;
  border-collapse: collapse;
}
.privay_content .container table tr th, .privay_content .container table tr td {
  border: 1px solid #ccc;
  padding: 15px;
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .privay_content .container table tr th, .privay_content .container table tr td {
    font-size: 1.4rem;
  }
}
.privay_content .container table tr th {
  width: 200px;
  background: #f3f3f3;
}
.privay_content .container table .privacy_list:not(:first-of-type) {
  margin-top: 20px;
}
.privay_content .container table .privacy_list h5 {
  font-size: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .privay_content .container table .privacy_list h5 {
    font-size: 1.4rem;
  }
}
.privay_content .container table .privacy_list p {
  margin: 4px 0 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .privay_content .container table .privacy_list p {
    font-size: 1.4rem;
  }
}
.privay_content .pp_list {
  padding: 0;
  list-style: none;
}
.privay_content .pp_list > li {
  text-indent: -1em;
  padding-left: 1em;
}
.privay_content .pp_list > li:not(:first-of-type) {
  margin-top: 10px;
}
.privay_content .pp_list ul {
  background: #f8f8f8;
  padding: 20px;
  list-style: none;
  margin-left: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.privay_content .pp_list ul li {
  font-size: 1.4rem;
}
.privay_content .items .list-disc {
  padding: 0;
  list-style: none;
}
.privay_content .items .list-disc li {
  position: relative;
  padding-left: 1.1em;
}
.privay_content .items .list-disc li:not(:first-of-type) {
  margin-top: 10px;
}
.privay_content .items .list-disc li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.privay_content .items .gray_list {
  background: #f8f8f8;
  padding: 20px;
  list-style: none;
  margin-left: 1em;
  margin-top: 10px;
}
.privay_content .items .gray_list li {
  font-size: 1.4rem;
}

.last {
  text-align: right;
}

.mt_none {
  margin-top: 0 !important;
}