@charset "utf-8";


/* antivirus
-------------------------------------------------*/

#antivirus{
	width:90%;
	max-width:1000px;
	padding:3rem 0;
	margin:auto;
}

	#img_antivirus{
		width:90%;
		max-width:601px;
		margin:0 auto 8vw;
	}
	#img_antivirus2{
		float:right;
		width:60%;
		max-width:278px;
		height:auto;
		margin:0 0 15px 15px;
	}
	#img_bokka_landscape{
		width:90%;
		max-width:922px;
		margin:0 auto 20px;
	}
	
	#antivirus h2{
		text-align:center;
		color: rgb(42,156,128);
		font-size: 2.4rem;
		line-height:1.3;
	}
	#antivirus .em_mask{
		display:inline-block;
		padding:.5rem 1rem;
		color:#fff;
		font-size:1.1rem;
		font-weight:bold;
		line-height:1.3;
		background:#F33;
		border-radius:6px;
		margin:.5rem 0;
	}
	#antivirus .em_mask small{
		display:block;
		margin:3px 0 0;
		font-size:.8rem;
		font-weight:normal;
	}

#link_wrap{
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
}
	#link_wrap > div{
		width:30%;
		text-align:center;
	}
	#link_wrap > div span{
		display:block;
		color:#444;
		font-size:.85rem;
		line-height:1.2;
		margin:10px auto 0;
	}

