@charset "UTF-8";
/* fv_title */
.fv_title {
  background: url(../images/works/bg_works_sp.png) no-repeat right center/cover;
}

@media screen and (min-width: 768px) {
  .fv_title {
    background-image: url(../images/works/bg_works_pc.png);
  }
}
/* privacy_section */
.privacy_section {
  margin-bottom: 3em;
}
.privacy_section:last-child {
  margin-bottom: 0;
}
.privacy_section .section_inner > p {
  margin-bottom: 1.8em;
}
.privacy_section .section_inner > p:last-child {
  margin-bottom: 0;
}
.privacy_section .section_inner > p a {
  text-decoration: underline;
}
.privacy_section .section_inner > p a:hover {
  text-decoration: none;
}
.privacy_section .underline_heading {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}
.privacy_section .heading {
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: bold;
}
.privacy_section .heading2 {
  font-size: 1.2em;
  font-weight: bold;
}
.privacy_section .head_list > li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.privacy_section .head_list > li .head {
  white-space: nowrap;
}
.privacy_section .privacy_table {
  width: 100%;
}
.privacy_section .privacy_table:not(:last-child) {
  margin-bottom: 1.8em;
}
.privacy_section .privacy_table th,
.privacy_section .privacy_table td {
  padding: 1em;
  text-align: left;
  vertical-align: top;
  border: 1px solid #333;
}
.privacy_section .privacy_table th {
  font-weight: bold;
}
.privacy_section .privacy_table th:first-child {
  width: 32%;
}
.privacy_section .privacy_table thead th {
  text-align: center;
}
.privacy_section .dot_list > li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.privacy_section .dot_list > li::before {
  content: "・";
}

/*# sourceMappingURL=privacypolicy.css.map */
