@charset "utf-8";
/* CSS Document */
/********************************************************************
	product.css
*********************************************************************/
/*-- 共通タイトル --*/
#contents .ttl {
	color: #FFF;
	background-color: #1c236f;
	padding: 8px 10px;
	font-size: 14px;
	border-left: 3px #00b6e2 solid;
	line-height: 1.1;
	margin-bottom: 15px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
		#contents .ttl {
		padding: 15px 20px;
		font-size: 24px;
		border-left: 6px #00b6e2 solid;
		margin-bottom: 25px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
}

/*==========================================================================
	SafeNet Trusted Access（STA）で利用可能な認証デバイス
============================================================================*/
#contents .productArea1 {
	background-color: #f2f0f0;
	padding: 20px 0;
}

#contents .productArea1 .productArea1innr {
	box-sizing: border-box;
	padding: 0 10px;
}
#contents .productArea1 .productArea1innr .prodBox {
	box-sizing: border-box;
	padding: 10px;
	background-color: #FFF;
	box-shadow: 0 0.5rem 3rem 0 rgb(0 0 0 / 20%);
	margin: 30px 0 0;
}
#contents .productArea1 .productArea1innr .prodBox p {
	margin-bottom: 10px;
	font-weight: bold;
}
/*-- 2列 --*/
#contents .productArea1 .productArea1innr .boxWap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
#contents .productArea1 .productArea1innr .boxWap .prodBox2 {
	box-sizing: border-box;
	padding: 10px;
	background-color: #FFF;
	box-shadow: 0 0.5rem 3rem 0 rgb(0 0 0 / 20%);
	margin: 30px 0 0;
	list-style: none;
	width: 100%;
}
#contents .productArea1 .productArea1innr .boxWap .prodBox2 .pic {
	margin-bottom: 15px;
}
#contents .productArea1 .productArea1innr .boxWap .prodBox2 .msgtxt {
	background-color: #cff2fb;
	padding: 10px;
	margin-bottom: 15px;
	text-align: center;
	color: #1c236f;
	font-weight: bold;
	line-height: 1.4;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  
	#contents .productArea1 {
		padding: 30px 0;
	}
	#contents .productArea1 .productArea1innr {
		box-sizing: border-box;
		padding: 0;	
	}
	#contents .productArea1 .productArea1innr .prodBox {
		box-sizing: border-box;
		padding: 20px;
		margin: 40px 0 0;
	}
	#contents .productArea1 .productArea1innr .prodBox p {
		margin-bottom: 15px;
	}
	#contents .productArea1 .productArea1innr .prodBox p span {
		color: #1c236f;
	}
	/*-- 2列 --*/
	#contents .productArea1 .productArea1innr .boxWap .prodBox2 {
		box-sizing: border-box;
		padding: 20px;
		margin: 40px 0 0;
		width: 48%;
	}
	#contents .productArea1 .productArea1innr .boxWap .prodBox2 .pic {
		margin-bottom: 25px;
	}
	#contents .productArea1 .productArea1innr .boxWap .prodBox2 .msgtxt {
		padding: 15px;
		margin-bottom: 25px;
		font-size: 20px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	
	#contents .productArea1 {
		padding: 40px 0;
	}
	#contents .productArea1 .productArea1innr {
		box-sizing: border-box;
		max-width: 1200px;
		padding: 0;
		margin: 0 auto;
	}
    #contents .productArea1 .productArea1innr .prodBox {
		box-sizing: border-box;
		padding: 40px;
	}
	#contents .productArea1 .productArea1innr .prodBox p {
		margin-bottom: 15px;
	}
	/*-- 2列 --*/
	#contents .productArea1 .productArea1innr .boxWap .prodBox2 {
		padding: 40px;
	}
}

/*==========================================================================
	ハードウェア認証デバイス
============================================================================*/
#contents .productArea2 {
	background-color: #d9eef6;
	padding: 20px 0;
}

#contents .productArea2 .productArea2innr {
	box-sizing: border-box;
	padding: 0 10px;
}
/*-- 2列 --*/
#contents .productArea2 .productArea2innr .boxWap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
#contents .productArea2 .productArea2innr .boxWap .prodBox2 {
	box-sizing: border-box;
	padding: 10px;
	background-color: #FFF;
	box-shadow: 0 0.5rem 3rem 0 rgb(0 0 0 / 20%);
	margin: 30px 0 0;
	list-style: none;
	width: 100%;
}
#contents .productArea2 .productArea2innr .boxWap .prodBox2 .pic {
	margin-bottom: 15px;
}
#contents .productArea2 .productArea2innr .boxWap .prodBox2 .msgtxt {
	background-color: #cff2fb;
	padding: 10px;
	margin-bottom: 15px;
	text-align: center;
	color: #1c236f;
	font-weight: bold;
	line-height: 1.4;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  
	#contents .productArea2 {
		padding: 30px 0;
	}
	#contents .productArea2 .productArea2innr {
		box-sizing: border-box;
		padding: 0;	
	}
	#contents .productArea2 .productArea2innr .prodBox {
		box-sizing: border-box;
		padding: 20px;
		margin: 40px 0 0;
	}
	#contents .productArea2 .productArea2innr .prodBox p {
		margin-bottom: 15px;
	}
	#contents .productArea2 .productArea2innr .prodBox p span {
		color: #1c236f;
	}
	/*-- 2列 --*/
	#contents .productArea2 .productArea2innr .boxWap .prodBox2 {
		box-sizing: border-box;
		padding: 20px;
		margin: 40px 0 0;
		width: 48%;
	}
	#contents .productArea2 .productArea2innr .boxWap .prodBox2 .pic {
		margin-bottom: 25px;
	}
	#contents .productArea2 .productArea2innr .boxWap .prodBox2 .msgtxt {
		padding: 15px;
		margin-bottom: 25px;
		font-size: 20px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	
	#contents .productArea2 {
		padding: 40px 0;
	}
	#contents .productArea2 .productArea2innr {
		box-sizing: border-box;
		max-width: 1200px;
		padding: 0;
		margin: 0 auto;
	}
    #contents .productArea2 .productArea2innr .prodBox {
		box-sizing: border-box;
		padding: 40px;
	}
	#contents .productArea2 .productArea2innr .prodBox p {
		margin-bottom: 15px;
	}
	/*-- 2列 --*/
	#contents .productArea2 .productArea2innr .boxWap .prodBox2 {
		padding: 40px;
	}
}


/*==========================================================================
	PKI/CBA Offer(旧SAC)トークン管理クライアント
============================================================================*/
#contents .productArea3 {
	background-color: #f2f0f0;
	padding: 20px 0;
}

#contents .productArea3 .productArea3innr {
	box-sizing: border-box;
	padding: 0 10px;
}
#contents .productArea3 .productArea3innr .prodBox {
	box-sizing: border-box;
	padding: 10px;
	background-color: #FFF;
	box-shadow: 0 0.5rem 3rem 0 rgb(0 0 0 / 20%);
	margin: 30px 0 0;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  
	#contents .productArea3 {
		padding: 30px 0;
	}
	#contents .productArea3 .productArea3innr {
		box-sizing: border-box;
		padding: 0;	
	}
	#contents .productArea3 .productArea3innr .prodBox {
		box-sizing: border-box;
		padding: 20px;
		margin: 40px 0 0;
	}

}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	
	#contents .productArea3 {
		padding: 40px 0;
	}
	#contents .productArea3 .productArea3innr {
		box-sizing: border-box;
		max-width: 1200px;
		padding: 0;
		margin: 0 auto;
	}
    #contents .productArea3 .productArea3innr .prodBox {
		box-sizing: border-box;
		padding: 40px;
	}
	
}