#source {
  position: relative;
  background-color: #000;
  color: white;
  padding: 0.68rem 0 1.12rem;
  border: none;
  border-bottom: 2px solid #000;
}

#source .source_wrap {
  width: 6.96rem;
  margin: 0 auto;
}

#source .source_header {
  line-height: 0.52rem;
  font-size: 0.36rem;
  text-align: center;
  font-weight: bold;
}

#source .source_item h2 {
  font-size: 0.3rem;
  font-weight: bold;
  margin-top: 0.4rem;
}

#source .source_item p,
#source .source_item ol {
  font-size: 0.2rem;
  margin-top: 0.2rem;
}

#source .source_item ol,
#source .source_item li {
  list-style: decimal;
  list-style-type: decimal;
  list-style-position: inside;
}

#source .source_item ol.Nested {
  padding-left: 0;
}

#source .source_item ol.Nested li {
  list-style: none;
  list-style-type: none;
}

#source .source_img_wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 20px 0 40px;
}

#source .source_notice {
  width: 6.75rem;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 20px 40px;
}

#source .source_notice b {
  display: block;
  margin-bottom: 10px;
}

.menuItemBox.source_menu a {
  display: flex;
  line-height: 1.5;
  color: #29FF96;
  text-decoration: none;
}


@media screen and (min-width: 768px) {
  #source {
      padding: 14.16rem 0 6.2337rem;
  }

  #source .source_wrap {
      width: 66.185%;
  }

  #source .source_header {
      line-height: 9.36291rem;
      font-size: 4rem;
  }

  #source .source_item h2 {
      font-size: 3rem;
      margin-top: 4rem;
  }

  #source .source_item p,
  #source .source_item ol {
      font-size: 2rem;
      margin-top: 2rem;
  }

  #source .source_img {
      width: 46%;
  }
}