@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-case_text1 {
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
  margin: 0;
}

.cc-case_title {
  color: #E83F24;
  line-height: 1.6;
}

.cc-case_text2 {
  line-height: 2.8;
}

@media print, screen and (min-width: 768px) {
  .cc-case_text1 {
    font-size: max(1.6rem, 10px);
  }
  .cc-case_block {
    margin-top: 5rem;
  }
  .cc-case_title {
    font-size: max(1.6rem, 10px);
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #5B5C57;
  }
  .cc-case_text2 {
    margin-top: 3rem;
    font-size: max(1rem, 10px);
  }
  .m_btn {
    margin: 3rem 0 0;
  }
}

@media screen and (max-width: 767.98px) {
  .cc-case_text1 {
    font-size: max(2.2080075602rem, 10px);
  }
  .cc-case_block {
    margin-top: 4.4160151204rem;
  }
  .cc-case_title {
    font-size: max(3.0912105843rem, 10px);
    padding-bottom: 1.1040037801rem;
    border-bottom: 2px solid #5B5C57;
  }
  .cc-case_text2 {
    margin-top: 4.4160151204rem;
    font-size: max(1.7664060482rem, 10px);
  }
  .m_btn {
    width: 35.3281209635rem;
    margin: 4.4160151204rem auto 0;
  }
}