.bg-blue {
  padding-bottom: 12%;
}
@media screen and (max-width: 768px) {
  .bg-blue {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  section.privacy {
    padding: 0 5%;
  }
}
section.privacy h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #06233c;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section.privacy h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
section.privacy dl {
  width: 730px;
  margin: 0 auto 80px;
  border-radius: 5px;
  color: #07213b;
}
section.privacy dl:last-child {
  margin-bottom: 0;
}
section.privacy dl:last-child p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  section.privacy dl {
    width: 100%;
    margin: 0 auto 40px;
  }
}
section.privacy dl dt {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.privacy dl dt {
    font-size: 20px;
  }
}
section.privacy dl dd {
  margin-top: 15px;
}
section.privacy dl dd p {
  margin-bottom: 10px;
}
section.privacy dl dd > ul {
  margin-top: 15px;
  margin-left: 20px;
}
section.privacy dl dd > ul li {
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  text-indent: -30px;
}
@media screen and (max-width: 768px) {
  section.privacy dl dd > ul li {
    font-size: 14px;
    padding-left: 25px;
    text-indent: -25px;
  }
}
section.privacy dl dd > ul li ul {
  padding-left: 20px;
  margin: 15px 0 25px;
}
section.privacy dl dd > ul li ul li {
  margin-bottom: 7px;
}
section.privacy dl dd a {
  color: #07213b;
  text-decoration: underline;
  text-underline-offset: 6px;
}
section.privacy dl dd a:hover {
  text-decoration: none;
}

.bg {
  position: relative;
}
.bg .bg02 {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .bg .bg02 {
    display: none;
  }
}

section.contact .img {
  position: relative;
  z-index: 2;
}/*# sourceMappingURL=layout.css.map */