@charset "utf-8";
.privacy .container{max-width: 1150px;}
ol{padding-left: 0;}

.section {
  padding-bottom: 70px;
  padding-top: 70px;
}

.privacy a{color: #3080fa; text-decoration: underline;}

.privacy__h3 {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: .5em;
  margin-top: 2em;
}

.privacy__ul02 {
  margin-bottom: 1em;
  margin-left: 1em;
}

.privacy p {
  margin-bottom: 1em;
}

.heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.heading::after {
  background-color: #7f6344;
  content: "";
  display: block;
  height: 4px;
  margin: 15px auto 0;
  width: 118px;
}

.privacy__ul {
  margin-bottom: 1em;
}

.privacy .privacy__link {
  border: 1px solid;
  color: #d22832;
  display: inline-block;
  margin: 1em auto;
  padding: .25em 1em;
  text-decoration: none;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

@media print, screen and (min-width: 768px) {

  .privacy__ul {
      margin-left: 1em;
    }

  .privacy__ul02 {
    margin-left: 3em;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .section {
    padding-bottom: 40px;
    padding-top: 40px;
  }

    .privacy__link {
    text-align: center;
    width: 100%;
  }

}