.privacy_policy_con {
  padding: 8vw 0;
}
@media (max-width: 1049px) {
  .privacy_policy_con {
    padding: 11vw 0;
  }
}
@media (max-width: 499px) {
  .privacy_policy_con {
    padding: 13vw 0;
  }
}
.privacy_policy_con .inner {
  width: 86.207vw;
  margin: 0 auto;
}
.privacy_policy_con .inner .p_txt {
  font-size: 1.23vw;
  margin-bottom: 2vw;
  line-height: 2;
}
@media (max-width: 1049px) {
  .privacy_policy_con .inner .p_txt {
    font-size: 2.8vw;
    margin-bottom: 3.5vw;
  }
}
@media (max-width: 499px) {
  .privacy_policy_con .inner .p_txt {
    font-size: 4vw;
    margin-bottom: 4.7vw;
  }
}
.privacy_policy_con .inner .p_txt.right {
  font-size: 1.23vw;
  margin-bottom: 2vw;
  text-align: right;
  margin-top: 2vw;
}
@media (max-width: 1049px) {
  .privacy_policy_con .inner .p_txt.right {
    font-size: 2.8vw;
    margin-bottom: 3.5vw;
    margin-top: 3.2vw;
  }
}
@media (max-width: 499px) {
  .privacy_policy_con .inner .p_txt.right {
    font-size: 4vw;
    margin-bottom: 4.7vw;
    margin-top: 4.4vw;
  }
}
.privacy_policy_con .inner .p_txt.num {
  text-indent: -1.3em;
  padding-left: 1em;
}
.privacy_policy_con .inner .p_txt.first {
  margin-top: 3.2vw;
}
@media (max-width: 1049px) {
  .privacy_policy_con .inner .p_txt.first {
    margin-top: 4.5vw;
  }
}
@media (max-width: 499px) {
  .privacy_policy_con .inner .p_txt.first {
    margin-top: 5.7vw;
  }
}

.btn_style2 {
  margin-top: 2vw;
  position: relative;
  right: auto !important;
  background: #20272e;
  border: 1px solid #20272e;
}

.p_sp {
  display: none;
}
@media (max-width: 499px) {
  .p_sp {
    display: block;
  }
}

.h_ttl {
  font-size: 33px;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .h_ttl {
    font-size: 25px;
  }
}

.h_ttl2 {
  font-size: 24px;
  margin-bottom: 16px;
}

.table_sec {
  margin-bottom: 40px;
}
.table_sec table tr.first th {
  text-align: left;
  padding: 12px;
  background: #000;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 768px) {
  .table_sec table tr.first th {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .table_sec table tr.first th {
    font-size: 14px;
  }
}
.table_sec table tr.first th.right_border {
  border-right: 1px solid #fff;
}
.table_sec table tr th {
  vertical-align: middle;
}
.table_sec table tr td {
  text-align: left;
  border: 1px solid #dfdfdf;
  padding: 12px;
  font-size: 18px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .table_sec table tr td {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .table_sec table tr td {
    font-size: 14px;
  }
}

.table_sec2 {
  margin-bottom: 40px;
}
.table_sec2 table tr th {
  padding: 8px;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #dfdfdf;
  padding: 12px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .table_sec2 table tr th {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .table_sec2 table tr th {
    font-size: 14px;
  }
}
.table_sec2 table tr td {
  vertical-align: middle;
  border: 1px solid #dfdfdf;
  padding: 12px;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 768px) {
  .table_sec2 table tr td {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .table_sec2 table tr td {
    font-size: 14px;
  }
}
.table_sec2 table tr th.right_border {
  border-right: 1px solid #fff;
}

.pr_wrap {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 480px) {
  .pr_wrap {
    display: block;
    padding: 24px;
  }
}
.pr_wrap .r_info_b {
  width: 26.483vw;
  background: #fff;
  padding: 14px 1vw;
  transition: 0.4s;
}
@media (max-width: 1049px) {
  .pr_wrap .r_info_b {
    width: 40%;
  }
}
.pr_wrap .r_info_b:hover {
  background: #000;
}
.pr_wrap .r_info_b:hover a {
  color: #fff;
}
@media (max-width: 499px) {
  .pr_wrap .r_info_b {
    width: 100%;
    margin-bottom: 3vw;
  }
}
.pr_wrap .r_info_b a {
  display: block;
  font-weight: 500;
  transition: 0.4s;
  font-size: 19px;
}

.h_ttl.first {
  margin-top: 48px;
}

table tr td:first-of-type {
  width: 50px;
  flex: 0 0 50px;
  text-align: center;
}

.h_ttl.last {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 480px) {
  .h_ttl.last {
    font-size: 22px;
  }
}

.p_txt_2 {
  font-size: 18px;
  margin-bottom: 22px;
}
@media (max-width: 480px) {
  .p_txt_2 {
    font-size: 15px;
  }
}
.p_txt_2 span {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

.pr_link {
  color: #097bbc;
  text-decoration: underline;
}

.lower_fv_ttl {
  font-size: 75px;
  font-weight: bold;
  color: #20272e;
  background: #fff;
  display: inline-block;
}
@media (max-width: 1920px) {
  .lower_fv_ttl {
    font-size: 3.048vw !important;
  }
}
@media (max-width: 1049px) {
  .lower_fv_ttl {
    font-size: 5.119vw !important;
  }
}
@media (max-width: 499px) {
  .lower_fv_ttl {
    font-size: 6vw !important;
  }
}
.lower_fv_ttl .sp__only {
  display: none;
}
@media (max-width: 499px) {
  .lower_fv_ttl .sp__only {
    display: block;
  }
}/*# sourceMappingURL=privacy-policy.css.map */