/*-------------------------------------------*/
/*CSS*/
/*-------------------------------------------*/
#special-nav{
	background-color: #fff;
}
/*各リンクボタン*/
#product section.contents .flexbox_download{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#product section.contents .flexbox_download div.dummy{
	width:calc(100% / 3 - 8rem / 3);
}
#product section.contents .flexbox_download a{
	color:#333;
	width:calc(100% / 3 - 8rem / 3);
	border: 1px solid #e6e6e6;
	text-decoration:none;
	transition:opacity 0.3s, box-shadow 0.3s;
	display: flex;
	flex-flow: column;
	justify-content:space-between;
}
#product section.contents .flexbox_download a:nth-of-type(n+4){
	margin-top:4rem;
}
#product section.contents .flexbox_download a:hover{
	/*box-shadow: 0 1px 2px 0 rgba(51,51,51,.2),0 1px 3px 1px rgba(51,51,51,.15);*/
	opacity: .7;
}
#product section.contents .flexbox_download a dt{
	padding:0;
	margin:2.4rem 2.4rem 1.2rem;
	font-size: 1.6rem;
	line-height: 1.2;
	list-style-type: none;
}
#product section.contents .flexbox_download a dt.img{
	padding:0;
	margin:0rem;
	border-bottom: 1px solid #e6e6e6;
}
#product section.contents .flexbox_download a dt span{
	font-size:1.4rem;
	display:block;
	margin-bottom:0.8em;
}
#product section.contents .flexbox_download a dt.img figure{
	padding:0 !important;
	margin:0 !important;
	background-color:#f5f5f5;
}
#product section.contents .flexbox_download a dt.img img{
	padding:2.5rem !important;
	margin:auto !important;
	display:block;
	width: 65%;
}
#product section.contents .flexbox_download a dd{
	padding:0;
	margin:2rem 1.2rem;
	font-size:1.6rem;
}
#product section.contents .flexbox_download a dd span{
	color:rgba(0,94,184,1.0);
	display:block;
}

#product section.contents .flexbox_download a div.download{
	padding:1.5rem 0;
	margin:0 1.5rem 1.5rem 1.5rem;
	background-color:rgba(0,94,184,1.0);
	display:flex;
	justify-content: center;
	align-items: center;
}
#product section.contents .flexbox_download a div.download p{
	color:#fff;
	margin:0;
}
#product section.contents .flexbox_download a div.download img{
	height: fit-content;
	margin:0 1rem 0 0;
}

#product section.contents .flexbox_software a .download p:after,
#product section.contents .flexbox_download a div.download p:after {
	content: '';
	display: inline-block;
	width: 1.0rem;
	height: 1.0rem;
	margin-left: 0.4rem;
	margin-right: 0.8rem;
	margin-top: 0.3rem;
	background-image: url("/product/promotion/e3as-hf/assets/images/open_in_new_w.svg");
}

#product section.contents .flexbox_software a[target="_blank"]::after,
#product section.contents .flexbox_download a[target="_blank"]::after,
#product section.contents .flexbox_software a dl dt::before,
#product section.contents .flexbox_download a dl dt::before{
	content: none;
}
/*各リンクボタン*/
#product section.contents .flexbox_software{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#product section.contents .flexbox_software div.dummy{
	width:calc(100% / 2 - 4rem / 2);
}
#product section.contents .flexbox_software a{
	color:#333;
	width:calc(100% / 2 -  4rem / 2);
	border: 1px solid #e6e6e6;
	text-decoration:none;
	transition:opacity 0.3s, box-shadow 0.3s;
	display: flex;
	flex-flow: column;
	justify-content:space-between;
}
#product section.contents .flexbox_software a:nth-of-type(n+5){
	margin-top:4rem;
}
#product section.contents .flexbox_software a:hover{
	box-shadow: 0 1px 2px 0 rgba(51,51,51,.2),0 1px 3px 1px rgba(51,51,51,.15);
	opacity: .7;
}
#product section.contents .flexbox_software dl{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
#product section.contents .flexbox_software dl dt {
	margin: 0;
	line-height: 1.71429;
	list-style-type: none;
}
#product section.contents .flexbox_software dl dd {
	margin: 0;
	color:#fff;
}
#product section.contents .flexbox_software a .download{
	background-color:rgba(0,94,184,1.0);
	display:flex;
	justify-content: space-between;
	align-items: center;
	height:5.4rem;
	padding:0 1.5rem;
	margin:2.5rem 1.5rem 2.5rem 0;
}
#product section.contents .flexbox_software a .download img,
#product section.contents .flexbox_software a .download p{
	display:block;
	margin:0 !important;
	padding:0;
}

/*動画の2カラム*/
#product section.contents .flexboxmovie{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#product section.contents .flexboxmovie .playmovie{
	width: calc(50% - 2rem) !important;
	margin:0rem 0 3rem 0;
}
#product section.contents .flexboxmovie.top3 .playmovie{
	margin:3rem 0 0 0!important;
}
/*動画のiwebメンバーズ*/
#product section .playmovie a.iweb-member[target="_blank"]::after{
	content: none;
}
#product section .playmovie a.iweb-member:hover{
	opacity:1;
}

#product section .playmovie a.iweb-member img.iweb-member_image{
	position: absolute;
	top:1rem;
	right:1rem;
}
/*-------------------------------------------*/
/*タブレット*/
/*-------------------------------------------*/
@media (min-width:769px) and (max-width:1080px) {
	#product section.contents .flexbox_download a div.download{
		display:block;
		text-align:center;
	}
	#product section.contents .flexbox_download a div.download img{
		margin:0 auto;
	}
	#product section.contents .flexbox_software a .download{
		flex-wrap: wrap;
		display: flex;
		align-content: center;
		justify-content: center;
	}
	#product section.contents .flexbox_software a .download img{
	}
/*動画のiwebメンバーズ*/
	#product section .playmovie a.iweb-member img.iweb-member_image{
		width:30% !important;
	}
}

/*-------------------------------------------*/
/*モバイル向け*/
/*-------------------------------------------*/
@media screen and (max-width:768px) {
	#product section.contents .flexbox_download{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#product section.contents .flexbox_download div.dummy{
		width:calc(100% / 2 - 1rem);
	}
	#product section.contents .flexbox_download a{
		color:#333;
		width:calc(100% / 2 - 1rem);
		}
	#product section.contents .flexbox_download a:nth-of-type(n+3){
		margin-top:2rem;
	}
	#product section.contents .flexbox_download a div.download{
		display:block;
		text-align:center;
	}
	#product section.contents .flexbox_download a div.download img{
		width:10rem;
		margin:0 auto;
	}
	#product section.contents .flexbox_software a .download{
		margin:0rem 1.5rem 1.5rem 1.5rem;
	}
	#product section.contents .flexbox_download a dt.img img{
		padding: 1.5rem !important;
		width:100%;
	}
	
	/*各リンクボタン*/
	#product section.contents .flexbox_software{
		display: block;
	}
	#product section.contents .flexbox_software div.dummy{
		width:calc(100%);
	}
	#product section.contents .flexbox_software a{
		color:#333;
		width:calc(100%);
	}
	#product section.contents .flexbox_software a .download{
		height:4rem;
		  justify-content: center;
	}
	#product section.contents .flexbox_software a .download img{
		padding-right:1rem;
		width:10rem;
	}
	#product section.contents .flexbox_software a:nth-of-type(n+2){
		margin-top:2rem;
	}
	#product section.contents .flexbox_software dl {
		display: block;
	}
	#product section.contents .flexbox_software dl dt{
		padding:2rem;
	}
	#product section.contents .flexbox_software a .download p:after,
	#product section.contents .flexbox_download a div.download p:after {
		width: 10px;
		height:10px;
	}
/*動画の2カラム*/
	#product section.contents .flexboxmovie{
		display: block;
	}
	#product section.contents .flexboxmovie .playmovie{
		width: calc(100%) !important;
	}
	#product section.contents .flexboxmovie .playmovie:nth-of-type(n+2){
		margin-top:4rem;
	}
		#product section.contents .fontsmall th,
	#product section.contents .fontsmall td{
		font-size:1.3rem;
	}
/*動画のiwebメンバーズ*/
	#product section .playmovie a.iweb-member img.iweb-member_image{
		
}