@charset "UTF-8";
/* 会社概要スタイルシート */

/* 会社概要・表 */
section#company-abstract {
	margin-bottom: 60px;
}

section#company-abstract ul.table-wrapper {
	padding: 24px 6px;
	padding-top: 0;
	background: #fff;
}
section#company-abstract ul.table-wrapper > li {
	flex-flow: column;
	align-items: start;
	padding: 16px 12px;
	&:nth-child(even) {
		background: var(--bg);
	}
	& p.head {
		margin-bottom: 8px;
		font-family: var(--zen);
		font-weight: 500;
	}
	& p.text br.sp-only {
		display: inherit;
	}
}

@media print, screen and (min-width: 764px) {
	section#company-abstract .section-wrapper {
		width: 70%;
	}
	section#company-abstract ul.table-wrapper > li {
		flex-flow: row;
		justify-content: start;
		padding: 20px 36px;
		& p.head {
			width: 20%;
			margin-bottom: 0;
		}
		& p.text {
			width: 80%;
		}
		& p.text br.sp-only {
			display: none;
		}
	}
}