@charset "UTF-8";
@media print, screen and (min-width: 769px) {
  /*ページラベル*/
  .bg {
    background: #F3F3F3;
    height: 43px;
    line-height: 43px;
  }
  #main_visual {
    width: 980px;
    margin: 0 auto;
    position: relative;
  }
  #main_visual a {
    position: absolute;
    top: 375px;
    left: 633px;
  }
  #page-ttl-pc {
    width: 980px;
    margin: 0 auto;
    font-size: 16px;
  }
  #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;
  }
  /*タイトル・サブタイトル*/
  .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;
  }
  /*ハイグレードスピーカーシステム*/
  .speaker_box {
    border-bottom: #000 dotted 1px;
    width: 900px;
    margin: 25px auto 40px;
    padding: 40px 0;
  }
  .speaker_box_inner {
    border: #ccc solid 1px;
    padding: 20px;
    position: relative;
    min-height: 311px;
    margin: 20px 0 0;
  }
  .speaker_box_inner .img {
    width: 305px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .speaker_box_inner .img img {
    width: 100%;
  }
  .speaker_box_inner .img_box_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    align-items: flex-end;
}
  .speaker_box_inner .img_box_inner .logo_kenwood {
    margin-right: 10px;
}
  .speaker_box_inner dl {
    padding-left: 345px;
    margin-bottom: 28px;
  }
  .speaker_box_inner dl dt {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .speaker_box_inner dl dd {
    font-size: 14px;
    line-height: 1.5;
  }
  .speaker_box_inner dl dd.notes {
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    padding-left: 1em;
    text-indent: -1em;
    margin: 12px 0 28px;
  }
  .speaker_box_inner ul {
    padding-left: 345px;
    overflow: hidden;
  }
  .speaker_box_inner ul li {
    width: 48%;
    margin: 0 2% 0 0;
    float: left;
  }
  .speaker_box_inner ul li a {
    display: block;
    width: 100%;
    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;
    position: relative;
  }
  .speaker_box_inner 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;
  }
  /*その他のスピーカー*/
  .other_speaker_box_wrapper {
    width: 900px;
    margin: 0 auto;
  }
  .other_speaker_box_inner {
    margin: 25px auto 40px;
    padding-bottom: 40px;
    border-bottom: #000 dotted 1px;
  }
  .other_speaker_box_pc {
    overflow: hidden;
  }
  .other_speaker_box {
    float: left;
    width: 398px;
    border: solid 1px #ccc;
    position: relative;
    min-height: 63px;
    margin: 0 0 0 20px;
    padding: 20px;
  }
  .other_speaker_box:first-child {
    margin: 0;
  }
  .other_speaker_box dl dt {
    font-size: 18px;
    line-height: 1.3;
    position: relative;
    z-index: 10;
  }
  .other_speaker_box .img {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 121px;
    z-index: 0;
  }
  .other_speaker_box .img img {
    width: 100%;
  }
  .other_speaker_box .info .txt01 {
    font-size: 14px;
    display: inline-block;
    padding-right: 1em;
  }
  .other_speaker_box .info .txt02 {
    font-size: 18px;
    display: inline-block;
  }
  .other_speaker_box .info .btn a {
    display: block;
    margin: 20px 0 0;
    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;
    position: relative;
  }
  .other_speaker_box .info .btn 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;
  }
  /* 202410 ハイグレードスピーカーシステム */
 .high-grade-speaker {
    width: 900px;
    margin: 25px auto 40px;
  }
  .high-grade-speaker-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .high-grade-speaker-head-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #154688;
  }
  .high-grade-speaker-head-title h2 span {
    font-size: 16px;
  }
  .high-grade-speaker-head-title:before {
    content: ' ';
    background-color: #154688;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
  }
  .high-grade-speaker-head-title .icon {
    width: 38px;
    margin-right: 5px;
  }
  .high-grade-speaker-head-title .icon img {
    width: 100%;
    vertical-align: top;
  }
  .high-grade-speaker-head-logo {
    width: 192px;
    margin-right: 3px;
  }
  .high-grade-speaker-head-logo img {
    width: 100%;
    vertical-align: top;
  }
  .high-grade-speaker-content {
    border: #ccc solid 1px;
    padding: 25px 0;
    position: relative;
    margin: 20px 0 0;
    display: flex;
  }
  .high-grade-speaker-content-left {
    width: 50%;
    padding-left:35px;
  }
  .high-grade-speaker-box {
    position: relative;
  }
  .high-grade-speaker-box:not(:first-of-type) {
    margin-top: 20px;
  }
  .high-grade-speaker-box-head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .high-grade-speaker-box-head p {
    width: 20px;
    margin-right: 1em;
    margin-top: 3px;
  }
  .high-grade-speaker-box-head p img {
    width: 100%;
    vertical-align: top;
  }
  .high-grade-speaker-box-head h3 {
    font-size: 13px;
    line-height: 1.6;
    position: relative;
    z-index: 10;
    color: #6e6b6a;
  }
  .high-grade-speaker-box-head h3 .model{
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #444;
  }
  .high-grade-speaker-box-content p {
    position: relative;
    z-index: 10;
    margin-top: 10px;
    line-height: 1.6;
  }
  .high-grade-speaker-box-content p.fs-sml {
    font-size: 11px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  .high-grade-speaker-box-content div.fig01 {
    position: absolute;
    width: 209px;
    left: 230px;
    top: 0;
    z-index: 1;
  }
  .high-grade-speaker-box-content div.fig02 {
    position: absolute;
    width: 153px;
    left: 243px;
    top: 35px;
    z-index: 1;
  }
  .high-grade-speaker-box-content div.fig03 {
    position: absolute;
    width: 208px;
    left: 212px;
    top: 30px;
    z-index: 1;
  }
  .high-grade-speaker-box-content div.fig04 {
    position: absolute;
    width: 249px;
    left: 220px;
    top: -20px;
    z-index: 1;
  }
  .high-grade-speaker-box-content div.fig05 {
    position: absolute;
    width: 193px;
    left: 245px;
    top: 0;
    z-index: 1;
  }
  .high-grade-speaker-box-content div.fig06 {
    position: absolute;
    width: 200px;
    left: 258px;
    top: 0;
    z-index: 1;
  }
  .high-grade-speaker-box-content div.fig07 {
    position: absolute;
    width: 180px;
    left: 250px;
    top: 0;
    z-index: 1;
  }
  .high-grade-speaker-box-content div img {
    width: 100%;
    vertical-align: top;
  }
  .high-grade-speaker-content-right {
    width: 50%;
    padding-left:55px;
  }
  .high-grade-speaker-content-right .high-grade-speaker-box:not(:first-of-type) {
    margin-top: 60px;
  }
  .high-grade-speaker-box-head-set {
    display: flex;
    align-items: center;
    font-size: 16px;
    position: relative;
    z-index: 10;
  }
  .high-grade-speaker-box-head-set .icon {
    width: 20px;
    position: relative;
    z-index: 10;
  }
  .high-grade-speaker-box-head-set .icon img {
    width: 100%;
    vertical-align: top;
  }
  .high-grade-speaker-box-head-set .text {
    margin: 0 0.25em;
    position: relative;
    z-index: 10;
  }
  .high-grade-speaker-box-head-set h4 {
    margin-left: 15px;
    position: relative;
    z-index: 10;
  }
  .high-grade-speaker-box-content p.price {
    font-size: 16px;
    position: relative;
    z-index: 10;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
  }
  .high-grade-speaker-box-content p.price span {
    color: #ee1c25;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    border: #ee1c25 solid 1px;
    margin-left: 0.75em;
    padding: 2px;
  }
  .high-grade-speaker-box-content p.type {
    font-size: 14px;
    border: #bababb solid 1px;
    padding: 0.25em 0.5em;
    z-index: 10;
    display: inline-block;
  }
  .high-grade-speaker-btn {
    width: 220px;
    margin-top: 20px;
  }
  .high-grade-speaker-btn a {
    display: block;
    width: 100%;
    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;
    position: relative;
  }
  .high-grade-speaker-btn 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;
  }
}
