@charset "utf-8";
/* CSS Document */
/*全体設定*/
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
.antivirus {
	width: 1260px;
	margin: 0 auto;
}
.antivirus img {
	vertical-align: top;
}
.antivirus .content ._item:hover, .antivirus ul.menu li a:hover, .antivirus .other_con ._btn:hover {
	opacity: 0.7;
}
/*イントロ*/
.antivirus .intro {
	width: 100%;
	height: 240px;
	margin-bottom: 25px;
	border: solid 1px #0d45a2;
	background-image: url(/img/lp/antivirus/v_title.jpg);
	background-repeat: no-repeat;
}
.antivirus .intro .fl_txt {
	width: 724px;
	height: 100%;
	margin: 0 auto;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #0d45a2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.antivirus .intro .fl_txt h1 {
	font-size: 45px;
	font-weight: bold;
	text-align: center;
}
.antivirus .intro .fl_txt p.t_btm {
	font-weight: bold;
	text-align: center;
}
.antivirus .intro .fl_txt p.detale {
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
	padding: 10px 15px;
	border-radius: 0.5em;
	color: #000000;
	background-color: #ffffff;
}
.antivirus .intro .fl_txt p.detale span._red {
	display: block;
	color: #cf0700;
	font-weight: bold;
	font-size: 0.8em;
}
/*メニュー部分*/
.antivirus ul.menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.antivirus ul.menu::after {
	content: "";
	display: block;
	width: 33%;
	height: 0;
}
.antivirus ul.menu li {
	width: 33%;
	margin-bottom: 10px;
}
.antivirus ul.menu li a {
	display: block;
	padding: 10px 5px;
	border-radius: 0.5em;
	border: solid 1px #0d45a2;
	color: #0d45a2;
	background-color: #def4ff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
.antivirus ul.menu li a:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 35%;
	right: 0;
	border: 6px solid transparent;
	border-left: 7px solid #2b3371;
}
/*各タイトル部分*/
.antivirus .content_title{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 15px;
	border-bottom: solid 5px #0d45a2;
}
.antivirus .content_title ._img {
	width: 65px;
}
.antivirus .content_title h2 {
	font-size: 30px;
	font-weight: bold;
}
/*商品ボタン部分*/
.antivirus .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.antivirus .content._s {
	margin-bottom: 10px;
}
.antivirus .content::after, .antivirus .content::before {
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
.antivirus .content::before {
	order: 1;
}
.antivirus .content ._item {
	position: relative;
	width: 24%;
	margin-bottom: 10px;
	padding: 0;
	border-radius: 0.5em;
	border: solid 1px #7d7d7d;
}
.antivirus .content ._item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}
.antivirus .content ._item ._img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
.antivirus .content ._item ._img img {
	width: 100%;
}
.antivirus .content ._item ._name {
	margin: 10px 10px 5px;
	padding: 5px 0 0 5px;
	font-weight: bold;
	border-top: solid 5px #0d45a2;
}
.antivirus .content ._item ._name::after {
	content: url(/img/lp/antivirus/ico_allow.png);
	display: block;
	text-align: right;
}
/*その他ボタン*/
.antivirus .other_con {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
	/*追加後要調整*/
}
.antivirus .other_con ._btn {
	width: 49%;
	padding: 10px 5px;
	border: solid 1px #7d7d7d;
	border-radius: 0.5em;
	display: flex;
	align-items: center;
	position: relative;
}
.antivirus .other_con ._btn ._txt {
	font-weight: bold;
}
.antivirus .other_con ._btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}
.antivirus .other_con ._btn::after {
	position: absolute;
	content: url(/img/lp/antivirus/ico_allow.png);
	top: 25%;
	right: 5px;
}
/*関連記事のところ*/
h2.uline_b {
    font-size: 2em;
    font-weight: bold;
	border-bottom: solid 5px #0d45a2;
    margin-top: 45px;
    margin-bottom: 25px;
}
.column{
	width: 100%;
	margin-bottom: 45px;
}
.column h3{
	font-size: 1.5em;
	font-weight: bold;
	margin: 35px 0 15px;
}
.column h3::before{
	content: "┃"
}
.contents_02{
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
	margin: 0 auto;
}
.contents_02 .item_{
	width: 32%;
	box-sizing: border-box;
/*	border: solid 1px #cccccc;*/
	display: flex;
	flex-direction: column;
}
.contents_02::after{
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

.contents_02 .item_ ul.btns_{
	margin-top: auto;
	margin-bottom: 12px;
	padding: 0 10px;
}
.contents_02 .item_ ul.btns_ li.btn_gazou_{
	position: relative;
}
.item_ .btn_gazou_ a{
	display: block;
	position: relative;
	padding: 10px;
	color: #ffffff;
	background-color: #0d45a2;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
}

.column ul.tokusyu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	list-style: none;
	margin: 0 auto;
}
.column ul.tokusyu li{
	width: 23%;
	margin-bottom: 10px;
}
.column ul.tokusyu li img{
	width: 100%;
	height: auto;
}
.column ul.tokusyu::before{
	content: "";
	display: block;
	width: 23%;
	order: 1;
}
.column ul.tokusyu::after{
	content: "";
	display: block;
	width: 23%;
}
.adjustment{
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}
@media screen and (max-width: 768px) {
	/*全体設定*/
	.antivirus {
		width: 100%;
		margin-bottom: 50px;
	}
	.antivirus .content ._item:hover,  .antivirus ul.menu li a:hover,  .antivirus .other_con ._btn:hover {
		opacity: 1;
	}
	/*イントロ*/
	.antivirus .intro {
		width: 100%;
		height: auto;
		background-image: none;
		margin-bottom: 10px;
	}
	.antivirus .intro .fl_txt {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 15px 20px;
	}
	.antivirus .intro .fl_txt h1 {
		font-size: 30px;
	}
	.antivirus .intro .fl_txt p.detale {
		text-align: left;
		font-size: 12px;
		padding: 15px 20px;
		border-radius: 0.5em;
	}
	/*メニュー部分*/
	.antivirus ul.menu {
		padding: 0 10px;
	}
	.antivirus ul.menu::after {
		content: none;
	}
	.antivirus ul.menu li {
		width: 49%;
	}
	.antivirus ul.menu li a {
		font-size: 12px;
	}
	/*各タイトル部分*/
	.antivirus .content_title {
		align-items: center;
		padding-bottom: 5px;
	}
	.antivirus .content_title ._img {
		width: 15%;
		padding-left: 10px;
	}
	.antivirus .content_title ._img img {
		width: 100%;
	}
	.antivirus .content_title h2 {
		padding-left: 5px;
		font-size: 21px;
	}
	/*商品ボタン部分*/
	.antivirus .content {
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.antivirus .content._s {
		margin-bottom: 10px;
	}
	.antivirus .content::after, .antivirus .content::before {
		content: none;
	}
	.antivirus .content::before {
		order: 0;
	}
	.antivirus .content ._item {
		width: 49%;
	}
	.antivirus .content ._item ._name {
		font-size: 13px;
	}
	/*その他ボタン*/
	.antivirus .other_con {
		margin-bottom: 35px;
	/*追加後要調整*/
		padding: 0 10px;
	}
	.antivirus .other_con ._btn {
		width: 100%;
		font-size: 13px;
	}
	.antivirus .other_con ._btn ._txt {
		font-weight: bold;
	}
	/*関連記事のとこ*/
  	h2.uline_b {
		font-size: 1.7em;
		font-weight: bold;
		margin: 25px 10px 25px;
		padding-bottom: 5px;
		line-height: 1.2;
		text-align: center;
	}
	.column{
		width: 100%;
	}
	.column h3{
		padding: 5px;
		font-size: 1.3em;
		margin: 0;
	}
	.column h3::before{
		content: "┃"
	}
	.contents_02{
		padding: 0 10px;
	}
	.contents_02 .item_{
		width: 100%;
		margin: 5px auto;
		padding: 0;
	}
	.contents_02::after{
		content: none;
	}
	.contents_02 .item_ ul.btns_{
		font-size: 0.8em;
		width: 100%;
		margin-bottom: 0;
		padding: 0;
	}
	.contents_02 .item_ ul.btns_ li.btn_gazou_{
		position: relative;
	}
	.item_ .btn_gazou_ a{
		padding: 10px 0;
		background-color: #0d45a2;
		border-radius: 100vh;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		display: block;
		position: relative;
		transition: .3s;
		margin: 5px;
	}
	
	.column ul.tokusyu{
		width: 96%;
		margin: 0 auto;
		padding: 0;
		float: none;
	}
	.column ul.tokusyu li{
		width: 49%;
	}
.adjustment{
	display: block;
	padding-top: 150px;
	margin-top: -150px;
}	
		
}
}
