@charset "UTF-8";

/* !company
---------------------------------------------------------- */
.dl_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 2px solid #fce1cc;
	line-height: 2;
	font-size: 106.25%;
}
.dl_list dt {
	width: 30%;
	padding: 3% 0 3% 10%;
	border-bottom: 2px solid #fce1cc;
}
.dl_list dd {
	width: 70%;
	padding: 3% 0 3% 0;
	border-bottom: 2px solid #fce1cc;
}
@media screen and (max-width: 1024px) {
	.dl_list dt {
		padding: 3% 0 3% 6%;
	}
	.dl_list dd {
	}
}
@media screen and (max-width: 540px) {
	.dl_list {
	}
	.dl_list dt {
		width: 100%;
		border-bottom: none;
		padding: 1.2em 0 0 4%;
	}
	.dl_list dd {
		width: 100%;
		padding: .5em 0 1.2em 4%;
	}
}