/*--------------------------------------------------------------------------------------*/
/*商品特長*/
/*--------------------------------------------------------------------------------------*/
/*専用CSS*/
#product section .imageright div{
	width:56rem;
}
#product section .imageright img, #product section .imageright figure {
  width: 40rem;
}
#product section .imageleft div {
  width: 56rem;
}
#product section .imageleft img, #product section .imageleft figure {
  width: 40rem;
}

/*--------------------------------------------------------------------------------------*/
/* column 3つの 「導入前評価からスムーズに運用へシフト」*/
/*タイトル*/
#product section .column3_operation_title {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
}
#product section .column3_operation_title h3,
#product section .column3_operation_title h5,
#product section .column3_operation_title h4{
	width: calc(100% / 3 - 3rem);
}
/*要素*/
#product .column3_operation_element  {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	position: revert;
}
#product .column3_operation_element .step_arrow{
	position: relative;
	width:3.5em;
}
#product .column3_operation_element .step_arrow::after{
	content:"";
	position: absolute;
	top: calc(50% - 1.5rem);
	width: 0;
	height: 0;
	border-top: 1.5rem solid transparent;
	border-bottom: 1.5rem solid transparent;
	border-left: calc(1.5rem * 1.73) solid #E2E2E2;
}
#product .column3_operation_element .links{
	color: #333;
	width: calc(100% / 3 - 3rem);
	border: 1px solid #e6e6e6;
	text-decoration: none;
	transition: opacity 0.3s, box-shadow 0.3s;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	transition:opacity 0.3s;
}
#product .column3_operation_element a.links:hover{
	opacity:0.7;
}
#product .column3_operation_element .links figure{
	margin:0;
	padding:0;
}
#product .column3_operation_element .links figure img{
	margin:0;
	padding:0;
	width:100%;
}
#product .column3_operation_element .links p{
	margin:3rem;
}
#product .column3_operation_element .links div p{
	margin:0 0 3rem 0;
}
#product .column3_operation_element .links div p a.link_type1,
#product .column3_operation_element .links div p a.link_type2,
#product .column3_operation_element .links div p a.link_type3{
	width:calc(100% - 6rem);
}


#product .column3_operation_element .links p.note{
	margin:0rem 3rem 3rem;
}

#product .column3_operation_element .links p.link_text{
	margin-top:0rem;
	border:1px solid rgba(0,94,184,1.0);
	text-align:center;
	padding:1rem;
	color:rgba(0,94,184,1.0);
}
/*10／1公開*/
#product .column3_operation_element .links p.comingsoon{
	width:auto;
	margin:0 3rem 2rem;
}

/*--------------------------------------------------------------------------------------*/
/*接続可能なPLCメーカ*/
#product section .imageleft .plc_maker div,
#product section .imageright .plc_maker div{
	width:auto;
}
#product section.contents .plc_maker{
	/*border:1px solid #b0b0b0;*/
	/*padding:2rem !important;*/
	/*display:flex;*/
}
#product section.contents .plc_maker .gray_title{
	background-color:#999999;
	padding:0 1em;
	margin:0 0 2rem 0;
	color:#fff;
	height:3rem;
	display:flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	line-height:1;
}
#product section.contents .plc_maker div p{
	margin-bottom:0;
}
#product section.contents .plc_maker div p.note{
	margin-top:0.5em;
	text-indent: -1.5em;
	margin-left:1.5em;
}
#product section.contents .plc_maker .plc_maker_company{
	display:flex;
	border-bottom:1px solid #E6E6E6;
	padding-bottom:1rem;
	margin-bottom:1rem;
}
#product section.contents .plc_maker .plc_maker_company strong{
	width:18em;
	font-weight:normal;
}
#product a.link_type2.left{
	margin: 0;
}

/*--------------------------------------------------------------------------------------*/
/* マニュアル動画Link */

#product section.contents article.flexbox_video-manual{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:5rem !important;
	background-color:#fafafa;
	border:1px solid #e6e6e6;
}
#product section.contents article.flexbox_video-manual div{
	max-width:60%;
}
#product section.contents article.flexbox_video-manual p{
	margin-bottom:0;
}


/*--------------------------------------------------------------------------------------*/
/* このページだけの調整 */
#product section h3,
#product section h3{
	/*font-size: 2.4rem;
	font-weight: 700;*/
}


/*--------------------------------------------------------------------------------------*/
@media (min-width:769px) and (max-width:1080px) {
	#product section .imageright div{
		width:56%;
	}
	#product section .imageright figure{
		width:40%;
	}
	#product section .imageleft div {
	  width: 56%;
	}
	#product section .imageleft img, #product section .imageleft figure {
	  width: 40%;
	}
}
/*--------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
	
	/*ページ下部のリンク（special_links）*/
	#product .column3_operation_element  {
		display: block;
	}
	#product .column3_operation_element h3{
		margin-top:3rem;
		text-align:center !important;
	}
	#product section.contents .column3_operation_element h4{
		text-align:left !important;
	}
	
	#product .column3_operation_element h3:nth-of-type(1){
		margin-top:0rem;
	}
	#product .column3_operation_element .links{
		margin-top:2rem;
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	#product .column3_operation_element .links div p{
		padding: 0 3rem;
	}
	
	#product .column3_operation_element .links:nth-of-type(1){
		margin-top:0;
	}
	#product .column3_operation_element .step_arrow {
		width: 100%;
		height:3rem;
	}
	#product .column3_operation_element .step_arrow::after{
		content:"";
		position: absolute;
		top: 2rem;
		left:calc(50% - 1.5rem);
		width: 0;
		height: 0;
		border-right: 1.5rem solid transparent;
		border-left: 1.5rem solid transparent;
		border-top: calc(1.5rem * 1.73) solid #E2E2E2;
	}
	
	#product section.contents.bg_gray .title{
		padding: 6rem 0rem 6rem 0rem;
	}
	/*接続可能なPLCメーカ*/
	#product section.contents .plc_maker{
		display:block;
		margin-top: 0rem;
	}
	#product section.contents .plc_maker .gray_title{
		/*width:100%;*/
		margin-bottom:1em;
	}
	#product section.contents .plc_maker .plc_maker_company{
		margin-top:1em;
		display:block;
	}
	#product section.contents .plc_maker .plc_maker_company strong{
		width:auto;
		display:inline;
		font-weight:bold;
	}
	#product section.contents .plc_maker .plc_maker_company span{
		/*display:none;*/
	}
	#product section .imageleft .plc_maker div{
		margin-top:2rem;
	}
	#product section video{
		width: 100%;
	}


	
/*--------------------------------------------------------------------------------------*/
/* マニュアル動画Link */

	#product section.contents article.flexbox_video-manual{
		display: block;
		padding:3rem 2rem 0rem 2rem !important;
		
	}
	#product section.contents article.flexbox_video-manual div{
		max-width:100%;
	}
	#product section.contents article.flexbox_video-manual p{
		margin-bottom: 2rem;
	}
	#product section.contents article.flexbox_video-manual h3{
		text-align:center;
	}

}

