@charset "UTF-8";

.btnArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 66px;
}

@media screen and (max-width: 896px) {
  .btnArea {
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

.btnArea .btn a {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 330px;
  line-height: 71px;
  font-weight: 700;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .btnArea .btn a {
    width: 100%;
    font-size: 15px;
    line-height: 58px;
  }
}

.btnArea .btn a:hover {
  background: #333;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__top {
    width: 100%;
  }
}

.btnArea .btn__top a {
  color: #b6b6b6;
  background: #fff;
  border: 1px solid #b6b6b6;
}

.privacy {
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 896px) {
  .privacy {
    padding: 0 15px 40px;
  }
}

.privacy .section__inner {
  width: 1000px;
  margin: 70px auto 0;
  box-sizing: border-box;
  padding: 60px 100px;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .privacy .section__inner {
    width: 100%;
    margin: 50px auto 40px;
    padding: 0;
    border: 0;
  }
}

.privacyList {
  font-family: "Noto Serif JP", serif;
}

.privacyList__item {
  margin-bottom: 47px;
}

@media screen and (max-width: 896px) {
  .privacyList__item {
    margin-bottom: 38px;
  }
}

.privacyList__item h2 {
  font-size: 19px;
  letter-spacing: .04em;
  text-indent: .04em;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .privacyList__item h2 {
    font-size: 18px;
    letter-spacing: .01em;
    text-indent: .01em;
  }
}

.privacyList__item p {
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 896px) {
  .privacyList__item p {
    line-height: 28px;
  }
}

.privacyList__item:last-child {
  margin-bottom: 0;
}
