@charset "UTF-8";

section.vol101 ul.mm_list_style
{
	margin:0;
	padding:0;
}
section.vol101 ul.mm_list_style>li
{
	position:relative;
	padding-left:30px;

}
section.vol101 ul.mm_list_style>li::before
{
	position: absolute;
	top:0;
	left:0;
}
section.vol101 ul.mm_list_style>li:first-child::before{content:"(ア)"}
section.vol101 ul.mm_list_style>li:nth-child(2)::before{content:"(イ)"}
section.vol101 ul.mm_list_style>li:nth-child(3)::before{content:"(ウ)"}

section.vol101 dl
{
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	margin-top:15px;
	gap:5px 0;
}
section.vol101 dl>dt
{
	width:100px;
	font-weight: bold;
}
section.vol101 dl>dd
{
	width: calc(100% - 100px);
}

@media only screen and (max-width:767px)
{
	section.vol101 dl>dt,
	section.vol101 dl>dd
	{
		width:100%;
	}
}