@charset "UTF-8";

/* material top styles */
.main_visual .main_visual_bg {
	background-image: url("/eng/business/industrialgas/about/images/mv01.jpg");
	background-repeat: no-repeat;
}
.service_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
    max-width: 1024px;
	margin: 0 auto 140px;
    padding: 0 79px 0 43px;
}
.service_inner_wrap {
    padding: 31px 0;
}
.service_wrap figure {
  position: relative;
  margin: 0;
}
.service_box {
	position: relative;
    width: 49.7%;
	margin: 0 0 108px;
    padding: 29px 52px 39px;
	border: 2px solid #2AB16A;
	border-radius: 6px;
	background: #fff;
}
@media print, screen and (min-width: 768px) {
	.service_box.callout_left:after,
	.service_box.callout_left:before {
		content: "";
		border-style: solid;
		border-width: 10px;
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		left: -4.5%;
		transform: rotate(90deg);
	}
	.service_box.callout_left:before {
		border-color: #2AB16A transparent transparent;
	}

	.service_box.callout_left:after {
		left: -3.9%;
		margin-top: 0;
		border-color: #fff transparent transparent;
	}

	.service_box.callout_right:after,
	.service_box.callout_right:before {
		content: "";
		border-style: solid;
		border-width: 10px;
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		right: -4.5%;
		transform: rotate(270deg);
	}

	.service_box.callout_right:before {
		border-color: #2AB16A transparent transparent;
	}

	.service_box.callout_right:after {
		right: -3.9%;
		margin-top: 0;
		border-color: #fff transparent transparent;
	}
}
.service_box:nth-child(2n-1) {
	margin-left: auto;
}
.service_box:nth-child(2) {
	margin: 0 0 369px;
}
.service_box div {
	position: relative;
	margin: 0 0 15px;
    font-size: 26px;
}
.service_box div figure {
	display: flex;
}
.service_box_tll {
	font-weight: bold;
	line-height: 1.6;
}
.service_box_icon {
	display: flex;
}
.service_box p {
	margin: 0 0 22px;
}
.service_box p:last-child {
	margin: 0;
}

/* custom button */
.service_box .btn_block.btn_type01 {
	min-width: 340px;
}
.service_box .btn_block.btn_type01 a {
	min-height: 62px;
}

#service-02 .service_box_icon {
	align-items: center;
}
.service_box_icon img {
	height: auto;
	vertical-align: top;
}
#service-01 .service_box_icon img {
	max-width: 45px;
  height: 50px;
  margin-top: 20px;
}
#service-02 .service_box_icon img {
  max-width: 77px;
	max-height: 32px;
	margin-right: 22px;
}
#service-03 .service_box_icon img {
	max-width: 100px;
	max-height: 50px;
	margin-right: 40px;
	margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
	.main_visual .main_visual_bg {
		height: 500px;
	}
	.main_visual {
		height: 500px;
	}
	.gray_over_wrap:after {
		height: 117%;
	}
	.gray_over_wrap {
		padding: 70px 0 60px;
	}
}

@media screen and (max-width:767px) {
}

.section_service {
    background: url("/eng/business/industrialgas/about/images/bg01.png") 70.1% -2.43% no-repeat, url("/eng/business/industrialgas/about/images/bg02.png") center 30.9% no-repeat;
	background-size: auto;
}

@media screen and (max-width: 767px) {
	.gray_over_wrap:after {
		height: 100%;
	}
	.section_service {
		background: url("/eng/business/industrialgas/about/images/bg01.png") -32vw -11.27vw / 165vw auto no-repeat, url("/eng/business/industrialgas/about/images/bg02.png") center 175vw / 100vw auto no-repeat;
	}
	.service_wrap {
		padding: 0 20px;
		padding: 2.67vw;
	}
	.service_box {
		padding: 2.67vw 3.33vw;
		margin: 0 0 3.5vw;
	}
	.service_box .btn_block.btn_type01 {
		min-width: 100%;
		width: 100%
	}
	.service_box div {
		font-size: 2.67vw;
	}
	.service_box p {
		font-size: 2vw;
		margin: 0 0 2.4vw;
	}
	.service_box div figure {
		display: flex;
		align-items: center;
	}
	#service-01 .service_box_icon img {
    	height: 10vw;
		margin-top: 0;
	}
	#service-02 .service_box_icon img {
		max-width: 12vw;
		max-height: 4vw;
		margin-right: 1.5vw;
	}
	.service_box:nth-child(2) {
		margin: 0 0 30vw;
	}
	.service_box .btn_block.btn_type01 a {
		min-height: auto;
		font-size: 2vw;
	}
	#service-03 .service_box_icon img {
		margin-right: 1.5vw;
		margin-top: 0;
		max-width: 14vw;
		max-height: 7vw;
	}
}

.section_service {
	margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
	.section_service {
		padding: 85px 0;
		max-width: 2200px;
	}
}

@media print, screen and (min-width: 769px) and (max-width: 1400px) {
	.gray_over_wrap .content_inner_wide {
    	padding: 0 100px;
	}
	.section_service {
    	background: url("/eng/business/industrialgas/about/images/bg01.png") 52.1% -1.27% no-repeat, url("/eng/business/industrialgas/about/images/bg02.png") center 30.9% no-repeat;
	}
	.section_service {
		padding: 80px 0;
	}
}


.overseas_base_list .imgtxt_hor_4_1 .col_inner:nth-child(2n) {
	margin-right: 0;
}
.overseas_base_list .imgtxt_hor_4_1 .col_inner > * {
	width: 100%;
}
.overseas_base_list .imgtxt_hor_4_1 .col_inner dl {
	padding: 22px 0 25px;
	border-bottom: 1px solid #ddd;
}
.overseas_base_list .imgtxt_hor_4_1 .col_inner:nth-child(-n+2) {
	border-top: 1px solid #ddd;
}
.overseas_base_list .imgtxt_hor_4_1 .col_inner dt {
    margin: 0 0 20px;
    font-size: 17px;
    font-weight: bold;
}
.overseas_base_list .imgtxt_hor_4_1 .col_inner dd {
    margin: 0 0 8px;
    line-height: 1.4;
	letter-spacing: 0.7px;
	text-align: left;
}
.overseas_base_list .imgtxt_hor_4_1 .col_inner dd:last-of-type {
    margin: 0;
}
.overseas_base_list .imgtxt_hor_4_1 .col_inner dd  .tel {
	display: block;
    margin-top: 14px;
}
@media print, screen and (min-width: 768px) {
	.overseas_base_list .imgtxt_hor_4_1 .col_inner {
		width: calc((100% - 105px) / 2);
		margin-top: 0;
		margin-right: 105px;
	}
	.section {
		padding: 80px 0;
	}
}
@media screen and (max-width: 767px) {
	.overseas_base_list .imgtxt_hor_4_1 > .col_inner {
		margin-top: 0;
	}
	.overseas_base_list .imgtxt_hor_4_1 .col_inner:nth-child(2) {
		border-top: none;
	}
	.section {
		padding: 40px 0;
	}
	.service_inner_wrap {
		padding: 0;
	}
}

.bg_gray_service {
	background-color: #f4f6f7;
}


.profile_list {
    padding: 32px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.profile_list dt {
	float: left;
	font-weight: bold;
}
.profile_list dd {
	float: right;
}
.profile_list > dt,
.profile_list > dd {
	margin-bottom: 16px;
}
.profile_list dt:last-of-type,
.profile_list dd:last-of-type {
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.profile_list dt {
		width: 16%;
	}
	.profile_list dd {
		width: 84%;
	}
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#service-01 .service_box_icon img {
		height: 50px;
		width: 55px;
	}
	#service-03 .service_box_icon img {
		height: 50px;
		width: 50px;
		margin-right: 20px;
	}
}

/* -------------Button arrowdown-------------------*/
.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;
}

@media print, screen and (min-width: 768px) {
	.anchor_block._col3 {
		display: flex;
		flex-wrap: wrap;
	}
	.anchor_block._col3 li{
		width: calc((100% - 65px) / 3);
    margin-top: 30px;
    margin-right: 32px;
	}
	.anchor_block._col3 li:nth-of-type(3n){
		margin-right: 0;
	}
	.anchor_block._col3 li:nth-of-type(-n+3){
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.anchor_block._col3 li{
		margin-bottom: 15px;
	}
	.anchor_block._col3 li:last-of-type{
		margin-bottom: 0;
	}
}
