@charset "utf-8";
@media screen and (min-width: 850px) {
#mainvisual {
	height: 40vh;
	background: url(../img/company/company_header.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#mainvisual h1 {
	height: fit-content;
	position: absolute;
	top: 70px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0;
	font-size: 2.3rem;
}
#contents {
	padding: 60px 0 120px;
}
.company h2,  .company02 h2,  .seihin h2,  .greeting h2,  .machine h2 {
	font-size: 2rem;
	margin-bottom: 30px;
}
#table_box01 {
	width: 90%;
}
.listing_price_01 {
}
.listing_price_01 th {
	width: 16%;
	font-size: 1.0rem;
}
.listing_price_01 td {
	font-size: 1.0rem;
	width: 84%;
	height: 54px;
}
.company02 .same_y {
	text-align: left;
	padding-left: 73px;
}
.seihin ul {
	width: 80%;
	margin: 0 auto;
}
.seihin ul li {
	font-size: 1.0rem;
	margin-bottom: 10px;
}
.flex {
	width: 95%;
	max-width: 1100px;
	margin: 20px auto;
	display: flex;
	align-items: flex-start;
}
.greeting img {
	margin: 0;
}
.greeting .text {
	margin: 0 15px;
	font-size: 1.0rem;
}
.company02 .history-lead {
	text-align: center;
	font-size: 1.0rem;
}
}
