@charset "UTF-8";
/*==============================================
 common
============================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 3.125vw;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: small;
  height: 100%;
  color: #333;
}

h1, h2, h3, h4, h5, h6, dl, dt, dd, p, li, textarea {
  line-height: 1;
  font-size: 100%;
  font-weight: normal;
}

img {
  border: none;
  font-size: 0;
  vertical-align: bottom;
}

ul, ol, li, dl, dt, dd {
  list-style: outside none none;
}

table {
  border-collapse: collapse;
}

a, a:visited, a:hover {
  color: #000;
  text-decoration: none;
}

sup, sub {
  font-size: 75.5%;
  position: relative;
}

sup {
  vertical-align: top;
  top: -0.1em;
}

sub {
  vertical-align: bottom;
  top: 0.1em;
}

/*==============================================
拡大画像スタイル（slimbox2）
============================================= */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(/SP/NOTE/ARTICLE09/IMAGES/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(/SP/NOTE/ARTICLE09/IMAGES/prevlabel.gif) no-repeat 0 50%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(/SP/NOTE/ARTICLE09/IMAGES/nextlabel.gif) no-repeat 100% 50%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(/SP/NOTE/ARTICLE09/IMAGES/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 3px;
}

/*==============================================
to top
============================================= */
.pageTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.2) url(/SP/NOTE/ARTICLE09/IMAGES/pagetop3.png) no-repeat 0 0;
  width: 58px;
  height: 58px;
  z-index: 1000;
}

.pageTop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
  }
}
/*==============================================
adjust
============================================= */
.c_010D-overlay {
  max-width: none !important;
}

@media print, screen and (min-width: 1500px) {
  .js-c_010D-menu-open .grid-row.bleed .c_010D-overlay {
    position: fixed !important;
    width: 100% !important;
  }
}
#gn_footer .gn_element .grid-row.bleed {
  max-width: none;
}

.p-last_note p {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-last_note p {
    font-size: 1rem;
    text-align: left;
    padding: 0 30px;
  }
}

.p-article {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-article {
    padding-bottom: 40px;
  }
}

/*==============================================
pc
============================================= */
@media screen and (min-width: 769px) {
  /*==============================================
  common
  ============================================= */
  .forSp, .spTitleImg, .bnr .item {
    display: none;
  }
  .copyRight {
    border-top: 1px solid #ededed;
  }
  .pageTop {
    border-radius: 50%;
  }
  /*==============================================
  看板
  ============================================= */
  #mainContents {
    letter-spacing: 0.08em;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .mainTitleWrap {
    width: 100%;
    background: url(/SP/NOTE/ARTICLE09/IMAGES/title_bg.webp) center top no-repeat;
  }
  .mainTitle {
    margin: 0 auto;
    padding: 118px 0 0;
  }
  h1 {
    background: url(/SP/NOTE/ARTICLE09/IMAGES/title.webp) right top no-repeat;
    width: 923px;
    height: 607px;
    text-indent: -999em;
    font-size: 0;
    z-index: 1;
    margin: 0 auto;
  }
  .lead {
    font-size: 17px;
    line-height: 1.9;
    width: 930px;
    margin: 103px auto 0;
  }
  .lead a:link, .lead a:visited {
    color: #c3002f;
    font-weight: bold;
    text-decoration: underline;
  }
  .lead a:hover, .lead a:active {
    color: #ef3f69;
  }
  .lead .sTxt {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    text-indent: -12px;
    margin-left: 12px;
  }
  .p-menu {
    background: #f0f0f0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 0;
  }
  .p-menu ul {
    overflow: hidden;
    width: 930px;
    margin: 0 auto;
  }
  .p-menu li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 225px;
    height: 290px;
    font-size: 13px;
    line-height: 1.5;
    float: left;
    padding: 155px 18px 15px 18px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-box-shadow: 2px 2px 4px -2px #b5c7d8;
            box-shadow: 2px 2px 4px -2px #b5c7d8;
  }
  .p-menu li b {
    color: #3461f6;
    display: block;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    margin-bottom: 5px;
  }
  .p-menu01 a {
    background: #fff url(/SP/NOTE/ARTICLE09/IMAGES/menu01.webp) center top no-repeat;
    margin-right: 10px;
  }
  .p-menu02 a {
    background: #fff url(/SP/NOTE/ARTICLE09/IMAGES/menu02.webp) center top no-repeat;
    margin-right: 10px;
  }
  .p-menu03 a {
    background: #fff url(/SP/NOTE/ARTICLE09/IMAGES/menu03.webp) center top no-repeat;
    margin-right: 10px;
  }
  .p-menu04 a {
    background: #fff url(/SP/NOTE/ARTICLE09/IMAGES/menu04.webp) center top no-repeat;
  }
  .p-menu li a:hover {
    opacity: 0.7;
  }
  /*==============================================
  bnr
  ============================================= */
  .topbnr a {
    display: block;
    width: 741px;
    height: 72px;
    text-indent: -9999px;
    background: url(/SP/NOTE/ARTICLE09/IMAGES/top_bnr.png) no-repeat;
    overflow: hidden;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
  .topbnr {
    width: 741px;
    margin: 40px auto 60px;
  }
  /*----　.innerbnr ----*/
  .innerbnr {
    width: 814px;
    margin: 50px auto 100px;
  }
  .innerbnr a {
    display: block;
    width: 814px;
    height: 85px;
    text-indent: -9999px;
    background: url(/SP/NOTE/ARTICLE09/IMAGES/bnr.png) no-repeat;
    overflow: hidden;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
  /*----　bnr:hover ----*/
  .topbnr a:hover, .innerbnr a:hover {
    opacity: 0.7;
  }
  /*==============================================
  #mainContents
  ============================================= */
  .paragraphIn {
    width: 930px;
    margin: 0 auto;
  }
  /*----　font ----*/
  :is(#article01, #article02, #article03) :is(h2) :is(b) {
    color: #4b75ff;
    display: block;
    font-size: 23px;
    margin-bottom: 8px;
  }
  :is(#article01, #article02, #article03) :is(h2) {
    background: #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #3461f6 solid 7px;
    color: #fff;
    display: block;
    font-size: 33px;
    text-align: center;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 1.3;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 40px;
  }
  .paragraph p {
    color: #202020;
    font-size: 17px;
    line-height: 2;
    margin-top: 70px;
  }
  .paragraph p + p {
    margin-top: 30px;
  }
  .paragraph p em {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(30%, #ffeeb1));
    background: -webkit-linear-gradient(transparent 75%, #ffeeb1 30%);
    background: linear-gradient(transparent 75%, #ffeeb1 30%);
    font-weight: bold;
    font-style: normal;
  }
  .paragraph p.sTxt {
    display: block;
    margin-top: 15px;
    font-size: 12px;
  }
  .imgBoxB .sTxt {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    text-indent: -24px;
    padding-left: 24px;
  }
  /*---- .sTitle ----*/
  .sTitle {
    margin: 90px 0 0;
  }
  .sTitle + p {
    margin-top: 40px;
  }
  .sTitle h3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #3461f6 solid 5px;
    font-size: 25px;
    font-weight: bold;
    padding-left: 15px;
  }
  /*---- .userBox ----*/
  .userBox {
    border: #3461f6 solid 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px;
    margin: 60px 90px 0;
  }
  .userBox li {
    background-size: 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    padding-left: 60px;
  }
  .user01 {
    background: url(/SP/NOTE/ARTICLE09/IMAGES/user01.png) top left no-repeat;
  }
  .user02 {
    background: url(/SP/NOTE/ARTICLE09/IMAGES/user02.png) top left no-repeat;
  }
  .user03 {
    background: url(/SP/NOTE/ARTICLE09/IMAGES/user03.png) top left no-repeat;
  }
  .user04 {
    background: url(/SP/NOTE/ARTICLE09/IMAGES/user04.png) top left no-repeat;
  }
  .userBox span {
    font-size: 13px;
    text-indent: 13px;
    margin-left: -13px;
  }
  .userTitle {
    text-align: center;
    margin-bottom: 20px;
  }
  .userTitle strong {
    color: #3461f6;
    font-size: 18px;
  }
  /*---- .nissanBox ----*/
  .nissanBox {
    margin: 90px 0 0;
    padding-bottom: 50px;
  }
  .nissanLeft {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: #d9d9d9 solid 1px;
    float: left;
    width: 465px;
    margin-right: 55px;
    padding-right: 55px;
  }
  .nissanBoxS {
    display: table;
  }
  .nissanBoxS img, .nissanBoxS dl {
    display: table-cell;
    vertical-align: middle;
  }
  .nissanBoxS img {
    width: 140px;
    margin-right: 25px;
  }
  .nissanBoxS dl {
    margin: 0;
    width: 100%;
  }
  .nissanIcon {
    margin-bottom: 20px;
  }
  .nissanIcon span {
    background: #000;
    color: #fff;
    font-size: 17px;
    padding: 0 5px 3px;
  }
  .nissanTitle {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 7px;
  }
  .nissanBox p {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 25px;
  }
  .nissanName {
    font-size: 22px;
  }
  .nissanName span {
    display: inline-block;
    font-size: 15px;
    margin-left: 5px;
  }
  /*---- .imgBox ----*/
  .imgBoxB {
    width: 750px;
    margin: 70px auto 0;
  }
  .imgBox02 {
    width: 100%;
    margin: 70px auto 0;
  }
  .paragraph p.cap {
    font-size: 14px;
    line-height: 1.7;
  }
  .imgBox02 img, .imgBoxB img, .imgBox img {
    width: 100%;
  }
  .paragraph a.flotL {
    display: block;
    float: left;
    width: 49%;
  }
  .paragraph a.flotR {
    display: block;
    float: right;
    width: 49%;
  }
  .photoTitle {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 70px auto 0;
    width: 700px;
  }
  .photoTitle strong::before {
    content: "●";
    color: #6a6a6a;
    margin-right: 4px;
    font-size: 14px;
    position: relative;
    top: -2px;
  }
  .photoTitle strong {
    display: block;
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .photoTitle + .imgBoxB {
    width: 700px;
    margin: 20px auto 0;
  }
  .choiceItem:before {
    border: #b90000 solid 1px;
    color: #b90000;
    content: "検証機に使用";
    font-size: 15px;
    font-weight: normal;
    padding: 1px 5px;
    position: relative;
    top: -2px;
    margin-right: 7px;
  }
  .imgBoxB p, .imagesClear + p {
    margin-top: 15px !important;
  }
  .imagesClear + .imagesClear {
    margin-top: 15px;
  }
  .imagesClear {
    overflow: hidden;
  }
  .StxtLink {
    text-align: center;
    padding: 30px 0 20px;
  }
  .StxtLink a {
    font-size: 18px;
  }
  .sTxt a:link, .sTxt a:visited, .StxtLink a:link, .StxtLink a:visited {
    color: #c3002f;
    font-weight: bold;
    text-decoration: underline;
  }
  .sTxt a:hover, .sTxt a:active, .StxtLink a:hover, .StxtLink a:active {
    color: #ef3f69;
  }
  /*==============================================
  .productBox
  ============================================= */
  #matome {
    background: #f4f4f4 url(/SP/NOTE/ARTICLE09/IMAGES/matome_bg.webp) top center no-repeat;
    width: 100%;
    padding: 100px 0 60px;
  }
  #matome h2 {
    color: #000;
    font-size: 29px;
    line-height: 1.4;
    width: 930px;
    margin: 0 auto;
  }
  #matome h2 b {
    display: none;
  }
  #matome p {
    font-size: 16px;
    line-height: 2.1;
    width: 550px;
    margin-top: 30px;
  }
  .productBoxIn {
    margin: 120px 0 0;
  }
  .productBoxIn .img {
    width: 503px;
    margin: 0 auto;
  }
  .info dl {
    width: 609px;
    margin: 0 auto;
  }
  .info .catch {
    text-align: center;
    font-size: 25px;
    padding: 7px 0 15px;
  }
  .info .name {
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    padding: 0 0 25px;
  }
  .info .btn {
    background: url(/SP/NOTE/ARTICLE09/IMAGES/product_bnr.png) top center no-repeat;
    width: 609px;
    height: 70px;
  }
  .productBox .btn img {
    display: none;
  }
  .productBoxIn a {
    display: block;
    width: 609px;
    margin: 0 auto;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
  /*----　bnr:hover ----*/
  .productBoxIn a:hover {
    opacity: 0.7;
  }
  /*==============================================
  .releasedate
  ============================================= */
  .releasedate {
    font-size: 11px;
    color: #333;
    width: 930px;
    text-align: right;
    margin: 0 auto;
    padding: 60px 0 110px;
  }
  .spAccordion {
    display: block !important;
  }
}
/*==============================================
sp
============================================= */
@media screen and (max-width: 768px) {
  /*==============================================
   common
  ============================================= */
  .forPc, .p-menu {
    display: none;
  }
  .copyRight {
    border-top: 1px solid #ededed;
  }
  .pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
  }
  img {
    width: 100%;
    height: auto;
  }
  /*==============================================
   看板
  ============================================= */
  h1 {
    padding-top: 136%;
    margin: 0 auto;
    background: url(/SP/NOTE/ARTICLE09/IMAGES/sp_title.webp) no-repeat center top;
    background-size: 100%;
    text-indent: -999em;
    font-size: 0;
  }
  p.lead {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.15rem;
    line-height: 1.8;
    padding: 0 25px 3px;
  }
  .lead a:link, .lead a:visited {
    color: #c3002f;
    font-weight: bold;
    text-decoration: underline;
  }
  .lead a:hover, .lead a:active {
    color: #ff6b8f;
  }
  .lead span.sTxt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    font-size: 0.95rem;
    text-indent: -0.95rem;
    padding-left: 0.95rem;
    line-height: 1.5;
    margin-top: 15px;
  }
  /*==============================================
   バナー
  ============================================= */
  .bnr a {
    text-decoration: none;
  }
  /*----　看板下　----*/
  .topbnr {
    padding: 25px 25px 35px;
  }
  /*----　.innerbnr ----*/
  .innerbnr {
    padding: 20px 25px 35px;
  }
  /*==============================================
   #mainContents
  ============================================= */
  /*----- 文字 -----*/
  .productBoxIn p, .paragraph p {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-top: 30px;
  }
  .paragraphIn > p:first-child {
    margin-top: 10px;
  }
  .paragraph .cap {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 10px !important;
  }
  /*----　paragraph　----*/
  .paragraph {
    border-top: 1px solid #8f8f8f;
    -webkit-transition: background-color 0.2s, border-top-color 0.2s;
    transition: background-color 0.2s, border-top-color 0.2s;
  }
  #matome {
    border-bottom: 1px solid #8f8f8f;
  }
  .spAccordion {
    display: none;
    padding: 0;
  }
  .spAccordion-none {
    padding: 0;
  }
  .paragraphIn {
    padding: 0 26px 10px;
  }
  /*----- h2 -----*/
  .paragraph h2 {
    position: relative;
    padding: 20px 20px 20px 25px;
    color: #000;
    font-weight: bold;
  }
  .paragraph h2:active {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .paragraph.active h2 {
    color: #292929;
  }
  .paragraph h2:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 20px;
    /*----　右からの矢印の位置　----*/
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    border-bottom: 2px solid #ce005c;
    /*----　矢印の色　----*/
    border-right: 2px solid #ce005c;
    /*----　矢印の色　----*/
  }
  .paragraph.active h2:after {
    top: 3px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  /*----- h2-img-txt -----*/
  .paragraph h2 .titleImg {
    display: table;
    padding-right: 26px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .paragraph h2 .spTitleImg {
    display: table-cell;
    width: 95px;
    vertical-align: top;
  }
  .paragraph h2 .titleTxt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
    font-size: 1.5rem;
    line-height: 1.5;
    vertical-align: top;
    padding-left: 15px;
  }
  .paragraph h2 .subTitle {
    color: #0446f2;
    display: block;
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
  .paragraph p em {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ffeeb1));
    background: -webkit-linear-gradient(transparent 60%, #ffeeb1 40%);
    background: linear-gradient(transparent 60%, #ffeeb1 40%);
    font-weight: bold;
    font-style: normal;
  }
  .paragraph p.sTxt {
    display: block;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 15px;
  }
  .imgBoxB .sTxt {
    display: block;
    margin-top: 10px;
    font-size: 0.95rem;
  }
  /*---- .sTitle ----*/
  .sTitle {
    margin: 50px 0 0;
  }
  .sTitle + p {
    margin-top: 20px;
  }
  .sTitle h3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #3461f6 solid 5px;
    font-size: 1.45rem;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 13px;
  }
  /*---- .userBox ----*/
  .userBox {
    border: #3461f6 solid 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px;
    margin: 50px 0 0;
  }
  .userBox li {
    background-size: 12%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 15px;
    padding-left: 15%;
  }
  .user01 {
    background: url(/SP/NOTE/ARTICLE09/IMAGES/user01.png) top left no-repeat;
  }
  .user02 {
    background: url(/SP/NOTE/ARTICLE09/IMAGES/user02.png) top left no-repeat;
  }
  .user03 {
    background: url(/SP/NOTE/ARTICLE09/IMAGES/user03.png) top left no-repeat;
  }
  .user04 {
    background: url(/SP/NOTE/ARTICLE09/IMAGES/user04.png) top left no-repeat;
  }
  .userBox span {
    font-size: 13px;
    text-indent: 13px;
    margin-left: -13px;
  }
  .userTitle {
    text-align: center;
    margin-bottom: 20px;
  }
  .userTitle strong {
    color: #3461f6;
    font-size: 1.35rem;
  }
  /*---- .nissanBox ----*/
  .nissanBox {
    margin: 45px 0 0;
    padding-bottom: 10px;
  }
  .nissanLeft {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #d9d9d9 solid 1px;
    margin-bottom: 33px;
    padding-bottom: 30px;
  }
  .nissanBoxS {
    display: table;
  }
  .nissanBoxS img, .nissanBoxS dl {
    display: table-cell;
    vertical-align: middle;
  }
  .nissanBoxS img {
    width: 80%;
  }
  .nissanBoxS dl {
    width: 65%;
  }
  .nissanIcon {
    margin-bottom: 10px;
  }
  .nissanIcon span {
    background: #000;
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    margin: 3px 0 0;
    padding: 5px;
  }
  .nissanTitle {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .nissanName {
    font-size: 1.6rem;
  }
  .nissanName span {
    display: inline-block;
    font-size: 1rem;
    margin-left: 3px;
  }
  .nissanBox p {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 15px;
  }
  /*----- img -----*/
  :is(.imgBox, .imgBoxB, .imgBox02) {
    margin-top: 40px;
  }
  :is(.imgBox, .imgBoxB, .imgBox02) :is(.cap) {
    margin-top: 15px;
  }
  :is(.imgBox, .imgBoxB, .imgBox02) :is(img) {
    width: 100%;
  }
  .imagesClear + .imagesClear, .imgBox02 a + a {
    display: block;
    margin-top: 10px;
  }
  .imgBoxB strong {
    display: block;
    font-size: 1.2rem !important;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
  }
  /*----- StxtLink  -----*/
  .StxtLink {
    text-align: center;
    padding: 20px 0 0;
  }
  .StxtLink a {
    font-size: 1.25rem !important;
    line-height: 1.6;
  }
  .sTxt a, .StxtLink a {
    color: #c3002f;
    font-weight: bold;
    text-decoration: underline;
  }
  /*==============================================
   .productBox
  ============================================= */
  .productBox {
    padding-top: 50px;
  }
  .productBoxIn {
    padding: 0 30px;
  }
  .itemBoxTitle {
    border-bottom: #000000 dotted 1px;
    margin-bottom: 35px;
    text-align: center;
  }
  .productBox .img {
    text-align: center;
    margin-bottom: 5px;
  }
  .productBox .img img {
    width: 90%;
  }
  .productBox .catch, .productBox .name {
    text-align: center;
  }
  .productBox .catch {
    font-size: 1.4rem;
    margin-bottom: 13px;
  }
  .productBox .name {
    font-size: 2.3rem;
    margin-bottom: 13px;
  }
  #matome {
    background: #fff;
  }
  #matome p {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  /*==============================================
  .releasedate
  ============================================= */
  .releasedate {
    font-size: 0.85rem;
    padding: 30px 30px 50px;
    color: #333;
  }
}/*# sourceMappingURL=style.css.map */