@charset "UTF-8";
main {
  position: relative;
  z-index: 1;
  margin-bottom:100px;
}

.cookie__ttl {
  color: #000;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin: 50px auto 40px;
  width: 80%;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .cookie__ttl {
    font-size: 20px;
    width: 85%;
    margin: 50px auto 40px;
  }
}
.cookie__text {
  color: #000;
  font-size: 20px;
  text-align: justify;
  margin: 20px auto 0;
  width: 80%;
  max-width: 800px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .cookie__text {
    font-size: 16px;
    width: 85%;
    margin: 20px auto 0;
  }
}
.cookie__service-list {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  width: 80%;
  max-width: 800px;
  margin: 100px auto 0;
}
@media only screen and (max-width: 768px) {
  .cookie__service-list {
    font-size: 20px;
    width: 85%;
    margin: 40px auto 0;
  }
}
.cookie__service {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
  width: 80%;
  max-width: 800px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .cookie__service {
    font-size: 16px;
    width: 85%;
    margin: 40px auto 20px;
  }
}
.cookie__service-name {
  color: #000;
  font-size: 20px;
  width: 80%;
  max-width: 800px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  .cookie__service-name {
    font-size: 16px;
    width: 85%;
    margin: 10px auto 0;
  }
}
.cookie__link {
  display: block;
  color: blue;
  font-size: 20px;
  text-decoration: underline;
  width: 80%;
  max-width: 800px;
  margin: 5px auto 0;
}
@media only screen and (max-width: 768px) {
  .cookie__link {
    word-wrap: break-word;
    line-height: 1.3;
    font-size: 16px;
    width: 85%;
    margin: 0 auto 0;
  }
}
