@charset "UTF-8";

.box_srcollbar {
	overflow:auto;
	 width:100%;
	height: 500px;
	padding:5px;
	border:1px solid #000;
	font-size:14px;
    }
h3.parameter-title {
	font-size: 20px;
	padding-bottom:5rem;
}
h4.parameter-subtitle {
	font-size: 16px;
	padding:2rem 0 0.3rem;
}
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;
}
.check {
	width: 300px;
	margin: 2rem auto 0;
}
.check p {
	font-size: 20px;
}
.btn-riyou {
	line-height:40px;
	height: 40px;
	border-radius: 3px;
	width: 100%;
	color: #fff;
	text-align: center;
	background: #dddcda;
}
.btn-riyou a {
	display: block;
	line-height:40px;
	height: 40px;
	border-radius: 3px;
	width: 300px;
	color: #fff;
	text-align: center;
	background: #dddcda;
	background: #212529;
}
.btn-riyou a:hover {
	text-decoration: none;
	opacity: 0.9;
}
@media (min-width: 768px) {
.btn-riyou {
	width: 300px;
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
ol {
	padding-inline-start: 40px;
}

}