#contents .inner #article .section .titleTypeA01 h2 span.uline {
  color: #000000;
}

#contents .inner #article .section .section p.text_right {
  text-align: right;
}

#contents .section .inner {
  width: 100%;
  padding-left: 0;
  clear: both;
}

ul.feature_list {
  margin: 0 10px;
}

ul.feature_list li {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

img.copy-guard {
  pointer-events: none;
}

.graph img.copy-guard {
  max-width: 100%;
  height: auto;
}

.yt-block {
  width: 400px;
  margin: 0 auto;
  border: 1px solid #000;
  align-items: center;
  display: flex;
  padding: 10px;
}

.ordinary-list {
  margin: 0 10px;
}

.ordinary-list_item {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.graph-2 {
  border: 1px solid #000;
  margin: 0 10px;
  padding: 10px;
}

.graph-2 .sup_small {
  font-size: 92%;
  display: block;
  text-align: right;
}

.graph-2_name {
  margin-left: 0 !important;
}

.graph-2_inner {
  display: flex;
  align-items: center;
}

.graph-2_image {
  margin-right: 15px;
}

.graph-2_text {
  line-height: 1.8;
}
.point {
  padding-left: 10px;
  position:relative;
}
.point::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius:50%;
  position: absolute;
  left: 0;
  top: 4px;
}
.method_dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: 10px;
}
.virus_dl dt {
  width: 15%;
}
.virus_dl dd {
  width: 83%;
}
.step_dl dt {
  width: 100%;
}
.step_dl dd {
  width: 100%;
}
#contents .inner #article .section .section p {
    text-align: justify;
}
.step_dl dd {
	padding-left:2em;
	text-indent:-2em;
}