h1 {
  font-size: 2em;
  font-weight: 400;
  text-align: center;
}
br.pc {
  display: none;
}
img {
  max-width: 100%;
}
.hidden {
  display: none !important;
}
/** -------------------------------
 * main
 */
#main {
  width: auto;
  opacity: 0;
  margin-bottom: 5rem;
}
#main.loaded {
  opacity: 1;
}

/** -------------------------------
 * font-size
 */
.lead .smaller {
    font-size: 12px;
    font-size: 3.125vw;
}
.section .noteText {
    font-size: 12px;
    font-size: 3.125vw;
    line-height: 1.5;
    display: inline-block;
    margin-top: 1rem;
}

/** -------------------------------
 * font-decoration
 */
.section .redText {
  color: #c3002c;
}
.section .spBlackText {
  color: #000000;
}
.section .redTextBox,
.section.articleBasicModule .header span > span.redTextBox {
  background-color: #c3002c;
  color: #fff;
  font-size: 0.8em;
  padding: 0.1em .25em;
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: text-top;
}
.section .boldText {
  font-weight: bold;
}
.section .bigText {
  font-size: 1.75em!important;
}
.section .smallText {
  font-size: 0.5em!important;
}
.section .midText {
  font-size: 0.85em!important;
}
.section h2 .nText {
  font-size: 1.0rem!important;
  font-weight: normal;
}

.txtlink {
  color: #666;
  border-bottom: 1px solid;
  text-decoration: none;
}

.wltc img,
.jc08 img {
  height: 1em;
  vertical-align: middle;
  padding-right: 0.5em;
}
.titleCell {
  vertical-align: middle;
}

.images img,
.description a img {
  max-width: 100%;
  width: 100%;
}

.section h2.pointBox {
  display: block;
  position: relative;
}
.section h2.pointBox > span {
  display: inline;
}
.section h2.pointBox > span.red_box > span {
  font-size: 1rem!important;
  font-weight: bold;
  padding: 0 0.25rem;
}
.section h2.pointBox > span.red_box + span {
  padding-left: 0;
  margin-top: 0.8rem;
}

/** -------------------------------
 * button
 */
.content .button {
  width: 100%;
  height: 3.59375vw;
  position: relative;
  display: table;
  margin-top: .25em;
  background-color: #eee;
}
.content .button span {
  padding: 0 18px;
  padding: 3vw 1.40625vw;
  display: table-cell;
  font-size: .915em;
  color: #000;
  line-height: 1.1;
  vertical-align: middle;
}
.content .button:hover span {
  color: #c3002c;
}
.content .button:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  display: block;
  width: 8px;
  height: 10px;
  margin-top: -5px;
  background-image: url(../IMAGES/arrow_red.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 10px;
}

.section.articleBasicModule .header .security {
  top: -3rem;
}


/** -------------------------------
 * caution
 */
/* @smartphone */
.section.articleBasicModule.accordion-wrap .content {
    margin-top: 2rem;
    padding: 0 3.667%;
}
.accordion-wrap .content .wrap {
  position: relative;
  /*border-bottom: 1px solid #c2c2c2;*/
}
.section.accordion-wrap h2.no-deco {
  padding-top: 0.5rem;
}
.section.accordion-wrap .header:before {
  display: none;
}
.accordion-wrap .content .header {
  display: table;
  width: 100%;
  height: 10.4vw;
  background-image: url(../IMAGES/icon_open.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 10.4vw;
  border-top: 1px solid #c2c2c2;
  cursor: pointer;
  padding: 0 3.6rem 0 0;
}
.accordion-wrap .content .header.open {
  background-image: url(../IMAGES/icon_close.png);
}
.accordion-wrap .content .header span {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}
.section.accordion-wrap h2.pointBox > span.red_box + span {
  padding-left: 0.5rem;
}
.accordion-wrap .content .container {
  display: none;
  padding-bottom: 3vw;
}
.section.accordion-wrap .content > .wrap > div + .container {
  margin-top: 0;
}

/** -------------------------------
 * dl dt dd
 */
.content dt {
    font-size: 3.733vw;
    font-weight: bold;
    line-height: 1.57;
}
.content dd {
    font-size: 3.733vw;
    line-height: 1.57;
}


/* specInformation */
.section.articleBasicModule.specInformation {
  padding-top: 0;
  border-top: none;
}
.section.articleBasicModule.specInformation .header:before{
  display: none;
}
.section.articleBasicModule.specInformation .header {
  border-top: 1px solid #c1c1c1;
  padding: 0;
}
.section.articleBasicModule.specInformation .header h1 {
  background-image: none;
  display: table-cell;
  vertical-align: middle;
}
.section.articleBasicModule.specInformation .header span {
  font-size: 1.142857142rem;
  font-weight: normal;
  padding-left: 5px;
}
.section.specInformation h2.no-deco {
  font-size: 1.142857142rem;
}
.specInformation.accordion-wrap .lead {
  padding-right: 0;
}
.specInformation .legend {
  text-align: right;
  font-size: 0.857142857rem;
}

/* specList */
dl.specList {
  border-top: none;
  border-left: 1px solid #eeeeee;
}
dl.specList+.specList {
  border-top: none;
  border-left: 1px solid #eeeeee;
}
dl.specList dt,
dl.specList dd {
  padding: 12px 15px;
  height: auto;
}

/** -------------------------------
 * noteBox
 */
.section .noteBox {
    border: 1px solid #c1c1c1;
    padding: 0.5rem 0.8rem;
    font-size: 1.2rem;
    margin-top: 1rem;
}

/** -------------------------------
 * gray_box1
 */
.gray_box1 p {
    text-align: left;
}
.gray_box1 a {
  display: inline;
}

/** -------------------------------
 * movie
 */
.movieWrap {
    position: relative;
    margin-top: 3vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    /*padding-top: 56.25%;*/
}
/*.movieWrap .movie {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}*/

/** -------------------------------
 * block内div.table
 */
.articleBasicModule .lead {
  vertical-align: middle;
}

.accordion-wrap.specInformation .description table.spec th,
.accordion-wrap.specInformation .description table.spec td {
  font-size: 1rem;
}

/** -------------------------------
*.wideColumn 幅いっぱいコンテンツ
*/
.section.wideColumn .content {
  padding: 0;
}
.section.wideColumn .lead {
  padding: 0 4vw;
}
.section.wideColumn .description {
  font-size: 14px;
  font-size: 3.733vw;
  margin: 0 4.296%;
}
.section.wideColumn .image {
  margin-top: 4vw;
}
.section.wideColumn .image img {
  max-width: 100%;
  width: 100%;
}
.section.wideColumn .caption {
  display: block;
  padding: 0;
  padding-top: 2.4vw;
  font-size: 12px;
  font-size: 3.125vw;
}


/** -------------------------------
 * header
 */
#header {
  clear: both;
  padding: 0 15px;
  padding-top: 3.4285714286em;
  margin-bottom: 1em;
}
#header > .wrap {
  display: block;
}
#header h1 {
  line-height: 1;
}
#header p {
  text-align: center;
  color: #666666;
}
.panel {
    text-align: center;
    margin-top: 3.5714285714em;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}
.docked-nav-wrapper {
    text-align: center;
}
.panel ul {
    list-style: none;
    margin: 0 0 1.2857142857em;
    padding: 0;
    border-top: 1px solid #c1c1c1;
}
.panel li {
    width: 100%;
    display: table;
    border-bottom: 1px solid #c1c1c1;
}
.panel a {
    width: 100%;
    min-height: 2.7142857143em;
    padding: .7777777778em 1.1111111111em .7777777778em 0;
    color: #343434;
    font-size: .8571428571em;
    font-family: "Nissan Bold";
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    position: relative;
}
.panel a:after {
    color: rgb(195, 0, 47);
    font-size: 1em;
    content: "";
    margin-top: -0.5em;
    position: absolute;
    top: 50%;
    right: 0px;
    font-family:icon-Nissan-Global;
}
.panel a:hover {
    color: #c71444;
    text-decoration: none;
}

/** -------------------------------
 * section
 */
.section {
  clear: both;
  margin-top: 15%;
}
.section > .wrap {
  display: block;
}
.section .header {
  position: relative;
}
.section > .header {
  padding: 0 15px;
}
.section .header:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  display: block;
  width: 70px;
  height: 4px;
  border-top: 6px solid #c3002c;
}
.section .content .header:before {left: 0;}
.section > .header:before {
  left: 4%;
}
.section .header h1 {
  display: table;
  width: 100%;
}
.section .header span {
  display: table-cell;
  padding: 3.6% 0;
  font-size: 16px;
  font-size: 4.266vw;
  font-weight: bold;
  vertical-align: middle;
}
.section .header span em {
  font-size: 10px;
  font-size: 2.666vw;
  font-style: normal;
  font-weight: normal;
}
.section h2 {
  font-size: 1.2rem;
  font-weight: bold;
}
.section h3 {
  font-size: 1.571428571rem;
}
.section h4 {}

/** -------------------------------
 * section | fileListModule
 */
.section.fileListModule {}
.section.fileListModule > .wrap {}
.section.fileListModule .content {
  margin-top: 2.8%;
  padding: 0 5%;
}
.section.fileListModule .content ul {

}
.section.fileListModule .content li {
  display: block;
  margin-top: 4%;
}
.section.fileListModule .content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 15vw;
  background-color: #eee;
}
.section.fileListModule .content a:after {
  top: 0;
  right: 5%;
}
.section.fileListModule .content a:hover {
  text-decoration: none;
}
.section.fileListModule .content span {
  display: table-cell;
  font-weight: bold;
  padding-left: 4%;
  font-size: 12px;
  font-size: 3.2vw;
  color: #333;
  line-height: 1.1;
  vertical-align: middle;
}
.section.fileListModule .content span span {
  font-weight: normal;
  padding-left: 0;
}

.carlifecollectionBtn .content a {
  background: url('../../COMMON/IMAGES/carlife_etc.jpg') no-repeat 1% center;
  padding-left: 18%;
  background-size: 16%;
}
.carlifecollectionBtn.dRecorder .content a {
  background-image: url('../../COMMON/IMAGES/carlife_dreco.jpg');
}
.carlifecollectionBtn.etc .content a {
  background-image: url('../../COMMON/IMAGES/carlife_etc.jpg');
}

/** -------------------------------
 * section | customModule
 */
.section.customModule {}
.section.customModule > .wrap {}
.section.customModule .content {
  margin-top: 2.4%;
}


/** -------------------------------
 * section | articleBlockModule
 */
.section.articleBlockModule {
  padding-top: 8.533%;
  border-top: 1px solid #c1c1c1;
}
.section.articleBlockModule > .wrap > .header {padding: 0 15px;}
.section.articleBlockModule .header {}
.section.articleBlockModule .header h1 {
  background-image: url(../IMAGES/line01.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 1px;
  text-align: left;
}
.section.articleBlockModule .header span {
  line-height: 1.3;
  font-size: 1em;
  font-weight: 400;
}
.section.articleBlockModule .header span em {
  font-size: 12px;
  font-size: 3.125vw;
  font-weight: bold;
}
.section.articleBlockModule .content {
  margin-top: 6.9vw;
}
.section.articleBlockModule .content > .wrap {

}
.section.articleBlockModule .overview {
  margin-top: -1.6%;
  padding: 0 4%;
  padding-bottom: 5.6%;
  font-size: 14px;
  font-size: 3.733vw;
  line-height: 1.57;
}
.section.articleBlockModule.noBorderTop {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.section.articleBlockModule .lead {
  margin-top: 0;
  font-size: 14px;
  font-size: 3.733vw;
  font-weight: bold;
  line-height: 1.5;
}
.section.articleBlockModule .description {
  margin-top: 2%;
  font-size: 14px;
  font-size: 3.733vw;
  line-height: 1.57;
}


/** -------------------------------
 * section | articleBasicModule
 */
.section.articleBasicModule {
  padding-top: 8.533%;
  border-top: 1px solid #c1c1c1;
}
.section.articleBasicModule > .wrap > .header {padding: 0 15px;}
.section.articleBasicModule .header {}
.section.articleBasicModule .header h1 {
  background-image: url(../IMAGES/line01.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 1px;
  text-align: left;
}
.section.articleBasicModule .header span {
  line-height: 1.3;
  font-size: 1em;
  font-weight: 400;
  position: relative;
}
.section.articleBasicModule .header span em {
  font-size: 12px;
  font-size: 3.125vw;
  font-weight: bold;
}
.section.articleBasicModule .header span span {
  display: inline;
}

.section.articleBasicModule .content {
  margin-top: 3.2vw;
  padding: 0 15px;
}
.section.articleBasicModule.gray_box1 .content,
.section.articleBasicModule.gray_box2 .content {
  margin: 3.2vw 15px 0;
}
.section.articleBasicModule .content > .wrap {}
.section.articleBasicModule .description {
  font-size: 14px;
  font-size: 3.733vw;
  line-height: 1.57;
}
.section.articleBasicModule .description em {
  font-size: 12px;
  font-size: 3.125vw;
}
.section.articleBasicModule .image {
  margin-top: 3vw;
}
.section.articleBasicModule .image img {
  max-width: 100%;
  width: 100%;
}
.section.articleBasicModule .image span {
  display: block;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.section.articleBasicModule .caption {
  margin-top: 3.2vw;
  font-size: 12px;
  font-size: 3.125vw;
  line-height: 1.57;
}

.section.articleBasicModule.noBorderTop {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.section.articleBasicModule .header span .category,
.section .lead .category,
.section .description .category {
    display: inline-block;
    margin-left: 1.25vw;
    padding: 0.78125vw 1.3125vw;
    border: 1px solid #333;
    font-size: .703234em;
    font-weight: normal;
    line-height: 1.1;
    white-space: nowrap;
    vertical-align: text-bottom;
}
.section .lead .category,
.section .description .category {
    font-size: 1rem;
}

.section.articleBasicModule .container > .block+.block,
.section.articleBasicModule .overview+.overview,
.section.articleBasicModule .container+.container,
.section.articleBasicModule .overview+.lead,
.section.articleBasicModule .overview+.description,
.section.articleBasicModule .lead+.overview,
.section.articleBasicModule .description+.overview,
.section.articleBasicModule .description+.container,
.section.articleBasicModule .description+.description,
.section.articleBasicModule .description+.lead,
.section.articleBasicModule .header+.description,
.section.articleBasicModule .lead+.description,
.section.articleBasicModule .container+.lead,
.section.articleBasicModule .container+.description,
.section.articleBasicModule .container+.table {
    margin-top: 3vw;
}

.section.articleBasicModule .lead {
  margin-top: 0;
  font-size: 14px;
  font-size: 3.733vw;
  font-weight: bold;
  line-height: 1.5;
}
.section.articleBasicModule.gray_box2 .lead {
  margin: 0.5rem 0;
}
.section.articleBasicModule .block.imgUnderText > div {
  max-width: 100%;
  height: 100%;
}



/** -------------------------------
 * section | articleCustomModule
 */
.section.articleCustomModule {
  padding-top: 8.533%;
  border-top: 1px solid #c1c1c1;
}
.section.articleCustomModule > .wrap {}
.section.articleCustomModule .header {

}
.section.articleCustomModule .header h1 {
  background-image: url(../IMAGES/line01.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 1px;
}
.section.articleCustomModule .header span {
  line-height: 1.3;
  font-size: 16px;
  font-size: 4.266vw;
}
.section.articleCustomModule .header span em {
  font-size: 12px;
  font-size: 3.125vw;
  font-weight: bold;
}
.section.articleCustomModule .content {
  margin-top: 3.2vw;
  padding: 0 15px;
}
.section.articleCustomModule .content > .wrap {

}

.section.articleCustomModule .lead {
  margin-top: 0;
  font-size: 14px;
  font-size: 3.733vw;
  font-weight: bold;
  line-height: 1.5;
}
.section.articleCustomModule .description {
  margin-top: 2%;
  font-size: 14px;
  font-size: 3.733vw;
  line-height: 1.57;
}
.section.articleCustomModule .description em {
  font-size: 12px;
  font-size: 3.125vw;
}

/** -------------------------------
 * swiper -- general
 */
/* swiper */
.section .swiper-container {
  padding-bottom: 8vw;
}
.section .swiper-wrapper {}
.section .swiper-slide {}
.section .swiper-slide > .wrap {
  padding: 0 9.333%;
}
.section .swiper-slide .image {
  margin-bottom: 4%;
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.section .swiper-slide .image img {
  max-width: 100%;
  width: 100%;
}
.section .swiper-slide .lead {
  font-size: 14px;
  font-size: 3.733vw;
  font-weight: bold;
  line-height: 1.57;
}
.section .swiper-slide .description {
  font-size: 14px;
  font-size: 3.733vw;
  line-height: 1.57;
}
.section .swiper-button-prev {
  left: 2.4vw;
  top: 20vw;
  width: 3.2vw;
  height: 4.666vw;
  margin-top: 0;
  background-image: url(../IMAGES/swiper_prev_red.png);
  background-size: contain;
}
.section .swiper-button-prev.swiper-button-disabled {
  background-image: url(../IMAGES/swiper_prev_gray.png);
  opacity: 1;
}
.section .swiper-button-next {
  right: 2.4vw;
  top: 20vw;
  width: 3.2vw;
  height: 4.666vw;
  margin-top: 0;
  background-image: url(../IMAGES/swiper_next_red.png);
  background-size: contain;
}
.section .swiper-button-next.swiper-button-disabled {
  background-image: url(../IMAGES/swiper_next_gray.png);
  opacity: 1;
}
.section .swiper-pagination {
  clear: both;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  padding-right: 2.666vw;
  text-align: center;
}
.section .swiper-pagination-bullet {
  width: 4vw;
  height: 4vw;
  margin-left: 2.666vw;
  border-radius: 2vw;
  -moz-border-radius: 2vw;
  -webkit-border-radius: 2vw;
}
.section .swiper-pagination-bullet-active {
  background-color: #c3002c;
}
.section .swiper-container+.lead,
.section .swiper-container+.description {
  margin-top: 3.2vw;
  /*padding: 0 4%;*/
}


/** -------------------------------
 * swiper -- pcSwipe
 */
.swiperSection.pcSwipe .swiper-container {
  overflow: hidden;
}
.swiperSection.pcSwipe .swiper-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.swiperSection.pcSwipe .swiper-slide > .wrap {
    padding: 0 9.333%;
}
.swiperSection.pcSwipe .image img {
  max-width: 100%;
  width: auto;
}
.section.pcSwipe .swiper-slide .description {
  text-align: center;
}
.swiperSection.pcSwipe .swiper-button-prev {
  left: 0;
  top: 0;
  width: 14px;
  height: 20px;
  margin-top: 28.6885%;
  background-image: url(../IMAGES/swiper_prev_red.png);
  background-size: contain;
}
.swiperSection.pcSwipe .swiper-button-prev.swiper-button-disabled {
  background-image: url(../IMAGES/swiper_prev_gray.png);
  opacity: 1;
}
.swiperSection.pcSwipe .swiper-button-next {
  right: 0;
  top: 0;
  width: 14px;
  height: 20px;
  margin-top: 28.6885%;
  background-image: url(../IMAGES/swiper_next_red.png);
  background-size: contain;
}
.swiperSection.pcSwipe .swiper-button-next.swiper-button-disabled {
  background-image: url(../IMAGES/swiper_next_gray.png);
  opacity: 1;
}
.swiperSection.pcSwipe .swiper-pagination {
  display: none;
  clear: both;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  padding-right:5px;
  text-align: center;
}
.swiperSection.pcSwipe .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.swiperSection.pcSwipe .swiper-pagination-bullet-active {
  background-color: #c3002c;
}

/** -------------------------------
 * swiper -- fullColumnSwipe
 */
.fullColumnSwipe.pcSwipe .swiper-container {
   padding-bottom: 9vw;
}
.fullColumnSwipe.pcSwipe .swiper-wrapper {

}
.fullColumnSwipe.pcSwipe .swiper-slide {
  margin-left: 0;
}
.fullColumnSwipe.pcSwipe .swiper-slide > .wrap {
  padding: 0 5.333vw;
}
.fullColumnSwipe.pcSwipe .swiper-slide .image {
  margin-bottom: 3%;
}
.fullColumnSwipe.pcSwipe .swiper-slide .image img {
max-width: 100%;
width: auto;
}
.fullColumnSwipe.pcSwipe .swiper-slide .lead {
  font-size: 14px;
  font-size: 3.733vw;
  font-weight: bold;
  line-height: 1.57;
}
.fullColumnSwipe.pcSwipe .swiper-button-prev {
  left: 0;
  top: 19vw;
  width: 3.2vw;
  height: 4.666vw;
  margin-top: 0;
  background-image: url(../IMAGES/swiper_prev_red.png);
  background-size: contain;
  display: block;
}
.fullColumnSwipe.pcSwipe .swiper-button-prev.swiper-button-disabled {
  background-image: url(../IMAGES/swiper_prev_gray.png);
  opacity: 1;
}
.fullColumnSwipe.pcSwipe .swiper-button-next {
  right: 0;
  top: 19vw;
  width: 3.2vw;
  height: 4.666vw;
  margin-top: 0;
  background-image: url(../IMAGES/swiper_next_red.png);
  background-size: contain;
  display: block;
}
.fullColumnSwipe.pcSwipe .swiper-button-next.swiper-button-disabled {
  background-image: url(../IMAGES/swiper_next_gray.png);
  opacity: 1;
}
.fullColumnSwipe.pcSwipe .swiper-pagination {
  display: block;
  clear: both;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  padding-right: 2.666vw;
  text-align: center;
}
.fullColumnSwipe.pcSwipe .swiper-pagination-bullet {
  width: 4vw;
  height: 4vw;
  margin-left: 2.666vw;
  border-radius: 2vw;
  -moz-border-radius: 2vw;
  -webkit-border-radius: 2vw;
}
.fullColumnSwipe.pcSwipe .swiper-pagination-bullet-active {
  background-color: #c3002c;
}
.fullColumnSwipe.pcSwipe .swiper-container+.description .noteText {
  display: block;
  margin: 0 5.333vw;
  font-size: 12px;
  font-size: 3.125vw;
  line-height: 1.57;
}

/** -------------------------------
 * naviLineUpSection
 */
.naviLineUpSection.swiperSection .swiper-wrapper {
  text-align: center;
}
.naviLineUpSection .price {
  font-weight: bold;
  font-size: 1.285714285rem;
}

/** -------------------------------
 * PC時2column
 */
.col2 .content .block {
    position: relative;
    width: 100%;
}
.col2 .content .block:nth-child(2n+1) {
  float: none;
}
.col2 .content .block:nth-child(2n) {
  float: none;
}
.col2 .content .block+.block {
  margin-top: 3vw;
}

/* 2カラムグレーバック */
.section.col2GrayBack .container {
    background-color: #eeeeee;
}
.section.col2GrayBack .container .block > .lead,
.section.col2GrayBack .container .block > .description {
    margin: 3vw 15px 15px;
}
.section.col2GrayBack .block .description span {
  font-weight: bold;
}

/** -------------------------------
 * SP時画像をブロックの最下部へ
 */
.content .block.imgUnderText {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;

}
.content .block.imgUnderText .lead {
  order: 1;
}

/** -------------------------------
 * section content div.table
 */
.section .content .table {
  display: table;
  width: 100%;
}
.section .content .table+.table {
  margin-top: 1.2857142rem;
}
.section .content .table > div {
  display: table-cell;
  vertical-align: top;
  padding-left: 2%;
}
.section .content .table > div:first-child {
  padding-left: 0;
}
.section .content .table img {
  max-width: 100%;
  width: 100%;
}
.section .content .table .w70sp {width: 70%;}
.section .content .table .w60sp {width: 60%;}
.section .content .table .w50sp {width: 50%;}
.section .content .table .w40sp {width: 40%;}
.section .content .table .w30sp {width: 30%;}
.section .content .table .w25sp {width: 25%;}
.section .content .table .w20sp {width: 20%;}


/** -------------------------------
 * block内div.table
 */
.section .block .table {
    margin-top: 4vw;
}
.section .block .table .image {
    width: 65vw;
}
.section .block .table .description,
.section .block .table dl {
    margin-top: 2vw;
}
.section .tableSp2col .table {
  display: table;
}
.section.tableSp2col .table > div {
  display: table-cell;
  vertical-align: top;
}
.section.tableSp2col .table > div:nth-child(2n-1) {
  padding-right: 1vw;
}
.section.tableSp2col .table > div:nth-child(2n) {
  padding-left: 1vw;
}

.section.tableSp2col .table > div.image {
  width: 42vw;
}

.section .block .table .table {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.section .block .table .table > div {
  display: block;
  width: 94%;
}
.section .content .table .w70sp {width: 70%;}
.section .content .table .w60sp {width: 60%;}
.section .content .table .w50sp {width: 50%;}
.section .content .table .w40sp {width: 40%;}
.section .content .table .w30sp {width: 30%;}
.section .content .table .w25sp {width: 25%;}
.section .content .table .w20sp {width: 20%;}


/** -------------------------------
 * imageSet
 */
.section .imageSet {
  display: table;
  width: 100%;
  margin-top: 4vw;
}
.section .imageSet .image {
  display: table-cell;
  width: 50%;
}
.section .imageSet .image img {
  width: 100%;
}
.section .block .imageSet .description {
  display: table-cell;
  width: 50%;
  padding-left: 2%;
  letter-spacing: -0.04em;
  text-align: justify;
  vertical-align: top;
}

/** -------------------------------
 * articleGroup
 */
.articleGroup {

}
.articleGroup > .wrap {

}
.articleGroup .articleGroupColumn {

}


/** -------------------------------
 * caution
 */
/* @smartphone */
#caution {
  clear: both;
}
#caution a {
    color: #343434;
    text-decoration: underline;
}
#caution > .wrap {
  margin-top: 2rem;
  padding: 0 3.667%;
}
#caution dl {
  position: relative;
  /*border-bottom: 1px solid #c2c2c2;*/
}
#caution dt {
  display: table;
  width: 100%;
  height: 10.4vw;
  background-image: url(../IMAGES/icon_open.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 10.4vw;
  border-top: 1px solid #c2c2c2;
  cursor: pointer;
}
#caution dt.open {
  background-image: url(../IMAGES/icon_close.png);
}
#caution dt span {
  display: table-cell;
  padding-left: 5px;
  font-size: 1.142857142rem;
  vertical-align: middle;
}
#caution dd {
  display: none;
  padding-bottom: 3vw;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.5;
}

/** -------------------------------
 * tab
 */
.naviLineUpSection.swiperSection .swiper-wrapper {
  text-align: center;
}
.naviLineUpSection.swiperSection .swiper-slide {
  float: none;
  display: inline-block;
}
.naviLineUpSection .price {
  font-weight: bold;
  font-size: 1.285714285rem;
}
.tabWrapper {
  text-align: center;
}
.tabWrapper ul {
  border-bottom: 2px solid #333333;
  margin-bottom: 2rem;
}
.tabWrapper ul li {
  background-color: #b9b9b9;
  color: #ffffff;
  display: inline-block;
  min-width: 12em;
  padding: 0.5rem 0;
  font-size: 13px;
  font-size: 3.6vw;
  cursor: pointer;
}
.tabWrapper ul li.current {
  background-color: #333333;
}
.specInformation .tabContents {
  text-align: center;
}
.tabContents.hide {
  display: none;
}
.tabContents img {
  max-width: 100%;
}

.sp-obj {display: block!important;}
span.sp-obj {display: inline!important;}
.header.sp-obj {display: table!important;}
.pc-obj {display: none!important;}

/* margin */
.mt1em {margin-top: 1em!important;}
.mt2em {margin-top: 2em!important;}
.mt3em {margin-top: 3em!important;}
.mt4em {margin-top: 4em!important;}
.mt5em {margin-top: 5em!important;}
.mt6em {margin-top: 6em!important;}
.mt7em {margin-top: 7em!important;}
.mt8em {margin-top: 8em!important;}
.mt9em {margin-top: 9em!important;}
.mt10em {margin-top: 10em!important;}

.mb1em {margin-bottom: 1em!important;}
.mb2em {margin-bottom: 2em!important;}
.mb3em {margin-bottom: 3em!important;}
.mb4em {margin-bottom: 4em!important;}
.mb5em {margin-bottom: 5em!important;}
.mb6em {margin-bottom: 6em!important;}
.mb7em {margin-bottom: 7em!important;}
.mb8em {margin-bottom: 8em!important;}
.mb9em {margin-bottom: 9em!important;}
.mb10em {margin-bottom: 10em!important;}

/* top */
.topAnchorLinks {
  display: flex;
  align-items: center;
}
.section .topAnchorLinks a:after {
  color: #c3002f;
  font-size: 12px;
  text-decoration: none;
  height: 17px;
  overflow: hidden;
  content: "";
  display: block;
  font-family:icon-Nissan-Global;
}
#peripheralEquipment.section.articleBasicModule .description,
#peripheralEquipment+.section.articleBasicModule .description {
  margin-top: 0;
}
.section.articleBasicModule.relatedData .content {
  padding: 4% 15px;
}
.relatedData .lead {
  pointer-events: all;
  display: table;
  width: 100%;
  height: 10.4vw;
  background-image: url(../IMAGES/icon_open.png);
  background-repeat: no-repeat;
  background-position: right -0.2rem;
  background-size: auto 10.4vw;
  cursor: pointer;
  padding: 0 3.6rem 0 0;
}
.relatedData .lead.open {
  background-image: url(../IMAGES/icon_close.png);
}
.section.relatedData .content .overview a {
  margin: 0 1.6% 3%;
}
.relatedData .overview.hide {
  display :none;
}
.section.articleBasicModule.relatedData .lead+.overview {
  margin-top: 0;
}
.section.articleBasicModule.relatedData .overview+.lead {
  margin-top: 2rem;
}


#navitopSearch table {
  width: 100%;
}
#navitopSearch table a:after {
  content:"";
}
#navitopSearch .accordion-wrap {
  border-bottom: 6px solid #c1c1c1;
  margin-bottom: 30px;
}
#navitopSearch .naviSpec {
  padding-bottom: 30px;
}
#navitopSearch thead td {
  white-space: nowrap;
}
#navitopSearch tbody .naviIcon {
  width: 28vw;
  padding-right: 1rem;
}
#navitopSearch .naviReco {
  width: 26vw;
  text-align: center;
}
#navitopSearch tbody td {
  vertical-align: top;
  padding: 0.5rem 0;
}
#navitopSearch tbody .noselect {
  display:none;
}
#navitopSearch tbody tr+tr td {
  border-top: 1px solid #c1c1c1;
}
#navitopSearch td.naviReco a {
  color: #c3002f;
  font-size: 2.5rem;
  line-height: 1em;
}
#navitopSearch td.naviReco a:after {
  display: none;
}
#navitopSearch td.naviReco span {
  font-size: 2.5rem;
}
#navitopSearch .accordion-wrap .content {
  padding:0;
}

#navitopSearch .accordion-wrap .header:before{
  display: none;
}
#navitopSearch .accordion-wrap .header {
  border-top: 1px solid #c1c1c1;
  padding: 0;
}
#navitopSearch .accordion-wrap .header h1 {
  background-image: none;
  display: table-cell;
  vertical-align: middle;
}
#navitopSearch .accordion-wrap .header span {
  font-size: 1.142857142rem;
  font-weight: normal;
  padding-left: 5px;
}

#navitopSearch select,
#packageSearch select {
  width: 90%;
  margin: 0 5% 2.5vw;
}

.packageRow.thead {
  display: none;
}
.packageRow {
  border-top: 1px solid #666666;
  padding: 1rem 0 2rem;
}
.packageRow .naviName {
  font-weight: bold;
}
.packageRow .naviName em {
  font-weight: bold;
  font-size: 0.75em;
}
.packageRow .naviIMG {
  padding: 1em 0;
  border-bottom: 1px solid #c1c1c1;
}

.packagePrice .comparison {
  display: table;
  width: 100%;
  padding: 1rem 0;
}
.packagePrice .comparison > div {
  display: table-cell;
  vertical-align: middle;
}
.comparison .package {
  color: #c3002f;
  font-weight: bold;
}
.comparison .single {
    text-align: right;
}
.comparison .tri {
  color: #c3002f;
  text-align: center;
}
.comparison .package .price {
  font-size: 1.142857142rem;
}
.packagePrice .simBtn a {
  display: block;
  background-color: #eeeeee;
  padding: 0.5em 1em;
  text-align: center;
}
#packageSearch .noteText {
  font-size: 0.75em;
  margin: 0;
}
#packageSearch .section .cta-list a {
  width: 100%;
}
#navitopSearch .ctg tbody tr+tr td {
  border-top:0;
}
/*---------------------------------------------------------------
  ナビ関連データ
---------------------------------------------------------------*/
/* 楽曲タイトルデータベース */
.dataListBox.colWrap ul {
  display: block;
  margin: 0;
}
.dataList .dataListBox.colWrap li {
  width: auto;
  margin: 0.75rem 0 1rem;
}

table td.iconBlock {
  width: 4rem;
}

.section a {
  word-break: break-word;
}