/* Title */
#title {
  margin-top: 86px;
  background: #fff;
  width: 100%;
  height: 360px;
}

@media screen and (min-width: 768px) {
  #title {
    width: 100%;
    height: 200px;
    margin-top: 72px;
  }
}

#title img.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #title img.bg {
    opacity: 0.4;
    -o-object-position: right;
       object-position: right;
    width: 100%;
  }
}

#title section {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  #title section {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #title section.single:after {
    background: rgba(0, 0, 0, 0.4);
  }
}

@media screen and (min-width: 768px) {
  #title section.single h1 {
    font-size: 2.4rem !important;
    padding: 0 40px !important;
  }
}

#title section .wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #title section .wrap {
    width: 100%;
  }
}

#title section .wrap h1 {
  text-align: left;
  padding-left: 120px;
  width: auto;
  font-size: 3.6rem;
  display: inline-block;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
  letter-spacing: 4px;
}

@media screen and (min-width: 768px) {
  #title section .wrap h1 {
    font-size: 3.6rem;
    padding-left: 0px;
    display: block;
    text-align: center;
    width: auto;
  }
}

#title section .wrap i {
  display: block;
  padding-left: 128px;
  padding-top: 10px;
  color: #333;
  letter-spacing: 4px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  #title section .wrap i {
    padding-left: 0px;
    text-align: center;
    width: auto;
  }
}

article#privacy section.full div.wrap {
  max-width: 1080px;
  margin: auto;
  padding: 80px 40px;
}

@media screen and (min-width: 768px) {
  article#privacy section.full div.wrap {
    padding: 80px 20px;
  }
}

article#privacy section.full div.wrap p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
}

article#privacy section.full div.wrap div.content {
  padding: 40px 0 0;
}

article#privacy section.full div.wrap div.content h3 {
  font-size: 2rem;
  letter-spacing: 4px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  article#privacy section.full div.wrap div.content h3 {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}

article#privacy section.full div.wrap div.content ul {
  width: auto;
  list-style: decimal;
  padding-left: 20px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
}

article#privacy section.full div.wrap div.content ul li {
  padding-bottom: 10px;
}

article#privacy section.full div.wrap div.content ul li ul {
  padding-top: 10px;
  width: auto;
}

article#privacy section.full div.wrap div.content ul li ul li {
  width: auto;
}

article#privacy section.full div.wrap div.content ul li ul li ul {
  width: auto;
}

article#privacy section.full div.wrap div.content ul li ul li ul li {
  width: auto;
}

button {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 0.04em;
  padding: 10px 80px;
  cursor: pointer;
  background: #E0E062;
  color: #fff;
  display: block;
  margin: 0px auto 80px;
  position: relative;
}
/*# sourceMappingURL=page.css.map */