@charset "UTF-8";

article {
	font-size:16px;
}

.content {
	
}
.content p,.content ol,.content dl{
	padding-top:0.5rem;
}
.content.dl_layout {
	list-style: none;
	counter-reset: list-counter;
}
.content dl {
	display: flex;
}
.content dl dt,.content ol li {
	counter-increment: list-counter;
	position: relative;
	padding-left: 2em;
}
.content dl dt::before,.content ol li::before {
	content: counter(list-counter) "） ";
	position: absolute;
	left: 0;
}
.content dl dt {
	width:10%;
}
.content dl dd {
	width: 90%;
}
section .text_right {
	text-align:right;
}

@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 560px) {
	
}
@media screen and (max-width: 428px) {
	
}
@media screen and (max-width: 375px) {
	
}