@charset "utf-8";
/* CSS Document */

.dlenkaku   {
	display: flex;
	flex-wrap: wrap;
}
.dlenkaku dt {
	width: 170px;
	font-weight: bold;
}
.dlenkaku dd {
	width: 700px;
border-bottom: 1px dotted black;
    line-height: 3em;


}

@media (min-width:601px){
.p650 {
	max-width: 960px;
}
.dlenkaku dt {
border-bottom: 1px dotted black;
    line-height: 3em;
}
.dlenkaku dd {

}

@media (max-width:600px){
.dlenkaku dd {
	margin-bottom: 15px;
}
.dlenkaku dd {
border-bottom: 1px dotted black;
    line-height: 3em;
}
}
