@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 .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) {
  /*ページラベル*/
  #page-ttl .page-ttl-inner {
    width: 980px;
    margin: 0 auto 35px;
  }
  #page-ttl h2 {
    font-size: 25px;
    border-bottom: solid 2px #676767;
    padding-bottom: 12px;
    margin: 60px 0 0;
  }
  .page-title {
    width: 900px;
    margin: 0 auto;
  }
  /*タイトル・サブタイトル*/
  .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:before {
    content: ' ';
    background-color: #154688;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    top: 2px;
  }
  .audio_box_wrapper {
    width: 900px;
    margin: 25px auto 40px;
    padding-bottom: 40px;
    border-bottom: #000 dotted 1px;
  }
  .audio_box_inner {
    margin: 20px 0 0;
  }
  .audio_box {
    border: solid 1px #BBC8DB;
    position: relative;
    margin: 5px 0 0;
    padding: 20px;
  }
  .audio_box a {
    position: relative;
    display: block;
    padding: 20px;
  }
  .audio_box a:hover {
    opacity: .7;
  }
  .audio_box dl dt {
    font-size: 18px;
    color: #000;
    /* margin: 0 0 0 132px; */
    width: 360px;
  }
  .audio_box dl dt .icon {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    margin-right: 6px;
  }
  .audio_box dl dt span {
    display: inline-block;
    line-height: 23px;
  }
  .audio_box dl dd .img {
    width: 124px;
    margin-top: 10px;
  }
  .audio_box dl dd .img img {
    width: 100%;
  }
  .audio_box dl dd .info .txt_box {
    position: absolute;
    top: 20px;
    left: 532px;
  }
  .audio_box dl dd .info .txt01 {
    font-size: 14px;
    display: inline-block;
    padding-right: 2em;
    cursor: default;
  }
  .audio_box dl dd .info .txt01.soldout::before {
    content: "【販売を終了させていただきました】";
    color: #ee1c25;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: 3px;
    left: -196px;
    letter-spacing: -0.06em;
  }
  .audio_box dl dd .info .txt01.pre_soldout::before {
    content: "【在庫無くなり次第販売終了】";
    color: #ee1c25;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: 3px;
    left: -196px;
    letter-spacing: -0.06em;
  }
  .audio_box dl dd .info .txt02 {
    font-size: 18px;
    display: inline-block;
    cursor: default;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
  }
  .audio_box dl dd .info .btn {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 120px;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 15px 8px 0;
    padding: 0 !important;
    border: none !important;
  }
  .audio_box dl dd .info .btn a {
    padding: 0;
    width: 120px;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    padding: 8px 15px 8px 0;
  }
  .audio_box dl dd .info .btn::after {
    position: absolute;
    content: "";
    top: 22%;
    right: 15px;
    width: 14px;
    height: 14px;
    background: url(../../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 14px 14px;
  }
  .audio_box dl dd ul {
    width: 720px;
    overflow: hidden;
    position: absolute;
    /* top: 55px; */
    top: 60px;
    right: 20px;
    display: flex;
    justify-content: space-between;
  }
  .audio_box dl dd ul li {
    width: 77px;
    box-sizing: border-box;
  }
  .audio_box dl dd ul li:nth-child(-n+4) {
    width: 76px;
  }
  .audio_box dl dd ul li:nth-child(2) {
    position: absolute;
    left: -0.5px;
    bottom: 0;
  }
  .audio_box dl dd ul li:nth-child(4) {
    position: absolute;
    left: 79.5px;
    bottom: 0;
  }
  .audio_box dl dd ul li.disable {
    opacity: 0.3;
  }
  .audio_box dl dd ul li img {
    width: 100%;
  }
  /*オプション*/
  .option_box_wrapper {
    width: 900px;
    margin: 25px auto 40px;
  }
  .option_box_inner {
    margin: 20px 0 0;
  }
  .option_content {
    overflow: hidden;
  }
  .option_box {
    width: 138px;
    margin: 0 5px 10px;
    padding: 10px 0 10px;
    border: #BBC8DB solid 1px;
    float: left;
    position: relative;
  }
  .option_box .img {
    width: 100px;
    margin: 10px auto 0;
  }
  .option_box img {
    width: 100%;
  }
  .option_box p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 5px;
    height: 2.8em;
    line-height: 140%;
  }
  .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;
  }
  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;
  }
  #top_select_box {
    margin: 40px 0 0;
  }
  /*メーカーオプション*/
  .maker_box {
    border-bottom: #000 dotted 1px;
    width: 900px;
    margin: 0 auto 40px;
    padding: 40px 0;
  }
  .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 {
    margin-top: 30px;
  }
  .maker_navi_box:first-of-type {
    margin-top: 0;
  }
  .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 .img img {
    width: 100%;
  }
  .maker_navi_box ul {
    position: absolute;
    top: 40px;
    left: 15px;
    margin: 20px 0 0;
  }
  .maker_navi_box ul li {
    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: 8px 15px 8px 0;
  }
  .maker_navi_box ul li a::after {
    position: absolute;
    content: "";
    top: 22%;
    right: 15px;
    width: 14px;
    height: 14px;
    background: url(../../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 14px 14px;
  }
  .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;
  }
  .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:nth-child(odd) {
    margin-left: 0;
  }
  .section_speaker .speaker_wrap .speaker_box {
    box-sizing: border-box;
    border: #BBC8DB solid 1px;
    padding: 15px;
  }
  .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.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 .nv_btn {
    margin-top: 30px;
  }
  .option_box p sup {
    position: relative;
    font-size: 10px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 0;
    top: -3px;
  }
  .option_note_wrapper {
    float: right;
  }
  .option_note {
    margin-top: 10px;
  }
  /*audio top 20231005*/
  .audio_box.is-audio-top {
    padding: 20px;
  }
  .audio_box.is-audio-top .btn {
    padding: 0 !important;
    border: none !important;
  }
  .audio_box.is-audio-top .btn a {
    padding: 0;
    width: 120px;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    padding: 8px 15px 8px 0;
  }
  .audio_box.is-audio-top dl dd .img {
    margin-top: 10px;
  }
  .audio_box dl dd ul li.disable {
    opacity: 0.3;
  }
  .audio_box.is-audio-top dl dd ul {
    top: 60px;
  }
  .audio_box.is-audio-top dl dd ul li:nth-child(9) {
    position: absolute;
    right: 87px;
    bottom: 0;
  }
  .audio_box .info .txt01 sup{
    position: relative;
    top:-3px;
    margin-left: 0px;
    color: #ee1c25;
    font-size: 13px;
  }
  .option_box .icon-list ul {
    width: 100px;
    display: flex;
    flex-direction: row;
    margin: 10px auto 0;
  }
  .option_box .icon-list li {
    max-width: 25%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    margin-left:1px;
  }
  .option_box .icon-list li:first-child {
    margin-left: 0;
  }
  .option_box .icon-list li.d1 {
    background-color: #bb80ff;
  }
  .option_box .icon-list li.d2 {
    background-color: #444;
  }
  .option_box .icon-list li img {
    width: auto;
    height: 18px;
  }

    /*------------------------------------------------------*/
  /* NBOX
  /*------------------------------------------------------*/
  #audio_list .tnl_grade .tnl_grade_inner {
    position: relative;
  }
  #audio_list .tnl_grade .tnl_grade_name {
    position: relative;
  }
  #audio_list .tnl_model {
    margin-top: 15px;
  }
  #audio_list .tnl_model:first-child {
    margin-top: 0;
  }
  #audio_list .tnl_model_info {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  #audio_list .tnl_model_info-fig {
    width: 124px;
  }
  #audio_list .tnl_model_info-fig img {
    width: 100%;
  }
  #audio_list .tnl_model_info-list {
    display: flex;
    justify-content: space-between;
    width: 720px;
    margin-top: 5px;
    position: relative;
  }
  #audio_list .tnl_model_info-list li {
    width: 77px !important;
  }
  #audio_list .tnl_model_info-list li.disable {
    opacity: 0.3;
  }
  #audio_list .tnl_model_info-list li:nth-child(2) {
    position: absolute;
    bottom: 15.5px;
  }
  #audio_list .tnl_model_info-list li:nth-child(4) {
    position: absolute;
    left: 80px;
    bottom: 15.5px;
  }
  #audio_list .tnl_model_info-list li img {
    width: 100%;
  }
  #audio_list .tnl_model_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
    margin-left: 143px;
  }
  #audio_list .tnl_model_text_name {
    font-size: 18px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
  }
  #audio_list .tnl_model_text_name sup {
    position: relative;
    top: -3px;
    color: #ee1c25;
    font-family: "HondaGlobalFontJP-Regular", sans-serif;
    font-size: 16px;
  }
  #audio_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;
  }
  #audio_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;
  }
  #audio_list .tnl_model_fig {
    max-width: 598px;
    margin-top: 10px;
    margin-left: 143px;
  }
  #audio_list .tnl_model_fig img {
    width: 100%;
  }
  #audio_list .tnl_model_caution {
    margin-top: 15px;
    margin-left: 143px;
    line-height: 1.9;
    font-size: 11.5px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  /*#audio_list .tnl_model_caution li:not(:last-child) {
    display: inline;
  }
  #audio_list .tnl_model_caution li:nth-child(2) {
    padding-left: 1em;
  }*/
  #audio_list .tnl_model_caution span {
    color: #ee1c25;
  }
  #audio_list .navi_box {
    border: solid 1px #bbc8db;
    position: relative;
    margin: 5px 0 0;
    padding: 20px;
  }
  #audio_list .navi_box .name {
    position: relative;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #000;
  }
  #audio_list .navi_box .name .icon {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    margin-right: 6px;
  }
  #audio_list .navi_box .name span {
    display: inline-block;
    line-height: 23px;
  }
  #audio_list .tnl_model_text_name.p_relative {
    position: relative;
  }
  #audio_list .tnl_model_text_name.stock_caution::before {
    white-space: pre;
    content: "【在庫無くなり次第販売終了】";
    color: #ee1c25;
    font-size: 14px;
    font-family: "HondaGlobalFontJP-Regular", sans-serif;
    position: absolute;
    top: 1px;
    left: 132px;
    line-height: 1.1;
  }
  #audio_list .tnl_model_text_name.sold_out::before {
    white-space: pre;
    content: "【販売を終了させていただきました】";
    color: #ee1c25;
    font-size: 14px;
    font-family: "HondaGlobalFontJP-Regular", sans-serif;
    position: absolute;
    top: 1px;
    left: 132px;
    line-height: 1.1;
  }
  
  /* メインビジュアル */
  #main_visual {
    width: 980px;
    margin: 0 auto 40px;
    position: relative;
  }
}
/* 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;
}

@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;
}
.option_box .icon-list li.note {
  position: relative;
}
.option_box .icon-list li.note::after {
  white-space: pre;
  content: "※形状は異なり\A　ます。";
  color: #444444;
  font-size: 10px;
  letter-spacing: -0.01em;
  font-family:"HondaGlobalFontJP-Light",sans-serif;
  position: absolute;
  top: -2px;
  left: 29px;
  line-height: 1.1;
}
.goodsound_bnr {
  width: 900px;
  margin: 0 auto 30px;
}
.goodsound_bnr img {
  width: 100%;
}
}
.a-not-hover {
  opacity: 1 !important;
}