@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,700");
.mainvisual {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .mainvisual {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
section ol li {
  list-style-type: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
  font-size: 1.5rem;
  line-height: 180%;
}
section ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.8em;
  font-size: 1.5rem;
  line-height: 180%;
}

.txtWhite {
  color: #FFFFFF;
}

.txtOrange01 {
  color: #EA5406 !important;
}
.txtOrange01:hover, .txtOrange01:active {
  color: inherit !important;
}

.manual .TitLv1,
.manual .TitLv4 {
  color: #515151;
}
.manual .TitLv1 {
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.manual .TitLv4 {
  margin-bottom: 50px;
  letter-spacing: 0.15em;
}
.manual .TitNum {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 25px;
  background: #515151;
  border-radius: 100px;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .manual .TitNum {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.fileTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
.fileTable th,
.fileTable td {
  padding: 5px 7px;
  border: 1px solid #343232;
  font-size: 1.3rem;
  color: #FFFFFF;
  line-height: 150%;
  text-align: center;
  white-space: nowrap;
}
.fileTable th {
  background: #3B3939;
}
.fileTable td {
  background: #4A4747;
}
.fileTable td img {
  width: 20px;
}
.fileTable td img.madoka {
  width: 80px;
  border-radius: 80px;
}
.fileTable td a {
  color: #FDAD02;
}
.fileTable td .row_td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fileTable td .row_td .col_td-40 {
  width: 80px;
}
.fileTable .nowrap {
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .fileTable th,
.fileTable td {
    padding: 10px 20px;
    font-size: 1.5rem;
    white-space: normal;
  }
  .fileTable td img {
    width: 30px;
  }
}
.fileCard {
  height: 100%;
  padding: 1em;
  background: #4A4747;
  border: 1px solid #343232;
  font-size: 1.3rem;
  line-height: 180%;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .fileCard {
    font-size: 1.5rem;
  }
}
.fileCard dt {
  margin-bottom: 0.5em;
  padding: 0.1em 0.5em;
  border-left: 3px solid #EA5406;
  background: #3B3939;
  font-weight: bold;
}
.fileCard dd {
  margin-bottom: 1em;
}
.fileCard dd a {
  color: #FDAD02;
}
.fileCard dd img {
  width: 24px;
  vertical-align: middle;
}
.fileCard dd img.madoka {
  width: 80px;
  border-radius: 80px;
}
.fileCard dd .row_td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fileCard dd .row_td .col_td-40 {
  width: 64px;
}

.release-txt {
  width: 100%;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .release-txt {
    font-size: 12px;
  }
}

.ConBox.FlowBox {
  width: 100%;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 0;
}
.ConBox.FlowBox:last-child {
  padding-bottom: 40px;
}
.ConBox.FlowBox .TitLv4 {
  margin-bottom: 30px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .ConBox.FlowBox {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px;
    padding-bottom: 0;
  }
  .ConBox.FlowBox:last-child {
    padding-bottom: 100px;
  }
}
.LicenseBox h1 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .LicenseBox h1 {
    margin-bottom: 50px;
  }
}
.useTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2rem;
  color: #515151;
}
.useTable th {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  text-align: left;
}
.useTable td {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}
.useTable thead {
  display: none;
}
.useTable tbody th {
  padding-bottom: 0;
  background-color: #c8c8c8;
  font-weight: bold;
}
.useTable tbody td {
  margin-bottom: 1px;
  background-color: #c8c8c8;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .useTable {
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 1.5rem;
    color: #515151;
  }
  .useTable th {
    display: table-cell;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    text-align: left;
  }
  .useTable td {
    display: table-cell;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
  }
  .useTable thead {
    display: table-header-group;
  }
  .useTable thead th {
    background-color: #515151;
    font-weight: bold;
    color: #FFFFFF;
  }
  .useTable tbody th,
.useTable tbody td {
    background-color: #c8c8c8;
    font-weight: normal;
  }
}
.kyodaku {
  margin-bottom: 20px;
  padding: 20px 10px;
  background-color: #f2f2f2;
}

@media only screen and (min-width: 768px) {
  .kyodaku {
    margin-bottom: 50px;
    padding: 50px 25px;
  }
}
.firmware-change-point {
  padding: 30px 0 30px 0;
}
.firmware-change-point__tit {
  margin-top: 30px;
  font-size: 2rem;
  line-height: 150%;
}
.firmware-change-point__tit_s {
  border-left: 3px solid #515151;
  margin-top: 25px;
  padding-left: 8px;
  font-size: 1.6rem;
  line-height: 135%;
}
.firmware-change-point__ol {
  padding: 15px;
  margin-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.firmware-change-point__ol li {
  margin-bottom: 0.8em;
  font-size: 1.4rem;
}
.firmware-change-point__list {
  margin-bottom: 25px;
}
.firmware-change-point__list li {
  margin-bottom: 0.8em;
  font-size: 1.4rem;
}