@charset "UTF-8";

#contents * {
	box-sizing: border-box;
}

/* USBメモリ型／ダウンロード型の特長 */
.featuresArea{
    width: 1080px;
    margin: 0 auto;
    padding: 60px 0 0px;
}
.sectionTitile01_blueLeft + div.featuresArea_block{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.featuresArea_block_item{
	width: 520px;
	border-radius: 20px;
	padding: 40px;
	background-color: #F4F4F4;
	border: 1px solid #DDDDDD;
}
.featuresArea_block_item:nth-of-type(2){
	background-color: #EAF7FF;
}
.featuresArea_block_item h3{
	color: #004589;
	font-size: 26px;
	line-height: 1.461;
	text-align: center;
}
.featuresArea_block_item_img{
	margin: 44px auto 0;
	width: 266px;
	text-align: center;
}
.featuresArea_block_item:nth-of-type(1) .featuresArea_block_item_img img{
	width: 100%;
	margin-bottom: 21px;
}
.featuresArea_block_item:nth-of-type(2) .featuresArea_block_item_img img{
	width: 235px;
	margin-bottom: 44px;
}
.featuresArea_block_item_icon{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.featuresArea_block_item_icon span{
	display: block;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 12px 0;
	border-radius: 6px;
}
.featuresArea_block_item_icon_black{
	background-color: #000;
	width: 154px;
}
.featuresArea_block_item_icon_ex{
	background-color: #005B47;
	width: 100px;
}
.featuresArea_block_item_icon_ax{
	background-color: #910782;
	width: 212px;
}
.featuresArea_block_item_icon_cx{
	background-color: #0275C1;
	width: 212px;
}
.featuresArea_block_item ul{
	margin-top: 24px;
}
.featuresArea_block_item ul li{
	font-size: 14px;
	line-height: 1.857;
}

/* DiskDeleterカンタン比較 */
.comparisonArea{
    width: 1080px;
    margin: 100px auto 0;
}
.comparisonArea table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 70px;
}
.comparisonArea table th,
.comparisonArea table td{
	border: 6px solid #FFF;
}
.comparisonArea table tr th:last-child,
.comparisonArea table tr td:last-child{
	border-right: none;
}
.comparisonArea table thead th{
	width: 190px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #FFF;
	line-height: 1.428;
	padding: 15px 0;
	border-top: none;
}
.comparisonArea table thead tr:nth-of-type(1) th:nth-of-type(1),
.comparisonArea table tbody tr td:nth-of-type(1){
	width: 100px;
	background-color: #E3E3E3;
	border-left: none;
}
.comparisonArea table thead tr:nth-of-type(1) th:nth-of-type(2){
	background-color: #000000;
	border-bottom: none;
}
.comparisonArea table thead tr:nth-of-type(1) th:nth-of-type(3){
	background-color: #910782;
	border-bottom: none;
}
.comparisonArea table thead tr:nth-of-type(1) th:nth-of-type(4){
	background-color: #0275C1;
	border-bottom: none;
}
.comparisonArea table thead tr:nth-of-type(1) th:nth-of-type(5){
	background-color: #005B47;
	border-bottom: none;
}
.comparisonArea table thead tr:nth-of-type(1) th:nth-of-type(6){
	background-color: #000000;
	border-bottom: none;
}

.comparisonArea table thead tr:nth-of-type(2) th:nth-of-type(1),
.comparisonArea table tbody tr td:nth-of-type(2){
	background-color: #F4F4F4;
	border-top: none;
}
.comparisonArea table thead tr:nth-of-type(2) th:nth-of-type(2),
.comparisonArea table tbody tr td:nth-of-type(3){
	background-color: #FDF0FC;
	border-top: none;
}
.comparisonArea table thead tr:nth-of-type(2) th:nth-of-type(3),
.comparisonArea table tbody tr td:nth-of-type(4){
	background-color: #E8F5FD;
	border-top: none;
}
.comparisonArea table thead tr:nth-of-type(2) th:nth-of-type(4),
.comparisonArea table tbody tr td:nth-of-type(5){
	background-color: #E4F8F4;
	border-top: none;
}
.comparisonArea table thead tr:nth-of-type(2) th:nth-of-type(5),
.comparisonArea table tbody tr td:nth-of-type(6){
	background-color: #F4F4F4;
	border-top: none;
}
.comparisonArea table thead tr:nth-of-type(2) th:nth-of-type(1) img{
	width: 149px;
}
.comparisonArea table thead tr:nth-of-type(2) th:nth-of-type(2) img{
	width: 135px;
}
.comparisonArea table thead tr:nth-of-type(2) th:nth-of-type(3) img{
	width: 150px;
}
.comparisonArea table thead tr:nth-of-type(2) th:nth-of-type(4) img{
	width: 133px;
}
.comparisonArea table thead tr:nth-of-type(2) th:nth-of-type(5) img{
	width: 161px;
}
.comparisonArea table tbody td{
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #333333;
	line-height: 1.428;
	padding: 15px 10px;
	height: 84px;
}
.comparisonArea table tbody tr:nth-of-type(1) td{
	font-weight: bold;
}
.comparisonArea table tbody tr:nth-of-type(1) td:nth-of-type(1){
	font-weight: normal;
	height: 124px;
}
.comparisonArea table tbody tr:nth-of-type(3) td{
	height: 104px;
}
.comparisonArea table tbody tr:nth-of-type(5) td{
	height: 124px;
	text-align: left;
	border-bottom: none;
}
.comparisonArea table tbody tr:nth-of-type(5) td:nth-of-type(1){
	text-align: center;
}
.comparisonArea table td a{
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    background: #000000;
    border-radius: 30px;
    display: block;
    margin: 11px auto 0;
    padding: 4px 0;
    text-align: center;
    width: 104px;
}
.comparisonArea table td a:hover, .comparisonArea table td a:active {
    color: #FFF;
    text-decoration: none;
}