@charset "UTF-8";

.table_type td:first-of-type {
	width: 700px;
}
h3[id*="h30"] {
	margin-top: -25px;
	padding-top: 70px;
}
.press_cont_detail h3::after, .h3_type01::after {
	border-left: 5px solid #68AB33;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: inherit;
	bottom: 10px;
	height: 25px;
	width: 1px;
}
@media print, screen and (max-width: 767px) {
	.table_type td {
		padding: 10px;
	}
	.table_type td:first-of-type {
		width: 55%;
	}
}