@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);:root {
  --vw: 1vw;
}

body {
  background-color: #FAF8F2;
}

.cc_block {
  background-color: #ffffff;
}

.cc_text {
  line-height: 2.8;
}

.cc_note {
  line-height: 2.4;
  padding-left: 1em;
  text-indent: -1em;
}
.cc_note:before {
  content: "＊";
}
@media print, screen and (min-width: 768px) {
  .cc_block {
    padding: 2rem;
    margin-top: 3rem;
  }
  .cc_text {
    font-size: max(1rem, 10px);
  }
  .cc_note {
    font-size: max(0.8rem, 10px);
    margin-top: 3rem;
  }
  .m_btn {
    margin: 3rem 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .cc_block {
    padding: 4.4160151204rem 2.2080075602rem;
    margin-top: 4.4160151204rem;
  }
  .cc_text {
    font-size: max(1.7664060482rem, 10px);
  }
  .cc_note {
    font-size: max(1.5456052922rem, 10px);
    margin-top: 4.4160151204rem;
  }
  .m_btn {
    width: 35.3281209635rem;
    margin: 4.4160151204rem auto 0;
  }
}