*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #fff;
  background: url(/html/template/netgear/assets/img/orbi/best-wifi/body_bg.jpg) center 0 repeat-y #000;
  -webkit-text-size-adjust: none;
}
ul,
ol,
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
}
a {
  outline: none;
  text-decoration: none;
  color: inherit;
}
a img {
  border: none;
}
.serif {
  font-family: "Shippori Mincho", serif;
}
.bold {
  font-weight: 600;
}
@media (min-width: 1101px) {
  .hidden-pc {
    display: none;
  }
}
@media (max-width: 1100px) {
  body {
    background: url(/html/template/netgear/assets/img/orbi/best-wifi/body_bg_sp.jpg) 0 0 repeat-y #000;
    background-size: 100%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .hidden-sp {
    display: none;
  }
}
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#header > .inner {
  position: relative;
}
#header .logo {
  position: relative;
}
#header .menu {
  line-height: 1;
}
#header .menu .tgl {
  position: absolute;
  top: -1px;
  right: -1px;
  cursor: pointer;
}
#header .menu > .inner {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #1279a6;
}
#header .menu a::before {
  margin-right: 1em;
  content: ">";
}
#header .menu .close {
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #62a6c4;
  cursor: pointer;
}
#header .menu .close::before {
  margin-right: 1em;
  content: "×";
}
@media (min-width: 1101px) {
  #header > .inner {
    margin: 0 auto;
    max-width: 1600px;
  }
  #header .logo {
    top: 25px;
    text-align: center;
  }
  #header .menu > .inner {
    padding: 60px 70px 0;
    width: 580px;
    height: 780px;
    font-size: 20px;
  }
  #header .menu li:not(:last-child) {
    margin-bottom: 40px;
  }
  #header .menu .close {
    padding-left: 40px;
    height: 80px;
  }
}
@media (max-width: 1100px) {
  #header .logo {
    margin: 0 auto;
    width: 42.66667vw;
    top: 5.33333vw;
  }
  #header .menu .tgl {
    width: 9.06667vw;
  }
  #header .menu > .inner {
    padding: 10.66667vw 0 26.66667vw 10vw;
    width: 100%;
    font-size: 4vw;
  }
  #header .menu li:not(:last-child) {
    margin-bottom: 9.33333vw;
  }
  #header .menu .close {
    padding-left: 5.33333vw;
    height: 16vw;
  }
}
@media (min-width: 1101px) {
  #content {
    margin: 0 auto;
    max-width: 1600px;
  }
}
#footer {
  color: #fff;
  background: #2c262d;
}
#footer .pagetop {
  position: fixed;
  transition: bottom 0.3s ease;
}
#footer .sns {
  display: flex;
}
#footer .copyright {
  line-height: 1;
}
@media (min-width: 1101px) {
  #footer {
    padding: 40px 60px 30px;
    position: relative;
  }
  #footer .pagetop {
    bottom: -110px;
    right: 40px;
  }
  #footer .pagetop.active {
    bottom: 40px;
  }
  #footer .logo01 {
    margin-bottom: 55px;
  }
  #footer .logo02 {
    margin-bottom: 75px;
  }
  #footer .sns {
    position: absolute;
    top: 40px;
    right: 40px;
  }
  #footer .sns li:not(:last-child) {
    margin-right: 20px;
  }
  #footer .copyright {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  #footer {
    padding: 5.33333vw 10vw;
  }
  #footer .pagetop {
    width: 13.33333vw;
    bottom: -18.66667vw;
    right: 5.33333vw;
  }
  #footer .pagetop.active {
    bottom: 5.33333vw;
  }
  #footer .logo01 {
    margin-bottom: 8vw;
    width: 56.8vw;
  }
  #footer .logo02 {
    margin-bottom: 21.33333vw;
    width: 39.86667vw;
  }
  #footer .sns {
    margin-bottom: 10.66667vw;
  }
  #footer .sns li {
    width: 14.13333vw;
  }
  #footer .sns li:not(:last-child) {
    margin-right: 5.33333vw;
  }
}
#mv {
  position: relative;
}
#mv .imgs {
  position: relative;
  height: 100%;
  background: #000;
}
#mv .img,
#mv .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 2s linear;
}
#mv .set {
  opacity: 0.3;
}
#mv .active {
  opacity: 1;
}
#mv .arw {
  position: absolute;
  left: 50%;
}
@media (min-width: 1101px) {
  #mv {
    margin: 0 auto;
    max-width: 1600px;
    height: 780px;
  }
  #mv .img01 {
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/mv_img01_pc.jpg);
  }
  #mv .img02 {
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/mv_img02_pc.jpg);
  }
  #mv .img03 {
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/mv_img03_pc.jpg);
  }
  #mv .img04 {
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/mv_img04_pc.jpg);
  }
  #mv .cover {
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/mv_cover_pc.png);
  }
  #mv .arw {
    margin-left: -35px;
    bottom: -35px;
  }
}
@media (max-width: 1100px) {
  #mv {
    height: 160vw;
  }
  #mv .img,
  #mv .cover {
    background-size: 100%;
  }
  #mv .img01 {
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/mv_img01_sp.jpg);
  }
  #mv .img02 {
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/mv_img02_sp.jpg);
  }
  #mv .img03 {
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/mv_img03_sp.jpg);
  }
  #mv .img04 {
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/mv_img04_sp.jpg);
  }
  #mv .cover {
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/mv_cover_sp.png);
  }
  #mv .arw {
    margin-left: -6.66667vw;
    width: 13.33333vw;
    bottom: 5.33333vw;
  }
}
#sec01 .inner {
  position: relative;
}
#sec01 .inner::before {
  content: "";
  position: absolute;
  background: url(/html/template/netgear/assets/img/orbi/best-wifi/sec01_img01.png) center center no-repeat;
  background-size: cover;
}
#sec01 .bg {
  background-position: center 0;
  background-repeat: no-repeat;
}
#sec01 section {
  position: relative;
}
#sec01 section::before {
  content: "";
  position: absolute;
  background: url(/html/template/netgear/assets/img/orbi/best-wifi/sec01_img02.jpg) center center no-repeat;
  background-size: cover;
}
@media (min-width: 1101px) {
  #sec01 .inner {
    margin: 0 auto;
    padding-top: 100px;
    width: 1100px;
    height: 725px;
  }
  #sec01 .inner::before {
    width: 433px;
    height: 651px;
    top: 0;
    right: 0;
  }
  #sec01 .inner p:nth-of-type(1) {
    margin-bottom: 10px;
    padding-bottom: 25px;
    width: 620px;
    font-size: 35px;
    line-height: 1;
    border-bottom: 1px solid #fff;
  }
  #sec01 .inner h2 {
    margin-bottom: 20px;
    font-size: 49px;
    line-height: 1.2653;
  }
  #sec01 .sub01 {
    height: 746px;
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/sec01_1_bg_pc.jpg);
  }
  
    #sec01 .sub02 {
    height: 670px;
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/sec01_2_bg_pc.jpg);
  }
  
  #sec01 .sub01 .textarea{
  	position:relative;
  	top:250px;
  	left:250px;
  	padding: 35px 40px;
    width:600px;
    height:370px;
    background:rgba(0,0,0,0.7);
  }
  
    #sec01 .sub02 .textarea{
  	position:relative;
  	top:450px;
  	left:250px;
    width:750px;
    height:370px;
  }
  
  
    #sec01 .sub01 h3{
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 1.2653;
  }
  
      #sec01 .sub02 h3{
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.325;
  }
  
      #sec01 .sub01 p{
     margin-bottom: 10px;
    font-size: 20px;
    line-height: 2.1;
      }
  
        #sec01 .sub02 p{
     margin-bottom: 10px;
    font-size: 18px;
    line-height: 2.1;
      }
  
  #sec01 section {
    margin: 0 auto;
    padding: 80px 0;
    padding-left: 440px;
    width: 1100px;
  }
  #sec01 section::before {
    margin-top: -185px;
    width: 400px;
    height: 370px;
    top: 50%;
    left: 0;
  }
  #sec01 .sub03 h3 {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 1.33333;
  }
  #sec01 p {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  #sec01 {
    margin-bottom: 26.66667vw;
  }
  #sec01 .inner {
    margin: 0 10vw;
    padding-top: 6vw;
    padding-bottom: 124vw;
  }
  #sec01 .inner::before {
    width: 72.13333vw;
    height: 114.8vw;
    bottom: 5.33333vw;
    left: -3.33333vw;
  }
  #sec01 .inner p:nth-of-type(1) {
    margin-bottom: 3.33333vw;
    padding-bottom: 5.33333vw;
    font-size: 8.53333vw;
    line-height: 1.28125;
    border-bottom: 0.26667vw solid #fff;
  }
  #sec01 .inner h2 {
    margin-bottom: 4vw;
    font-size: 8.53333vw;
    line-height: 1.28125;
  }
  #sec01 .bg {
    height: 160vw;
    background-size: 100%;
  }
  #sec01 section {
    margin: 0 10vw;
    padding-top: 67.33333vw;
  }
  #sec01 section::before {
    width: 80vw;
    height: 72.93333vw;
    top: -11.33333vw;
    left: 0;
  }
  #sec01 h3 {
font-feature-settings: "palt";
    margin-bottom: 2.66667vw;
    font-size: 8.53333vw;
    line-height: 1.28125;
    
  }
  #sec01 p {
    font-size: 4vw;
  }
  
  
    #sec01 .sub01{
  	    margin: 0 7vw;
    padding-top: 6vw;
margin-bottom:10vw;
  }
  
  
  #sec01 .sub02{
  	    margin: 0 7vw;
    padding-top: 6vw;
margin-bottom:25vw;
  }
}
#sec02 .bg {
  background-position: center 0;
  background-repeat: no-repeat;
}
@media (min-width: 1101px) {
  #sec02 {
    background: url(/html/template/netgear/assets/img/orbi/best-wifi/sec02_img01.png) center bottom no-repeat;
  }
  #sec02 .bg {
    height: 550px;
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/sec02_bg_pc.jpg);
  }
  #sec02 .inner {
    margin: 0 auto;
    padding-left: 440px;
    display: flex;
    align-items: center;
    width: 1100px;
    height: 550px;
  }
  #sec02 h2 {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 1.33333;
    letter-spacing: -0.04em;
  }
  #sec02 p {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  #sec02 .bg {
    height: 160vw;
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/sec02_bg_sp.jpg);
    background-size: 100%;
  }
  #sec02 .inner {
    margin: 6.66667vw 10vw 26.66667vw;
  }
  #sec02 h2 {
    margin-bottom: 2.66667vw;
    font-size: 8.53333vw;
    line-height: 1.28125;
  }
  #sec02 p {
    font-size: 4vw;
  }
}
#sec03 .bg {
  background-position: center 0;
  background-repeat: no-repeat;
}
#sec03 section {
  position: relative;
}
#sec03 section::before {
  content: "";
  position: absolute;
  background: url(/html/template/netgear/assets/img/orbi/best-wifi/sec03_img01.jpg) center center no-repeat;
  background-size: cover;
}
@media (min-width: 1101px) {
  #sec03 .bg {
    height: 550px;
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/sec03_bg_pc.jpg);
  }
  #sec03 h2 {
    margin: 0 auto;
    padding-top: 385px;
    width: 1100px;
    font-size: 49px;
    line-height: 1.2653;
  }
  #sec03 section {
    margin: 80px auto;
    padding-left: 440px;
    width: 1100px;
  }
  #sec03 section::before {
    margin-top: -185px;
    width: 400px;
    height: 370px;
    top: 50%;
    left: 0;
  }
  #sec03 h3 {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 1.33333;
  }
  #sec03 p {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  #sec03 {
    margin-bottom: 26vw;
  }
  #sec03 .bg {
    height: 160vw;
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/sec03_bg_sp.jpg);
    background-size: 100%;
  }
  #sec03 h2 {
    padding-top: 99.33333vw;
    padding-left: 10vw;
    font-size: 8.53333vw;
    line-height: 1.28125;
  }
  #sec03 section {
    margin: 0 10vw;
    padding-top: 67.33333vw;
  }
  #sec03 section::before {
    width: 80vw;
    height: 72.93333vw;
    top: -11.33333vw;
    left: 0;
  }
  #sec03 h3 {
    margin-bottom: 2.66667vw;
    font-size: 8.53333vw;
    line-height: 1.28125;
  }
  #sec03 p {
    font-size: 4vw;
  }
}
#sec04 .bg {
  background-position: center 0;
  background-repeat: no-repeat;
}
#sec04 h2 {
  line-height: 1;
  color: #009ee7;
}
#sec04 dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #00a1de;
}
@media (min-width: 1101px) {
  #sec04 .bg {
    display: flex;
    align-items: center;
    height: 550px;
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/sec04_bg_pc.jpg);
  }
  #sec04 .bg .inner {
    margin: 0 auto;
    padding-left: 620px;
    width: 1100px;
  }
  #sec04 h2 {
    margin-bottom: 15px;
    padding-bottom: 35px;
    font-size: 54px;
    border-bottom: 1px solid #fff;
  }
  #sec04 p:nth-of-type(1) {
    margin-bottom: 25px;
    font-size: 31px;
    line-height: 1.45161;
  }
  #sec04 p:nth-of-type(2) {
    font-size: 20px;
  }
  #sec04 ul {
    margin: 80px auto 70px;
    width: 1100px;
    display: flex;
    justify-content: space-between;
  }
  #sec04 li {
    width: 220px;
  }
  #sec04 dt {
    margin-bottom: 30px;
    height: 140px;
    font-size: 25px;
    line-height: 1.12;
    border: 3px solid #00a1de;
    border-radius: 10px;
  }
  #sec04 dd {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  #sec04 .bg {
    padding-top: 94.66667vw;
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/sec04_bg_sp.jpg);
    background-size: 100%;
  }
  #sec04 .bg .inner {
    margin: 18vw 10vw 8vw;
  }
  #sec04 h2 {
    margin-bottom: 3.33333vw;
    padding-bottom: 4.66667vw;
    font-size: 9.33333vw;
    border-bottom: 0.26667vw solid #fff;
  }
  #sec04 p:nth-of-type(1) {
    margin-bottom: 1.33333vw;
    font-size: 8.53333vw;
    line-height: 1.28125;
  }
  #sec04 p:nth-of-type(2) {
    font-size: 4vw;
  }
  #sec04 ul {
    margin: 0 10vw;
  }
  #sec04 dt {
    height: 24vw;
    font-size: 6.4vw;
    line-height: 1.25;
    border: 0.8vw solid #00a1de;
    border-radius: 2.66667vw;
  }
  #sec04 dd {
    margin: 2.66667vw 0 8vw;
    font-size: 4vw;
  }
}
#sec05 .bg {
  background-position: center 0;
  background-repeat: no-repeat;
}
#sec05 .bg .inner {
  background: url(/html/template/netgear/assets/img/orbi/best-wifi/sec05_img01.png) 0 bottom no-repeat;
}
#sec05 section {
  position: relative;
}
#sec05 section::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1101px) {
  #sec05 .bg {
    display: flex;
    align-items: center;
    width: 100%;
    height: 550px;
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/sec05_bg_pc.jpg);
  }
  #sec05 .bg .inner {
    margin: 0 auto;
    padding-bottom: 200px;
    width: 1100px;
  }
  #sec05 h2 {
    padding-bottom: 20px;
    width: 430px;
    font-size: 39px;
    line-height: 1.325;
    border-bottom: 1px solid #fff;
  }
  #sec05 section {
    margin: 80px auto;
    padding-left: 440px;
    width: 1100px;
  }
  #sec05 section::before {
    margin-top: -210px;
    width: 400px;
    height: 420px;
    top: 50%;
    left: 0;
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/sec05_img02_pc.jpg);
  }
  #sec05 h3 {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 1.33333;
  }
  #sec05 p {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  #sec05 {
    margin-bottom: 26.66667vw;
  }
  #sec05 .bg {
    position: relative;
    height: 160vw;
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/sec05_bg_sp.jpg);
    background-size: 100%;
  }
  #sec05 .bg .inner {
    position: absolute;
    bottom: 4.66667vw;
    left: 0;
    padding-bottom: 26.66667vw;
    background-position-x: 10vw;
    background-size: 38.93333vw;
  }
  #sec05 h2 {
    margin: 0 10vw;
    padding-bottom: 4vw;
    font-size: 7.46667vw;
    line-height: 1.28125;
    letter-spacing: -0.03em;
    border-bottom: 0.26667vw solid #fff;
  }
  #sec05 section {
    margin: 0 10vw;
    padding-top: 68vw;
  }
  #sec05 section::before {
    width: 100vw;
    height: 64vw;
    top: 0;
    left: -10vw;
    background-image: url(/html/template/netgear/assets/img/orbi/best-wifi/sec05_img02_sp.jpg);
  }
  #sec05 h3 {
    margin-bottom: 2.66667vw;
    font-size: 8.13333vw;
    line-height: 1.28125;
    letter-spacing: -0.03em;
  }
  #sec05 p {
    font-size: 4vw;
  }
}
#sec06 {
  position: relative;
}
#sec06::before {
  content: "";
  position: absolute;
  background: url(/html/template/netgear/assets/img/orbi/best-wifi/sec06_img01.png) 0 0 no-repeat;
  background-size: cover;
}
@media (min-width: 1101px) {
  #sec06 {
    margin: 0 auto 170px;
    width: 1100px;
    padding-left: 620px;
  }
  #sec06::before {
    width: 476px;
    height: 520px;
    top: 0;
    left: 70px;
  }
  #sec06 h2 {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 1.33333;
  }
  #sec06 p {
    margin-bottom: 30px;
    font-size: 20px;
  }
  #sec06 ul {
    display: flex;
    align-items: center;
  }
  #sec06 li:nth-of-type(1) {
    margin-right: 30px;
  }
  #sec06 li:nth-of-type(2) {
    margin-right: 20px;
  }
}
@media (max-width: 1100px) {
  #sec06 {
    margin-bottom: 28.66667vw;
    padding-top: 78vw;
  }
  #sec06::before {
    width: 63.46667vw;
    height: 69.33333vw;
    top: 0;
    left: 17.33333vw;
  }
  #sec06 .inner {
    margin: 0 10vw;
  }
  #sec06 h2 {
    margin-bottom: 2.66667vw;
    font-size: 7.46667vw;
    line-height: 1.28125;
    letter-spacing: -0.03em;
  }
  #sec06 p {
    margin-bottom: 8vw;
    font-size: 4vw;
  }
  #sec06 li {
    margin: 0 auto;
    width: 48vw;
  }
  #sec06 li:nth-of-type(1) {
    width: 12.8vw;
  }
  #sec06 li:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
}
#sec07 h2,
#sec07 h3 {
  line-height: 1;
}
#sec07 .notes a {
  color: #009fe6;
}
@media (min-width: 1101px) {
  #sec07 {
    margin: 70px auto;
    width: 1100px;
  }
  #sec07 h2 {
    margin-bottom: 70px;
    font-size: 25px;
  }
  #sec07 section:nth-of-type(1) {
    margin-bottom: 160px;
  }
  #sec07 section:nth-of-type(2) {
    margin-bottom: 160px;
  }
  #sec07 section:nth-of-type(3) {
    margin-bottom: 75px;
  }
  #sec07 h3 {
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 25px;
    border-bottom: 2px solid #fff;
  }
  
  #sec07 h3.new::after {
  	margin-left:10px;
	content: "";
	display: inline-block;
	width: 97px;
	height: 30px;
	background-image:url(/html/template/netgear/assets/img/orbi/best-wifi/sec07_icon_new.png);
	background-size: contain;
	vertical-align: top;
}
  
  #sec07 table {
    width: 100%;
  }
  #sec07 tr:nth-of-type(1) td {
    text-align: center;
  }
  #sec07 tr:nth-of-type(2) td {
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  #sec07 tr:nth-of-type(3) td {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  #sec07 tr:nth-of-type(4) td {
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  #sec07 tr:nth-of-type(5) td {
    padding: 35px 0;
    border-bottom: 1px solid #fff;
  }
  #sec07 tr:nth-of-type(5) ul {
    padding-left: 45px;
  }
  #sec07 tr:nth-of-type(5) li {
    font-size: 18px;
  }
  #sec07 tr:nth-of-type(5) li::before {
    margin-right: 1em;
    content: "◦";
  }
  #sec07 tr:nth-of-type(5) li:not(:last-child) {
    margin-bottom: 15px;
  }
  #sec07 tr:nth-of-type(6) td {
    padding-top: 40px;
  }
  #sec07 tr:nth-of-type(6) a {
    margin: 0 auto;
    display: block;
    width: 255px;
    height: 46px;
    font-size: 19px;
    text-align: center;
    line-height: 38px;
    border: 3px solid #fff;
    border-radius: 6px;
    background: #60707c;
  }
  
    #sec07 tr:nth-of-type(6) a.disabled {
        background: #898989;
    }
  
  
  #sec07 tr:nth-of-type(6) a::before {
    margin-right: 1em;
    content: ">";
  }
  #sec07 td {
    padding: 25px 0;
    width: 325px;
    line-height: 1.15;
  }
  #sec07 td:nth-of-type(1) {
    padding-left: 10px;
    width: 125px !important;
    font-size: 15px !important;
    text-align: left !important;
  }
  #sec07 .notes {
    display: flex;
    align-items: center;
  }
  #sec07 .notes dt {
    width: 140px;
    font-size: 15px;
  }
  #sec07 .notes dd {
    width: 960px;
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  #sec07 {
    margin-bottom: 26.66667vw;
  }

  #sec07 h2 {
    margin-left:10vw;
    margin-bottom: 9.33333vw;
    font-size: 8.53333vw;
  }
  
  #sec07 section:nth-of-type(1) {
      padding:5vw 10vw;
    width:100vw;
    background: url(/html/template/netgear/assets/img/orbi/best-wifi/body_bg_sp_2.jpg) 0 0 repeat-y #000;
    background-size: 100%;
  }

    #sec07 section:nth-of-type(2) {
              margin: 5vw 10vw 17.33333vw;
    }
  #sec07 section:nth-of-type(3) {
              margin: 0 10vw 18.66667vw;
  }
  #sec07 h3 {
    margin-bottom: 10vw;
    padding-bottom: 5.33333vw;
    font-size: 6.13333vw;
    border-bottom: 0.53333vw solid #fff;
  }
    #sec07 h3 img{
    margin-top:0.5em;
    width:20vw;
    }
    
  #sec07 .entry {
    line-height: 1.6;
    text-align: center;
  }
  
    #sec07 .entry:nth-of-type(1) {  
      margin-bottom: 5vw;
  }
  
  #sec07 .entry:nth-of-type(2) {  
      margin-bottom: 22vw;
  }
  #sec07 .entry:nth-of-type(3) {
    margin-bottom: 10vw;
  }
  
  #sec07 .entry .img {
    padding-bottom: 10vw;
    border-bottom: 0.26667vw solid #fff;
  }
  #sec07 .entry dl {
    padding: 4vw 0;
    border-bottom: 0.26667vw solid #fff;
  }
  #sec07 .entry dt {
    margin-bottom: 4vw;
    font-size: 3.2vw;
  }
  #sec07 .entry dd {
    font-size: 4vw;
  }
  #sec07 .entry .link {
    margin-top: 8.66667vw;
  }
  #sec07 .entry a {
    margin: 0 auto;
    display: block;
    width: 69.33333vw;
    height: 13.33333vw;
    font-size: 5.33333vw;
    text-align: center;
    line-height: 11.33333vw;
    border: 0.8vw solid #fff;
    border-radius: 1.6vw;
    background: #60707c;
  }
  
    #sec07 .entry a.disabled {
        background: #898989;
        margin-bottom:1em;
    }
  
  #sec07 .entry a::before {
    margin-right: 1em;
    content: ">";
  }
  #sec07 .recommend {
    font-size: 4vw;
  }
  #sec07 .recommend dt {
    margin-bottom: 6.66667vw;
    text-align: center;
  }
  #sec07 .recommend li {
    padding-left: 1.5em;
    position: relative;
  }
  #sec07 .recommend li::before {
    margin-right: 1em;
    content: "◦";
    position: absolute;
    top: 0;
    left: 0;
  }
  
  #sec07 .recommend ul{
      text-align:left;
  }
  
    #sec07 section:nth-of-type(1) .entry:nth-of-type(1) .img img {
    width: 74.666667vw;
  }
  #sec07 section:nth-of-type(2) .entry:nth-of-type(1) .img img {
    width: 45.86667vw;
  }
  #sec07 section:nth-of-type(2) .entry:nth-of-type(2) .img img {
    width: 45.6vw;
  }
  #sec07 section:nth-of-type(2) .entry:nth-of-type(3) .img img {
    width: 37.86667vw;
  }
  #sec07 section:nth-of-type(3) .entry:nth-of-type(1) .img img {
    width: 40.8vw;
  }
  #sec07 section:nth-of-type(3) .entry:nth-of-type(2) .img img {
    width: 38.4vw;
  }
  #sec07 section:nth-of-type(3) .entry:nth-of-type(3) .img img {
    width: 33.33333vw;
  }
  #sec07 .notes {
      margin:0 10vw;
    font-size: 3.2vw;
  }
  #sec07 .notes dt {
    margin-bottom: 2.66667vw;
    text-align: center;
  }
}
/*
add
*/
@media(min-width:1101px){
	#header .logo{
		margin: 0;
	}
}
.ec-layoutRole__main{
	position: relative;
}
footer{
	margin-top: 0;
}
i::before{
	font-weight: 900;
}