@charset "utf-8";

/* 共通 */
.indent01 {
  text-indent: -1em;
  padding-left: 1em;
}
.indent012 {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (min-width: 961px){
	.mt00 { margin-top: 0px !important; }
	.mt30 { margin-top: 30px !important; }
	.mt40 {	margin-top: 40px !important; }
	.mt50 {	margin-top: 50px !important; }
	.mb50 {	margin-bottom: 50px !important; }
	.lh120p { line-height: 120% !important; }
}
@media screen and (max-width: 960px){
	.sp-text-l { text-align: left !important; }
	.sp-mt00 { margin-top: 0px !important; }
	.sp-mt10 { margin-top: 10px !important; }
	.sp-mt30 { margin-top: 30px !important; }
	.sp-mt50 { margin-top: 50px !important; }
	.sp-mb30 { margin-bottom: 30px !important; }
	.sp-mb50 { margin-bottom: 50px !important; }
	.sp-lh140p { line-height: 140% !important; }
}

.norton_heading4 {
	position: relative;
	font-size:145%;
	color: #00a2e6;
	font-weight: 700;
}
.norton_heading4 span {
	position: relative;
	top: -3px;
	display: inline-block;
	font-size:55%;
	color: #fff;
	font-weight: 700;
	line-height: 120%;
	background-color: #00a2e6;
	border-radius: 20px;
	padding: 8px 15px;
	margin-right: 10px;
}
.norton_heading4 span i {
	font-style: normal;
	font-size:125%;
}

.norton_box2_title {
	display: block;
	background-color: #00a2e6;
	color: #fff;
	text-align: center;
	font-size: 112%;
	font-weight: 700;
	padding: 5px 0;
	margin: 50px 0 0;
}

.norton_button2 {
	font-size: 1.4rem !important;
	border-radius: 60px;
	padding: 15px 60px 13px;
}
.norton_button2 span {
	display: inline-block;
	background-color: #fff;
	border-radius: 30px;
	padding: 0.5px 20px;
	margin: 0 auto;
	color: #f16000;
	font-size: 1.2rem;
	letter-spacing: 1px;
	line-height: 160%;
}
.norton_button2 span i {
	font-size: 1.4rem;
	font-style: normal;
}
.norton_button2:before {
	background: none;
	background-image: url(../../img/pic_arrow_009.png);
	background-size: 23px 20px;
	background-repeat: no-repeat;
	width: 23px;
	height: 20px;
	margin-top: -9px;
}
.norton_button2:hover span {
	background-color: #f16000;
	color: #fff;
}
.norton_button2:hover::before,
.norton_button2:active::before{
  background-image:url(../../img/pic_arrow_010.png);
}
.norton_button2 img {
	display: none;
}
@media screen and (max-width: 960px){
	.norton_button2 {
		font-size: 5vw !important;
		border-radius: 100px;
		padding: 15px 50px 13px 20px;
		line-height: 140%;
	}
	.norton_button2 span {
		padding: 0.5px 10px;
		font-size: 4vw;
		margin-bottom: 5px;
	}
}

ul.norton_list_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-top: 80px;
}
ul.norton_list_box li {
	width: calc(100% / 3);
	padding: 5px 15px 15px;
	box-sizing: border-box;
}
ul.norton_list_box li .no {
	font-family:'Barlow', sans-serif;
	color: #00a2e6;
	font-weight: 700;
	font-style: italic;
	font-size:225%;
}
ul.norton_list_box li .img {
	color: #00a2e6;
	font-weight: 900;
	text-align: center;
	padding-top: 80px;
	font-size:112%;
	background-image: url(../../img/net/img_noton_002.png);
	background-position: top center;
	background-repeat: no-repeat;
}
ul.norton_list_box li p {
	margin-top: 10px;
	font-size:84%;
	padding: 0 15px;
}
ul.norton_list_box li:nth-child(2) {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
ul.norton_list_box li:nth-child(2) .img {
	background-image: url(../../img/net/img_noton_002_2.png);
}
ul.norton_list_box li:nth-child(3) .img {
	background-image: url(../../img/net/img_noton_002_3.png);
}
@media screen and (max-width: 960px){
	ul.norton_list_box {
		flex-wrap: wrap;
		margin-top: 40px;
	}
	ul.norton_list_box li {
		width: 100%;
		padding: 15px 0 15px;
	}
	ul.norton_list_box li .img {
		padding-top: 60px;
	}
	ul.norton_list_box li:nth-child(2) {
		border: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
}


ul.norton_list_box_02 {
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	margin-top: 50px;
}
ul.norton_list_box_02 li {
	width: 41%;
}
ul.norton_list_box_02 li .title {
	font-weight: 700;
	font-size: 140%;
	text-align: center;
	letter-spacing: 1px;
	margin: 20px 0 20px;
}
ul.norton_list_box_02 li p {
	font-size:96%;
}
@media screen and (max-width: 960px){
	ul.norton_list_box_02 {
		flex-wrap: wrap;
		margin-top: 40px;
	}
	ul.norton_list_box_02 li {
		width: 100%;
		padding: 15px 0 15px;
	}
}


ul.norton_list_box_03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-top: 50px;
}
ul.norton_list_box_03 li {
	position: relative;
	width: 171px;
	height: 171px;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
ul.norton_list_box_03 li > div {
	position: relative;
	top: 40px;
}
ul.norton_list_box_03 li > div p {
	margin: 0;
	line-height: 130%;
	font-size: 108%;
	font-weight: 700;
	text-align: center;
}
ul.norton_list_box_03 li > div p span {
	display: block;
	font-family:'Barlow', sans-serif;
	color: #00a2e6;
	font-size:82%;
	text-align: center;
	margin-bottom: 2px;
}
ul.norton_list_box_03 li > div p a,
ul.norton_list_box_03 li > div p a:active,
ul.norton_list_box_03 li > div p a:visited {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #a3a3a3;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}
ul.norton_list_box_03 li > div p a:hover {
	color: #00a2e6;
	text-decoration: none;
}
ul.norton_list_box_03 li:before {
	border-style: solid;
	border-width: 6px 6px 0px 6px;
	border-color: #000 transparent transparent transparent;
	transform: rotate(-90deg);
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: -30px;
	margin: 0 0 0 -6px;
}
ul.norton_list_box_03 li:last-child {
	border: 2px solid #00a2e6;
}
ul.norton_list_box_03 li:last-child:before {
	display: none;
}
@media screen and (max-width: 960px){
	ul.norton_list_box_03 {
		flex-wrap: wrap;
		margin-top: 30px;
		padding-right: 5vw;
	}
	ul.norton_list_box_03 li {
		width: 38vw;
		height: 38vw;
		border-radius: 50%;
		margin-bottom: 20px;
	}
	ul.norton_list_box_03 li > div {
		position: relative;
		top: 5vw;
	}
	ul.norton_list_box_03 li > div p {
		font-size: 100%;
	}
	ul.norton_list_box_03 li:before {
		right: -5vw;
	}
}


