/*-------------------------------------------*/
/*CSS*/
/*-------------------------------------------*/
#special-nav{
	background-color:#333;
}
#product header div.indexpage figure {
  right: -6rem;
}
/*header*/
#product header {

}
#product * a{
	text-decoration:none;
	transition:opacity 0.3s,background-color 0.3s;
}


.l-footer {
	/*margin-top: 0px;*/
}

#product header.type_black {
	background-color: #333333;
	min-height:39rem;
	color:#fff;
}
#product header div.indexpage div h1{
	font-size:2.4rem;
	margin-bottom:1.5rem;
}
#product header div.indexpage div h1 strong{
	font-size:3.2rem;
	margin-bottom:0;
	font-weight: 500;
}
#product header div.indexpage div h1 span{
	font-style: normal;
	font-weight: 400;
	font-size: 2.0rem;
	line-height: 1.25;
	margin-bottom: 0.8rem;
}
#product header div.indexpage div ul{
	margin: 0 0 0 0.5rem;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #e6e6e6;
}
#product header div.indexpage div ul li{
	list-style:none;
	margin:0 2.1rem 0 0;
	line-height:1;
	
}
#product header div.indexpage div ul li::before {
	content: "";
	display: inline-block;
	position: relative;
	margin-right:0.8rem;
	width: calc(1em * 0.35);
	height: calc(1em * 0.75);
	box-sizing: border-box;
	border-bottom: #56A0E6 solid 1px;
	border-right: #56A0E6 solid 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(36deg);
}

#product section.contents.bg_gray{
	background-color:#f5f5f5;
}


#product section.contents div ul.type_problem{
	margin:0;
	padding:0;
	width:100%;
}
#product section.contents div ul.type_problem li{
	font-size:2rem;
	background-color:#f5f5f5;
	padding:4rem 2rem;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	margin-bottom:3rem;
	text-align: center;
}
#product section.contents div ul.type_problem li:before{
	content: none;
}
#product section.contents div ul.type_problem.col2{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#product section.contents div ul.type_problem li{
	/*text-indent:-1.1em;
	padding-left:1.1em;*/
}
#product section.contents div ul.type_problem.col2 li{
	width:calc(100% / 2 - 1.5rem);
}
/*調整*/
#product section div figure{

	margin:0 auto;
}
#product section div figure img {
	margin-bottom: 0 !important;
}

/*--------------------------------------------------------------------------------------*/
/*リンク（column1と2）DXIで、やりたいことが “できる”*/
#product .feature_link_column1{
	margin-bottom:3rem;
}
#product .feature_link_column2{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-bottom:1rem;
}
#product .feature_link_column1 a,
#product .feature_link_column2 a{
	color:#333;
	text-decoration:none;
	transition:opacity 0.3s;
	/*border:1px solid #f00;*/
	display: flex;
	justify-content: start;
	align-items: center;
	background-color:#fff;
	position:relative;
	min-height: 15rem;
}

#product .feature_link_column2 a{
	width:calc(100% / 2 - 1.5rem);
	margin-bottom:3rem;
	position:relative;
	min-height:15rem;
}
#product .feature_link_column1 figure{
	width: 30rem;
	margin:0;
	overflow:hidden;
	position: absolute;
	top:0;
	left:0rem;
	height:100%;
	transition:opacity 0.3s;
}
#product .feature_link_column2 figure{
	width: 11rem;
	height:15rem;
	margin:0;
	overflow:hidden;
	position: absolute;
	top:0;
	left:0rem;
	height:100%;
	transition:opacity 0.3s;
}

#product .feature_link_column2 dl,
#product .feature_link_column2 dl{
	transition:opacity 0.3s;
}


#product .feature_link_column1 figure img,
#product .feature_link_column2 figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
/*矢印*/
#product section.contents div.feature_link_column1 a .link_arrow,
#product section.contents div.feature_link_column2 a .link_arrow{
	position: absolute;
	top:0;
	right:0;
	width:calc(4em);
	height:100%;
	transition:background-color 0.3s;
}
#product section.contents div.feature_link_column1 a .link_arrow::after,
#product section.contents div.feature_link_column2 a .link_arrow::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 1.7rem;
	top: calc(50% - 1rem);
	width: 1.9rem;
	height: 1.9rem;
	box-sizing: border-box;
	border-top: #c8c8c8 solid 2px;
	border-right: #c8c8c8 solid 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#product .feature_link_column1 a:hover,
#product .feature_link_column2 a:hover{
	opacity:0.7;
}
#product .feature_link_column1 a:hover figure,
#product .feature_link_column2 a:hover figure{
	/*opacity:0.7;*/
}
#product .feature_link_column1 a:hover dl,
#product .feature_link_column2 a:hover dl{
	/*opacity:0.7;*/
}
#product section.contents div.feature_link_column1 a:hover .link_arrow,
#product section.contents div.feature_link_column2 a:hover .link_arrow{
	/*background-color:rgba(0,94,184,1.0);*/
}
#product section.contents div.feature_link_column1 a:hover .link_arrow::after,
#product section.contents div.feature_link_column2 a:hover .link_arrow::after{
	/*border-top: #fff solid 2px;
	border-right: #fff solid 2px;*/
}
/*テキスト*/
#product section.contents div.feature_link_column1 a dl{
	width:calc(100% - 30rem - 4em);
	padding:2rem 0rem 2rem 3rem;
	position:relative;
	left:30em;
}
#product section.contents div.feature_link_column2 a dl{
	width:calc(100% - 11rem - 4em);
	padding:2rem 0rem 2rem 3rem;
	position:relative;
	left:11em;
}
#product section.contents div.feature_link_column1 a dl dt,
#product section.contents div.feature_link_column2 a dl dt{
	/*margin:0 0 2rem 0;*/
	margin:0 0 1.5rem 0;
	font-size:2rem;
	/*text-align:center;*/
	line-height:1.4;
	padding-left: 0rem;
}
#product section.contents h1 .possible,
#product section.contents div.feature_link_column1 a dl dt .possible,
#product section.contents div.feature_link_column2 a dl dt .possible{
	padding-left:0.5em;
	font-weight:normal;
}

#product section.contents div.feature_link_column1 a dl dt::before,
#product section.contents div.feature_link_column2 a dl dt::before{
	content:none;
}

#product section.contents div.feature_link_column1 a dl dd,
#product section.contents div.feature_link_column2 a dl dd{
	font-size:1.4rem;
	/*text-align:center;*/
}

/*--------------------------------------------------------------------------------------*/
/*できること*/
#product section.contents.type_application {
	background-color: #f5f5f5;
	margin-top:6rem;
	position:relative;
}
/*正三角形
#product section.contents.type_application::before {
	position:relative;
	margin:auto;
	display:block;
	content:"";
	width: 0;
	height: 0;
	border-left: 4rem solid transparent;
	border-right: 4rem solid transparent;
	border-top: 3rem solid #fff;
}
*/

/*体験版*/
#product section.contents.type_trial{
	background-color:#dae8f5;
}
#product section.contents.type_trial div.w1000 {
	padding-top: 4rem;
}
/*正三角形
#product section.contents.type_trial::before {
	position:relative;
	margin:auto;
	display:block;
	content:"";
	width: 0;
	height: 0;
	border-left: 4rem solid transparent;
	border-right: 4rem solid transparent;
	border-top: 3rem solid #f5f5f5;
}
*/

#product section.contents.type_trial h1{
	font-size: 3.2rem;
	margin-bottom: 3rem;
	text-align: left;
	line-height: 1.15;
}
#product section.contents.type_trial .imageright {
	align-items: center;
}

/*リンクボタン
#product a.link_type2.custom {
	position:relative;
}
#product a.link_type2.custom:after,
#product a.link_type3.custom:after{
	content: "";
	display: inline-block;
	position: relative;
	top: 0.1rem;
	left: 1.2rem;
	width: 0.8rem;
	height: 0.8rem;
	box-sizing: border-box;
	border-top: #fff solid 2px;
	border-right: #fff solid 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#product a.link_type2.custom:after{
	border-color:#005eb8;
}
#product a.link_type3.custom {
	position:relative;
	margin:0;
}*/
/*仕様、ダウンロード、サポート・お役立ちコンテンツ*/
#product section.contents .download_links,
#product section.contents .spec_links{
	display:flex;
	padding:3rem 4rem;
	background-color:#fafafa;
	border:1px solid #e6e6e6;
}
#product section.contents .download_links p,
#product section.contents .spec_links p{
	margin:0 3.5rem 0 0 !important;
	padding:0;
	line-height:1;
	font-size:1.6rem;
}
#product section.contents .download_links a,
#product section.contents .spec_links a{
	color:#333;
	transition:opacity 0.3s;
	position: relative;
	padding-right: 0.8em;
}
#product section.contents .download_links a:hover,
#product section.contents .spec_links a:hover{
	opacity:0.7;
}
#product section.contents .download_links a::after,
#product section.contents .spec_links a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 0.15em);
	right: 0em;
	width: 0.5em;
	height: 0.5em;
	box-sizing: border-box;
	border-top: #333 solid 1px;
	border-right:#333 solid 1px;
	transform: rotate(45deg);
}
#product section.contents .download_links a[target="_blank"]::after,
#product section.contents .spec_links a[target="_blank"]::after {
	content: '';
	top: calc(50% - 0.4rem);
	right: -0.5em;
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	margin-left: 0rem;
	margin-right: 0rem;
	margin-top: 0rem;
	background-image: url("/product/promotion/dx1/assets/images/open_in_new_gray.svg");
	transform: rotate(0deg);
	border-top: transparent solid 0px;
	border-right: transparent solid 0px;

}

/*サポート・お役立ちコンテンツ*/
#product section.contents .column2_support{
	display:flex;
	padding:0;
}
#product section.contents .column2_support div{
	padding:4rem 2rem;
	background-color:#fafafa;
	border:1px solid #e6e6e6;
	width:50%;
}

#product section.contents .column2_support div:nth-child(2){
	border-left:0px solid #fafafa;
}
#product section.contents .column2_support div p{
	text-align:center;
}
#product section.contents .column2_support div a{
	text-align:center;
	background-color:#fff;
	border:1px solid rgba(0,94,184,1.0);
	display:block;
	width:100%;
	padding:2rem 0;
	font-size:1.4rem;
	position: relative;
}
#product section.contents .column2_support div a::after {
	content: "";
	display: inline-block;
	position:relative;
	top: calc(50% - 0.4em);
	right: -0.5em;
	width: 0.5em;
	height: 0.5em;
	box-sizing: border-box;
	border-top: rgba(0,94,184,1.0) solid 1px;
	border-right:rgba(0,94,184,1.0) solid 1px;
	transform: rotate(45deg);
}
/*----------------------------------------- 10/1公開分の追加 ---------------------------------------------*/
.pageTitle{
	text-align: center !important;
}
/*アイコンによる機能紹介*/
#product section.contents .flexbox_concept{
	display: flex;
	justify-content: space-between;
	padding:0;
	margin:0 0 6rem 0;
}

#product section.contents .flexbox_concept li{
	list-style:none;
	position:relative;
	width:31rem;
	border:1px solid #e6e6e6;
	padding:3rem 0;
	margin-bottom: 0rem;
}
#product section.contents div ul li::before{
	content:none;
}
#product section.contents .flexbox_concept li p{
	font-size:1.8rem;
	margin:2rem auto 0;
	text-align:center;
}

/*ページ移動*/
#product section.contents .flex_box_links{
	display: flex;
	justify-content: center;
	
	background-color:#fafafa;
	border:1px solid #e6e6e6;
	padding:5rem 0;
}
#product section.contents .flex_box_links .text{
	text-align:center;
	height:2.5em;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.8rem;
}
#product section.contents .flex_box_links div.w40{
	width:4rem;
	/*border:1px solid red;*/
}
#product section.contents .flex_box_links img.iwebmember{
	width:8rem;
	height:auto;
}
#product section.contents .flex_box_links img.download{
	width:1.4rem;
	height:auto;
}

/*事例：問題*/
#product section.contents .flex_box_question{
	display: flex;
	justify-content: start;
	align-items:center;
	background-color:#fff;
	margin-bottom:1px;
	padding:2rem 4rem;
	cursor:pointer;
	position:relative;
	transition:opacity 0.3s,transform 0.3s;
}
#product section.contents .flex_box_question:hover{
	opacity:0.7;
}
#product section.contents .flex_box_question::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 2rem;
	width: 1rem;
	height: 1rem;
	box-sizing: border-box;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:opacity 0.3s,transform 0.3s;
}
#product section.contents .flex_box_question.open::after{
	transform: rotate(-135deg);
}
#product section.contents .flex_box_question figure{
	margin:0 2.5rem 0 0;
}
#product section.contents .flex_box_question figure img{
	margin:0;
}
#product section.contents .flex_box_question h4{
	margin-bottom:1.0rem;
	/*font-weight: 500;*/
}
#product section.contents .flex_box_question p{
	margin-bottom:0rem;
}

/*事例：解決*/
#product section.contents article.padding4{
	padding-bottom: 4rem !important;
}
#product section.contents .flex_box_answer{
	display: flex;
	justify-content: start;
	align-items:center;
	background-color:#fff;
	position:relative;
	/*transform: translateY(-50%);*/
	transition:0.5s ease-in-out;
	opacity:0;
	overflow:hidden;
	height: auto;
	max-height:0px;
	padding:0 4rem;
}
#product section.contents .flex_box_answer.open{
	height: auto;
	max-height:500px;
	padding:2rem 4rem;
	opacity:1;
}
#product section.contents .flex_box_answer h4{
	font-size: 2.0rem;
}
#product section.contents .flex_box_answer figure{
	margin:0 6rem 0 0;
}
#product section.contents .flex_box_answer figure img{
	margin:0;
}
#product section.contents .flex_box_answer figure.technical_human{
	margin:0;
	position:absolute;
	bottom:3rem;
	right:3rem;
}
#product section.contents .arrow{
	margin-bottom:0;
  position: relative;
}
#product section.contents .arrow a::after{
	content: "";
	display: inline-block;
	position: relative;
	top: -0.1rem;
	left: 0.5rem;
	width: 0.8rem;
	height: 0.8rem;
	box-sizing: border-box;
	border-top: rgba(0,94,184,1.0) solid 1px;
	border-right: rgba(0,94,184,1.0) solid 1px;
	transform: rotate(45deg);
}


/*体験版*/
#product section.contents.type_trial div.w1000.trial_padding{
	padding-top: 4rem;
	padding-bottom: 4rem;
}

#product section.contents .flex_trial{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
#product section.contents .flex_trial .h4{
	font-size:1.8rem;
	text-align:center;
	margin-bottom: 1.5rem;
}
#product section.contents .flex_trial h2{
	text-align:center;
	margin-bottom: 2.5rem;
}
#product section.contents .flex_trial figure,
#product section.contents .flex_trial figure img{
	margin:0;
}
#product section.contents .flex_trial div{
	width:44rem;
}

/*concept動画*/
#product section.contents .conceptmovie{
	margin:0 auto 6rem;
	display: block;
}

/*-------------------------------------------*/
/*タブレット*/
/*-------------------------------------------*/
@media (min-width:769px) and (max-width:1080px) {
	#product header div.indexpage div {
		width: 42rem !important;
	}
	#product header div.indexpage div h1 span{
	 	background-color:inherit;
	 }
	 #product section.contents .download_links, 
	 #product section.contents .spec_links{
	 	flex-wrap: wrap;
	 }
	 #product section.contents .download_links p, 
	 #product section.contents .spec_links p{
	 	margin-bottom:0.5em !important;
	 }
	#product section.contents .flex_box_answer {
	  justify-content: space-between;
	}
	 #product section.contents .flex_box_answer div{
 	 	width: calc(100% - 52rem - 2rem);
	 }
	 #product section.contents .flex_box_answer figure{
	 	/*width:52rem;*/
	 }
	/*----------------------------------------- 10/1公開分の追加 ---------------------------------------------*/
	/*アイコンによる機能紹介*/
	#product section.contents .flexbox_concept li{
		width:31%;
	}
}
/*-------------------------------------------*/
/*モバイル向け*/
/*-------------------------------------------*/
@media screen and (max-width:768px) {
	#product section.contents div ul.type_problem.col2{
		display:block;
	}
	#product section.contents div ul.type_problem.col2 li {
		width: calc(100%);
	}
	#product .feature_link_column1 figure,
	#product .feature_link_column2 figure{
		display:none;
	}
	#product section.contents div.feature_link_column1 a dl, 
	#product section.contents div.feature_link_column2 a dl{
		padding:3rem 0;
		width:calc(100% - 7em);
		left: 4em;
	}
	#product .feature_link_column2 {
		display: block;
	}
	#product .feature_link_column2 a {
		width:calc(100%);
	}
	
	/*体験版*/
	#product section.contents.type_trial div.w1000.trial_padding{
		/*padding:4rem 3rem;*/
	}
	#product section.contents.type_trial figure img{
		width:80%;
		margin:0 auto;
		display:block;
	}
	#product section.contents .download_links{
		padding: 4rem 3rem;
		justify-content: space-between;
	}
	
	#product section.contents .spec_links{
		padding: 4rem 3rem 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#product section.contents .column2_support {
		display: block;
	}
	#product section.contents .column2_support div {
		width: 100%;
		padding: 4rem 3rem;
	}
	#product section.contents .column2_support div:nth-child(2){
		border-top: 0px solid #fafafa;
		border-left: 1px solid #e6e6e6;
	}
	#product section.contents .download_links p{
		margin: 0 0 0 0 !important;
	}
	#product section.contents .spec_links p {
		margin: 0 0 3rem 0 !important;
	}
	#product section.contents div ul.type_problem li{
		font-size:1.8rem;
		padding:4rem 3rem;
	}
	/*----------------------------------------- 10/1公開分の追加 ---------------------------------------------*/
	 #product header div.indexpage div{
	 	text-align:left;
	 }
	.pageTitle{
		/*text-align: left !important;*/
	}
	/*アイコンによる機能紹介*/
	#product section.contents .flexbox_concept{
		display: block;
		margin:0 0 6rem 0;
	}

	#product section.contents .flexbox_concept li{
		display: flex;
		justify-content: start;
		align-items:center;
		padding:2.4rem 5rem;
		margin-bottom: 2rem;
		
		width:100%;
	}
	#product section.contents .flexbox_concept li figure{
		width:8.5rem;
		margin:0 2.4rem 0 0;
	}

	#product section.contents .flexbox_concept li p{
		margin:0;
		
		text-align:left;
	}
	
	/*ページ移動*/
	#product section.contents .flex_box_links{
		display: block;
		padding:4rem 3rem;
	}
	#product section.contents .flex_box_links .text{
		height:auto;
	}
	#product section.contents .flex_box_links div.w40 {
		width: 100%;
		height:4rem;
	}

	/*事例：課題*/
	#product section.contents .flex_box_question{
		align-items:start;
		padding: 4rem 3rem;
	}
	#product section.contents .flex_box_question figure{
		width:4rem;
		align-self: auto;
	}
	#product section.contents .flex_box_question div{
		width:calc(100% - 10rem);
	}

	/*事例：解決*/
	#product section.contents .flex_box_answer{
		display: block;
		padding-bottom:5rem;
	}
	#product section.contents .flex_box_answer figure.technical_human{
		width:8rem;
	}
	#product section.contents .flex_box_answer{
		padding: 0rem 2rem;
	}

	#product section.contents .flex_box_answer.open{
		padding: 4rem 3rem 7rem;
	}
	#product section.contents .flex_box_answer figure {
		margin: 0 6rem 4rem 0;
		position:relative;
		z-index:10;
	}
	#product section.contents .flex_box_answer figure.technical_human {
		bottom: 4rem;
		right: 3rem;
		z-index: 5;
	}
	#product section.contents article.padding4 {
		padding-bottom: 2rem !important;
	}
	
	/*体験版*/
	#product section.contents .flex_trial{
		display: block;
	}
	#product section.contents .flex_trial div{
		width:100%;
	}
	
	/*concept動画*/
	#product section.contents .conceptmovie{
		width:100%;
	}
	/*文字の調整*/
	#product header div.indexpage div h1 strong{
		font-size:2.9rem;
	}
	
	#product section.contents h2.leftsmall{
		font-size:2.1rem;
		text-align:left !important;
	}
	#product section.contents h2.centersmall{
		font-size:2.1rem;
		text-align:center !important;
	}
	#product section.contents .flex_box_answer h4{
		font-size: 2.0rem;
	}
	#product section.contents .flex_box_answer p{
		font-size: 1.6rem;
	}
}