#tech-mach {
	line-height: 1.4;
}

#tech-mach table {
	padding: 10px;
	background: #fff;
}

#tech-mach p {
	font-size: 16px;
}

#tech-mach a {
	text-decoration: none;
}

#tech-mach .l-main__middle section {
	display: block;
	margin: 15px;
	width: 100%;
}

#tech-mach .l-main__middle section h2::before,
#tech-mach .l-main__middle section h3::before {
	content: none;
}

#tech-mach .l-main__middle section h2 {
	color: #e50038;
	font-weight: 700;
	padding: 15px;
	margin: 15px 0 30px 0;
}

#tech-mach .tech-mach__title {
	display: block;
	border: 2px solid #e50038;
	border-radius: 4px;
}

#tech-mach .l-main__middle section h3 {
	padding: 0;
	font-size: 24px;
	font-weight: 700;
}

#tech-mach .l-main__middle section h3 span {
	font-size: 20px;
	font-weight: 400;
}

#tech-mach .c-pageTitle--tech-mach {
	background-image: url(/tech-mach/images/tech-mach_head_bg.jpg);
	background-position: center 40%;
}

#tech-mach .c-pageTitle--tech-mach {
	display: table;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
}

#tech-mach .c-pageTitle--tech-mach__title {
	color: #fff;
	text-align: center;
	max-width: 1140px;
	margin: 60px auto;
}

#tech-mach .c-pageTitle--tech-mach__title__inner {
	background-color: rgba(0, 0, 0, 0.5);
	display: inline-block;
	margin: 15px;
	padding: 15px 50px;
	width: auto;
}

#tech-mach .c-pageTitle--tech-mach__title__inner p {
	font-size: 18px;
}

#tech-mach .imageOption {
	display: none!important;
}

#tech-mach .anchorLink {
	background: #eee;
	padding: 0;
}

#tech-mach .anchorLink__body__text {
	margin: 0;
	padding: 10px;
}

#tech-mach .anchorLink__title {
	background: #777;
	padding: 15px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
}

#tech-mach .anchorLink__list {
	margin: 0;
	padding: 15px 15px 0 15px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0px 20px;
}

#tech-mach .anchorLink__list__item--col4 {
	width: calc(50% - 10px);
}

#tech-mach .anchorLink__list__item {
	margin: 0 0 15px 0;
	padding: 0;
	box-sizing: border-box;
	background: #fff;
}

#tech-mach ul li.anchorLink__list__item:before {
	content: none;
}

#tech-mach .tech-mach__product {
	margin-top: 15px;
	padding: 15px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	background: #f5f5f5;
	gap: 0px 20px;
	border: 1px solid #ddd;
}

#tech-mach .tech-mach__product__detail {
	margin: 0;
	padding: 30px 0;
	text-align: left;
	background: #f5f5f5;
}

#tech-mach .tech-mach__product__image,
#tech-mach .tech-mach__product__detail__left {
	display: inline;
	margin-bottom: 15px;
	position: relative;
}

#tech-mach .tech-mach__product__detail__left li {
	margin: 0 0 10px 0;
}

#tech-mach .tech-mach__product__main,
#tech-mach .tech-mach__product__detail__right {
	width: 100%;
}

#tech-mach .tech-mach__product__image.soldout::before,
#tech-mach .tech-mach__product__image.discontinued::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}

#tech-mach .tech-mach__product__image.soldout::after,
#tech-mach .tech-mach__product__image.discontinued::after {
	color: #fff;
	font-size: 142.85714%;
	font-weight: 700;
	position: absolute;
	/* center */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#tech-mach .tech-mach__product__image.soldout::after {
	content: "\58F2\7D04\6E08";
}

#tech-mach .tech-mach__product__image.discontinued::after {
	content: "\8CA9\58F2\4E2D\6B62";
}

#tech-mach .tech-mach__product__main ul {
	margin-top: 4px;
}

#tech-mach .tech-mach__product__main ul li {
	display: block;
	padding: 0;
	margin-top: 10px;
}

#tech-mach .tech-mach__product__main ul li::before,
#tech-mach .tech-mach__product__detail ul li::before {
	content: none;
}

#tech-mach .tech-mach__product__main ul li a{
	background: #666;
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	text-align: center;
	border-radius: 4px;
}

#tech-mach .tech-mach__product__main ul li a:hover {
	opacity: 0.7;
}

#tech-mach .tech-mach__product__main ul li a.modalLink {
	background: #e50038;
}

#tech-mach .tech-mach__product__main ul li a.modalLink:hover {
	opacity: 0.7;
}

#tech-mach .tech-mach__product__detail {
	width: 100%;
}

#tech-mach .tech-mach__product__detail ul li{
	display: flex;
	padding: 0;
}

#tech-mach .tech-mach__product__detail ul li a{
	background: #fff;
	border: 1px solid #000;
	cursor: pointer;
	padding: 5px 15px;
	text-align: center;
	width: 100%;
	border-radius: 4px;
}

#tech-mach .tech-mach__product__detail ul li a:hover{
	background: #000;
	color: #fff;
}

#tech-mach .tech-mach__product__detail ul li a.contact{
	border: 1px solid #e50038;
	color: #e50038;
}

#tech-mach .tech-mach__product__detail ul li a.contact:hover{
	border: 1px solid #e50038;
	background: #e50038;
	color: #fff;
}

#tech-mach .tech-mach__product__detail th {
	padding: 10px;
}

#tech-mach .tech-mach__product__detail td {
	padding: 10px;
}

@media (min-width: 1200px) {

}

@media (min-width: 901px) {
#tech-mach .anchorLink__list {
	padding: 15px;
}

#tech-mach .anchorLink__list__item--col4 {
  width: calc(25% - 15px);
}

#tech-mach .anchorLink__list__item {
	margin: 0;
}

#tech-mach .tech-mach__product__detail {
	display: flex;
	flex-wrap: wrap;
	gap: 0px 20px;
}

#tech-mach .tech-mach__product__image,
#tech-mach .tech-mach__product__detail__left {
	width: 22%;
	margin-bottom: 0;
}

#tech-mach .tech-mach__product__main,
#tech-mach .tech-mach__product__detail__right {
	width: 75%;
}

#tech-mach .tech-mach__product__main ul li{
	display: inline-block;
}

#tech-mach .tech-mach__product__detail th {
	width: 160px;
}
	
}

@media (min-width: 576px) {
#tech-mach .anchorLink li {
display: inline;
}
}