@charset "utf-8";
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
body {
  font-family: "a-otf-jun-pro", sans-serif;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #333333;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
}
/*** 商品ページのナビゲーション*/
#p_navi {
  background: rgba(0, 0, 0, 0.80);
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  z-index: 10000;
}
#p_navi ul {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  list-style: none;
}
#p_navi ul a {
  font-size: 110%;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  flex: 1;
  white-space: nowrap;
  text-decoration: none;
}
#p_navi ul a li {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
#p_navi ul a li:hover {
  color: #fff;
  background: #EE7800;
}
#stk_cont .follow {
  position: fixed; /*スクロールで付加されるclass*/
  top: 0;
}
/*** 冒頭のコピー文章 */
.m_copy {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 1.4rem !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
  color: #000000;
  background: none;
  line-height: 190%;
  background: #ffffff !important;
}
/*** 商品ページ2020年10月 CAR101より*/
.syohin_info {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
.syohin_info section {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
  padding: 0;
}
.syohin_info h1 {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 1.5rem;
  background: #EE7800;
  padding: 10px 0 10px 14px;
  text-align: left;
  color: #ffffff;
  border-radius: 3px;
}
.syohin_info h2 {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 1.3rem;
  padding: 10px;
  margin: 30px 0 20px 0;
  font-weight: bold;
  background: #eeeeee;
  border-radius: 3px;
}
.syohin_info h3 {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 1.2rem;
  padding: 0;
  margin: 0.5em 0 0.25em 0;
  font-weight: bold;
  color: #000000;
}
.syohin_info h4 {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 1.1rem;
  padding: 10px 0;
  margin: 0;
  font-weight: bold;
  color: #000000;
}
.syohin_info h5 {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 1rem;
  padding: 0 10px;
  margin: 0;
  font-weight: bold;
  color: #000000;
}
.syohin_info a {
  font-size: 15px;
  font-weight: bold;
}
.syohin_info p {
  font-size: 1rem;
  line-height: 180%;
  text-align: justify;
}
span.san_photo {
  padding: 0;
  margin: 0;
  display: inline-block;
}
span.san_photo img {
  margin: 0 2.5% 0 0;
  width: 30%;
}
.syohin_info img {
  margin: 20px 0 0 0;
}
.option_info img {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  width: 40%;
  margin: 15px 3% 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  border-radius: 3px; /* CSS3草案 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
}
.option_info div {
  display: inline-block;
  width: 51%;
}
.option_info div p {
  font-size: 90%;
  line-height: 150%;
  margin: 5px 10px 20px 10px;
}
.option_info div p span {
  display: inline-block;
  width: 48%;
}
.option_info p {
  font-size: 100%;
  line-height: 160%;
  margin: 20px 0 0 0;
}
.option_info img {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  width: 40%;
  margin: 15px 3% 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  border-radius: 3px; /* CSS3草案 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
}
/* オプション情報 シングル用*/
.option_info_sg div {
  display: inline-block;
  width: 100%;
}
.option_info_sg div h4 {
  line-height: 150%;
  margin: 5px 0 0 0;
  padding: 0;
}
.option_info_sg div h5 {
  line-height: 150%;
  margin: 15px 0 0 0;
  padding: 0;
}
.option_info_sg div p {
  font-size: 90%;
  line-height: 150%;
  margin: 10px 0 15px 0;
}
.option_info_sg div p span {
  display: inline-block;
  width: 25%;
}
.option_info_sg div div {
  display: flex;
  justify-content: space-between;
}
.option_info_sg div div img {
  width: 48%;
  height: 100%;
}
.option_info_sg ul {
  padding: 0;
  margin-top: 10px;
}
/* 録画方法 */
.rec_method img {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.rec_method div {
  display: inline-block;
  width: 69%;
}
/* 追加防水推奨 */
.add_bousui {
  margin-bottom: 80px !important;
}
.add_bousui img {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  margin-top: 0;
  margin-right: 2%;
}
.add_bousui div {
  display: inline-block;
  width: 62%;
}
.add_bousui div p {
  margin-bottom: 0;
}
/* hrの天地マージン*/
.line_mar {
  margin: 50px 0;
}
/* hrの天地マージン*/
.kurowaku {
  width: 99%;
  max-width: 885px;
  padding: 20px;
  border: rgba(0, 0, 0, 1.00) solid 1px;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
.pkg_block {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px 0;
  width: 63%;
}
.pkg_photo {
  display: inline-block;
  width: 35%;
}
.one_block {
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}
.two_block {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px 0;
  width: 48%;
}
.two_block img {
  width: 100%;
  margin: 10px 0 0 0;
}
.two_block h3 {
  padding: 0;
}
.two_block p {
  width: 100% !important;
  margin: 10px;
}
div.two_block p {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* 2%スペース */
.space_2par {
  width: 2.5% !important;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#d_load p {
  margin: 10px;
  padding: 0;
  line-height: 120%;
}
.pdficon_mini a {
  font-size: 100%;
  padding: 8px 0 12px 40px;
  margin: 0px;
  display: block;
  background: url(../sp/ctlg/pdf3.gif) no-repeat center left;
}
.diskicon_mini {
  font-size: 100%;
  background: url(../sp/ctlg/hdd2.gif) no-repeat;
  padding: 7px 0 12px 35px;
  text-align: left;
  margin: 5px auto;
  display: block;
}
/*** 仕様掲載用テーブル */
.specseat {
  width: 100%;
  margin: 0 0 1em 0;
  border-spacing: 0;
  font-size: 1rem;
}
.specseat tr:hover td, .specseat tr:hover th {
  background-color: #FFFFec;
}
.specseat td {
  padding: 8px;
  border-bottom: #333333 solid 1px;
  text-align: left;
}
.specseat th {
  padding: 8px;
  border-bottom: #333333 solid 1px;
  background: #eeeeee;
  text-align: left;
  width: 31%;
}
/*** てきすとレッド */
.redtxt {
  color: rgba(255, 0, 4, 1.00);
}
small.redtxt {
  color: rgba(255, 0, 4, 1.00);
  line-height: 140% !important;
}
/*** 注釈文*/
ul.kometxt {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
}
ul.kometxt li {
  padding: 0;
  margin: 5px 0 0 45px;
}
.kometxt span {
  margin-right: 0px;
  display: inline-block;
}
/* サポート&ダウンロードのページ*/
.spdl {
  font-family: "a-otf-jun-pro", sans-serif;
  width: 90%;
  max-width: 930px;
  font-size: 100%;
  line-height: 180%;
  margin: 0 auto;
  padding: 0;
}
.spdl section {
  margin-bottom: 80px;
}
.spdl h1 {
  font-size: 130%;
  background: #EE7800;
  padding: 10px 0 10px 14px;
  text-align: left;
  color: #ffffff;
  border-radius: 3px; /* CSS3草案 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
}
.spdl h2 {
  margin: 0 0 30px 0;
  font-size: 150%;
  padding: 0 0 10px 0;
  text-align: left;
}
.spdl h3 {
  margin: 0 0 30px 0;
  font-size: 110%;
  padding: 0 0 10px 0;
  text-align: left;
  border-bottom: #EE7800 solid 2px;
}
.spdl h4 {
  font-size: 100%;
  text-align: left;
  margin: 35px 0 15px 0;
  padding: 0;
}
.spdl ul {
  list-style: none;
  margin: 0;
  padding: 0 0 15px 0;
  text-align: left;
  border-bottom: #666666 dotted 1px;
}
.spdl ul li {
  list-style: none;
  margin: 2px 25px 0 0;
  padding: 5px 0 10px 35px;
  display: inline-block;
}
/* サポート第一階層*/
.spt_block {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.spt_block a {
  width: 45%;
  margin: 25px auto;
  padding: 80px 0;
  text-align: center;
  white-space: nowrap;
  font-size: 120%;
  background: #EE7800;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  border-radius: 3px; /* CSS3草案 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
}
.spt_block a:hover {
  text-align: center;
  background: #949494;
  border-radius: 3px; /* CSS3草案 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
}
.sp_tel {
  width: 95.5%;
  max-width: 930px;
  text-align: left;
  font-size: 120%;
  display: inline-block;
  padding: 2% 2%;
  margin: 0;
  border: solid 1px #EE7800;
  background: #EE7800;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  border-radius: 3px; /* CSS3草案 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
}
.sp_tel img {
  width: 60%;
  margin: 10px 0;
}
/* カタログダウンロード*/
.ctlg_dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctlg_dl::after {
  width: 40%;
  display: block;
  height: 0;
  content: "";
  margin: auto;
}
.ctlg_dl div {
  width: 40%;
  margin: 100px auto 0 auto;
  padding: 0;
  text-align: center;
  background: none;
  color: rgba(0, 0, 0, 1.00);
  display: block;
  background: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  border-radius: 0; /* CSS3草案 */
  -webkit-border-radius: 0; /* Safari,Google Chrome用 */
  -moz-border-radius: 0; /* Firefox用 */
}
.ctlg_dl div:hover {
  width: 40%;
  background: none;
  color: rgba(0, 0, 0, 1.00);
  display: block;
  background: none;
  padding: 0;
  margin: 100px auto 0 auto;
  color: rgba(0, 0, 0, 1.00);
  border-radius: 0px; /* CSS3草案 */
  -webkit-border-radius: 0px; /* Safari,Google Chrome用 */
  -moz-border-radius: 0px; /* Firefox用 */
}
.ctlg_dl div img {
  height: 300px;
  margin: 0;
}
.ctlg_dl div h4 {
  margin: 10px;
  text-align: center;
}
.ctlg_dl div p {
  margin-top: 0px;
}
p.dl_btn {
  width: 85%;
  padding: 10px 0;
  text-align: center;
  background: rgba(180, 180, 180, 1.00);
  border-radius: 5px;
  margin: 0 auto;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}
.ctlg_dl a {
  text-decoration: none;
}
p.dl_btn img {
  width: 25px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}
p.dl_btn:hover {
  background: #EE7800;
  color: rgba(255, 255, 255, 1.00);
}
/* スマホの時だけ表示*/
.look_mb {
  display: none;
}
/* PCの時だけ表示*/
.look_pc {
  display: block;
}
@media (max-width: 640px) {
  /*** 商品ページ2017年 ナビゲーション*/
  #p_navi {
    position: fixed;
    bottom: 0;
  }
  #p_navi ul {}
  #p_navi ul li {
    font-size: 68%;
  }
  #stk_cont .follow {
    position: fixed; /*スクロールで付加されるclass*/
    bottom: 0;
    top: auto;
  }
  /*** 特徴の上メインコピー部分*/
  .m_copy {
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-size: 1rem !important;
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
    text-align: justify;
    line-height: 1.6em;
  }
  .syohin_info {
    font-size: 90%;
    line-height: 150%;
  }
  .syohin_info h4 {
    font-size: 110%;
    padding: 0;
    margin: 0 0 8px 10px;
  }
  .syohin_info section {
    margin: 0 auto 10px auto;
    padding-top: 3px;
  }
  .syohin_info section p {
    margin: 0 0 40px 0;
    padding-top: 0;
  }
  .syohin_info img {
    width: auto;
    max-width: 100%;
    margin: 20px auto 10px auto;
  }
  /* 2%スペース */
  .space_2par {
    display: none;
  }
  .option_info img {
    width: 100%;
    margin-right: 0;
  }
  .option_info div {
    width: 100%;
  }
  .option_info div p {
    margin: 5px 10px 20px 10px;
  }
  .option_info div p span {
    width: 100%;
  }
  .option_info p {
    margin: 0;
  }
  /* hrの天地マージン*/
  .line_mar {
    margin: 20px 0;
  }
  span.san_photo img {
    margin: 1% 0;
    width: 100%;
  }
  .specseat {
    width: 100%;
    margin: 0 0 2em 0;
    padding: 0 10px;
    border-spacing: 0;
    font-size: 95%;
    word-wrap: break-word;
  }
  .specseat td {
    padding: 2%;
    width: 95%;
    display: block;
    border-bottom: none;
  }
  .specseat th {
    padding: 2%;
    width: 95%;
    display: block;
    border-bottom: none;
  }
  /* サポート&ダウンロードのページ*/
  /* サポート第一階層*/
  .spt_block {
    margin: 50px auto 0 auto;
    display: block;
  }
  .spt_block a {
    width: 100%;
    display: block;
    max-width: 280px;
    padding: 50px 0;
    margin: 30px auto;
  }
  .sp_tel {
    font-size: 0.8rem;
    margin: 0 auto;
  }
  .sp_tel img {
    width: 100%;
    margin: 10px 0;
  }
  /* カタログダウンロード*/
  .ctlg_dl {
    width: 100%;
    display: block;
    margin: auto;
    justify-content: center;
    max-width: 300px;
    text-align: center;
  }
  .ctlg_dl div {
    width: 100%;
  }
  .ctlg_dl div:hover {
    width: 100%;
  }
  /* スマホの時だけ表示*/
  .look_mb {
    display: block
  }
  /* PCの時だけ表示*/
  .look_pc {
    display: none;
  }
  @media (max-width: 320px) {
    #p_navi ul li {
      font-size: 60%;
    }
    .m_copy h2 {
      font-family: "heisei-kaku-gothic-std", sans-serif;
      font-size: 110% !important;
      padding: 0 !important;
      margin: 10px 0 0 0 !important;
      text-align: left;
      color: #000000;
      line-height: 180%;
      background: #ffffff !important;
    }
  }
}