/*=============================================*/
/* common */
/*=============================================*/
.mb20 {
  margin-bottom: 20px;
}

.mb60 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.txt_base.center {
  text-align: center;
}
@media (max-width: 768px) {
  .txt_base.center {
    text-align: left;
  }
}

/*=============================================*/
/* privacy */
/*=============================================*/
.page_wrapper.privacy .sec_ttl {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .page_wrapper.privacy .sec_ttl {
    margin-bottom: 50px;
  }
}

.privacy {
  padding-bottom: 100px;
}
.privacy .txt_base {
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
}
.privacy .txt_base p {
  line-height: 1.6;
}

.policy_box:not(:last-child) {
  margin-bottom: 60px;
}
.policy_box .contents_box {
  padding: 0 6px;
}
.policy_box .num_list {
  counter-reset: item;
  list-style-type: none;
  padding-left: 15px;
}
.policy_box .num_list li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
}
.policy_box .num_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: item;
  content: counter(item) ".";
}

.bg_ttl {
  margin-bottom: 0.8em;
  padding: 0.3em 0.5em;
  background: #4D5357;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/*=============================================*/
/* sitepolicy */
/*=============================================*/
.page_wrapper.sitepolicy .sec_ttl {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .page_wrapper.sitepolicy .sec_ttl {
    margin-bottom: 50px;
  }
}

.sitepolicy {
  padding-bottom: 100px;
}
.sitepolicy .txt_base {
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
}
.sitepolicy .txt_base p {
  line-height: 1.6;
}

/*=============================================*/
/* contact */
/*=============================================*/
.page_wrapper.thanks .sec_ttl {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .page_wrapper.thanks .sec_ttl {
    margin-bottom: 50px;
  }
}

.thanks {
  padding-bottom: 100px;
}

.big_txt {
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 1.8rem;
}

.thanks .mb130 {
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .thanks .mb130 {
    margin-bottom: 50px;
  }
}

/*=============================================*/
/* 404 */
/*=============================================*/
.not_found_block {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .not_found_block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.not_found_block .center_ttl {
  margin-bottom: 0.2em;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 5.9rem;
}
@media (max-width: 768px) {
  .not_found_block .center_ttl {
    font-size: 3rem;
  }
}
.not_found_block .txt {
  margin-bottom: 2.5em;
  text-align: center;
}/*# sourceMappingURL=page02.css.map */