@charset "UTF-8";

/* --------------------------------------------  
	 dl_usual
--------------------------------------------  */
.dl_usual {
	margin: 0;
}

.dl_usual:after {
	content: "";
	display: block;
	clear: both;
}

.dl_usual dt {
	color: #b29652;
	font-weight: bold;
}

.dl_usual dd {
	margin-left: 0;
}

@media screen and (min-width: 641px), print { /*pc*/
	.dl_usual {
		margin-bottom: 50px;
		position: relative;
	}
	
	.dl_usual dt {
		width: 180px;
		padding-left: 25px;
		font-size: 18px;
		line-height: 24px;
		position: absolute;
		left: 0;
		box-sizing: border-box;
	}
	
	.dl_usual dd {
		padding-bottom: 23px;
		padding-left: 185px;
		margin: 0 0 25px;
		font-size: 16px;
		line-height: 1.5;
		background: url(../../cmn/images/pattern/line_dot.png) repeat-x;
		background-position: left bottom;
	}

} @media screen and (max-width: 640px){
	.dl_usual {
		margin-bottom: 28px;
	}
	
	.dl_usual dt,
	.dl_usual dd {
		padding: 0 11px;
	}

	.dl_usual dt {
		padding-bottom: 1px;
		font-size: 16px;
	}
	
	.dl_usual dd {
		padding-bottom: 15px;
		margin-bottom: 8px;
		line-height: 1.7;
		border-bottom: 1px solid #dddddd;
	}
}
