@charset "utf-8";
/* CSS Document */

.header.change-color {
	background-color: rgba(0,0,0,0.9);
}
#mainvisual {
	width: 100%;
	height: 30vh;
	position: relative;
	background: url(../img/services/equipment/mv_equipment.jpg)center/cover no-repeat;
}
#mainvisual::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3;
	z-index: 1;
}
#mainvisual h1 {
	height: fit-content;
	font-family: U-OTF-GothicMB101Upr-Heavy;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
#wrapper {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 0 0;
}
.support h2 {
	font-size: 44px;
}
@media screen and (max-width: 768px) {
.support_01 {
	width: 100%;
	display: flex;          
	flex-direction: column;
	margin-bottom: 30px;
}
.support_01 .support-text {
	order: 1;
}
.support_01 .kikai,  .support_01 .kikai_02 {
	order: 2;
}
.kikai,  .kikai_02 {
	width: 100%;
	margin: 0;
	padding: 20px 0;
}
.support-text {
}
.support-text p {
	padding: 20px 10px 0;
}
}
@media screen and (max-width: 1024px) {
.support_01 {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.support_01 .support-text {
	order: 1;
}
.support_01 .kikai,  .support_01 .kikai_02 {
	order: 2;
}
}
.support_01 li {
	margin-left: 41px;
	line-height: 1.7;
	list-style: disc;
	font-size: 0.9rem;
}
.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: 20px 15px 0 10px;
	line-height: 2;
	font-size: 0.9rem;
}
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: 100%;
}
span.blue-gap {
	margin-bottom: 5px;
}
.kikai {
}
.kikai img {
	width: 100%;
	height: auto;
}
.kikai_02 {
}
.kikai_02 img {
	width: 100%;
	height: auto;
}
li.bold {
	font-weight: bold;
	font-size: 1.0rem;
	margin: 5px 0;
	list-style: none;
	font-size: 0.9rem;
}
@media screen and (max-width: 750px) {
.tableArea {
	width: 100%;
	overflow: auto;
}
.ta_flick {
	position: relative;
	font-size: 85%;
	color: #187999;
	text-align: center;
	font-weight: 900;
	padding-bottom: 10px;
	letter-spacing: 1px;
	display: block;
}
.ta_flick::before, .ta_flick::after {
	content: "➔"; 
	display: inline-block;
	margin: 0 8px;
	color: #187999;
	font-size: 16px;
}
.ta_flick::before {
	content: "←"; 
}
.ta_flick::after {
	content: "→";
}
}
.listing_price_01 {
	width: 830px;
	white-space: nowrap;
	font-size: 0.9rem;
}
.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 60px;
	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: 1.5rem;
	margin: 20px auto 20px;
}
.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;
}
