@charset "utf-8";





.sec_02 h3{
	text-align: left;
}
.sec_02 h3 .small{
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}




.sec_02 .list dl:not(:last-child){
	border-bottom: 4px dotted #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.sec_02 .list dt{
	width: 4em;
	font-weight: bold;
}
.sec_02 .list dd{width: calc(100% - 4em - .5em);}



@media (max-width: 799px){






}


@media (max-width: 599px){


.sec_02 .list dt,.sec_02 .list dd{width: 100%;}
.sec_02 .list dt{margin-bottom: .25em;}


}