@charset "utf-8";
/* CSS Document */


/********************************************************************************

  main_visual

*********************************************************************************/

/* top styles */
#top .main_visual .main_visual_bg {
	background-image: url(/jpn/business/machinery/images/mv.png);
	background-repeat: no-repeat;
}
/* welding-tech styles */
#welding-tech .main_visual .main_visual_bg {
	background-image: url(/jpn/business/machinery/welding-tech/images/mv.png);
	background-repeat: no-repeat;
}

/* works */
#work .main_visual .main_visual_bg {
	background-image: url(/jpn/business/machinery/works/work/images/mv.png);
	background-repeat: no-repeat;
}

/* sheet_metal */
#sheet_metal .main_visual .main_visual_bg {
	max-width: 920px;
	height: 450px;
	background-image: url(/jpn/business/machinery/works/sheet_metal/images/mv.png);
	background-repeat: no-repeat;
}



@media print, screen and (min-width:768px){/* PC ver */

.ctg_top .main_visual,
.under .main_visual {
    max-width: 1536px;
    height: 450px;
    margin: 0 auto;
}
.ctg_top .main_visual {
	margin: 0 auto 100px;
}
.ctg_top .main_visual .main_visual_bg,
.under .main_visual .main_visual_bg {
	max-width: 920px;
	height: 450px;
}
.ctg_top .main_visual .visual_image .txt_main,
.under .main_visual .visual_image .txt_main {
	font-size: 42px;}

.under .gray_over_wrap {
    padding: 0 0 120px;
}
.under .gray_over_wrap:after {
	height: 300px;
}
	#welding-tech.under .gray_over_wrap:after,
	#robot-system.under .gray_over_wrap:after{
		height: 220px;
	}
	#robot-system.ctg_top .detail_main_wrap._img_col2 .detail_main_txtarea_inner {
		border-bottom: 0;
	}
}/*** PC ver end ***/



/**********************************************************************/

/* main visual new ver */

/**********************************************************************/

body[class*="under"] .firstview .download_prevent img {
	border: 0;
}
@media screen and (min-width: 768px){
	.firstview{
	margin: 0 auto 80px;
	position: relative;
	max-width: 1536px;
  }
  .ttl_page{
    max-width: 1466px;
    margin: 0 auto 40px;
  }
  .ttl_page .ttl_page_inner {
    max-width: inherit;
    margin-left: 0;
    margin-right: 0;
    width: 55.7%;
  }
  .detail_main_wrap,
  .detail_main_outer{
    position: inherit;
  }
  .detail_main_wrap:after {
    display: none;
  }
  .detail_main_inner{
    position: relative;
  }
  .detail_main_inner:after {
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #f5f6f8;
    z-index: 0;
}
.detail_main_wrap .detail_main_inner {
	margin-bottom: 50px;
}

.detail_main_wrap .detail_main_txtarea{
  min-height: inherit;
}
.detail_main_wrap .detail_main_txt{
  position: relative;
  z-index: 2;
}
.detail_main_wrap .detail_main_imgarea{
  top: 0;
}

.detail_main_txtarea_inner + .detail_main_box_bottom {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}


/* img_larg */
.firstview.img_large{
	min-height: 450px;
  }
.img_large .detail_main_wrap .detail_main_txtarea_inner,
.img_large .ttl_page .ttl_page_inner {
    width: 37.7%;
 }
.img_large .detail_main_wrap .detail_main_imgarea{
  width: 59.9%;
  max-width: 920px;
}


/* e-equipment only */
#e-equipment .firstview {
	min-height: 500px;
}
#e-equipment .detail_main_wrap .detail_main_txtarea_inner,
#e-equipment .ttl_page .ttl_page_inner {
    width: 53.3%;
}
#e-equipment .detail_main_wrap .detail_main_imgarea {
	width: 46.9%;
}
}/* PC ver end */


body[class*="ctg_top"] section.sec,
body[class*="under"] section.sec{
	margin-top: 50px;
}
.firstview .link_page {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
.detail_main_wrap .detail_main_inner {
	padding-top: 30%;
}
#e-equipment .detail_main_wrap .detail_main_inner {
    padding-top: 35%;
}
#e-equipment.ctg_top .detail_main_wrap .detail_main_inner {
	padding-top: 49%;
}
#environment.adsorption .detail_main_wrap .detail_main_inner {
	padding-top: 36%;
}
#environment.bulb .detail_main_wrap .detail_main_inner {
	padding-top: 34%;
}
}


/********************************************************************************

  header style

*********************************************************************************/


@media print, screen and (min-width: 768px){/* PC ver */
	#top #header .header_nav_acc_ttl,
	#base #header .header_nav_acc_ttl {
		color: #1ba1e6;
		font-weight: bold;
		font-size: 26px;
		line-height: 1.3;
	}
	#top #header .header_nav_acc_ttl a,
	#base #header .header_nav_acc_ttl a{
		padding-right: 40px;
		background: url(/jpn/common_v3/images/icon_arrow_gray.png) no-repeat right center;
		transition: all .2s;
	}
	#top #header .header_nav_acc_ttl a:hover,
	#base #header .header_nav_acc_ttl a:hover{
		padding-right: 45px;
		text-decoration: none;
	}
}


/********************************************************************************

  under common style

*********************************************************************************/

/* category navi -------------------------------------------------------------------*/
.ctg_nav {
	padding: 10px 0 20px;
}
	@media screen and (max-width:767px){
/*	.ctg_nav {
		display: none;
	}*/
	}
.ctg_nav_list {
	display: flex;
	flex-wrap: wrap;
    margin: 0 auto;
	padding-inline-start: 0;
	box-sizing: border-box;
}
.ctg_nav_list li {
	display: flex;
    align-items: center;
	margin-right: 30px;
	box-sizing: border-box;
}
.ctg_nav_list li::before {
	display: inline-block;
    content: "";
    border-top: 2px solid #d30000;
    border-right: 2px solid #d30000;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin: 8px 10px 8px 0px;
}
.ctg_nav_list li a {
	color: #222;
	font-size: 16px;
}


.category_navi_wrap {
	width: 95%;
	margin-right: auto;
	background: #f5f6f8;
}
.category_navi_wrap .category_navi_inner {
	padding: 50px 7% 44px 10%;
}
	@media screen and (max-width: 1699px){
		.category_navi_wrap .category_navi_inner {
			padding: 50px 7% 44px 8%;
		}
	}
	@media screen and (max-width: 1400px){
		.category_navi_wrap .category_navi_inner {
			padding: 50px 7% 44px 6%;
		}
	}
	@media screen and (min-width: 1700px){
		.category_navi_wrap .category_navi_inner {
			padding: 50px 7% 44px 12%;
		}
	}
	
.category_navi_wrap .detail_main_ttl {
	margin-bottom: 16px;
	color: #1ba1e6;
    font-size: 26px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
	.category_navi_wrap .detail_main_ttl {
		font-size: 20px;
	}
}


/* page link -------------------------------------------------------------------*/
.pagelink_list {
	display: flex;
	justify-content: space-between;
}
.pagelink_list li {
	width: calc((100% - 4px) / 3);
	border: 1px solid #f1f1f1;
}
.pagelink_list li img {
	width: 100%;
}

@media print, screen and (min-width: 768px) {/* PC ver */
.under .hover_list_wrap .hover_list_block {
	display: flex;
	flex-wrap: wrap;
}
.ctg_top .hover_list_wrap .hover_list_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.under .hover_list_wrap .hover_list_box {
	width: calc((100% - 4px) / 3);
	margin-bottom: 30px;
	border: 1px solid #e2e2e8;
}
.ctg_top .hover_list_wrap .hover_list_box {
	width: calc((100% - 4px) / 2);
	border: 1px solid #e2e2e8;
}
.under .hover_list_wrap .hover_list_box:nth-child(3n) {
	margin-right: 0;
}
.under .hover_list_wrap .hover_list_box a,
.under .hover_list_wrap .hover_list_box .hover_list_img img{
	padding-top: 220px;
}
.under .hover_list_wrap .hover_list_box a:before {
	right: 10px;
    bottom: 26px;
    width: 23px;
    height: 6px;
	background: url(/jpn/common_v3/images/icon_arrow_wh.png) no-repeat;
	transform: rotate(90deg);
}
.under .hover_list_wrap .hover_list_box.wh a:before {
	right: 15px;
    bottom: 17px;
    width: 8px;
    height: 23px;
	background: url(/jpn/business/machinery/common/img/icon_arrow_blk.png) no-repeat;
	transform: rotate(0);
}

.ctg_top .hover_list_wrap .hover_list_box a {
	 padding-top: 253px;
}
body.ctg_top .hover_list_wrap .hover_list_txtarea,
body[class*="under"] .hover_list_wrap .hover_list_txtarea {
	min-height: 194px;
	padding: 80px 20% 4% 5.7%;
}
body.ctg_top .hover_list_wrap .hover_list_box a:hover .hover_list_txtarea,
body[class*="under"] .hover_list_wrap .hover_list_box a:hover .hover_list_txtarea{
	transform: translateY(-80%);
}
body.ctg_top .hover_list_wrap .hover_list_box .hover_list_ttl,
body[class*="under"] .hover_list_wrap .hover_list_box .hover_list_ttl {
	font-size: 22px;
}
body.ctg_top  .hover_list_wrap .hover_list_box .hover_list_ttl.row1,
body[class*="under"] .hover_list_wrap .hover_list_box .hover_list_ttl.row1 {
	padding-top: 20px;
}
.ctg_top .hover_list_wrap .hover_list_box .hover_list_img img {
	 padding-top: 253px;
}





}/* PC end */


@media screen and (max-width: 767px) {/* SP ver */

	body.ctg_top .hover_list_wrap .hover_list_block,
	body[class*="under"] .hover_list_wrap .hover_list_block {
		display: block;
	}
	body[class*="under"] .hover_list_wrap .hover_list_box {
		overflow: initial;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
	body[class*="under"] .hover_list_wrap .hover_list_box:last-child {
		border-bottom: 0;
	}
	body[class*="under"] .hover_list_wrap .hover_list_box a {
		padding: 0;
		color: #222;
	}
	body[class*="under"] .hover_list_wrap .hover_list_box a::before {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		top: 0;
		bottom: 0;
		margin: auto 0;
		left: 2px;
		position: absolute;
		border-top: 2px solid #ff0a14;
		border-right: 2px solid #ff0a14;
		transform: rotate(135deg);
	}
	body[class*="under"] .hover_list_wrap .hover_list_txtarea {
		position: initial;
		padding: 15px 10px 15px 30px;
		background: none !important;
	}
	body[class*="under"] .hover_list_wrap .hover_list_img {
		display: none;
	}

	body.ctg_top .hover_list_wrap .hover_list_box {
		overflow: initial;
		width: 100%;
		margin-bottom: 20px;
	}
	body.ctg_top .hover_list_wrap .hover_list_txtarea {
		padding: 0;
	}
	body.ctg_top .hover_list_wrap .hover_list_box a {
		padding-top: 0;
	}
	body.ctg_top .hover_list_wrap .hover_list_box a::before {
		content: "";
		position: absolute;
		right: 10px;
		bottom: 0;
		width: 23px;
		height: 6px;
		background: url(/jpn/common_v3/images/icon_arrow_red.png) no-repeat;
		transition: all .2s;
	}
	body.ctg_top .hover_list_wrap .hover_list_box .hover_list_img,
	body.ctg_top .hover_list_wrap .hover_list_box .hover_list_img img {
		position: initial;
		width: 100%;
	}
	body.ctg_top .hover_list_wrap .hover_list_box .hover_list_img img {
		padding-top: 0;
		transform: initial;
	}
}

.hover_list_wrap .hover_list_ttl.txt_l {
	letter-spacing: 0.5px !important;
}

/* font black & bg white ver */
.hover_list_wrap .hover_list_box.wh a {
	color: #222;
}
.hover_list_wrap .hover_list_box.wh .hover_list_txtarea {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.ctg_top .hover_list_wrap .hover_list_box.wh a:before {
    background: url(/jpn/business/machinery/common/img/icon_arrow_blk_large.png) no-repeat;
    background-size: 100%;
}

/* font white & bg gray ver */
.hover_list_wrap .hover_list_box.gy a {
	color: #fff;
}
.hover_list_wrap .hover_list_box.gy .hover_list_txtarea {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%);
}



#utility .thum_text_link_wrap .thum_text_link .thum_text_link_txtarea,
#robot-system .thum_text_link_wrap .thum_text_link .thum_text_link_txtarea {
	padding-bottom: 0;
}
#utility .thum_text_link_wrap .thum_text_link .thum_text_link_ttl,
#robot-system .thum_text_link_wrap .thum_text_link .thum_text_link_ttl {
    margin-bottom: 0;
}
#utility .thum_text_link_wrap .thum_text_link a:after,
#robot-system .thum_text_link_wrap .thum_text_link a:after {
	bottom: 14px;
}

/* background -------------------------------------------------------------------*/
.bg_gray_box {
	padding: 60px 0;
	background: #f4f6f7;
}



/* list style ------------------------------------------------------------------*/
.list_disc {
	margin: 0;
	padding-inline-start: 20px;
    margin-block: 0;
}
.list_disc > li {
	margin-bottom: 10px;
	list-style: disc;
	letter-spacing: 0;
}

/* list_disc_col / list_3row */
.list_disc_col,
.list_3row {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding-inline-start: 20px;
    margin-block: 0;
}
.list_disc_col > li,
.list_3row > li {
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
	list-style: disc;
	letter-spacing: 0;
}
.list_disc_col > li:nth-child(3n),
.list_3row > li:nth-child(3n) {
	margin-right: 0;
}

/* list_2row */
.list_2row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 0;
	padding-inline-start: 0;
}
.list_2row li {
	width: calc((100% - 20px) / 2);
}


/* list_4row */
.list_4row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 0;
	padding-inline-start: 20px;
}
.list_4row li {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
}
.list_4row li:nth-child(4n) {
	margin-right: 0;
}

/* list_5row */
.list_5row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 0;
	padding-inline-start: 20px;
}
.list_5row li {
	width: calc((100% - 60px) / 5);
	margin-right: 15px;
}
.list_5row li:nth-child(4n) {
	margin-right: 0;
}

@media screen and (max-width:767px){/* SP ver */
	.list_disc_col,
	.list_3row,
	.list_4row,
	.list_5row {
		display: block;
	}
	.list_disc_col > li,
	.list_4row li {
		width: 100%;
		margin-right: 0;
	}
}

/* list_inbk */
.list_flex {
	display: flex;
	flex-wrap: wrap;
}
.list_flex li {
	margin-right: 70px;
}

/* list_num // number */
.list_num {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}
.list_num > li {
	margin-bottom: 10px;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.list_num > li::before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
	font-weight: bold;
}
.list_num li ul li {
	text-indent: 0;
	padding-left: 0;
}

/* list_num_mark // number + circle */
.list_num_mark {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0 0 0 30px;
}
.list_num_mark > li {
	position: relative;
	margin-bottom: 8px;
}
.list_num_mark > li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fff;
	border: 1px solid #3c3c3c;
	display: block;
	float: left;
	margin-top:3px;
	color: #3c3c3c;
	font-size: 65%;
	font-weight: bold;
	letter-spacing: -0.5pt;
	text-indent: -0.5pt;
	line-height: 20px;
	margin-left: -30px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}
.list_num_mark > li::after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
}


/* list_num_mark blue ver // number + circle */
.list_num_mark {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0 0 0 30px;
}
.list_num_mark > li {
	position: relative;
	margin-bottom: 8px;
}
.list_num_mark > li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #1ba1e6;
	border: 1px solid #1ba1e6;
	display: block;
	float: left;
	margin-top:3px;
	color: #fff;
	font-size: 65%;
	font-weight: bold;
	letter-spacing: -0.5pt;
	text-indent: -0.5pt;
	line-height: 20px;
	margin-left: -30px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}
.list_num_mark > li::after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
}

/* dl style */
.dl_flex {
	display: flex;
	justify-content: start;
}
.dl_flex dt {
	white-space: nowrap;
}

.dl_align {
	overflow: hidden;
}
.dl_align dt {
	clear: both;
	float: left;
}
.dl_align dd {
	float: left;
}
.dl_align dd::before {
	content: "：";
	display: inline-block;
	margin-right: 8px;
}


/* img style ------------------------------------------------------------------*/
body[class*="under"] .download_prevent img {
	border: 1px solid #ccc;
}
.download_prevent img.no_b {
	border: 0 !important;
}

.img_mul {
	mix-blend-mode: multiply;
}

@media print, screen and (min-width:768px){/* PC */
	.img_sp {
		display: none;
	}
}
@media screen and (max-width:767px){/* SP */
	.img_pc {
		display: none;
	}
}


/* text style ------------------------------------------------------------------*/
.ls0 {
	letter-spacing: 0 !important;
}

/* box style ------------------------------------------------------------------*/
.imgtxt_hor_2_1 > .col_inner {
	flex-wrap: wrap;
}


.imgtxt_ver_4_2 {
	display: flex;
}
.imgtxt_ver_2_1 > .col_inner:after {
    display: none;
}
.imgtxt_ver_3_1 > .col_inner:after {
    display: none;
}



.flex_row {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:767px) {/* SP ver */
	.imgtxt_hor_2_1,
	.imgtxt_hor_2_1 > .col_inner {
		margin-bottom: 60px;
	}
	.imgtxt_ver_2_1,
	.imgtxt_ver_4_1 {
		margin-bottom: 30px;
	}
	.imgtxt_ver_4_1 .img {
		margin-bottom: 15px;
	}
}



/* table style ------------------------------------------------------------------*/
@media screen and (max-width:767px){/* SP */
	.sp_scroll .table_normal th {
		width: 30%;
		font-size: 90%;
	}
	.sp_scroll .sp_scroll_cnt {
		width: 800px;
	}
}




/********************************************************************************
*********************************************************************************
  under each style
*********************************************************************************
*********************************************************************************/


/********************************************************************************

  top page style

*********************************************************************************/
@media print, screen and (min-width:768px){/* PC */
	#top .hover_list_wrap {
		margin-bottom: 50px;
	}
	#top .hover_list_wrap.right .hover_list_block{
		justify-content: flex-end;
	}
	#top .hover_list_wrap.center .hover_list_block{
		padding-left: 140px;
		justify-content: center;
	}
	#top .hover_list_wrap .hover_list_box {
		max-width: 338px;
		height: 360px;
	}
	#top .hover_list_wrap .hover_list_box a {
		padding-top: 360px;
	}
	#top .hover_list_wrap .hover_list_box a::before{
		bottom: 25px;
	}
	#top .hover_list_wrap .hover_list_ttl {
		letter-spacing: 0;
		/*font-size: 25px;*/
		font-size: 22px;
		margin-bottom: 15px;
	}
	#top .hover_list_wrap .hover_list_box .hover_list_img img {
		padding-top: 360px;
	}
}
@media screen and (max-width:767px){/* SP ver */
	#top .hover_list_wrap .hover_list_block {
		display: block;
	}
	#top .hover_list_wrap .hover_list_box {
		float: left;
	}
	#top .sp_hidden_wrap {
		overflow: hidden;
	}
}
#top .hover_list_wrap .hover_list_box.wh a:before {
    background: url(/jpn/business/machinery/common/img/icon_arrow_blk_large.png) no-repeat;
    background-size: 100%;
}




/********************************************************************************

  base page style

*********************************************************************************/
#base .firstview {
	margin-bottom: 80px;
}

#base .sec[id] h3.heading {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
}
#base .sec[id] .list_tel {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#base .sec[id] .list_tel dt,
#base .sec[id] .list_tel dd {
	margin-bottom: 10px;
}
#base .sec[id] .list_tel dt {
	width: 39%;
	font-weight: bold;
}
#base .sec[id] .list_tel dd {
	width: 52%;
}
#base #japan_area {
	background: #f4f6f7 url("/jpn/business/machinery/base/images/bg-domestic.svg") center top no-repeat;
	background-size: 1100px auto;
}
#base #global_area {
	background: #fff url("/jpn/business/machinery/base/images/bg-network.svg") center 100px no-repeat;
	background-size: 1500px auto;
}
#base #global_area dl dt {
	font-weight: bold;
}
#base #global_area dl dd {
	margin-bottom: 20px;
}
#base #global_area .txt {
	text-align: initial;
}


@media print, screen and (min-width:768px){/* PC */
	#base .sec[id] .content_inner {
		min-width: 870px;
		max-width: 870px;
	}
	#base .sec[id] .imgtxt_ver_2_1 > .col_inner {
		width: calc((100% - 80px) / 2);
		margin-right: 0;
	}
}


@media screen and (max-width:767px){/* SP ver */
	#base .firstview {
		margin-bottom: 40px;
	}
	#base #japan_area {
		background: #f4f6f7 url(/jpn/business/machinery/base/images/bg-domestic.svg) center 15% no-repeat;
		background-size: contain;
	}
	#base #global_area {
		background: #fff url("/jpn/business/machinery/base/images/bg-network.svg") center 100px no-repeat;
		background-size: contain;
	}
	#base .detail_main_wrap .detail_main_txtarea_inner {
		padding: 22% 20px 40px;
	}
	#base .imgtxt_ver_2_1 > .col_inner {
		margin-top: 0;
	}
}




/********************************************************************************

  welding-tech page style

*********************************************************************************/
.txt_img_wrap {
	display: flex;
	justify-content: space-between;
}
.txt_img_wrap .textarea {
	width: 62%;
}
.txt_img_wrap .img {
	width: 32%;
}
.txt_img_wrap .ttl_bar_blue {
	margin-bottom: 15px;
	padding: 5px;
	background: #1ba1e6;
	color: #fff;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


/* /jpn/business/machinery/welding-tech/welding/ */
.img_caption span.red::before,
.img_caption span.yl::before{
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	margin-right: 5px;
	border-radius: 100%;
}
.img_caption span.red::before {
	background: #E61B1B;
}
.img_caption span.yl::before {
	background: #FFCE00;
}




/********************************************************************************

  e-equipment page style

*********************************************************************************/

#e-equipment.ctg_top .idx_list > .col_inner {
	padding-bottom: 0;
	background: #fff;
}
#e-equipment.ctg_top .idx_list a {
	color: #222;
	text-decoration: none;;
}
#e-equipment.ctg_top .idx_list a:hover {
	text-decoration: none;
}
#e-equipment .idx_list .img,
#e-equipment .idx_list .img figure {
	margin: 0;
}
#e-equipment .idx_list .img {
	background: #fff;
}
#e-equipment .idx_list .img img {
	border: 0;
}
#e-equipment .idx_list .title {
	position: relative;
	padding: 10px 50px 10px 15px;
	background: #fff;
	font-weight: bold;;
}
.title::before {
	content: "";
	position: absolute;
	right: 15px;
	bottom: 18px;
	width: 34px;
	height: 9px;
	background: url(/jpn/business/machinery/common/img/icon_arrow_blk_large.png) no-repeat;
    background-size: 100%;
	z-index: 2;
}
#movie .title::before {
	display: none;
}
#e-equipment.ctg_top .txt {
	padding: 10px 15px;
	background: #fff;
}




/********************************************************************************

  infomation page style

*********************************************************************************/

#infomation .firstview,
#movie .firstview {
	min-height: 340px;
}
#infomation .content_clm,
#movie .content_clm  {
	margin-bottom: 100px;
}
#infomation .back_btn,
#movie .back_btn {
	margin-top: 50px;
}
#movie .imgtxt_ver_3_2 a {
	color: #222;
}
#movie .imgtxt_ver_3_2 a:hover {
	color: #1ba1e6;
	text-decoration: none;
}
#movie .imgtxt_ver_3_2 a .img {
	margin-bottom: 5px;
}


/********************************************************************************

  infomation page style

*********************************************************************************/
#catalog_link_download {
	margin: 80px 0 100px;
}
#catalog_link_download .thum_text_link_wrap .thum_text_link a {
	color: #1ba1e6;
}
#catalog_link_download .thum_text_link_wrap .thum_text_link a:hover {
	text-decoration: underline;
}
#catalog_link_download .thum_text_link_wrap .thum_text_link a:after {
	display: none;
}
#catalog_link_download .thum_text_link_wrap .thum_text_link .thum_text_link_txtarea {
	padding-bottom: 0;
}
#catalog_link_download .thum_text_link_wrap .thum_text_link .thum_text_link_ttl {
	font-size: initial;
	font-weight: normal;
	letter-spacing: 0;
}
#catalog_link_download .thum_text_link_wrap .thum_text_link .thum_text_link_ttl:after {
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 5px 3px;
    background-image: url(/jpn/common_v3/images/icon_download_red.svg);
}