@charset "utf-8";
/* CSS Document */
.p-norton-setup {
  line-height: 1.666;
  font-size: min(32/750*100vw, 24px);
  letter-spacing: 0.06em;
  padding-bottom: 55px;
}
@media screen and (min-width: 768px), print {
  .p-norton-setup {
    padding-bottom: 110px;
  }
}
.p-norton-setup img {
  max-width: 100%;
  height: auto;
}
.u-text-red {
  color: #e43344;
}
.u-text-bold {
  font-weight: bold;
}
.u-text-small {
  font-size: 12px;
}
@media screen and (min-width: 768px), print {
  .u-text-small {
    font-size: 20px;
  }
}
.u-marker {
  background-image: linear-gradient(to top, #feff91 0%, #feff91 40%, transparent 40%);
}
.p-norton-setup__kv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 750/404;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/bg-kv-sp.webp?$staticlink$);
  padding-left: 2vw;
  padding-right: 2vw;
}

.p-norton-setup__kv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}

.p-norton-setup__kv h1 {
  color: #fff;
  font-size: min(64/750*100vw, 54px);
  font-weight: bold;
  letter-spacing: 0.06em;
  transform: skewX(-10deg);
  word-break: keep-all;
}

img.p-norton-setup__kv__norton-img {
  width: calc(179/750*100vw);
  height: auto;
  margin-left: 3.33%;
}

@media screen and (min-width: 768px), print {
  .p-norton-setup__kv {
    aspect-ratio: none;
    height: 300px;
    background-image: url(../images/bg-kv.webp?$staticlink$);
  }
  .p-norton-setup__kv__inner {
    position: relative;
  }
  .p-norton-setup__kv h1 {
    font-size: min(54/980*100vw, 54px);
  }
  img.p-norton-setup__kv__norton-img {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(16.66%, -50%);
    width: 50%;
    max-width: 179px;
  }
}

@media screen and (max-width: 767px) {
  .p-norton-setup__section__inner {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.p-norton-setup__summary__header {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 50px;
  padding: 15px calc(50vw - 50%);
  background: rgba(253, 224, 33, 0.66);
}
.p-norton-setup__summary__title {
  font-size: min(36/750*100vw, 24px);
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-norton-setup__summary__header {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 120px;
  }
}

.p-norton-setup__summary__options {
  margin: 1.5em auto;
  text-align: center;
}
.p-norton-setup__summary__options > li + li {
  margin-top: 15px;
}
.p-norton-setup__summary p:not(last-child) {
  margin-top: 1.5em;
}

.p-norton-setup__summary__border {
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
  padding: 0.8em 0;
}

@media screen and (min-width: 768px), print {
  .p-norton-setup__summary__options > li + li {
    margin-top: 30px;
  }
  .p-norton-setup__summary p:not(last-child) {
    margin-top: 2em;
  }
}

.p-norton-setup__nav {
  background: #fafafa;
  padding: 10px 0;
  margin: 39px 0;
}
.p-norton-setup__nav__list {
  display: flex;
  gap: 2.77%;
}
.p-norton-setup__nav__list > li {
  flex: 1;
}

.p-norton-setup__nav__list .c-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  gap: 6px;
  background: #00a2e6;
  color: #fff;
  padding: 0.8em 0.2em 0.4em;
  letter-spacing: 0;
}
.p-norton-setup__nav__list .c-button > span {
  font-size: min(26/750*100vw, 30px);
  line-height: 1;
  transform: skewX(-10deg);
  font-weight: 500;
  letter-spacing: 0;
}
.p-norton-setup__nav__list .c-button::after {
  position: static;
  content: "";
  max-width: 30px;
  width: 13.22%;
  height: auto;
  aspect-ratio: 1/1;
  background: no-repeat url(../images/icon-arrow-down.webp?$staticlink$) center/contain;
  border: none;
  transform: none;
}

@media screen and (min-width: 768px), print {
  .p-norton-setup__nav {
    padding: 20px 0;
    margin: 100px 0;
  }

  .p-norton-setup__nav__list {
    gap: 2.63%;
  }
  .p-norton-setup__nav__list .c-button {
    position: relative;
    flex-direction: row;
    padding: 0 42px;
    min-height: 80px;
    justify-content: center;
    letter-spacing: 0.06em;
  }

  .p-norton-setup__nav__list .c-button::after {
    position: absolute;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    right: 12px;
  }
}

.p-norton-setup__headline {
  background: #e5f6fc;
  margin: 50px 0 30px;
}

.p-norton-setup__headline h2 {
  transform: skewX(-10deg);
  font-size: min(40/750*100vw, 28px);
  line-height: 1.45;
  padding: 0.1em 0.5em;
  font-weight: bold;
  line-height: 1.45;
}

.p-norton-setup__headline h2::before {
  content: "■";
}

@media screen and (min-width: 768px), print {
  .p-norton-setup__headline {
    margin: 100px 0 60px;
  }
}

.p-norton-setup__before-use__list {
  margin: 1em 0;
  line-height: 2;
}

.p-norton-setup__setup-flow-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (min-width: 768px), print {
  .p-norton-setup__setup-flow-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }

  .p-norton-setup__setup-flow-list > li {
    flex: 0 0 auto;
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (min-width: 980px), print {
  .p-norton-setup__setup-flow-list {
    gap: 60px;
  }
  .p-norton-setup__setup-flow-list > li {
    width: calc((100% - 60px) / 2);
  }
}

.p-norton-setup-flow {
  border: 2px solid #004ea2;
  background: #f9f9f9;
  padding: 8px;
  font-size: min(32/750*100vw, 22px);
  letter-spacing: 0;
}

.p-norton-setup-flow__header {
  display: flex;
  align-items: center;
  font-size: min(40/750*100vw, 30px);
  font-weight: bold;
  margin-bottom: 0.8em;
  letter-spacing: 0;
}
.p-norton-setup-flow__header img {
  width: 52px;
  height: auto;
  margin-right: 10px;
}
.p-norton-setup-flow__content {
  width: 92%;
  margin: 0 auto;
}
.p-norton-setup-flow__img {
  margin: 0.8em 0;
}
.p-norton-setup-flow__img--2col {
  display: flex;
  gap: 15px;
}
.p-norton-setup-flow figcaption {
  font-size: min(20/750*100vw, 16px);
  line-height: 1.5;
  margin-top: 0.3em;
}
.p-norton-setup-flow__small-text {
  font-size: min(18/750*100vw, 14px);
}

@media screen and (min-width: 768px), print {
  .p-norton-setup-flow {
    width: 100%;
    height: 100%;
    padding: 12px;
  }
  .p-norton-setup-flow__header {
    font-size: min(30/1200*100vw, 30px);
  }
  .p-norton-setup-flow__header img {
    max-width: 80px;
    width: 18%;
  }
}

.p-norton-setup__product-detail__features {
  margin: 1.5em 0;
  line-height: 2;
}

.p-norton-setup__compare-table__wrapper {
  width: 100%;
  overflow: auto;
  margin-top: 30px;
}
.p-norton-setup__compare-table caption {
  font-weight: bold;
  margin-bottom: 0.2em;
}
.p-norton-setup__compare-table__note {
  font-size: 12px;
  font-weight: 400;
}
.p-norton-setup__compare-table th,
.p-norton-setup__compare-table td {
  border: 1px solid #333;
  padding: 0.3em 0.5em;
  font-size: min(30/750*100vw, 20px);
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  word-break: keep-all;
}
.p-norton-setup__compare-table thead th {
  background: #333;
  color: #fff;
  border-color: #fff;
}
.p-norton-setup__compare-table thead th:first-child {
  border-left-color: #333;
}
.p-norton-setup__compare-table thead th:last-child {
  border-right-color: #333;
}
.p-norton-setup__compare-table tbody th {
  text-align: left;
  background: #ececec;
}
.p-norton-setup__compare-table tbody td:nth-child(n+2) {
  width: 250px;
}
.p-norton-setup__compare-table tbody td:nth-child(2) {
  background: rgba(253, 224, 33, 0.3);
}
.p-norton-setup__compare-table tbody td:nth-child(3) {
  background: rgba(56, 156, 72, 0.3);
}