@charset "UTF-8";

/* material top styles */
.main_visual .main_visual_bg {
	background-image: url(/eng/business/industrialgas/industrial-gas/images/mv01.jpg);
	background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
	.main_visual .main_visual_bg {
		height: 500px;
	}
	.main_visual {
		height: 500px;
	}
}
@media screen and (max-width:767px) {
}

/* brdr_gray */
.brdr_gray {
	position: relative;
	z-index: 1;
}
.brdr_gray::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background-color: #ddd;
    z-index: -1;
}
@media screen and (max-width:767px) {
	.sp93::after {
		height: 95%;
	}
}

/* anchor_block */
.anchor_block {
	display: flex;
	justify-content: space-between;
}
@media print, screen and (min-width:768px) {
	.col04 li {
		width: calc((100% - 22px) / 4);
	}
}

@media screen and (max-width:767px) {
	.anchor_block {
		flex-wrap: wrap;
	}
	.col04 li {
		width: 100%;
		margin-top: 15px;
	}
}

.arrow_icon a:before {
	background: url(/eng/business/industrialgas/gas-equipment/images/btn_arrow01.png) no-repeat !important;
	content: "";
	width: 15px;
	height: 9px;
	right: 20px !important;
}
.arrow_icon a:hover:before {
	background: url(/eng/business/industrialgas/gas-equipment/images/btn_arrow01_w.png) no-repeat !important;
}

/* ico_wrap */
.ico_wrap {
	max-width: 945px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
@media print, screen and (min-width:768px) {
	.pc_aiEnd {
		align-items: flex-end;
	}
}

@media screen and (max-width:767px) {
	.ico_wrap {
		flex-wrap: wrap;
	}
}