.sec_main .lg_inner_space {
  overflow: hidden;
}
.sec_main .top_box {
  background: #f5f5f5;
  padding: 3% 4.5% 3.3%;
  margin-bottom: 60px;
}
.sec_main .content {
  position: relative;
}
.sec_main .content::after {
  content: "";
  background: url(../img/privacy/txt_privacy.png) no-repeat;
  background-size: contain;
  width: min(19vw, 214px);
  height: 85px;
  position: absolute;
  right: -8.2%;
  bottom: -1.3%;
}
.sec_main dt .ttl_left_border {
  margin-bottom: 24px;
}
.sec_main dd {
  margin-bottom: 23px;
}
.sec_main dd p {
  line-height: 1.8;
}
.sec_main dd .annotation_txt {
  padding-left: 0;
  text-indent: 0;
  margin-top: 20px;
}
.sec_main dd a {
  color: var(--site-primary);
  border-bottom: 1px solid var(--site-primary);
  padding-bottom: 4px;
}
.sec_main dd:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .sec_main .content::after {
    right: -2.2%;
  }
}
@media only screen and (max-width: 960px) {
  .sec_main .top_box {
    margin-bottom: 35px;
  }
  .sec_main dt .ttl_left_border {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 568px) {
  .sec_main .ttl_underbar {
    line-height: 1.45;
    margin-top: -8px;
    padding-bottom: 2px;
  }
  .sec_main .top_box {
    padding: 15px 20px 15px;
  }
  .sec_main .top_box p {
    line-height: 1.8;
  }
  .sec_main .content {
    margin: 0 -5.3vw;
  }
  .sec_main .content::after {
    width: 128px;
    height: 51px;
    right: 15px;
    bottom: -31px;
  }
  .sec_main dl {
    margin: 3px 0 15px;
  }
  .sec_main dt .ttl_left_border {
    padding-left: 2.3em;
    text-indent: -1.3em;
    margin-bottom: 13px;
  }
  .sec_main dt .ttl_left_border::before {
    width: 5px;
    height: 77%;
  }
  .sec_main dd {
    margin-bottom: 20px;
  }
  .sec_main dd .annotation_txt {
    margin-top: 5px;
  }
}/*# sourceMappingURL=privacy.css.map */