@charset "UTF-8";
.download-terms{
  font-family: 'Noto Sans JP', sans-serif;
}
.page .page_title {
  font-size: 2.375rem;
  font-weight: 700;
  padding-top: 10rem;
  text-align: center;
}
@media (width <= 750px) {
  .page .page_title {
    padding-top: 25vw;
    font-size: 5.5vw;
  }
}
.download-terms_box {
  max-width: 62.5rem;
  margin: 3.5rem auto 3.125rem;
}
.download-terms_box .download-terms_description {
  margin-bottom: 2rem;
}
.download-terms_box .download-terms_list_item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.download-terms_box .download-terms_list ul {
  text-indent: -1em;
  padding-left: 1em;
}
@media (width <= 750px) {
  .download-terms_box {
    margin: 5.3333333333vw 5.3333333333vw 27.2vw;
  }
}

.download-terms_list_item h3{
  font-weight: 700;
  font-size: 1.125rem;
}

.download-terms_list_item a{
  text-decoration: underline;
}
.download-terms_list_item strong{
  font-weight: 700;
  
}