@charset "UTF-8";
@media print, screen and (min-width: 769px) {
  .section_speaker .speaker_wrap {
    margin-top: 40px;
  }
  .section_speaker .speaker_wrap .ttl {
    margin-bottom: 20px;
  }
  .section_speaker .speaker_wrap .speaker_row > li:first-child .speaker_col > li:nth-child(1), .section_speaker .speaker_wrap .speaker_row > li:first-child .speaker_col > li:nth-child(2) {
    margin-top: 0;
  }
  .section_speaker .speaker_wrap .speaker_col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section_speaker .speaker_wrap .speaker_col > li {
    width: calc(50% - 10px);
    margin-left: 20px;
    margin-top: 30px;
  }
  .section_speaker .speaker_wrap .speaker_col > li.full {
    position: relative;
    width: 100%;
    margin-left: 0;
    min-height: 180px;
  }
  .section_speaker .speaker_wrap .speaker_col > li.full .left {
    float: left;
  }
  .section_speaker .speaker_wrap .speaker_col > li.full .right {
    float: right;
  }
  .section_speaker .speaker_wrap .speaker_col > li.full.top {
    border-bottom: none;
  }
  .section_speaker .speaker_wrap .speaker_col > li.full.bottom {
    border-top: none;
  }
  .section_speaker .speaker_wrap .speaker_col > li:nth-child(odd) {
    margin-left: 0;
  }
  .section_speaker .speaker_wrap .speaker_box {
    box-sizing: border-box;
    border: #BBC8DB solid 1px;
    padding: 15px;
    position: relative;
    min-height: 160px;
  }
  .section_speaker .speaker_wrap .speaker_box:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .section_speaker .speaker_wrap .speaker_box .name {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 140%;
  }
  .section_speaker .speaker_wrap .speaker_box .name span {
    color: #ee1c25;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    letter-spacing: -0.04em;
  }
  .section_speaker .speaker_wrap .speaker_box .info {
    float: left;
  }
  .section_speaker .speaker_wrap .speaker_box .info .detail {
    margin-bottom: 5px;
    line-height: 140%;
  }
  .section_speaker .speaker_wrap .speaker_box .info .price {
    font-size: 16px;
  }
  .section_speaker .speaker_wrap .speaker_box .info .caution {
    font-size: 11px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    margin-top: 5px;
  }
  .section_speaker .speaker_wrap .speaker_box .pic {
    float: right;
    height: 100px;
  }
  .section_speaker .speaker_wrap .speaker_box .pic img {
    display: block;
    height: 100%;
    width: auto;
  }
  .section_speaker .speaker_wrap .speaker_box.full .pic {
    position: absolute;
    float: none;
    right: calc(50%);
    top: 60px;
  }
  .section_speaker .speaker_wrap .speaker_box .nv_btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0;
  }
  .section_speaker .speaker_wrap .speaker_box.other .name {
    float: left;
    width: 60%;
  }
  .section_speaker .speaker_wrap .speaker_box.other .info {
    width: 60%;
  }
  .section_speaker .speaker_wrap .speaker_box.other .pic {
    width: 35%;
    height: auto;
  }
  .section_speaker .speaker_wrap .speaker_box.other .pic img {
    width: 100%;
    height: auto;
  }
  .section_speaker .speaker_wrap .speaker_box img.set {
    width: 15px;
    height: auto;
    position: relative;
    top: 2px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .section_speaker .speaker_wrap .speaker_box .config {
    float: right;
    line-height: 140%;
  }
  .section_speaker .speaker_wrap .speaker_box .config > p {
    margin-bottom: 5px;
  }
  .section_speaker .speaker_wrap .speaker_box .config ul {
    max-width: 400px;
  }
  .section_speaker .speaker_wrap .speaker_box .config ul li {
    margin-top: 5px;
    text-indent: -20px;
    padding-left: 20px;
  }
  .section_speaker .speaker_wrap .speaker_box.link {
    padding: 0;
    border: none;
  }
  .section_speaker .speaker_wrap .speaker_box.link .nv_btn {
    bottom: 0;
    left: 0;
  }
  .section_speaker .nv_btn {
    margin-top: 30px;
  }
  /* 20240926UP */
  .section_speaker .speaker_wrap .speaker_box .speaker_box-head {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-head .icon {
    width: 36px;
    margin-right: 2px;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-head .icon img {
    width: 100%;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-head .name {
    width: auto;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    margin-right: 16px;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-head .text {
    font-size: 14px;
    border: #bababb solid 1px;
    padding: 0.5em;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content {
    display: flex;
    align-items: self-start;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-left {
    width: 53%;
    position: relative;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-left .text {
    font-size: 10px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-left .info {
    float: none;
    position: relative;
    z-index: 10;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-left .nv_btn {
    position: static;
    margin-top: 15px;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-fig {
    position: absolute;
    z-index: 0;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-fig.fig01 {
    width: 245px;
    top: 68px;
    left: 226px;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-fig.fig02 {
    width: 280px;
    top: 68px;
    left: 207px;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-fig img {
    width: 100%;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-config {
    width: 47%;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-config .config {
    float: none;
  }
}

@media print, screen and (min-width: 769px) {
  #contents_area br {
    display: inline !important;
  }
  #top_main_visual {
    width: 980px;
    margin: 0 auto 30px;
    overflow: hidden;
  }
  #top_main_visual .img_slider.slick-slider.slick-dotted {
    margin-bottom: 0px;
  }
  #top_main_visual .img_slider .slider_inner {
    position: relative;
  }
  #top_main_visual .img_slider .slider_inner * {
    opacity: 1;
  }
  /*
  #top_main_visual .img_slider .slider_inner.slide_02 a::after, #top_main_visual .img_slider .slider_inner.slide_03 a::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 47px;
    background: url("../img/img_main_slide_btn_detail_pc.png") left top no-repeat;
    cursor: pointer;
  }
  #top_main_visual .img_slider .slider_inner.slide_02:hover a::after, #top_main_visual .img_slider .slider_inner.slide_03:hover a::after {
    opacity: 0.7;
  }
  #top_main_visual .img_slider .slider_inner.slide_02 a::after {
    top: 358px;
    left: 103px;
  }
  #top_main_visual .img_slider .slider_inner.slide_03 a::after {
    top: 378px;
    left: 628px;
  }
  */
  .goodsound_bnr {
    width: 900px;
    margin: 0 auto 30px;
  }
  .goodsound_bnr img {
    width: 100%;
  }
  #top_select_box {
    width: 900px;
    margin: 0 auto;
  }
  .top_option_box {
    /* overflow: hidden; */
    line-height: 1.5;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .top_option_box .option_box_wrap {
    /* float: left; */
    width: 436px;
    margin: 0 0 20px 20px;
    border: #dae3e9 solid 2px;
    position: relative;
  }
  .top_option_box .option_box_wrap:nth-child(odd) {
    margin-left: 0;
  }
  .option_lead {
    line-height: 2;
    position: relative;
    margin: 20px 0;
    border: 2px solid #006098;
  }
  .option_lead .txt01 {
    width: 900px;
    color: #006098;
    text-align: center;
    position: absolute;
    top: 50px;
    font-size: 16px;
  }
  .option_lead .txt02 {
    padding: 20px 0;
    text-align: center;
    color: #006098;
    font-size: 20px;
    line-height: 1.5;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
  }
  .option_lead .txt02 span {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Regular",sans-serif;
  }
  .option_ttl_box {
    box-sizing: border-box;
    height: 100.5px;
    background: #eff2f4;
    /* border: #dae3e9 solid 2px; */
    border-bottom: none;
  }
  .option_ttl_box .img {
    float: left;
    width: 140px;
    height: 100%;
    border-right: #dae3e9 solid 2px;
  }
  .option_ttl_box .img img {
    width: auto;
    height: 100%;
    vertical-align: bottom;
  }
  .option_ttl_box .option_ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    height: 100%;
    padding: 0 10px 0 20px;
    font-size: 18px;
    color: #000;
  }
  .option_ttl_box .option_ttl h4 {
    position: relative;
    padding-left: 8px;
  }
  .option_ttl_box .option_ttl h4:before {
    content: ' ';
    position: absolute;
    top: 2px;
    bottom: 4px;
    left: -2px;
    box-sizing: border-box;
    width: 5px;
    height: auto;
    background-color: #000;
  }
  .option_ttl_box .mt30 {
    margin: 30px 0 0;
  }
  .top_option_box_inner {
    border-top: #dae3e9 solid 2px;
    width: 436px;
    padding: 19px;
    box-sizing: border-box;
  }
  .top_option_box .box {
    text-align: center;
    box-sizing: border-box;
    float: left;
    width: 120px;
    margin-left: 19px;
    position: relative;
    padding: 3.5em 0 44px;
  }
  .top_option_box .box:first-child {
    margin-left: 0;
  }
  .top_option_box .box:nth-child(4) {
    margin-left: 0;
  }
  .top_option_box .box p {
    width: 100%;
    position: absolute;
    top: 1.3em;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1.3;
  }
  .top_option_box .box p.line2 {
    top: 0;
  }
  .top_option_box .box p.is-long {
    width: 110%;
    left: -0.5em;
  }
  .pos_txt {
    /* clear: both;
    text-align: right; */
    position: absolute;
    right: 19px;
    bottom: 19px;
  }
  .pos_txt.is-2block {
    right: 160px;
  }
  .top_option_box img {
    width: 100%;
    vertical-align: bottom;
  }
  /* メインビジュアル */
  #main_visual {
    width: 980px;
    margin: 0 auto 40px;
    position: relative;
  }
  #main_visual p {
    background: #f3f3f3;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #3a3a3a;
    padding: 0 10px;
  }
  #main_visual .mv_btn a {
    position: absolute;
    width: 230px;
    height: 24px;
    top: 188px;
    left: 183px;
  }
  .navi_select {
    margin-top: 40px;
  }
  body.car #contents_area {
    padding-top: 83px;
  }
  /*ページラベル*/
  #page-label {
    background: #f3f3f3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #page-label.fixed {
    position: fixed;
    width: 100%;
    top: 62px;
    z-index: 10;
  }
  #page-label .page-label_inner {
    width: 980px;
    margin: 0 auto;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
  }
  #page-label h2 {
    float: left;
    margin: 3px 0 0;
    padding: 4px 0;
    height: 30px;
  }
  #page-label h2 img {
    height: 22px;
    width: auto;
  }
  #page-label ul {
    float: right;
    overflow: hidden;
  }
  #page-label ul li {
    float: left;
    margin: 0 0 0 20px;
    position: relative;
    font-size: 12px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    padding: 0 0 0 14px;
  }
  #page-label ul li a::before {
    position: absolute;
    left: 0;
    content: '▶';
  }
  #page-label ul li:last-child a {
    display: block;
    font-size: 14px;
    color: #0064a1;
    border: #0064a1 solid 1px;
    padding: 0 24px 0 14px;
    height: 24px;
    line-height: 24px;
    margin: 8px 0 0;
    letter-spacing: 4px;
    border-radius: 5px;
  }
  #page-label ul li:last-child a::before {
    content: none;
  }
  #page-label ul li:last-child::after {
    position: absolute;
    content: '';
    top: 40%;
    right: 10px;
    width: 14px;
    height: 14px;
    background: url(../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 14px 14px;
  }
  #page-label .bg {
    display: none;
  }
  /*タイトル・サブタイトル*/
  .ttl {
    background: url(../img/arrow.png) no-repeat 0 center;
    color: #154688;
    padding-left: 17px;
    font-size: 20px;
  }
  .subttl {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .subttl.mt {
    margin-top: 20px;
  }
  .subttl:before {
    content: ' ';
    background-color: #154688;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    top: 2px;
  }
  .sub-title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  /*ディーラーオプション*/
  .dealer_box {
    width: 900px;
    margin: 25px auto 40px;
    padding-bottom: 40px;
    border-bottom: #000 dotted 1px;
  }
  .dealer_box.no-border {
    margin-top: 40px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .dealer_box_inner {
    margin: 20px 0 0;
  }
  
  /*ナビゲーション*/
  .navi_box {
    border: solid 1px #bbc8db;
    position: relative;
    margin: 5px 0 0;
    padding: 20px;
  }
  .navi_box .navis:nth-child(n+2){
    margin-top: 30px;
  }
  .navi_box[class*='vxu-192ssi'] .name {
    margin-bottom: 5px;
  }
  .navi_box[class*='vxu-192ssi'] .name a:before {
    display: inline-block;
    content: ' ';
    width: 20px;
    height: 20px;
    background-color: #00a0e9;
    vertical-align: bottom;
    margin-right: 6px;
  }
  .navi_box[class*='vxu-192ssi'] .name a .icon {
    display: none;
  }
  .navi_box[class*='vxu-192ssi'] .info {
    position: relative;
    margin-bottom: 10px;
    top: -3px;
  }
  .navi_box[class*='vxu-192ssi'] .info .txt01 {
    width: 300px;
  }
  .navi_box[class*='vxu-192ssi'] .info .txt01 span {
    font-size: 18px;
  }
  .navi_box .model_box {
    position: relative;
    display: none;
  }
  .navi_box .model_box.active {
    display: block;
  }
  .navi_box .drop {
    position: absolute;
    top: 30px;
    left: 20px;
    border: 1px solid #f00;
    color: #f00;
    padding: 3px;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  .navi_box .name {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #000;
  }
  .navi_box .name .icon {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    margin-right: 6px;
  }
  .navi_box .name span {
    display: inline-block;
    line-height: 23px;
  }
  .navi_box .name .release {
    position: relative;
    display: inline-block;
    border: 1px solid #f00;
    color: #f00;
    padding: 3px;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  .navi_box .img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
  }
  .navi_box .img img {
    display: block;
    width: 100%;
    height: auto;
  }
		.navi_box .img.entry7::after {
    position: absolute;
    content: '（7インチ）';
    top: 78px;
    right: 48px;
				font-size: 12px;
      font-family:"HondaGlobalFontJP-Light",sans-serif;
				color: #c2ad24;
  }
		.navi_box .img.standard7::after {
    position: absolute;
    content: '（7インチ）';
    top: 78px;
    right: 48px;
				font-size: 12px;
      font-family:"HondaGlobalFontJP-Light",sans-serif;
				color: #7c2161;
  }
  .navi_box .right {
    float: right;
    position: relative;
  }
  .navi_box .right .red-box {
    position: absolute;
    top: 5px;
    left: -184px;
    color: #ee1c25;
    border: #ee1c25 solid 1px;
    padding: 0.25em;
    font-size: 14px;
  }
  .navi_box .info .txt_box {
    margin-top: 10px;
    cursor: pointer;
  }
  .navi_box .info .txt_box:first-of-type {
    margin-top: 0;
  }
  .navi_box .info .txt_box > * {
    cursor: pointer;
    opacity: 0.4;
  }
  .navi_box .info .txt_box .btn {
    cursor: pointer !important;
  }
  .navi_box .info .txt_box input[type='radio'] {
    opacity: 1;
    border-color: #000;
  }
  .navi_box .info .txt_box.active {
    opacity: 1;
    cursor: default;
  }
  .navi_box .info .txt_box.active > * {
    opacity: 1;
    cursor: default;
  }
  .navi_box .info .txt00 {
    font-size: 14px;
    display: inline-block;
    padding-right: 1em;
    width: 290px;
    color: #ee1c25;
  }
  .navi_box .info .txt00.long {
    width: 270px;
  }
  .navi_box .info .txt01 {
    font-size: 14px;
    display: inline-block;
    padding-right: 1em;
    width: 118px;
  }
  .navi_box .info .txt01 sup{
    position: relative;
    top:-3px;
    margin-left: 0px;
    color: #ee1c25;
    font-size: 13px;
  }
  .navi_box .info .txt02 {
    width: 100px;
    text-align: right;
    font-size: 18px;
    display: inline-block;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
  }
  .navi_box .info .btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 120px;
    top: -4px;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    line-height: 1.1em;
    box-sizing: border-box;
    text-align: center;
    margin-left: 30px;
    padding: 8px 15px 7px 0;
  }
  .navi_box .info .btn::after {
    position: absolute;
    content: '';
    top: 8px;
    right: 15px;
    width: 14px;
    height: 14px;
    background: url(../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 14px 14px;
  }
  .navi_box .feature {
    width: 720px;
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .navi_box .feature li {
    margin-left: 3px;
    box-sizing: border-box;
    width: 77px;
    height: 60px;
  }
  .navi_box .feature li:nth-of-type(1) {
    margin-left: 0;
  }
  .navi_box .feature li.astr {
    position: relative;
  }
  .navi_box .feature li.astr_text {
    position: relative;
  }
  .navi_box .feature li.astr::after {
    white-space: pre;
    content: "＊";
    color: #ff0000;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: 35px;
    left: 65px;
  }
  .navi_box .feature li.astr::before {
    white-space: pre;
    content: "＊";
    color: #ff0000;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: 65px;
    left: 560px;
  }
  .navi_box .feature li.astr.only::before {
    display: none;
  }
  .navi_box .feature li.astr_text::before {
    white-space: pre;
    content: "車種により対応は異なります。";
    color: #000000;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: 65px;
    left: 332px;
  }
  .navi_box .feature li.disabled {
    opacity: 0.3;
  }
  .navi_box .feature li img {
    display: block;
    width: 77px;
    height: 60px;
  }
  .navi_box .feature li.feature_digital img {
    height: 35px;
  }
  .navi_box .feature li.feature_oneseg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 23px;
  }
  .navi_box .feature li.feature_oneseg img {
    width: 77px;
    height: 23px;
  }
  .navi_box .feature li.feature_cdrec {
    position: absolute;
    bottom: 0;
    left: 80px;
    /* height: 23px; */
  }
  .navi_box .feature li.feature_cdrec img {
    width: 77px;
    /* height: 23px; */
  }
  .navi_box dl dt {
    overflow: hidden;
    margin: 0 0 0 136px;
    width: 310px;
    text-indent: -25px;
    padding-left: 25px;
  }
  .navi_box dl dt span.icon {
    width: 20px;
    margin: 0 6px 0 0;
  }
  .navi_box dl dt span.icon img {
    width: 20px;
  }
  .navi_box dl dt span.name {
    font-size: 18px;
    line-height: 1.3em;
    color: #000;
    position: relative;
    top: -3px;
  }
  .navi_box dl dd .img {
    width: 120px;
  }
  .navi_box dl dd .img img {
    width: 100%;
  }
  .navi_box dl dd ul {
    width: 726px;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    right: 20px;
  }
  .navi_box dl dd ul li {
    width: 78px;
    float: left;
    margin-left: 2px;
    box-sizing: border-box;
  }
  .navi_box dl dd ul li.disabled {
    opacity: 0.3;
  }
  .navi_box dl dd ul li img {
    width: 100%;
  }
  .navi_box.vrm-195vfei .name a:after, .navi_box.vrm-195vfi .name a:after, .navi_box.vrm-185vfei .name a:after, .navi_box.vrm-185vfi .name a:after, .navi_box.vrm-175vfei .name a:after, .navi_box.vrm-175vfi .name a:after {
    clear: both;
  }
  .navi_box.vrm-195vfei .name a img, .navi_box.vrm-195vfi .name a img, .navi_box.vrm-185vfei .name a img, .navi_box.vrm-185vfi .name a img, .navi_box.vrm-175vfei .name a img, .navi_box.vrm-175vfi .name a img {
    display: block;
    float: left;
  }
  .navi_box.vrm-195vfei .name a span, .navi_box.vrm-195vfi .name a span, .navi_box.vrm-185vfei .name a span, .navi_box.vrm-185vfi .name a span, .navi_box.vrm-175vfei .name a span, .navi_box.vrm-175vfi .name a span {
    float: left;
    line-height: 1.3em;
  }
  .navi_box.vrm-195vfei .feature, .navi_box.vrm-195vfi .feature, .navi_box.vrm-185vfei .feature, .navi_box.vrm-185vfi .feature {
    margin-top: 40px;
  }
  .navi_box.vxu-207nbi .info, .navi_box.vxu-195nbi .info, .navi_box.vxu-185nbi .info {
    margin-bottom: 30px;
  }
  /*対応機種*/
  .models_box {
    overflow: hidden;
    margin: 25px auto 10px;
  }
  .models_box dt {
    float: left;
    font-size: 16px;
    width: 90px;
    margin: 4px 0 0;
  }
  .models_box dt:after {
    content: '▶';
  }
  .models_box dd {
    float: left;
    width: 810px;
  }
  .models_box dd ul li {
    display: inline-block;
    font-size: 16px;
    padding-right: 2em;
    margin: 0 0 10px;
    line-height: 16px;
  }
  .models_box dd ul li .icon {
    display: inline-block;
  }
  .models_box dd ul li .icon img {
    width: 18px;
    vertical-align: middle;
  }
  .models_box dd ul li .name {
    font-size: 16px;
    vertical-align: bottom;
  }
  /*オプション*/
  .option_box_wrapper {
    overflow: hidden;
  }
  .option_box {
    width: 138px;
    margin: 0 5px 10px;
    padding: 10px 0;
    border: #bbc8db solid 1px;
    float: left;
    line-height: 1.3;
  }
  .option_box.no_link a {
    cursor: default !important;
  }
  .option_box.no_link a:hover {
    opacity: 1 !important;
  }
  .option_box a {
    display: block;
  }
  .option_box dt {
    text-align: center;
    font-size: 13px;
    margin: 0 0 5px;
    height: 3.5em;
  }
  .option_box dt sup {
    position: relative;
    font-size: 10px;
    line-height: 0;
    top: -3px;
  }
  .option_box dd {
    width: 100px;
    margin: 10px auto 0;
  }
  .option_box dd .img {
    width: 100%;
    height: auto;
  }
  .option_box img {
    display: block;
    width: 100%;
    height: auto;
  }
  .option_box dd .info ul {
    width: 100%;
    margin-top: 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  .option_box dd .info ul li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1px;
    max-width: 33%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .option_box dd .info ul li.square {
    max-width: 19.2%;
  }
  .option_box dd .info ul li.p {
    background-color: #b71168;
  }
  .option_box dd .info ul li.b8 {
    background-color: #d26900;
  }
  .option_box dd .info ul li.s {
    background-color: #7c2161;
  }
  .option_box dd .info ul li.b {
    background-color: #d26b1d;
  }
  .option_box dd .info ul li.e {
    background-color: #c2ad24;
  }
		.option_box dd .info ul li.h {
    background-color: #1c2a55;
  }
  .option_box dd .info ul li.bl {
    background-color: #7d3b1f;
  }
  .option_box dd .info ul li.h8 {
    background-color: #d36a00;
  }
  .option_box dd .info ul li.d {
    background-color: #bb80ff;
  }
  .option_box dd .info ul li.i11 {
    background-color: #171c61;
  }
  .option_box dd .info ul li.i9h {
    background-color: #004190;
  }
  .option_box dd .info ul li.i9p {
    background-color: #961c57;
  }
  .option_box dd .info ul li.i8h {
    background-color: #b8841d;
  }
  .option_box dd .info ul li.i8b {
    background-color: #803b1d;
  }
  .option_box dd .info ul li:first-child {
    margin-left: 0;
  }
  .option_box dd .info ul li.disabled {
    opacity: 0.2;
  }
  .option_box dd .info ul li img {
    height: 18px;
    width: auto;
  }
  .option_box dd .info ul li.astr::after {
    white-space: pre;
    content: "＊";
    color: #fff;
    font-size: 8px;
    font-family: "HondaGlobalFontJP-Light", sans-serif;
    position: absolute;
    top: 1px;
    left: 24px;
  }
  .option_box dd .info ul li sup {
    position: relative;
    top:-3px;
    font-size: 13px;
  }
  .option_box dd .info ul li.note {
    position: relative;
  }
  .option_box dd .info ul li.note::after {
    white-space: pre;
    content: "※形状は異なり\A　ます。";
    color: #444444;
    font-size: 10px;
    letter-spacing: -0.01em;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: -2px;
    left: 29px;
    line-height: 1.1;
  }
  .option_box dd .info ul.info-list {
    position: relative;
    margin-left: -10px;
  }
  .option_box dd .info ul li.info-sup {
    position: absolute;
    left: 100px;
    width: 100%;
  }
  .option_note_wrapper {
    float: right;
  }
  .option_note {
    margin-top: 10px;
  }
  /*メーカーオプション*/
  .maker_box {
    width: 900px;
    margin: 25px auto 40px;
  }
  .maker_box .select_box_wrap {
    margin-bottom: 20px;
  }
  .maker_box_inner {
    margin: 20px 0 0;
  }
  .maker_navi_box {
    border: #bbc8db solid 1px;
    padding: 20px;
    position: relative;
  }
  .maker_navi_box_inner {
    overflow: hidden;
  }
  .maker_navi_box p {
    width: 594px;
    float: left;
    font-size: 18px;
    line-height: 1.5;
  }
  .maker_navi_box .img {
    width: 264px;
    float: left;
  }
  .maker_navi_box p.honda-e {
    width: 302px;
  }
  .maker_navi_box .img.honda-e {
    width: 556px;
  }
  .maker_navi_box .img img {
    width: 100%;
  }
  .maker_navi_box ul {
    position: absolute;
    top: 100px;
    left: 15px;
    overflow: hidden;
    margin: 20px 0 0;
  }
  .maker_navi_box ul li {
    float: left;
    width: 154px;
    margin: 0 5px;
  }
  .maker_navi_box ul li a {
    display: block;
    width: 100%;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 9px 15px 8px 0;
  }
  .maker_navi_box ul li a::after {
    position: absolute;
    content: '';
    top: 8px;
    right: 15px;
    width: 14px;
    height: 14px;
    background: url(../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 14px 14px;
  }
  .maker_option_box_wrapper {
    overflow: hidden;
  }
  .maker_option_box {
    width: 138px;
    margin: 0 5px 10px;
    padding: 10px 0 10px;
    border: #bbc8db solid 1px;
    float: left;
    position: relative;
  }
  .maker_option_box:first-child {
    margin-left: 0;
  }
  .maker_option_box .img {
    width: 100px;
    margin: 2.8em auto 0;
  }
  .maker_option_box img {
    width: 100%;
    margin: 5px 0 0;
  }
  .maker_option_box .info {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0 0 5px;
    position: absolute;
    top: 10px;
    left: 0;
    line-height: 1.3;
  }
  .nonavi {
    width: 900px;
    margin: 20px auto;
    border-top: 1px solid #ddd;
    padding-top: 40px;
  }
  .nonavi p {
    font-size: 20px;
  }
  .nv_section {
    position: relative;
    width: 900px;
    margin: 0 auto;
  }
  .nv_btn {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 40px 8px 10px;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    font-size: 14px;
    color: #0064a1;
    text-align: center;
    background: url(/navi/common/img/icon_arrow_blue.png) no-repeat;
    background-position: center right 15px;
    background-size: 14px 14px;
  }
  hr.nv_dotted {
    height: 0;
    border: none;
    border-bottom: #000 dotted 1px;
  }
  #navi_exclusive > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #navi_exclusive > ul > li {
    position: relative;
    width: 50%;
    /* width: 33.33%; */
    box-sizing: border-box;
    border-right: 1px solid #bbc8db;
    border-bottom: 1px solid #bbc8db;
    padding: 20px;
    display: -ms-flexbox;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  #navi_exclusive > ul > li .red-box {
    position: absolute;
    top: 150px;
    left: 10px;
    color: #ee1c25;
    border: #ee1c25 solid 1px;
    padding: 0.25em;
    font-size: 12px;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    display: block !important;
    height: auto !important;
    line-height: 1 !important;
  }
  #navi_exclusive > ul > li:nth-child(-n+4) {
    border-top: 1px solid #bbc8db;
  }
  #navi_exclusive > ul > li:nth-child(4n+1) {
    border-left: 1px solid #bbc8db;
  }
  #navi_exclusive > ul > li h3 {
    width: 100%;
    font-size: 15px;
    padding-bottom: 8px;
  }
  #navi_exclusive > ul > li h4 {
    width: 100%;
    font-size: 16px;
    padding-bottom: 0;
  }
  #navi_exclusive .name2 .icon {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    margin-right: 6px;
  }
  #navi_exclusive .name2 span {
    display: inline-block;
    line-height: 23px;
  }
  #navi_exclusive > ul > li .detail_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
  #navi_exclusive > ul > li .img {
    display: flex;
    height: 130px;
    justify-content: center;
    align-items: center;
  }
  #navi_exclusive > ul > li .img img {
    height: 90%;
    width: auto;
  }
  #navi_exclusive > ul > li .img img.inch10 {
    height: 100%;
  }
  #navi_exclusive > ul > li .img img.inch7 {
    height: 70%;
  }
  #navi_exclusive > ul > li .img img.nbox {
    height: 83%;
  }
  #navi_exclusive > ul > li .img img.nwgn {
    height: 98%;
    margin-top: 12px;
  }
  #navi_exclusive > ul > li .txt01 {
    width: 25%;
    margin-left: 37px;
    position: relative;
  }
  #navi_exclusive > ul > li .txt01.soldout::before {
    content: "【販売を終了させていただきました】";
    color: #ee1c25;
    font-size: 12px;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: -20px;
    left: -7px;
  }
  #navi_exclusive > ul > li .txt01.pre_soldout::before {
    content: "【在庫無くなり次第販売終了】";
    color: #ee1c25;
    font-size: 12px;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: -20px;
    left: -7px;
  }
  #navi_exclusive > ul > li .txt01.delivery_delay::before {
    white-space: pre;
    content: "【お届けにお時間をいただいております】";
    color: #ee1c25;
    font-size: 12px;
    letter-spacing: -0.04em;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: -18px;
    left: -7px;
    line-height: 1.1;
  }
  #navi_exclusive > ul > li .txt01 li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 25px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  #navi_exclusive > ul > li .txt01 li .price {
    font-size: 18px;
    margin: 7px 0 17px 0;
  }
  #navi_exclusive > ul > li .txt01 li sup {
    position: relative;
    top:-3px;
    margin-left: -16px;
    /* margin-left: -50px; */
    color: #ee1c25;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Regular",sans-serif;
  }
  #navi_exclusive > ul > li .txt01 li sup.black {
    color: #000;
    font-size:8px;
    margin-left: -10px;
  }
  #navi_exclusive > ul > li .sup {
    color: #f00;
  }
  #navi_exclusive > ul > li .caution {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    color: #f00;
  }
  #navi_exclusive > ul > li a {
    float: right;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 90px;
    /* width: 130px; */
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 12px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    box-sizing: border-box;
    text-align: center;
    padding: 5px 12px 4px 0;
  }
  #navi_exclusive > ul > li a::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    background: url(../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 10px 10px;
  }
  #navi_exclusive .navi_exclusive-caution {
    margin-top: 10px;
    text-align: right;
  }
  /*------------------------------------------------------*/
  /* ナビ選び
  /*------------------------------------------------------*/
  #top_navi_select {
    position: relative;
    margin-bottom: 20px;
  }
  #top_navi_select .tns_item {
    position: relative;
    width: 300px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    border-top: 1px solid #c2cddf;
  }
  #top_navi_select .tns_title {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 55px;
    font-size: 16px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    background: url(../img/img_select_bg_pc.png) no-repeat;
    background-size: contain;
  }
  #top_navi_select .tns_title:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    width: 24px;
    height: 18px;
    background: url(../img/img_select_check_pc.png) no-repeat;
    background-size: contain;
  }
  #top_navi_select .tns_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top_navi_select .tns_list .tns_item {
    padding-left: 18px;
    cursor: pointer;
  }
  #top_navi_select .tns_list .tns_item.is-long {
    padding-left: 15px;
  }
  #top_navi_select .tns_list .tns_item.cursor_def {
    cursor: default;
  }
  #top_navi_select .tns_list .tns_item:first-child {
    margin-left: 300px;
  }
  #top_navi_select .tns_list .tns_item:nth-last-child(-n + 3) {
    border-bottom: 1px solid #c2cddf;
  }
  #top_navi_select .tns_list .tns_item .tns_checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/btn_select_checkbox_off_pc.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
  #top_navi_select .tns_list .tns_item .tns_text {
    font-size: 16px;
  }
  #top_navi_select .tns_list .tns_item .tns_text span {
    letter-spacing: -0.06em;
  }
  #top_navi_select .tns_list .tns_item.on .tns_checkbox {
    background-image: url(../img/btn_select_checkbox_on_pc.png);
  }
  #top_navi_select .tns_list .tns_item.on .tns_text {
    color: #0064a1;
  }
  #top_navi_list .tnl_grade.disabled,
  #navi_exclusive .tnl_grade.disabled{
    opacity: 0.3;
  }
  #top_navi_list .tnl_grade[data-key='vxu-192ssi'] .name, #top_navi_list .tnl_grade[data-key='vxu-192ssi+TV'] .name {
    margin-bottom: 5px;
  }
  #top_navi_list .tnl_grade[data-key='vxu-192ssi'] .name:before, #top_navi_list .tnl_grade[data-key='vxu-192ssi+TV'] .name:before {
    display: inline-block;
    content: ' ';
    width: 20px;
    height: 20px;
    background-color: #00a0e9;
    vertical-align: top;
    margin-right: 6px;
  }
  #top_navi_list .tnl_grade[data-key='vxu-192ssi'] .name .icon, #top_navi_list .tnl_grade[data-key='vxu-192ssi+TV'] .name .icon {
    display: none;
  }
  #top_navi_list .tnl_grade .tnl_grade_inner,
  #navi_exclusive .tnl_grade .tnl_grade_inner{
    position: relative;
  }
  #top_navi_list .tnl_grade .tnl_grade_name,
  #navi_exclusive .tnl_grade .tnl_grade_name{
    position: relative;
  }
  #top_navi_list .tnl_model,
  #navi_exclusive .tnl_model{
    margin-top: 15px;
  }
  #top_navi_list .tnl_model:first-child,
  #navi_exclusive .tnl_model:first-child{
    margin-top: 0;
  }
  #top_navi_list .tnl_grade .tnl_grade_inner .tnl_grade_inner_notes,
  #navi_exclusive .tnl_grade .tnl_grade_inner .tnl_grade_inner_notes{
    position: absolute;
    top: 0;
    left: 300px;
    color: #ee1c25;
    border: #ee1c25 solid 1px;
    font-size: 14px;
    padding: 0.25em 0.5em;
  }
  #top_navi_list .tnl_model[data-key='lxu-237nbi']:first-child {
    margin-top: 10px;
  }
  #top_navi_list .tnl_model[data-key='vxu-192ssi'] .info, #top_navi_list .tnl_model[data-key='vxu-192ssi+TV'] .info {
    position: relative;
    margin-bottom: 10px;
    top: -3px;
  }
  #top_navi_list .tnl_model[data-key='vxu-192ssi'] .info .txt01, #top_navi_list .tnl_model[data-key='vxu-192ssi+TV'] .info .txt01 {
    /* width: 300px; */
    
    width: 490px;
    /* position: absolute;
    top: 0;
    left: -460px; */
    padding: 5px 0 0;
    margin-right: -2.5em;
  }
  #top_navi_list .tnl_model[data-key='vxu-192ssi'] .info .txt01 span, #top_navi_list .tnl_model[data-key='vxu-192ssi+TV'] .info .txt01 span {
    font-size: 18px;
    line-height: 1.4;
  }
  body[data-car=clarityfuelcell] #page-label h2 img {
    height: 30px;
  }
  #top_navi_list .tnl_model[data-key='vxu-192ssi'] .info .txt02, #top_navi_list .tnl_model[data-key='vxu-192ssi+TV'] .info .txt02 {
    width: 120px;
    margin-right: -1em;
  }
  
  .tnl_model_list.is-2nd-row{
    margin-top: 40px;
  }


  /*------------------------------------------------------*/
  /* section_top_caution
  /*------------------------------------------------------*/
  #section_top_caution {
    width: 900px;
    margin: 40px auto;
	text-align: center;
  }
  #section_top_caution p {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.4em;
  }
  #section_top_caution .top_caution a {
	color: #cc0000 !important;
  }

  /*------------------------------------------------------*/
  /* NBOX
  /*------------------------------------------------------*/
  #top_navi_list .tnl_model_info {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    min-height: 84px;
  }
  #top_navi_list .tnl_model_info-fig {
    width: 124px;
  }
  #top_navi_list .tnl_model_info-fig img {
    width: 100%;
  }
  #top_navi_list .tnl_model_info-list {
    display: flex;
    justify-content: space-between;
    width: 720px;
    margin-top: 5px;
    position: relative;
  }
  #top_navi_list .tnl_model_info-list li {
    width: 77px !important;
  }
  #top_navi_list .tnl_model_info-list li.disabled {
    opacity: 0.3;
  }
  #top_navi_list .tnl_model_info-list li:nth-child(3) {
    position: absolute;
    top: 0;
    left: 80px;
  }
  #top_navi_list .tnl_model_info-list li:last-child {
    position: absolute;
    top: 37px;
    right: 0;
  }
  #top_navi_list .tnl_model_info-list li img {
    width: 100%;
  }
  #top_navi_list .tnl_model_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
    margin-left: 143px;
  }
  #top_navi_list .tnl_model_text.mt4 {
    /*margin-top: 4px;*/
  }
  #top_navi_list .tnl_model_text_name {
    font-size: 18px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
  }
  #top_navi_list .tnl_model_text_name.p_relative {
    position: relative;
  }
  #top_navi_list .tnl_model_text_name.stock_caution::before {
    white-space: pre;
    content: "【在庫無くなり次第販売終了】";
    color: #ee1c25;
    font-size: 14px;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Regular",sans-serif;
    position: absolute;
    top: 1px;
    left: 132px;
    line-height: 1.1;
  }
  #top_navi_list .tnl_model_text_name.order_stop::before {
    white-space: pre;
    content: "【受注を停止させていただいております】";
    color: #ee1c25;
    font-size: 14px;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Regular",sans-serif;
    position: absolute;
    top: 1px;
    left: 132px;
    line-height: 1.1;
  }
  #top_navi_list .tnl_model_text_name.sold_out::before {
    white-space: pre;
    content: "【販売を終了させていただきました】";
    color: #ee1c25;
    font-size: 14px;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Regular",sans-serif;
    position: absolute;
    top: 1px;
    left: 132px;
    line-height: 1.1;
  }
  #top_navi_list .tnl_model_text_name sup {
    position: relative;
    top: -3px;
    color: #ee1c25;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Regular",sans-serif;
    font-size: 16px;
  }
  #top_navi_list .tnl_model_text_name span.red_caution {
    position: relative;
    color: #ee1c25;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Regular",sans-serif;
    font-size: 14px;
    top: -1px;
    right: -32px;
  }
  #top_navi_list .tnl_model_text_btn a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 120px;
    /* top: -4px; */
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    line-height: 1.1em;
    box-sizing: border-box;
    text-align: center;
    /* margin-left: 30px; */
    padding: 8px 15px 7px 0;
  }
  #top_navi_list .tnl_model_text_btn a::after {
    position: absolute;
    content: '';
    top: 8px;
    right: 15px;
    width: 14px;
    height: 14px;
    background: url(../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 14px 14px;
  }
  #top_navi_list .tnl_model_fig {
    max-width: 616px;
    margin-top: 10px;
    margin-left: 143px;
  }
  #top_navi_list .tnl_model_fig img {
    width: 100%;
  }
  #top_navi_list .tnl_model_caution {
    margin-top: 15px;
    margin-left: 143px;
    line-height: 1.9;
    font-size: 11.5px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #top_navi_list .tnl_model_caution.mt {
    margin-top: 10px;
  }
  #top_navi_list .tnl_model_caution span {
    color: #ee1c25;
  }
  #nbox_box01 {
    background-color: #b0bdd2;
    margin-top: 15px;
    padding: 20px 15px 25px;
  }
  #nbox_box01 .nbox_box01-title {
    font-size: 22px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    line-height: 1.36;
  }
  #nbox_box01 .nbox_box01-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  
  #nbox_box01 .nbox_box01-inner-fig {
    display: flex;
    justify-content: space-between;
    width: 694px;
    align-items: flex-start;
  }
  #nbox_box01 .nbox_box01-inner-comb {
    width: 166px;
  }
  #nbox_box01 .nbox_box01-inner-comb div {
    width: 166px;
  }
  #nbox_box01 .nbox_box01-inner-comb div img {
    width: 100%;
  }
  #nbox_box01 .nbox_box01-inner-comb p {
    margin-top: 4px;
    font-size: 11.5px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.39;
    letter-spacing: 0.06em;
  }
  #nbox_box01 .nbox_box01-inner-fig div:first-child {
    width: 182px;
  }
  #nbox_box01 .nbox_box01-inner-fig div:nth-child(2) {
    width: 182px;
  }
  
  #nbox_box01 .nbox_box01-inner-fig div img {
    width: 100%;
  }
  #nbox_box01 .nbox_box01-inner-text {
    width: 310px;
    font-size: 11.5px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    line-height: 1.39;
  }
  #nbox_box01 .nbox_box01-inner-text p span.note{
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #nbox_box01 .nbox_box01-text {
    margin-top: 15px;
    font-size: 11.5px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.39;
  }
  #nbox_box01 .nbox_box01-fig {
    max-width: 870px;
    margin: 15px auto 0;
  }
  #nbox_box01 .nbox_box01-fig img {
    width: 100%;
  }
  #nbox_box02 {
    background-color: #b0bdd2;
    margin-top: 6px;
    padding: 20px 15px 25px;
  }
  #nbox_box02 .nbox_box02-title {
    font-size: 22px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    line-height: 1.36;
  }
  #nbox_box02 .nbox_box02-title sup {
    position: relative;
    top: -6px;
    font-size: 16px;
  }
  #nbox_box02 .nbox_box02-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  #nbox_box02 .nbox_box02-inner-fig {
    width: 195px;
  }
  #nbox_box02 .nbox_box02-inner-fig p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.42;
  }
  #nbox_box02 .nbox_box02-inner-fig sup {
    position: relative;
    top: -6px;
    font-size: 12px;
  }
  #nbox_box02 .nbox_box02-inner-fig p span {
    display: inline-block;
    font-size: 11.5px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #nbox_box02 .nbox_box02-inner-fig img {
    width: 100%;
  }
  #nbox_box02 .nbox_box02-inner-text {
    width: 230px;
    height: 80px;
    border: #000 solid 1px;
    display: flex;
    font-size: 11.5px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.39;
    padding-left: 4px;
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
    justify-content:center; 
  }
  #nbox_box02 .nbox_box02-inner-text.freed {
    height: 146px;
    margin-top: 0;
    padding-right: 4px;
    padding-left: 0;
  }
  #nbox_box02 .nbox_box02-inner-text p {
    padding-left: 2.5em;
    text-indent: -2em;
  }
  #section_caution .notes p {
    padding-left: 1em;
    text-indent: -1em;
  }
  #nbox_box02 .nbox_box02-inner-text-wrap p.notes {
    font-size: 11.5px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.39;
    margin-top: 18px;
  }
  #nbox_box03 {
    background-color: #b0bdd2;
    margin-top: 6px;
    padding: 20px 15px 25px;
  }
  #nbox_box03 .nbox_box03-title {
    font-size: 22px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    line-height: 1.36;
  }
  #nbox_box03 .nbox_box03-sub {
    font-size: 16px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    margin-top: 10px;
  }
  #nbox_box03 .nbox_box03-box {
    display: flex;
    margin-top: 10px;
  }
  #nbox_box03 .nbox_box03-box-fig {
    width: 195px;
  }
  #nbox_box03 .nbox_box03-box-fig img {
    width: 100%;
  }
  #nbox_box03 .nbox_box03-box-aroow {
    clip-path: polygon(
      0 calc(50% - (40% / 2)),
      50% calc(50% - (40% / 2)),
      50% 0,
      100% 50%,
      50% 100%,
      50% calc(50% + (40% / 2)),
      0 calc(50% + (40% / 2))
    );
    height: 20px;
    aspect-ratio: 1;
    background-color: #0035b1;
    margin: 45px 0.5em 0;
  }
  #nbox_box03 .nbox_box03-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  #nbox_box03 .nbox_box03-inner > div {
    width: 422.78px;
  }
  #nbox_box03 .nbox_box03-inner > div p {
    font-size: 11.5px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    line-height: 1.39;
    margin-top: 10px;
  }
  #nbox_box03 p.nbox_box03-box-text {
    font-size: 11.5px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    line-height: 1.39;
    margin-left: 34px;
    width: 600px;
    padding-bottom: 40px;
    align-self: flex-end;
  }
  #nbox_box03 p.nbox_box03-box-text .note {
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    display: inline-block;
    margin-top: 4px;
  }
  /* youtube */
  .youtube_mv {
    width: 690px;
    margin: 40px auto 40px;
  }
  .youtube_mv .movie_table {
	  display: table;
	  width: 690px;
  }
  .youtube_mv .pic{
	  max-width: 690px;
	  text-align: center;
	  position: relative;
  }
  .youtube_mv .pic img{
    width: 100%;
    height: auto;
  }
  .youtube_mv .play_mark a:hover {
	  opacity:1;
  }
  .youtube_mv .play_mark .pic img {
	  display:block;
  }
  .youtube_mv .play_mark .pic:after {
	  content:"";
	  display:block;
	  width:100%;
	  height:100%;
	  background-image:url(/navi/img/movie_play.png);
	  background-position:center 50%;
	  background-size:10% auto;
	  background-repeat:no-repeat;
	  position:absolute;
	  top:0;
	  transition:0.2s;
  }
  .youtube_mv .play_mark a:hover .pic:after {
	  background-color:rgba(0, 0, 0, 0.0);
  }
  
  /*------------------------------------------------------*/
  /* ODYSSEY
  /*------------------------------------------------------*/
  #top_navi_list .tnl_model_info-fig.mb15 {
    margin-bottom: 15px;
  }
  #top_navi_list .tnl_model_info-fig.mb4 {
    margin-bottom: 4px;
  }
  
  #odyssey_box01 {
    background-color: #b0bdd2;
    margin-top: 15px;
    padding: 20px 15px 25px;
  }
  #odyssey_box01 .odyssey_box01-title {
    font-size: 22px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    line-height: 1.36;
  }
  #odyssey_box01 .odyssey_box01-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  #odyssey_box01 .odyssey_box01-inner-fig {
    display: flex;
    justify-content: space-between;
    width: 566px;
    align-items: center;
  }
  #odyssey_box01 .odyssey_box01-inner-fig div {
    width: 182px;
  }
  #odyssey_box01 .odyssey_box01-inner-fig div img {
    width: 100%;
  }
  #odyssey_box01 .odyssey_box01-inner-text {
    width: 297px;
    font-size: 11.5px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    line-height: 1.39;
  }
  #odyssey_box01 .odyssey_box01-inner-text span.note {
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #odyssey_box01 .odyssey_box01-inner-text span.sup {
    margin: 0 2px;
    padding: 0 !important;
    font-size: 60%;
    line-height: 1em;
    text-indent: 0 !important;
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    top: 2px;
  }
  #odyssey_box01 .odyssey_box01-text {
    margin-top: 15px;
    font-size: 11.5px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.39;
  }
  #odyssey_box01 .odyssey_box01-fig {
    max-width: 860px;
    margin: 15px auto 0;
  }
  #odyssey_box01 .odyssey_box01-fig img {
    width: 100%;
  }
  #odyssey_box02 {
    background-color: #b0bdd2;
    margin-top: 6px;
    padding: 20px 15px 25px;
  }
  #odyssey_box02 .odyssey_box02-title {
    font-size: 22px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    line-height: 1.36;
  }
  #odyssey_box02 .odyssey_box02-title sup {
    position: relative;
    top: -6px;
    font-size: 16px;
  }
  #odyssey_box02 .odyssey_box02-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  #odyssey_box02 .odyssey_box02-inner-fig {
    width: 195px;
  }
  #odyssey_box02 .odyssey_box02-inner-fig p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.42;
  }
  #odyssey_box02 .odyssey_box02-inner-fig p span {
    display: inline-block;
    font-size: 11.5px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #odyssey_box02 .odyssey_box02-inner-fig img {
    width: 100%;
  }
  #odyssey_box02 .odyssey_box02-inner-text {
    width: 230px;
    height: 61px;
    border: #000 solid 1px;
    display: flex;
    align-items: center;
    font-size: 11.5px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.39;
    padding-left: 4px;
    margin-top: 25px;
  }
  #odyssey_box02 .odyssey_box02-inner-text p {
    padding-left: 1em;
    text-indent: -1em;
  }
  #odyssey_box02 .odyssey_box02-inner-text-wrap p.notes {
    font-size: 11.5px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.39;
    margin-top: 18px;
  }
  .navi_box .name span.red_box {
    color: #ee1c25;
    border: #ee1c25 solid 1px;
    padding: 0 0.25em;
    font-size: 14px;
    margin-left: 1em;
  }
}
/* price_table */
.clearfix {
  min-height: 1px;
}
.price_table {
  margin: 10px 0 0 143px;
  line-height: 1.5;
  font-size: 13px;
}
.price_table_price {
  text-align: right;
}
.price_table_price .bold {
  font-size: 16px;
  font-family:"HondaGlobalFontJP-Bold",sans-serif;
  line-height: 1.3;
}
.price_table_hinban {
  padding-left: 5px;
}
.price_table_hinban .sml {
  font-size: 11px;
  /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
}
.price_table_row_bottom td {
  padding-bottom: 10px;
  border-bottom: #000 solid 1px;
}
.price_table_row_sum td {
  padding-top: 10px;
}
.price_table_kousuu .bg {
  display: inline-block;
  font-size: 11px;
  font-family:"HondaGlobalFontJP-Light",sans-serif;
  border: 1px solid #aaa;
  background: #fefce5;
  padding: 0.3em 0.3em 0.2em 0.3em;
  line-height: 1;
}
.price_table_title {
  font-size: 15px;
  font-family:"HondaGlobalFontJP-Bold",sans-serif;
  line-height: 2;
}
/* option_info */
.option_info {
  background: #fff;
  padding: 1em 1em 1em 2em;
  margin-top: 15px;
}
.option_info.none-e {
  padding: 2em 1em 2em 1.5em;
  margin: 15px 5px;
  border: #bbc8db solid 1px;
}
.option_info_head {
  display: flex;
  align-items: center;
}
.option_info_head p {
  border: #000 solid 1px;
  padding: 0.35em 0.5em 0.25em;
  margin-right: 0.5em;
  font-size: 13px;
}
.option_info_head h6 {
  font-size: 19px;
}
.option_info_head h6.spkg_op {
  font-size: 15.5px;
  letter-spacing: -0.01em;
}
.option_info_text {
  margin-top: 1em;
  font-size: 14px;
}
.option_info_price {
  margin-top: 1em;
  font-size: 13px;
}
.option_info_price strong {
  font-family:"HondaGlobalFontJP-Bold",sans-serif;
  font-size: 16px;
}
.option_info_price .bg {
  display: inline-block;
  font-size: 11px;
  font-family:"HondaGlobalFontJP-Light",sans-serif;
  border: 1px solid #aaa;
  background: #fefce5;
  padding: 0.3em 0.3em 0.2em 0.3em;
  line-height: 1;
}
.option_info_price .sml {
  font-size: 12px;
  font-family:"HondaGlobalFontJP-Light",sans-serif;
}
.option_info_price .sml.text-top {
  vertical-align: text-top;
}
.option_info_price .bg-sml {
  display: inline-block;
  font-size: 11px;
  font-family:"HondaGlobalFontJP-Light",sans-serif;
  border: 1px solid #aaa;
  background: #fefce5;
  padding: 0.3em 0.3em 0.2em 0.3em;
  line-height: 1;
}
.option_info_note {
  margin-top: 1em;
  font-size: 12px;
  font-family:"HondaGlobalFontJP-Light",sans-serif;
}

@media print, screen and (min-width: 769px) {
.price_table_item {
  min-width: 138px;
}
.price_table_price {
  min-width: 84px;
}
.price_table_caution {
  min-width: 188px;
}
}

.price_table sup {
  position: relative;
  top: -6px;
}

@media print, screen and (min-width: 769px) {
  /* vezel */
  #vezel_box01 {
    background-color: #b0bdd2;
    margin-top: 15px;
    padding: 20px 15px 25px;
  }
  #vezel_box01 .vezel_box01-title {
    font-size: 22px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    line-height: 1.36;
  }
  #vezel_box01 .vezel_box01-inner {
    display: flex;
    justify-content: space-between;
  }
  
  #vezel_box01 .vezel_box01-inner-fig,
  #vezel_box01 .vezel_box01-inner-fig2,
  #vezel_box01 .vezel_box01-inner-fig3{
    display: flex;
    justify-content: space-between;
    width: 870px;
    align-items: flex-start;
  }
  #vezel_box01 .vezel_box01-inner-fig,
  #vezel_box01 .vezel_box01-inner-fig2{
    width: 870px;
  }
  #vezel_box01 .vezel_box01-inner-fig3{
    width: 100%;
  }
  #vezel_box01 .vezel_box01-inner-fig div:first-child {
    width: 217px;
  }
  #vezel_box01 .vezel_box01-inner-fig div:nth-child(2) {
    width: 217px;
  }
  #vezel_box01 .vezel_box01-inner-fig div:nth-child(3) {
    width: 217px;
  }
  
  #vezel_box01 .vezel_box01-inner-fig2 div:first-child {
    width: 444px;
  }
  #vezel_box01 .vezel_box01-inner-fig2 div:nth-child(2) {
    width: 414px;
  }
  #vezel_box01 .vezel_box01-inner-fig3 div:first-child {
    width: 31%;
  }
  #vezel_box01 .vezel_box01-inner-fig3 div:nth-child(2) {
    width: 31%;
  }
  #vezel_box01 .vezel_box01-inner-fig3 div:nth-child(3) {
    width: 31%;
  }
  
  #vezel_box01 div img {
    width: 100%;
  }
  #vezel_box01 .vezel_box01-inner-fig,
  #vezel_box01 .vezel_box01-inner-fig2,
  #vezel_box01 .vezel_box01-inner-fig3{
    font-size: 11.5px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    line-height: 1.39;
  }
  #vezel_box01 .vezel_box01-inner-fig3 {
    margin-top: 10px;
  }
  
  #vezel_box01 .vezel_box01-inner-text {
    width: 186px;
    font-size: 11.5px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    line-height: 1.39;
  }
  #vezel_box01 .vezel_box01-text {
    margin-top: 15px;
    font-size: 11.5px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.39;
  }
  #vezel_box01 .vezel_box01-fig {
    max-width: 870px;
    margin: 15px auto 0;
  }
  #vezel_box01 .vezel_box01-fig img {
    width: 100%;
  }
  #vezel_box01 h6 {
    font-size: 19px;
    margin: 10px 0;
  }
  #vezel_box01 .option_info_head h6.spkg_op {
    margin: 0;
  }
  #vezel_box01 .option_info_head p {
    font-size: 13px;
    line-height: 1;
  }
  #vezel_box01 span.sup {
    margin: 0 2px;
    padding: 0 !important;
    font-size: 60%;
    line-height: 1em;
    text-indent: 0 !important;
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    top: 2px;
  }
  /* fit */
  .fit_box {
    background-color: #b0bdd2;
    margin-top: 15px;
    padding: 20px 15px 25px;
  }
  .fit_box-sub {
    font-size: 16px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    border: #fff solid 1px;
    display: inline-block;
    padding: 0.6em 0.5em 0.5em;
  }
  .fit_box-title {
    margin-top: 15px;
    font-size: 22px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    line-height: 1.4;
  }
  .fit_box-head {
    margin-top: 10px;
  }
  .fit_box-s-title {
    font-size: 19px;
  }
  .fit_box-s-title span {
    position: relative;
    font-size: 10px;
    top: -7px;
  }
  .fit_box-list {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .fit_box-list li:not(:first-child) {
    margin-left: 10px;
  }
  .fit_box-list li span {
    font-size: 16px;
  }
  .fit_box-list li span.withcaution {
    position: relative;
  }
  .fit_box-list li span.withcaution::before {
    content: "※写真は他車種のものです。";
    color: #444;
    font-size: 12px;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: 6px;
    left: 22px;
    width: 180px;
  }
  .fit_box-list li img {
    margin-top: 4px;
    width: 100%;
    height: 124px;
    object-fit: cover;
  }
  .fit_box-list-caption {
    display: flex;
    margin-top: 10px;
  }
  .fit_box-list-caption ul {
    width: 50%;
  }
  .fit_box-list-caption ul.l1 {
    width: 100%;
  }
  .fit_box-list-caption ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 1.4;
  }
  .fit_box-list-caption span.sup {
    position: relative;
    font-size: 10px;
    top: 1px;
  }
  .fit_box-text {
    margin-top: 40px;
  }
  .fit_box-text p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.4;
  }
  .fit_box-panel {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .fit_box-panel-text p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.4;
  }
  .fit_box-panel-fig {
    text-align: center;
  }
  .fit_box-panel-fig.stepwgn {
    text-align: left;
  }
  .fit_box-panel-fig img {
    width: 100%;
    height: 116px;
    object-fit: cover;
  }
  .fit_box-panel-fig p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4;
  }
  .fit_box-panel-fig.stepwgn p {
    margin-top: 4px;
  }
  .fit_box-panel-fig.stepwgn p.etc_right {
    margin-top: 16px;
    text-align: right;
  }
  .fit_box-panel-fig p span {
    position: relative;
    font-size: 10px;
    top: -2px;
  }
  .fit_box-panel-fig p span.photo_caution {
    font-size: 11.5px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    top: 2px;
  }
  .fit_box-notes {
    margin-top: 25px;
  }
  .fit_box-notes li {
    font-size: 11.5px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
  }
}
#vezel_box01 .vezel_box01-text a {
  text-decoration:underline;
}
#vezel_box01 .vezel_box01-inner-fig3 div:nth-child(3) p:last-child {
    text-align: right;
  }

.fit_box-notes li.double {
  padding-left: 2em;
  text-indent: -2em;
}

.price_table.n-one-e {
  margin-top: 20px;
}

@media print, screen and (min-width: 769px) {
.show-sp {
  display: none !important;
}
}
@media print, screen and (max-width: 768px) {
.show-pc {
  display: none !important;
}
}
p.zrv_box-head{
  margin-top: 10px;
}