@charset "UTF-8";
.animation-delays:nth-child(1) {
  animation-delay: 0 !important;
}
.animation-delays:nth-child(2) {
  animation-delay: 0.2s !important;
}
.animation-delays:nth-child(3) {
  animation-delay: 0.4s !important;
}
.animation-delays:nth-child(4) {
  animation-delay: 0.6s !important;
}
.animation-delays:nth-child(5) {
  animation-delay: 0.8s !important;
}
.animation-delays:nth-child(6) {
  animation-delay: 1s !important;
}
.animation-delays:nth-child(7) {
  animation-delay: 1.2s !important;
}
.animation-delays:nth-child(8) {
  animation-delay: 1.4s !important;
}
.animation-delays:nth-child(9) {
  animation-delay: 1.6s !important;
}
.animation-delays:nth-child(10) {
  animation-delay: 1.8s !important;
}
.animation-delays:nth-child(11) {
  animation-delay: 2s !important;
}
.animation-delays:nth-child(12) {
  animation-delay: 2.2s !important;
}
.animation-delays:nth-child(13) {
  animation-delay: 2.4s !important;
}

.radiusClipPath {
  clip-path: polygon(2% 0%, 98% 0%, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0% 98%, 0% 2%);
}

.arrow-type01-style {
  height: 30px;
  width: 30px;
}
.arrow-type01-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type01-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

.arrow-type02-style {
  height: 40px;
  width: 40px;
}
.arrow-type02-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type02-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

/****************************************

****************************************/
.privacy-section {
  margin-top: 50px;
  padding: 20px;
}
.privacy-section:first-child {
  margin-top: 0;
}

.privacy-list dt {
  font-size: 20px;
  margin-top: 20px;
  padding: 10px;
}
.privacy-list dt:first-child {
  margin-top: 0;
}
.privacy-list dd {
  margin-top: 10px;
}
.privacy-list dd ol, .privacy-list dd ul {
  margin-top: 20px;
}
.privacy-list dd ol:first-child, .privacy-list dd ul:first-child {
  margin-top: 0;
}
.privacy-list dd ol li, .privacy-list dd ul li {
  margin-top: 10px;
}
.privacy-list dd ol li:first-child, .privacy-list dd ul li:first-child {
  margin-top: 0;
}
.privacy-list dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.privacy-list dd table th, .privacy-list dd table td {
  text-align: left;
}

.contact-action {
  align-items: center;
  display: flex;
}

.btn-contact {
  background: var(--color07);
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  padding: 5px;
  text-decoration: none;
}

/****************************************
メディアクエリ
****************************************/
@media screen and (max-width: 1200px) {
  .privacy {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .privacy-list dt {
    font-size: 20px;
  }
  .privacy-list dd {
    font-size: 18px;
  }
}
/*# sourceMappingURL=map/privacy.css.map */
