table_design05 {
	border-collapse: collapse;
	width: 100%;
	max-width: 700px;
}
.table_design05 th, .table_design05 td {
	padding: 0.15em;
}
.table_design05 th {
	color: ##020202;
	font-weight: bold;
	text-align: center;
	width: 20%;
	min-width: 4em;
	position: relative;
}
.table_design05 th::after {
	content: ”;
	background-color: #c1c7c6;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
}
/* `class`を使った例 */
.companylogo-font {
 font-family: 'Berkshire Swash', cursive;
}

/* `id`を使った例 */
#subtitle-font {
  font-family: 'Noto Sans JP', sans-serif;
}