@charset "UTF-8";
/* ---------------------
共通
--------------------- */
html {
  font-size: 62.5%;
}
figure {
  margin: 0 0 15px;
}
figure img {
  margin-bottom: 10px;
}
figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
section {
  padding-bottom: 50px;
}
.btn7 {
  width: 100%;
}
.btn7.type2 {
  border: 2px solid #ccc;
  border-radius: 17px;
  background: #eee;
  color: #223;
}
.btn7.type2:hover {
  opacity: .7;
}
.hdrMenu > div {
  width: 25%;
}
.hdrMenu ul li + li,
.pageLink > li + li {
  margin-top: 14px;
}
.pageLink {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 18px 30px;
  border-radius: 8px;
  background: #f4f8f3;
}
.list ul li {
  margin-top: 14px;
}
li > a {
  line-height: 1.75em;
}
.footer {
  width: 100%;
}
#popup #container_pop {
  color: #223;
  font-size: 1em;
}
.red {
  color: #e00000;
}
a:link,
a:visited {
  color: #314da5;
}
a:hover,
a:active {
  color: #0074BD;
}
.pcNone {
  display: none;
}
.spNone {
  display: block;
}
img[src^="//googleads"] {
  display: none;
}

/*見出し要素*/
.hdg1,
.hdg2,
.hdg2Top {
  line-height: 1.3em;
  margin-bottom: 20px;
}
.hdg1Box.nav_none {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
}
#popup h3 {
  line-height: 1.3em;
}

/* リンク */
.hdrMenu .menuService,
.hdrMenu .menuProcedure,
.hdrMenu .menuQuestion {
  line-height: 1.75em;
}
a.backBtn:link {
  text-decoration: none;
}
a.backBtn:hover,
a.backBtn:focus {
  text-decoration: underline;
}
a.backBtn:link,
a.backBtn:visited {
  color: #fff;
}
.backBtn {
  border: 2px solid #5d5d5d;
  border-radius: 17px;
}

/* 汎用 */
.type-inline > * {
  display: inline-block;
}
.frame_gr {
  margin-bottom: 30px;
  padding: 20px 30px;
  border-radius: 8px;
  background: #f4f8f3;
}
.mlauto {
  margin-left: auto !important;
}
.mrauto {
  margin-right: auto !important;
}
.textR_spL {
  text-align: right !important;
}

/* ---------------------
トップページ
--------------------- */
/*グロナビ*/
.pageNav > li > a.icon_none::after {
  content: none;
}
.pageNavOuterWrap.focus01 .pageNavOuter li:nth-child(1) a,
.pageNavOuterWrap.focus02 .pageNavOuter li:nth-child(2) a,
.pageNavOuterWrap.focus03 .pageNavOuter li:nth-child(3) a,
.pageNavOuterWrap.focus04 .pageNavOuter li:nth-child(4) a,
.pageNavOuterWrap.focus05 .pageNavOuter li:nth-child(5) a,
.pageNavOuterWrap.focus06 .pageNavOuter li:nth-child(6) a {
position: relative;
text-decoration: underline;
color: #388400;
}
.pageNavOuterWrap.focus01 .pageNavOuter li:nth-child(1) a:after,
.pageNavOuterWrap.focus02 .pageNavOuter li:nth-child(2) a:after,
.pageNavOuterWrap.focus03 .pageNavOuter li:nth-child(3) a:after,
.pageNavOuterWrap.focus04 .pageNavOuter li:nth-child(4) a:after,
.pageNavOuterWrap.focus05 .pageNavOuter li:nth-child(5) a:after,
.pageNavOuterWrap.focus06 .pageNavOuter li:nth-child(6) a:after {
position: absolute;
bottom: -3px;
left: 50%;
display: block;
width: 180px;
height: 7px;
margin-left: -90px;
content: '';
background: url(/option/security/kaspersky/images/bg_hover_01.png) no-repeat center bottom;
}

/*申し込みエリア*/
.notesBox2 {
  background: transparent;
}

/*アコーディオン部分制御*/
.hdg2Top.noArrow:after {
  content: none;
}
.attentionBoxBtn a {
  color: #fff;
}
.js_accordionCloseBtn a {
  color: #fff;
}

/* ---------------------
トップページ以外共通
--------------------- */
.kaspersky .hdg1Box {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
}

/* ---------------------
uninstall.html
--------------------- */
.win10 {
  width: 100%;
  box-sizing: border-box;
}
.win10 .frame2,
.win8 .frame2,
.win7 .frame2 {
  width: 100%;
  box-sizing: border-box;
}
.win10 span.image-l,
.win8 span.image-l,
.win7 span.image-l {
  width: calc(100% - 335px);
}

/* ---------------------
モジュール
--------------------- */
/*flow*/
.flow + .flow {
margin-top: 10px;
}
.flow .flowIconText {
display: table;
margin-bottom: 15px;
table-layout: auto;
}
.flow .flowIconText > * {
display: table-cell;
vertical-align: top;
}
.flow .flowIconText > .icon > span {
font-size: 79%;
font-weight: bold;
line-height: 1;
padding: 3px 10px 2px;
white-space: nowrap;
border: 1px solid #223;
}
.flow .flowIconText > .text {
font-size: 100%;
padding-top: 1px;
padding-left: 10px;
}
.flow .flowTableWrapper {
padding-left: 40px;
}
.flow .fzStyle1 {
font-size: 100% !important;
font-weight: bold !important;
}
.flow .flowHdgBox {
display: table;
box-sizing: border-box;
width: 100%;
padding: 5px 0;
border: 1px solid #ccc;
border-radius: 6px;
background: #f4f8f3;
}
.flow .flowHdgBox > * {
display: table-cell;
vertical-align: middle;
}
.flow .flowHdgBox .flowCount {
font-size: 87%;
line-height: 1.75;
box-sizing: border-box;
width: 90px;
padding: 15px 20px 15px 10px;
text-align: left;
letter-spacing: 1px;
color: #357500;
border-right: 1px solid #357500;
}
.flow .flowHdgBox .flowCount > .num {
font-size: 142%;
display: inline-block;
padding-left: 5px;
}
.flow .flowHdgBox .flowCount .label {
position: relative;
top: -1px;
}
.flow .flowHdgBox .flowHdg1 {
font-size: 125%;
line-height: 1.75em;
padding: 15px 20px;
color: #357500;
}
.flow .flowBody {
padding: 25px 0 20px 90px;
background: url(/access/common/img//icon/arrow_01.png) 15px bottom no-repeat;
}
.flow .flowBodyBgNone {
padding-bottom: 0;
background: none;
}
.flow .flowBody .flowHdg2 {
font-size: 100%;
font-weight: bold;
line-height: 1.75;
margin-bottom: 6px;
}
.flow .flowBody .flowList {
margin-bottom: 15px;
padding-left: 35px;
}
.flow .flowBody .flowList > li {
font-size: 87%;
position: relative;
padding-left: 30px;
}
.flow .flowBody .flowList > li .icon {
font-size: 70%;
line-height: 1;
position: relative;
top: 3px;
display: inline-block;
margin-left: 5px;
padding: 3px 8px;
text-align: center;
vertical-align: 5px;
color: #e00000;
border: 1px solid #e00000;
border-radius: 2px;
}
.flow .flowBody .flowList > li:before {
position: absolute;
top: -1px;
left: 0;
content: '●';
vertical-align: middle;
}
.flow .flowBody .flowList > li ul > li {
font-size: 85%;
position: relative;
margin-top: 7px;
margin-bottom: 7px;
padding-left: 30px;
}
.flow .flowBody .flowList > li ul > li:before {
position: absolute;
top: 1px;
left: 0;
content: '※';
color: #e00000;
}
.flow .flowBody .flowList > .flowListIconNone:before {
display: none;
}
.flow .flowBody .flowList2 > li {
font-size: 87%;
}
.flow .flowBody .flowBtn {
text-align: center;
}
.flow .flowBody .flowBtn a {
display: inline-block;
width: 286px;
margin: 0 auto 20px;
padding: 11px 0 9px;
text-align: center;
background: #fcdb00;
box-shadow: rgba(199, 199, 199, .5) 0 3px 6px;
}
.flow .flowBody .flowBtn a:link,
.flow .flowBody .flowBtn a:visited {
color: #223;
}
.flow .flowBody .flowBtn a:hover,
.flow .flowBody .flowBtn a:active {
background: #fee63c;
}
.flow .flowBody .flowBtn2 {
display: none;
}
.flow .flowBody .flowNotes {
margin-bottom: 20px;
}
.flow .flowBody .flowNotes > li {
font-size: 87.5%;
position: relative;
padding-left: 30px;
color: #223;
}
.flow .flowBody .flowNotes > li:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
content: '※';
}
.flow .flowBody .flowNotes > li + li {
margin-top: 10px;
}
.flow .flowBody .flowNotes > li > span {
color: #e00000;
}
.flow .flowBody .flowNotes > li > em {
color: #e00000;
}
.flow .flowBody .flowNotes2 {
padding-left: 45px;
}
.flow .flowBody .flowNotes2 > li:before {
color: #e00000;
}
.flow .flowBody .flowSteps {
margin-bottom: 15px;
}
.flow .flowBody .flowSteps .flowStepsItem {
font-size: 100%;
font-weight: bold;
position: relative;
padding-left: 45px;
}
.flow .flowBody .flowSteps .flowStepsItem:before {
position: absolute;
z-index: 5;
top: 2px;
left: 2px;
display: block;
width: 32px;
height: 21px;
content: '';
background-image: url(/access/common/img/sprite/_sprite.png);
background-position: -79px -581px;
}
.flow .flowBody .flowSteps .flowStepsItem1:before {
top: -1px;
left: 5px;
width: 24px;
height: 32px;
background-image: url(/access/common/img/sprite/_sprite.png);
background-position: -240px -614px;
}
.flow .flowBody .flowSteps .flowStepsItem2:before {
top: -3px;
left: 6px;
width: 22px;
height: 36px;
background-image: url(/access/common/img/sprite/_sprite.png);
background-position: -94px -663px;
}
.flow .flowBody .flowSteps .flowStepsItem3:before {
top: -1px;
left: 0;
width: 36px;
height: 36px;
background-image: url(/access/common/img/sprite/_sprite.png);
background-position: -123px -614px;
}
.flow .flowBody .flowSteps .flowStepsItem + li {
margin-top: 20px;
}
.flow .flowBody .flowText {
font-size: 87%;
font-weight: bold;
margin-bottom: 15px;
}
.flow .flowBody .flowText .normal {
font-size: 88.88889%;
font-weight: normal;
margin-right: 0;
padding: 0;
border: none;
}
.flow .flowBody .flowText span {
font-size: 68%;
margin-right: 10px;
padding: 2px 10px;
vertical-align: middle;
border: 1px solid #223;
}
.flow .flowBody .flowText2 {
font-size: 100%;
font-weight: bold;
}
.flow .flowBody .flowText2 span {
font-weight: normal;
}
.flow .flowBody .flowText3 {
font-size: 87%;
font-weight: normal;
}
.flow .flowBody .flowText3 span {
font-size: 78%;
font-weight: bold;
}
.flow .flowBody .flowText4 {
font-size: 100%;
}
.notes > li,
.notes > li a,
.notes > li div,
.list > li {
  line-height: 1.75em;
}

/*col_box*/
.col_box {
  display: table;
  width: 100%;
}
.col_box .col_item {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.col_box .col_item:first-child {
  padding-right: 15px;
}
.col_box .col_item:last-child {
  padding-left: 15px;
}
.col_box_10 .col_item:first-child {
  width: 10%;
}
.col_box_20 .col_item:first-child {
  width: 20%;
}
.col_box_30 .col_item:first-child {
  width: 30%;
}
.col_box_40 .col_item:first-child {
  width: 40%;
}
.col_box_50 .col_item:first-child {
  width: 50%;
}
.col_box_60 .col_item:first-child {
  width: 60%;
}
.col_box_70 .col_item:first-child {
  width: 70%;
}
.col_box_80 .col_item:first-child {
  width: 80%;
}
.col_box_90 .col_item:first-child {
  width: 90%;
}

@media only screen and (max-width:767px) {
/* ---------------------
共通
--------------------- */
/*共通*/
section {
  padding-bottom: 30px;
}
li > a {
  line-height: 1.6em;
}
.inner {
  padding: 0 15px;
}
.pageLink {
  padding: 15px;
  font-size: 1.4rem;
}
.pcNone {
  display: block;
}
.spNone {
  display: none;
}
.textR_spL {
  text-align: left !important;
}

/*見出し要素*/
.hdg1Box {
  border-top: 1px solid #ccc;
}
body.cateTop .hdg1Box {
  margin-bottom: 15px;
}
.hdg1Box.nav_none {
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}
.hdg2Top.noArrow {
  margin-bottom: 30px;
}
.hdg2Top.noArrow:after {
  content: none;
}

/* リンク */
.hdrMenu .menuService,
.hdrMenu .menuProcedure,
.hdrMenu .menuQuestion {
  line-height: 1.6em;
}

/* ---------------------
トップページ
--------------------- */

/*申し込みエリア*/
section.apply .hdg3Top4 {
  margin: 0 0 10px !important;
}
section.apply .accordionBtn {
  margin-bottom: 0;
}
.apply_block {
  margin-bottom: 50px;
}

/*メニューエリア（フッター）*/
.footerSub {
  border-top: 3px solid #4d4d4d;
}
.footerSub .footerSubInner .footerSubHdg .hdg2 {
  font-size: 24px;
  font-size: 2.4rem;
}

/* ---------------------
トップページ以外共通
--------------------- */
#popup #container_pop {
  width: 100%;
}
#popup #container_pop-inner {
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.cateTop .hdg1Box {
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  margin-bottom: 15px;
}
body.kaspersky .gHd2017_previousPage,
body.kaspersky .gHd2017_localMenu {
  display: none;
}
body.kaspersky .gHd2017_globalMenu {
  margin-bottom: 0 !important;
}

/* ---------------------
uninstall.html
--------------------- */
.win10 {
  padding: 0;
}
.win8 .img_box .mar_lr30 {
  margin: 0;
}
.win10 .image-r,
.win8 .image-r,
.win7 .image-r {
  float: none;
}
.win10 .ht .text span,
.win8 .ht .text span,
.win7 .ht .text span {
  display: block;
}
.win10 span.image-l,
.win8 span.image-l,
.win7 span.image-l {
  width: 100%;
  margin-bottom: 20px;
}

/* ---------------------
固定フッター
--------------------- */
.apply_area_sp {
	position: fixed;
	z-index: 9000;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	background-color: rgba(51, 51, 51, 0.7);
}
.apply_area_sp .inner {
	padding: 10px;
}
.apply_area_sp .inner a {
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 10px;
	text-align: center;
	color: #223;
	background: #fcdb00;
	box-shadow: 0 3px 6px rgba(199, 199, 199, .5);
}

/* ---------------------
モジュール
--------------------- */
/*flow*/
.flow .flowIconText {
display: block;
}
.flow .flowIconText > * {
display: block;
}
.flow .flowIconText > .text {
display: block;
padding-top: 5px;
padding-left: 0;
}
.flow .flowTableWrapper {
padding-left: 0;
}
.flow {
padding: 25px 0 25px;
}
.flow + .flow {
position: relative;
margin-top: 19px;
}
.flow + .flow:before {
position: absolute;
top: -19px;
right: 0;
left: 0;
display: block;
width: 38px;
height: 19px;
margin: 0 auto;
content: '';
background-image: url(/access/common/img/sprite/_sprite.png);
background-position: -174px -544px;
}
.flow .flowHdgBox {
padding: 10px 0;
border: 1px solid #ccc;
border-radius: 6px;
background: #f4f8f3;
}
.flow .flowHdgBox .flowCount {
font-size: 93%;
box-sizing: border-box;
width: 80px;
padding: 5px 10px;
text-align: center;
color: #357500;
border-right: 1px solid #357500;
line-height: 1.6;
}
.flow .flowHdgBox .flowCount > .label {
position: static;
}
.flow .flowHdgBox .flowCount > .num {
font-size: 120%;
}
.flow .flowHdgBox .flowHdg1 {
line-height: 1.6em;
padding: 5px 15px;
color: #357500;
}
.flow .flowBody {
padding: 17px 0 0 0;
background: none;
}
.flow .flowBodyBgNone {
background: none;
}
.flow .flowBody .flowHdg2 {
font-size: 100%;
font-weight: bold;
margin-bottom: 7px;
}
.flow .flowBody .flowList {
margin-bottom: 10px;
padding-left: 0;
}
.flow .flowBody .flowList > li {
font-size: 87%;
line-height: 1.6;
margin-bottom: 10px;
padding-left: 16px;
}
.flow .flowBody .flowList > li ul {
margin-bottom: -6px;
}
.flow .flowBody .flowList > li ul > li {
font-size: 85%;
margin-top: 1px;
margin-bottom: 1px;
padding: 0 0 0 16px;
}
.flow .flowBody .flowList > li ul > li:before {
content: '※';
}
.flow .flowBody .flowList > .flowListIconNone:before {
display: none;
}
.flow .flowBody .flowList2 > li {
font-size: 87%;
}
.flow .flowBody .flowList + .flowBtn a {
margin-top: 15px;
}
.flow .flowBody .flowBtn a {
font-size: 87%;
}
.flow .flowBody .flowBtn2 {
display: block;
overflow: hidden;
width: 60px;
height: 40px;
margin: 25px auto 0;
}
.flow .flowBody .flowBtn2 a {
display: block;
width: 27px;
height: 27px;
margin: 0 auto;
}
.flow .flowBody .flowBtn2 a:before {
display: block;
width: 27px;
height: 27px;
margin: 0 0 8px;
content: '';
-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
border-bottom: 3px solid #545454;
border-left: 3px solid #545454;
}
.flow .flowBody .flowNotes {
margin-bottom: 15px;
}
.flow .flowBody .flowNotes > li {
font-size: 75%;
position: relative;
padding-left: 15px;
color: #223;
}
.flow .flowBody .flowNotes > li:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
content: '※';
}
.flow .flowBody .flowNotes > li + li {
margin-top: 10px;
}
.flow .flowBody .flowNotes > li > span {
color: #e00000;
}
.flow .flowBody .flowNotes > li > em {
color: #e00000;
}
.flow .flowBody .flowNotes2 {
padding-left: 0;
}
.flow .flowBody .flowNotes2 > li:before {
color: #e00000;
}
.flow .flowBody .flowSteps .flowStepsItem {
font-size: 100%;
font-weight: bold;
line-height: 1.6;
position: relative;
padding-left: 40px;
}
.flow .flowBody .flowSteps .flowStepsItem:before {
position: absolute;
z-index: 5;
top: 1px;
left: 2px;
display: block;
width: 32px;
height: 21px;
content: '';
background-image: url(/access/common/img/sprite/_sprite.png);
background-position: -79px -581px;
}
.flow .flowBody .flowSteps .flowStepsItem1:before {
top: 1px;
left: 5px;
width: 24px;
height: 32px;
background-image: url(/access/common/img/sprite/_sprite.png);
background-position: -240px -614px;
}
.flow .flowBody .flowSteps .flowStepsItem2:before {
top: 0;
left: 6px;
width: 22px;
height: 36px;
background-image: url(/access/common/img/sprite/_sprite.png);
background-position: -94px -663px;
}
.flow .flowBody .flowSteps .flowStepsItem3:before {
top: 0;
left: 0;
width: 36px;
height: 36px;
background-image: url(/access/common/img/sprite/_sprite.png);
background-position: -123px -614px;
}
.flow .flowBody .flowSteps .flowStepsItem + li {
margin-top: 12px;
}
.flow .flowBody .flowText {
font-size: 100%;
margin-bottom: 20px;
padding-left: 0;
}
.flow .flowBody .flowText span {
display: block;
width: 99px;
margin-bottom: 5px;
}
.flow .flowBody .flowText3 {
font-size: 87%;
}
.flow .flowBody .flowText3 span {
font-size: 87%;
}
.notes > li,
.notes > li a,
.notes > li div,
.list > li {
  line-height: 1.6em;
}

/*col_box*/
.col_box {
  display: table;
  width: 100%;
}
.col_box .col_item:first-child {
  padding-right: 10px;
}
.col_box .col_item:last-child {
  padding-left: 10px;
}
.col_box.type_spBlock .col_item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.col_box.type_spBlock .col_item:first-child {
  padding-right: 0;
}
.col_box.type_spBlock .col_item:last-child {
  padding-left: 0;
  margin-bottom: 0;
}
.col_box_10.type_spBlock .col_item:first-child,
.col_box_20.type_spBlock .col_item:first-child,
.col_box_30.type_spBlock .col_item:first-child,
.col_box_40.type_spBlock .col_item:first-child,
.col_box_50.type_spBlock .col_item:first-child,
.col_box_60.type_spBlock .col_item:first-child,
.col_box_70.type_spBlock .col_item:first-child,
.col_box_80.type_spBlock .col_item:first-child,
.col_box_90.type_spBlock .col_item:first-child {
  width: 100%;
}

}



/* ---------------------------------------------------------------

  /option/security/kaspersky/howto/install_guide.html

--------------------------------------------------------------- */
.hdg2Top.first {
margin-top: 50px;
}

/*@media only screen and (max-width:767px) {
body.cateTop .hdg1Box {
margin-bottom: 0;
}
}*/


.attentionPanel-02 {
background: #f4f8f3;
border-radius: 8px;
padding: 30px;
margin-bottom: 20px;
}

.attentionPanel-02 .hdg {
text-align: center;
}

@media only screen and (max-width:767px) {
.attentionPanel-02 {
padding-right: 15px;
padding-left: 15px;
}
}



/* ---------------------------------------------------------------

  /option/security/kaspersky/howto/uninstall.html

--------------------------------------------------------------- */
.attentionPanel.type-txtnormal {
  text-align: left;
  color: inherit;
}
