@charset "UTF-8";

/* 注意事項 */
.download .box_srcollbar {
  width: 100%;
  height: auto;
  padding: 2rem 1rem;
  border: 1px solid rgb(52, 58, 64);
  font-size: 0.9rem;
  line-height: 1.6;
}

h3.parameter-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
}

h4.parameter-subtitle {
  font-size: 1rem;
  font-weight: bold;
  padding: 1.5rem 0 0.5rem;
}

ol {
  padding-inline-start: 0;
}

ol.list_parentheses {
  margin: 0;
}

ol.list_parentheses li {
  list-style-type: none;
  padding-left: 2em;
  text-indent: -2em;
  counter-increment: cnt;
}

ol.list_parentheses li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

ol.list_parentheses ol li:before {
  display: none;
  list-style-type: none;
}

ol.list_parentheses ol li {
  list-style-type: lower-roman;
  padding-left: 1.2rem;
}

.parameter-subtxt .inner ol {
  padding-left: 2rem;
}

.parameter-subtxt .inner ol li {
  margin-left: -1rem;
  text-indent: 0rem;
  padding-left: 0rem;
}


.download-item01 {
  font-size: 1.25rem;
  font-weight: 500;
}

.download-item02 {
  font-size: 1rem;
  color: #6c757d;
}

.download-item03 {
  font-size: 0.85rem;
  line-height: 1.6;
}

.btn-down {
  line-height: 1.6;
  text-align: center;
  border-radius: 0;
  width: 100%;
  color: #FFF;
  background: #dddcda;
  padding: .5rem .5rem;
}

.btn-down:hover {
  color: #FFF;
  opacity: 0.9;
}

.sp-txt {
  color: #C14063;
  font-size: 0.8rem;
}


@media (min-width: 1200px) {

  /* 注意事項 */
  .download .box_srcollbar {
    padding: 2rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }

  h3.parameter-title {
    font-size: 1.3rem;
  }

  h4.parameter-subtitle {
    font-size: 1.1rem;
    padding: 1.5rem 0 0.5rem;
  }

  ol {
    padding-inline-start: 0;
  }

  .tab-area {
    max-width: 1200px;
    margin: 0 auto;
  }

  .data-item {
    border: 1px solid rgba(0, 0, 0, .125);
    word-wrap: break-word;
    border-radius: 0.25rem;
    padding: 1.5rem 1rem;
  }

  .btn-data {
    border-radius: 3px;
  }

  .btn-data:hover {
    color: #FFF;
    text-decoration: none;
  }

  .btn-down {
    background: #343a40;
  }

  .download-item01 {
    font-size: 1.25rem;
    font-weight: 500;
  }

  .download-item02 {
    font-size: 1rem;
    color: #6c757d;
  }
}