@charset "UTF-8";
/*-------------
	information
-------------*/
.un-memo-table__indent {
	display: flex;
}

.un-information-table__head {
	color: var(--color-prim);
	font-size: 1.6rem;
	padding: 20px 0;
	text-align: left;
}
.un-information-table {
	width: 100%;
}
@media (min-width: 768px) {
	.un-information-table__head {
		border-bottom: 1px solid var(--color-border);
	}
}
@media (max-width: 767px) {
	.un-information-table__head {
		display: block;
		padding-bottom: 0;
	}
}
.un-information-table__body {
	padding: 20px 0;
	border-bottom: 1px solid var(--color-border);
}
@media (max-width: 767px) {
	.un-information-table__body {
		display: block;
	}
}
/*# sourceMappingURL=style.css.map */
