@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap');



/**
 * NV DA Compare Page Style
 * ================================================================================
 * Table of Contents:
 *
 * Basic Structure
 * Parts Settings
 * Content Settings
 * ================================================================================
 */



/**
 * ================================================================================
 * Basic Structure
 * ================================================================================
 */

/* -- Layout -- */
.header {
  position: relative;
  z-index: 500;
  background-color: #fff;
}

#headerNavArea {
  position: relative;
  z-index: 499;
}

.dirpath {
  margin-top: 0;
}

.footer {
  margin-top: 0 !important;
}

#productsNvCf {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#productsNvCf *,
#productsNvCf *::before,
#productsNvCf *::after {
  box-sizing: border-box;
}

/* -- Image -- */
#productsNvCf img {
  width: 100%;
}

/* -- Link -- */
#productsNvCf a {
  display: inline-block;
  opacity: 1;
  color: #1964ff;
  text-decoration: underline;
  transition: opacity 0.2s ease-in;
}

#productsNvCf a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  /* -- Layout -- */
  #headerNavArea {
    position: absolute;
    z-index: 500;
    }

  #productsNvCf {
    font-size: 12px;
  }
  
  .footer {
    padding-bottom: 100px !important;
  }
  
  #pageTop {
    bottom: 100px;
  }

  /* -- Link -- */
  #productsNvCf a:hover {
    opacity: 1;
  } 
}



/**
 * ================================================================================
 * Parts Settings
 * ================================================================================
 */

/**
 * Wrapper
 * -------------------------------
 */

#productsNvCf .p-wrapper {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #productsNvCf .p-wrapper {
    width: 100%;
    padding: 0 15px;
  }
}


/**
 * Column
 * -------------------------------
 */

#productsNvCf .p-cols {
  list-style: none;
  letter-spacing: -.40em;
}

#productsNvCf .p-cols .p-col {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}


/**
 * Lists / Comments / Caption
 * -------------------------------
 */

#productsNvCf .p-lists,
#productsNvCf .p-comments {
  list-style: none;
}

#productsNvCf .p-lists > li,
#productsNvCf .p-comments > li {
  padding-left: 1em;
  text-indent: -1em;
}

#productsNvCf .p-caption {
  color: #666;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  #productsNvCf .p-caption {
    font-size: 10px;
  }
}


/**
 * Title
 * -------------------------------
 */

#productsNvCf .p-secTtl {
  margin-bottom: 45px;
  text-align: center;
}

#productsNvCf .p-secTtl > span {
  display: block;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  #productsNvCf .p-secTtl {
    margin-bottom: 20px;
  }

  #productsNvCf .p-secTtl > span {
    font-size: 19px;
  }
}


/**
 * Button
 * -------------------------------
 */

#productsNvCf .p-btns {
  margin: -20px 0 0 -20px;
  list-style: none;
  letter-spacing: -.40em;
  text-align: center;
}

#productsNvCf .p-btns .p-btn {
  padding: 20px 0 0 20px;
}

#productsNvCf .p-btn {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

#productsNvCf .p-btn > * {
  display: block;
  position: relative;
  padding: 20px 65px;
  background-color: #1964ff;
  color: #fff;
  text-align: center;
}

#productsNvCf .p-btn > *::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 18px;
  height: 6px;
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_icon-arrow-wt.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  content: '';
}

#productsNvCf .p-btn > * > span {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

/* -- Color -- */
#productsNvCf .p-btnBlue > * {
  background-color: #1964ff;
}

#productsNvCf .p-btnLblue > * {
  background-color: #3dc6ff;
}

#productsNvCf .p-btnDblue > * {
  background-color: #053cb4;
}

#productsNvCf .p-btnBlack > * {
  background-color: #000;
}

#productsNvCf .p-btnBdrBlue > * {
  border: 4px solid #1964ff;
  background-color: transparent;
  color: #1964ff;
}

#productsNvCf .p-btnBdrBlue > *::after {
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_icon-arrow-bl.svg');
}

#productsNvCf .p-btnBdrLBlue > * {
  border: 4px solid #3dc6ff;
  background-color: transparent;
  color: #3dc6ff;
}

#productsNvCf .p-btnBdrLBlue > *::after {
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_icon-arrow-lbl.svg');
}

#productsNvCf .p-btnBdrDblue > * {
  border: 4px solid #053cb4;
  background-color: transparent;
  color: #053cb4;
}

#productsNvCf .p-btnBdrDblue > *::after {
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_icon-arrow-dbl.svg');
}

#productsNvCf .p-btnBdrBlack > * {
  border: 4px solid #000;
  background-color: transparent;
  color: #000;
}

#productsNvCf .p-btnBdrBlack > *::after {
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_icon-arrow-wt.svg');
}

/* -- Radius -- */
#productsNvCf .p-btnRadius > * {
  border-radius: 15px;
}

/* -- Icon -- */
#productsNvCf .p-btnPdf > *::after {
  width: 22px;
  height: 29px;
}

#productsNvCf .p-btnDblue.p-btnPdf > *::after {
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_icon-pdf-bl.svg');
}

@media only screen and (max-width: 767px) {
  #productsNvCf .p-btns {
    margin: -10px 0 0 -10px;
  }

  #productsNvCf .p-btns .p-btn {
    padding: 10px 0 0 10px;
  }

  #productsNvCf .p-btn > * {
    padding: 10px 30px;
  }

  #productsNvCf .p-btn > *::after {
    right: 15px;
    transform: translateY(-50%);
    width: calc(18px * 0.6);
    height: calc(6px * 0.6);
  }

  #productsNvCf .p-btn > * > span {
    font-size: 14px;
  }

  /* -- Color -- */
  #productsNvCf .p-btnBdrBlue > * {
    border: 2px solid #1964ff;
  }
  
  #productsNvCf .p-btnBdrLBlue > * {
    border: 2px solid #3dc6ff;
  }
  
  #productsNvCf .p-btnBdrDblue > * {
    border: 2px solid #053cb4;
  }
  
  #productsNvCf .p-btnBdrBlack > * {
    border: 2px solid #000;
  }

  /* -- Radius -- */
  #productsNvCf .p-btnRadius > * {
    border-radius: 7px;
  }
  
  /* -- Icon -- */
  #productsNvCf .p-btnPdf > *::after {
    width: calc(22px * 0.6);
    height: calc(29px * 0.6);
  }
}




/**
 * ================================================================================
 * Content Settings
 * ================================================================================
 */

/**
 * Loader
 * -------------------------------
 */

#productsNvCf #loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_loader.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 35px auto;
}

@media only screen and (max-width: 767px) {
  #productsNvCf #loader {
    background-size: 30px auto;
  }
}


/**
 * UCL
 * -------------------------------
 */

#productsNvCf #ucl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  background-color: #053cb4;
  text-align: center;
}

#productsNvCf #ucl > dl {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

#productsNvCf #ucl > dl > dt {
  display: block;
}

#productsNvCf #ucl > dl > dt img {
  width: 264px;
}

#productsNvCf #ucl > dl > dd {
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

#productsNvCf #ucl > dl > dd:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #fff;
  content: '';
}

@media only screen and (max-width: 767px) {
  #productsNvCf #ucl {
    display: block;
    height: auto;
    padding: 5px 10px 10px 10px;
  }

  #productsNvCf #ucl > dl {
    display: block;
  }

  #productsNvCf #ucl > dl > dt img {
    width: 60%;
  }

  #productsNvCf #ucl > dl > dd {
    padding-left: 0;
    margin-left: 0;
    padding-top: 10px;
    font-size: 12px;
  }

  #productsNvCf #ucl > dl > dd:before {
    width: 20px;
    height: 1px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
}


/**
 * Main Visual
 * -------------------------------
 */

#productsNvCf #mv {
  position: relative;
  z-index: 2;
}

#productsNvCf .mvTtl {
  line-height: 1;
}

#productsNvCf .mvScroll {
  position: absolute;
  left: 50%;
  bottom: -80px;
  padding-left: calc(100vw * (6 / 1600));
  padding-bottom: calc(100vw * (155 / 1600) + 80px);
  border-left: 1px solid #fff;
  line-height: 1;
}

#productsNvCf .mvScroll img {
  width: calc(100vw * (10 / 1600));
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #productsNvCf .mvScroll {
    padding-left: calc(1280px * (6 / 1600));
    padding-bottom: calc(1280px * (155 / 1600) + 80px);
  }

  #productsNvCf .mvScroll img {
    width: calc(1280px * (10 / 1600));
  }
}
@media only screen and (max-width: 767px) {
  #productsNvCf .mvScroll {
    bottom: -30px;
    padding-left: calc(100vw * (6 / 750) * 0.6);
    padding-bottom: calc(100vw * (155 / 750) * 0.45 + 30px);
  }

  #productsNvCf .mvScroll img {
    width: calc(100vw * (10 / 750) * 0.7);
  }
}


/**
 * Difference
 * -------------------------------
 */

#productsNvCf #difference {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

#productsNvCf #difference::before,
#productsNvCf #difference::after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  content: "";
}

#productsNvCf #difference::before {
  left: 0;
  background: #22469d;
  background: linear-gradient(to right, #22469d 0%,#008bff 100%);
}

#productsNvCf #difference::after {
  right: 0;
  background: #3dc6ff;
  background: linear-gradient(to right, #3dc6ff 0%,#007ccc 100%);
}

#productsNvCf .differenceInner {
  padding-top: 40px;
  padding-bottom: 55px;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.9);
}

#productsNvCf .differenceLists {
  display: flex;
}

#productsNvCf .differenceLists > li {
  width: 50%;
}

#productsNvCf .differenceListsInner {
  text-align: center;
}

#productsNvCf .differenceListsInner > dt {
  display: block;
  margin-bottom: 10px;
}

#productsNvCf .differenceListsInner > dt > span {
  display: inline-block;
  min-width: 320px;
  padding: 10px;
  border-radius: 1000px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

#productsNvCf .differenceListsNv .differenceListsInner > dt > span {
  background-color: #1964ff;
}

#productsNvCf .differenceListsDa .differenceListsInner > dt > span {
  background-color: #3dc6ff;
}

#productsNvCf .differenceListsInner > dd > p {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

#productsNvCf .differenceListsInner > dd > .p-caption {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

#productsNvCf .differenceListsInner > dd > div {
  margin-top: 5px;
}

#productsNvCf .differenceListsInner > dd > div img {
  width: 437px;
}

@media only screen and (max-width: 767px) {
  #productsNvCf #difference {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #productsNvCf .differenceInner {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 7px;
  }

  #productsNvCf .differenceLists {
    display: block;
  }

  #productsNvCf .differenceLists > li {
    width: 100%;
    margin-top: 25px;
  }
  
  #productsNvCf .differenceLists > li:nth-of-type(1) {
    margin-top: 0;
  }

  #productsNvCf .differenceListsInner > dt {
    margin-bottom: 5px;
  }

  #productsNvCf .differenceListsInner > dt > span {
    min-width: 70%;
    padding: 5px;
    font-size: 15px;
  }

  #productsNvCf .differenceListsInner > dd > p {
    font-size: 12px;
    line-height: 1.6;
  }

  #productsNvCf .differenceListsInner > dd > .p-caption {
    margin-top: 3px;
    font-size: 10px;
  }

  #productsNvCf .differenceListsInner > dd > div {
    margin-top: 5px;
  }

  #productsNvCf .differenceListsInner > dd > div img {
    width: 85%;
  }
}


/**
 * Which
 * -------------------------------
 */

/* -- .whichLead -- */
#productsNvCf .whichLead {
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center;
}

#productsNvCf .whichTxt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

#productsNvCf .whichTxt:nth-of-type(2) {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

/* -- .whichLists -- */
#productsNvCf .whichLists {
  background-color: #000;
  color: #fff;
}

#productsNvCf .whichListsMv {
  padding-top: 70px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#productsNvCf .whichListsMvTtl {
  line-height: 1;
}

#productsNvCf .whichListsMvTtl img {
  width: auto;
  height: 138px;
}

#productsNvCf .whichListsCompare {
  display: flex;
  margin-left: -50px;
  padding-top: 65px;
  padding-bottom: 80px;
}

#productsNvCf .whichListsCompare > li {
  width: 50%;
  padding-left: 50px;
}

#productsNvCf .whichListsCompareNv .whichListsCompareLabel {
  text-align: left;
}

#productsNvCf .whichListsCompareDa .whichListsCompareLabel {
  text-align: right;
}

#productsNvCf .whichListsCompareLabel {
  line-height: 1;
}

#productsNvCf .whichListsCompareLabel > span {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 226px;
  height: 52px;
  padding-bottom: 5px;
  background-position: 50% bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
}

#productsNvCf .whichListsCompareNv .whichListsCompareLabel > span {
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_which-lists-label-nv.svg');
}

#productsNvCf .whichListsCompareDa .whichListsCompareLabel > span {
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_which-lists-label-da.svg');
}

#productsNvCf .whichListsCompareLabel > span img {
  width: 133px;
}

#productsNvCf .whichListsCompareInner {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-width: 7px;
  border-style: solid;
  border-radius: 20px;
}

#productsNvCf .whichListsCompareNv .whichListsCompareInner {
  border-color: #1964ff;
  border-top-left-radius: 0;
}

#productsNvCf .whichListsCompareDa .whichListsCompareInner {
  border-color: #3dc6ff;
  border-top-right-radius: 0;
}

#productsNvCf .whichListsCompareInner > dt {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
}

#productsNvCf .whichListsCompareInner > dt > span {
  display: block;
}

#productsNvCf .whichListsCompareInner > dd {
  padding-left: 13px;
  padding-right: 13px;
}

#productsNvCf .whichListsCompareBallon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  width: 212px;
  height: 132px;
  padding-bottom: 26px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
}

#productsNvCf .whichListsCompareBallon > span {
  display: block;
}

#productsNvCf .whichListsCompareNv .whichListsCompareBallon {
  right: 15px;
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_which-lists-ballon-nv.svg');
}

#productsNvCf .whichListsCompareDa .whichListsCompareBallon {
  left: 15px;
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_which-lists-ballon-da.svg');
}

#productsNvCf .whichListsCompareBallon > span {
  line-height: 1.2;
  letter-spacing: -0.03em;
}

#productsNvCf .whichListsCompareBallon > span > span:nth-of-type(1) {
  display: inline-block;
  position: relative;
  color: #ffff00;
  font-size: 20px;
  font-weight: 700;
}

#productsNvCf .whichListsCompareBallon > span > span:nth-of-type(1)::before,
#productsNvCf .whichListsCompareBallon > span > span:nth-of-type(1)::after {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 70%;
  background-color: #ffff00;
  content: '';
}

#productsNvCf .whichListsCompareBallon > span > span:nth-of-type(1)::before {
  left: -8px;
  transform: rotate(-20deg);
}

#productsNvCf .whichListsCompareBallon > span > span:nth-of-type(1)::after {
  right: -8px;
  transform: rotate(20deg);
}

#productsNvCf .whichListsCompareBallon > span > span:nth-of-type(2) {
  display: block;
  margin-top: 5px;
  color: #d0d0d0;
  font-size: 16px;
}

#productsNvCf .whichListsCompareLogo {
  position: absolute;
  top: 10px;
}

#productsNvCf .whichListsCompareNv .whichListsCompareLogo {
  left: 8px;
}

#productsNvCf .whichListsCompareDa .whichListsCompareLogo {
  right: 8px;
}

#productsNvCf .whichListsCompareLogoAsw {
  width: 103px;
}

#productsNvCf .whichListsCompareTtl {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
}

#productsNvCf .whichListsCompareTtl > span {
  color: #d0d0d0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

#productsNvCf .whichListsCompareTtlLogo {
  position: absolute;
  right: 0;
  bottom: 10px;
}

#productsNvCf .whichListsCompareTtlLogoZenrin {
  width: 95px;
}

#productsNvCf .whichListsCompareTtlLogoWxga {
  width: 92px;
}

#productsNvCf .whichListsCompareTtlLogoHires {
  width: 68px;
}

#productsNvCf .whichListsCompareTtlLogoApp {
  width: 82px;
}

#productsNvCf .whichListsCompareTxt {
  color: #d0d0d0;
  font-size: 15.5px;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

/* -- .whichLists01 -- */
#productsNvCf .whichLists01 .whichListsMv {
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_which-lists01-mv-bg.jpg');
}

/* -- .whichLists02 -- */
#productsNvCf .whichLists02 .whichListsMv {
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_which-lists02-mv-bg.jpg');
}

/* -- .whichLists03 -- */
#productsNvCf .whichLists03 .whichListsMv {
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_which-lists03-mv-bg.jpg');
}

#productsNvCf .whichLists03 .whichListsCompareBallon > span > span:nth-of-type(1)::before {
  left: -12px;
}

#productsNvCf .whichLists03 .whichListsCompareBallon > span > span:nth-of-type(1)::after {
  right: -12px;
}

/* -- .whichLists04 -- */
#productsNvCf .whichLists04 .whichListsMv {
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_which-lists04-mv-bg.jpg');
}

#productsNvCf .whichLists04 .whichListsCompareDa .whichListsCompareBallon > span > span:nth-of-type(1)::before {
  left: -3px;
}

#productsNvCf .whichLists04 .whichListsCompareDa .whichListsCompareBallon > span > span:nth-of-type(1)::after {
  right: -3px;
}

/* -- .whichLists05 -- */
#productsNvCf .whichLists05 .whichListsMv {
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_which-lists05-mv-bg.jpg');
}

#productsNvCf .whichLists05 .whichListsCompareBallon > span > span:nth-of-type(1)::before,
#productsNvCf .whichLists05 .whichListsCompareBallon > span > span:nth-of-type(1)::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  /* -- .whichLead -- */
  #productsNvCf .whichLead {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  #productsNvCf .whichTxt {
    font-size: 12px;
    line-height: 1.7;
  }

  #productsNvCf .whichTxt:nth-of-type(2) {
    margin-top: 10px;
    font-size: 13px;
  }

  /* -- .whichLists -- */
  #productsNvCf .whichListsMv {
    padding-top: 30px;
  }

  #productsNvCf .whichListsMvTtl img {
    width: auto;
    height: calc(100vw * (138 / 750) * 0.7);
  }

  #productsNvCf .whichListsCompare {
    display: block;
    margin-left: 0;
    margin-top: -20px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  #productsNvCf .whichListsCompare > li {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  #productsNvCf .whichListsCompareLabel > span {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    width: calc(226px * 0.6);
    height: calc(52px * 0.6);
    padding-bottom: 3px;
  }

  #productsNvCf .whichListsCompareLabel > span img {
    width: calc(133px * 0.6);
  }

  #productsNvCf .whichListsCompareInner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-width: 3px;
    border-radius: 10px;
  }
  
  #productsNvCf .whichListsCompareInner > dt {
    margin-bottom: 10px;
  }

  #productsNvCf .whichListsCompareInner > dd {
    padding-left: calc(100vw * (13 / 750) * 1.5);
    padding-right: calc(100vw * (13 / 750) * 1.5);
  }

  #productsNvCf .whichListsCompareBallon {
    top: -30px;
    width: calc(212px * 0.6);
    height: calc(132px * 0.6);
    padding-bottom: calc(26px * 0.6);
  }

  #productsNvCf .whichListsCompareNv .whichListsCompareBallon {
    right: 8px;
  }

  #productsNvCf .whichListsCompareDa .whichListsCompareBallon {
    left: 8px;
  }

  #productsNvCf .whichListsCompareBallon > span > span:nth-of-type(1) {
    font-size: 12px;
  }

  #productsNvCf .whichListsCompareBallon > span > span:nth-of-type(1)::before,
  #productsNvCf .whichListsCompareBallon > span > span:nth-of-type(1)::after {
    height: 70%;
  }

  #productsNvCf .whichListsCompareBallon > span > span:nth-of-type(1)::before {
    left: -4px;
  }

  #productsNvCf .whichListsCompareBallon > span > span:nth-of-type(1)::after {
    right: -4px;
  }

  #productsNvCf .whichListsCompareBallon > span > span:nth-of-type(2) {
    margin-top: 3px;
    font-size: 10px;
  }

  #productsNvCf .whichListsCompareLogo {
    top: 5px;
  }

  #productsNvCf .whichListsCompareNv .whichListsCompareLogo {
    left: 4px;
  }

  #productsNvCf .whichListsCompareDa .whichListsCompareLogo {
    right: 4px;
  }

  #productsNvCf .whichListsCompareLogoAsw {
    width: calc(103px * 0.6);
  }

  #productsNvCf .whichListsCompareTtl {
    padding-bottom: 4px;
    margin-bottom: 5px;
  }

  #productsNvCf .whichListsCompareTtl > span {
    font-size: 15px;
  }

  #productsNvCf .whichListsCompareTtlLogo {
    bottom: 5px;
  }

  #productsNvCf .whichListsCompareTtlLogoZenrin {
    width: calc(95px * 0.6);
  }

  #productsNvCf .whichListsCompareTtlLogoWxga {
    width: calc(92px * 0.6);
  }

  #productsNvCf .whichListsCompareTtlLogoHires {
    width: calc(68px * 0.6);
  }

  #productsNvCf .whichListsCompareTtlLogoApp {
    width: calc(82px * 0.6);
  }

  #productsNvCf .whichListsCompareTxt {
    font-size: 11.5px;
  }

  /* -- .whichLists03 -- */
  #productsNvCf .whichLists03 .whichListsCompareBallon > span > span:nth-of-type(1)::before {
    left: -6px;
  }

  #productsNvCf .whichLists03 .whichListsCompareBallon > span > span:nth-of-type(1)::after {
    right: -6px;
  }

  /* -- .whichLists04 -- */
  #productsNvCf .whichLists04 .whichListsCompareDa .whichListsCompareBallon > span > span:nth-of-type(1)::before {
    left: -2px;
  }

  #productsNvCf .whichLists04 .whichListsCompareDa .whichListsCompareBallon > span > span:nth-of-type(1)::after {
    right: -2px;
  }
}


/**
 * Recommend
 * -------------------------------
 */

#productsNvCf #recommend {
  padding-top: 85px;
  padding-bottom: 120px;
  background-color: #1a1a1a;
}

#productsNvCf .recommendTabNav {
  display: flex;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: -150px;
}

#productsNvCf .recommendTabNav > li {
  width: 50%;
  padding-left: 150px;
  text-align: center;
}

#productsNvCf .recommendTabNav > li > * {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

#productsNvCf .recommendTabNav > li > span {
  display: block;
  margin-bottom: 15px;
}

#productsNvCf .recommendTabNav > li > span::before {
  position: absolute;
  left: 50%;
  top: -135px;
  width: 1px;
  height: 110px;
  background-color: #fff;
  content: '';
}

#productsNvCf .recommendTabNav > li > a {
  display: block;
  padding: 25px 80px;
  border-radius: 14px;
  text-decoration: none;
}

#productsNvCf .recommendTabNav > li > a.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#productsNvCf .recommendTabNav > .recommendTabNavNv > a {
  background-color: #1964ff;
}

#productsNvCf .recommendTabNav > .recommendTabNavDa > a {
  background-color: #3dc6ff;
}

#productsNvCf .recommendTabNav > li > a::before,
#productsNvCf .recommendTabNav > li > a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
}

#productsNvCf .recommendTabNav > li > a::before {
  right: 25px;
  width: 28px;
  height: 28px;
  border-radius: 1000px;
  background-color: #fff;
}

#productsNvCf .recommendTabNav > li > a::after {
  position: absolute;
  right: 32px;
  width: 0;
  height: 0;
  margin-top: 1px;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  transition: 0.2s ease-out;
}

#productsNvCf .recommendTabNav > .recommendTabNavNv > a::after {
  border-color: #1964ff transparent transparent transparent;
}

#productsNvCf .recommendTabNav > .recommendTabNavDa > a::after {
  border-color: #3dc6ff transparent transparent transparent;
}

#productsNvCf .recommendTabNav > li > a.active::after {
  margin-top: -1px;
  transform: translateY(-50%) rotate(180deg);
}

#productsNvCf .recommendTabContent {
  position: relative;
  z-index: 2;
  margin-top: -10px;
}

#productsNvCf .recommendTabContent > li {
  display: none;
  padding: 35px 60px 55px 60px;
  border-top-width: 10px;
  border-top-style: solid;
  background-color: #fff;
}

#productsNvCf .recommendTabContent > li.active {
  display: block;
}

#productsNvCf .recommendTabContent > #recommendTabNv {
  border-top-color: #1964ff;
}

#productsNvCf .recommendTabContent > #recommendTabDa {
  border-top-color: #3dc6ff;
}

#productsNvCf .recommendTtl {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

#productsNvCf .recommendLists > li {
  margin-top: 50px;
}

#productsNvCf .recommendLists > li:nth-of-type(1) {
  margin-top: 0;
}

#productsNvCf .recommendLists > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#productsNvCf .recommendListsInner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 25px 30px 30px;
}

#productsNvCf #recommendTabNv .recommendListsInner {
  background-color: #1964ff;
}

#productsNvCf #recommendTabDa .recommendListsInner {
  background-color: #3dc6ff;
}

#productsNvCf .recommendListsInner > dt {
  display: block;
  width: 26%;
}

#productsNvCf .recommendListsInner > dd:nth-of-type(1) {
  width: 44%;
  padding-left: 20px;
}

#productsNvCf .recommendListsInner > dd:nth-of-type(2) {
  width: 30%;
}

#productsNvCf .recommendListsTtl {
  line-height: 1.4;
}

#productsNvCf .recommendListsTtlBallon {
  display: block;
  width: 345px;
  text-align: center;
}

#productsNvCf .recommendListsTtlBallon > span {
  display: inline-block;
  position: relative;
  color: #ffff00;
  font-size: 21px;
  font-weight: 700;
}

#productsNvCf .recommendListsTtlBallon > span::before,
#productsNvCf .recommendListsTtlBallon > span::after {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #ffff00;
  content: '';
}

#productsNvCf .recommendListsTtlBallon > span::before {
  left: -20px;
  transform: rotate(-20deg);
}

#productsNvCf .recommendListsTtlBallon > span::after {
  right: -20px;
  transform: rotate(20deg);
}

#productsNvCf .recommendListsTtlLabel {
  display: inline-block;
  width: 345px;
  padding: 6px 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #ffff00;
  border-radius: 7px;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

#productsNvCf .recommendListsTtlBallon + .recommendListsTtlLabel {
  margin-bottom: 10px;
}

#productsNvCf .recommendListsModel {
  margin-top: auto;
  line-height: 1.4;
}

#productsNvCf .recommendListsModelSubttl {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

#productsNvCf .recommendListsModelTtl {
  display: flex;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  letter-spacing: 0.1em;
}

#productsNvCf .recommendListsModelTtl img {
  display: inline-block;
  width: 105px;
  margin-top: 8px;
  margin-left: 25px;
}

#productsNvCf .recommendListsBtn {
  text-align: center;
}

#productsNvCf .recommendListsBtn > dt {
  display: block;
  margin-bottom: 20px;
}

#productsNvCf .recommendListsBtn > dt img {
  width: 246px;
}

#productsNvCf .recommendListsBtn > dt img {
  width: 216px;
}

#productsNvCf .recommendListsBtn > dd .p-btn > * {
  padding: 10px 45px 10px 15px;
}

#productsNvCf .recommendListsBtn > dd .p-btn > *::after {
  right: 15px;
}

#productsNvCf .recommendListsBtn > dd .p-btn > * > span {
  font-size: 13px;
}

#productsNvCf .recommendBtn {
  padding-top: 50px;
  text-align: center;
}

#productsNvCf .recommendBtn .p-btn > * {
  width: 675px;
}

@media only screen and (max-width: 767px) {
  #productsNvCf #recommend {
    padding-top: 35px;
    padding-bottom: 55px;
  }

  #productsNvCf .recommendTabNav {
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
  }

  #productsNvCf .recommendTabNav > li {
    padding-left: 10px;
  }

  #productsNvCf .recommendTabNav > li > * {
    font-size: 14px;
  }

  #productsNvCf .recommendTabNav > li > span {
    margin-bottom: 10px;
  }

  #productsNvCf .recommendTabNav > li > span::before {
    display: none;
  }

  #productsNvCf .recommendTabNav > li > a {
    padding: 10px 40px;
    border-radius: 7px;
  }
  
  #productsNvCf .recommendTabNav > li > a.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  #productsNvCf .recommendTabNav > li > a::before {
    right: 10px;
    width: calc(28px * 0.6);
    height: calc(28px * 0.6);
  }

  #productsNvCf .recommendTabNav > li > a::after {
    right: 14px;
    margin-top: 1px;
    border-width: 7px 4.5px 0 4.5px;
  }

  #productsNvCf .recommendTabNav > li > a.active::after {
    margin-top: -1px;
  }
  
  #productsNvCf .recommendTabContent {
    margin-top: -5px;
  }

  #productsNvCf .recommendTabContent > li {
    display: none;
    padding: 20px 15px;
    border-top-width: 5px;
  }

  #productsNvCf .recommendTtl {
    margin-bottom: 20px;
    font-size: 14px;
  }

  #productsNvCf .recommendLists > li {
    margin-top: 20px;
  }

  #productsNvCf .recommendListsInner {
    padding: 10px 10px 10px 10px;
  }

  #productsNvCf .recommendListsInner > dt {
    width: 45%;
  }

  #productsNvCf .recommendListsInner > dd:nth-of-type(1) {
    width: 55%;
    padding-left: 15px;
  }
  
  #productsNvCf .recommendListsInner > dd:nth-of-type(2) {
    width: 100%;
    margin-top: 15px;
  }

  #productsNvCf .recommendListsTtlBallon {
    width: 100%;
  }

  #productsNvCf .recommendListsTtlBallon > span {
    font-size: 12px;
  }

  #productsNvCf .recommendListsTtlBallon > span::before {
    left: -10px;
  }

  #productsNvCf .recommendListsTtlBallon > span::after {
    right: -10px;
  }

  #productsNvCf .recommendListsTtlLabel {
    width: 100%;
    padding: 3px 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 3.5px;
    font-size: 12px;
  }

  #productsNvCf .recommendListsTtlBallon + .recommendListsTtlLabel {
    margin-bottom: 5px;
  }

  #productsNvCf .recommendListsModelSubttl {
    font-size: 11.5px;
  }

  #productsNvCf .recommendListsModelTtl {
    display: block;
    font-size: 18px;
  }

  #productsNvCf .recommendListsModelTtl img {
    width: 105px;
    margin-top: 3px;
    margin-left: 0;
  }

  #productsNvCf .recommendListsBtn > dt {
    margin-bottom: 10px;
  }

  #productsNvCf .recommendListsBtn > dt img {
    width: calc(246px * 0.7);
  }

  #productsNvCf .recommendListsBtn > dt img {
    width: calc(216px * 0.7);
  }
  
  #productsNvCf .recommendListsBtn > dd .p-btn {
    width: 100%;
  }

  #productsNvCf .recommendListsBtn > dd .p-btn > * {
    padding: 10px 30px;
  }

  #productsNvCf .recommendListsBtn > dd .p-btn > *::after {
    right: 15px;
  }

  #productsNvCf .recommendListsBtn > dd .p-btn > * > span {
    font-size: 12px;
  }

  #productsNvCf .recommendBtn {
    padding-top: 20px;
  }
  
  #productsNvCf .recommendBtn .p-btn {
    width: 100%;
  }

  #productsNvCf .recommendBtn .p-btn > * {
    width: 100%;
  }
}


/**
 * Bottom
 * -------------------------------
 */

#productsNvCf #bottom {
  padding-top: 70px;
  padding-bottom: 110px;
  background-color: #e6e6e6;
  text-align: center;
}

#productsNvCf .bottomBtn .p-btn > * {
  width: 630px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#productsNvCf .bottomTxt {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 700;
}

#productsNvCf .bottomLogos {
  letter-spacing: -.40em;
  margin-top: 50px;
  margin-left: -80px;
}

#productsNvCf .bottomLogos > li {
  display: inline-block;
  padding-left: 80px;
  letter-spacing: normal;
  vertical-align: middle;
}

#productsNvCf .bottomLogos > li:nth-of-type(1) img {
  width: 308px;
}

#productsNvCf .bottomLogos > li:nth-of-type(2) img {
  width: 258px;
}

@media only screen and (max-width: 767px) {
  #productsNvCf #bottom {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  
  #productsNvCf .bottomBtn {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  #productsNvCf .bottomBtn .p-btn {
    width: 100%;
  }

  #productsNvCf .bottomBtn .p-btn > * {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #productsNvCf .bottomTxt {
    margin-top: 30px;
    font-size: 11px;
  }

  #productsNvCf .bottomLogos {
    margin-top: 25px;
    margin-left: -30px;
  }

  #productsNvCf .bottomLogos > li {
    padding-left: 30px;
  }

  #productsNvCf .bottomLogos > li:nth-of-type(1) img {
    width: calc(308px * 0.45);
  }

  #productsNvCf .bottomLogos > li:nth-of-type(2) img {
    width: calc(258px * 0.45);
  }
}


/**
 * Floating
 * -------------------------------
 */

#productsNvCf .floating {
  position: fixed;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

#productsNvCf .floating.active {
  opacity: 1;
  visibility: visible;
}

#productsNvCf .floatingNv {
  left: 0;
}

#productsNvCf .floatingDa {
  right: 0;
}

#productsNvCf .floatingBanner {
  margin-top: -35px;
}

#productsNvCf .floatingBanner > li {
  margin-top: 35px;
}

#productsNvCf .floatingBannerInner {
  padding: 0 10px 10px 10px;
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: 100% auto;
}

#productsNvCf .floatingNv .floatingBannerInner {
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_floating-nv-bg.png');
}

#productsNvCf .floatingDa .floatingBannerInner {
  background-image: url('/files/cdb/ZZ/products/navi/navidacompare/2301/zz_products_navi_navidacompare_floating-da-bg.png');
}

#productsNvCf .floating .floatingBannerInner > a {
  display: block;
  text-decoration: none;
}

#productsNvCf .floating .floatingBannerInner > a > span {
  display: block;
  line-height: 1;
}

#productsNvCf .floating .floatingBannerInner > a > span:nth-of-type(1) {
  margin-bottom: 15px;
}

#productsNvCf .floating .floatingBannerInner > a > span:nth-of-type(2) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 5px 20px 5px 10px;
  border-radius: 2px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

#productsNvCf .floating .floatingBannerInner > a > span:nth-of-type(2)::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}

#productsNvCf .floating .floatingBannerInner > a > span:nth-of-type(2) > span > span {
  color: #ffff00;
}

@media only screen and (max-width: 767px) {
  #productsNvCf .floating {
    top: auto;
    bottom: 0;
    transform: translateY(0);
    width: 50vw;
    background-color: #000;
  }

  #productsNvCf .floatingBanner {
    margin-top: -1px;
  }

  #productsNvCf .floatingBanner > li {
    margin-top: 1px;
  }

  #productsNvCf .floatingBannerInner {
    padding: 5px 10px;
    background-image: none !important;
  }

  #productsNvCf .floatingNv .floatingBannerInner {
    background-color: #005eff;
    margin-right: 1px;
  }

  #productsNvCf .floatingDa .floatingBannerInner {
    background-color: #00a0ff;
    margin-left: 1px;
  }

  #productsNvCf .floating .floatingBannerInner > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #productsNvCf .floating .floatingBannerInner > a > span:nth-of-type(1) {
    width: 40%;
    margin-bottom: 0;
    padding-right: 5px;
  }

  #productsNvCf .floating .floatingBannerInner > a > span:nth-of-type(2) {
    width: 60%;
    height: 20px;
    padding: 3px 10px 3px 5px;
    font-size: 10px;
  }

  #productsNvCf .floating .floatingBannerInner > a > span:nth-of-type(2)::after {
    right: 7px;
    width: 5px;
    height: 5px;
  }
}

