body {
	counter-reset: sousa_number 0;
}
#page-top {
	position: fixed;
	right: 20px;
	z-index: 99999;
}
#page-top a {
	background-repeat: no-repeat;
	text-decoration: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 55px;
	background: rgba(51, 51, 51, 0.5);
	padding: 0;
	display: block;
	color: #fff;
}
.main_list {
    position: absolute;
    margin: 10px 20px 20px 50px;
    padding-bottom: 30px;
}
img { margin:10px 10px; max-width:100%; min-width:0; object-fit: contain;}
.dt_title {
	margin-bottom: 10px;
}
.dt_title::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right:5px;
	background-repeat: no-repeat;
	background-size: cover;
}
.dt_title:nth-of-type(1)::before {
	background-image: url(../mycount/img2/1.gif);
}
.dt_title:nth-of-type(2)::before {
	background-image: url(../mycount/img2/2.gif);
}
.dt_title:nth-of-type(3)::before {
	background-image: url(../mycount/img2/3.gif);
}
.dt_title:nth-of-type(4)::before {
	background-image: url(../mycount/img2/4.gif);
}
.about_img_wrap {
	display:flex;
	flex-direction:column;
}
.about_img_wrap span {
	position:relative;
	left:50%;
	transform: translate(-50%, 0);
}
.about_img {
	display: inline-block;
	position:relative;
	line-height: 1.0em;
	height: auto;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.9em;
}
.sousa_list {
    list-style-type: none;
    padding: 1em 1.2em 1em 1em;
    border: 2px solid #0071bc;
    counter-reset: li;
    background-color: #fff;
    width: fit-content;
    counter-reset: sousa_number 0;
}

.sousa_list li {
    display: flex;
    align-items: start;
    padding: .3em;
}

.sousa_list li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #0071bc;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(sousa_number);
    counter-increment: sousa_number;
    margin-top: 3px;
}
