@charset "utf-8";
@media screen and (min-width: 850px) {
	#mainvisual{
		height: 40vh;
		background:url(../img/services/equipment/mv_equipment.jpg) no-repeat center;
		background-size: cover;
		position: relative;
	}
	#mainvisual h1{
		font-size: 2.5rem;
		height: fit-content;
		position: absolute;
		top: 70px;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		padding: 0;
	}
	#wrapper{
		width:1100px;
	max-width: 94%;
	padding:80px 0 0;
}
.support h2{
	font-size:44px;
}
.support_01{
		width:1100px;
	max-width: 94%;
	margin:0 auto 30px;
	display: flex;
	gap: 1vw;
}
.support_01 li{
	margin-left:42px;
	line-height: 1.7;
	list-style:disc;
	font-size:1.0rem;
}
.support_01 a{
	overflow: hidden;
	margin-left: 57px;
}
.support_01 a:hover{
	overflow: hidden;
	transform: scale(1.01, 1.01);
}
.support-text{
	flex: 1;
	letter-spacing: 1px;
}
.support-text h2{
	font-family: U-OTF-GothicMB101Upr-Heavy;
	font-size: 161.6%;
	font-style: italic;
	font-weight: bold;
	position: relative;
	line-height:2em;
}
.support-text h2::after{
	content: '';
	display: block;
	width: 200px;
	height: 1px;
	background-color: #B7282E;
	position: absolute;
	left: 5%;
	bottom: -10px;
}
.support-text p{
	padding: 30px 15px 0 30px;
	line-height: 2;
	font-size:100%;
}
span.blue{
	display: inline-block;
	padding: 10px 55px;
	background-color: #B7282E;
	color: #fff;
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
	-webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
	-moz-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
	font-size:110%;
}
span.blue-gap{
	margin-bottom: 5px;
}
.kikai{
	width:640px;
	margin-left:20px;
	padding:70px 0;
}
.kikai_02{
	width:640px;
	margin-right:20px;
	padding:70px 0;
}
li.bold {
	font-weight:bold;
	font-size:1.0rem;
	margin:5px 0;
	list-style:none;
	font-size:1.0rem;
}
.ta_flick {
	display: none;
}
.listing_price_01 {
    width: 100%;
}
.listing_price_01 th {
    border-bottom: 1px solid #B7282E;
    padding: 15px;
    text-align: left;
}
.listing_price_01 td {
    padding: 10px 20px;
    border-bottom: 1px solid #000;
    color: #000;
}
.box {
	width:94%;
    max-width: 1100px;
    margin: 0 auto 120px;
    background: #fff;
}
.box h2 {
    width: 250px;
    border-top: 2px solid #B7282E;
    border-bottom: 2px solid #B7282E;
    font-family: U-OTF-GothicMB101Upr-Heavy;
    text-align: center;
    font-size: 32px;
    margin: 20px auto 40px;
}
.headline{
	background:#B7282E;
	color:#fff;
}
.headline th:not(:first-of-type){
	padding:15px 0;
}
.headline p{
	border-left: solid 1px #fff;
    padding: 0 20px;
}
.machine td{
	padding:10px 0;
}
.machine td p{
	border-left:solid 1px #bdbdbd;
	padding:0 20px;
}
.machine .line{
	text-align:center;
}
}