@charset "UTF-8";

/* --------------------------------
font
--------------------------------- */
p {
  font-size: 1rem;
}
h3 {
  font-size: 1.5rem;
}
h2 {
  font-size: 2rem;
}


/* --------------------------------
wrapper
--------------------------------- */
.sup-wrapper {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  .sup-wrapper {
    max-width: 500px;
  }
}

/* --------------------------------
ヘッダー分の空白（別ページQ&A用）
 -------------------------------- */
.top-blank {
  margin-top: 150px;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  .top-blank {
    margin-top: 80px;
  }
}

/* --------------------------------
Q&A ページ内リンク
--------------------------------- */
@keyframes highlight {
  0% {
    color: #00A3D2;
    font-weight: bold;
  }
  50% {
    color: #00A3D2;
    font-weight: bold;
  }
  100% {
    color: inherit;
    font-weight: normal;
  }
}

#qa1:target summary {
  animation: highlight 2.4s ease-in-out;
}
#qa2:target summary {
  animation: highlight 2.4s ease-in-out;
}
#qa3:target summary {
  animation: highlight 2.4s ease-in-out;
}
#qa4:target summary {
  animation: highlight 2.4s ease-in-out;
}
#qa5:target summary {
  animation: highlight 2.4s ease-in-out;
}
#qa6:target summary {
  animation: highlight 2.4s ease-in-out;
}
#qa7:target summary {
  animation: highlight 2.4s ease-in-out;
}
#qa8:target summary {
  animation: highlight 2.4s ease-in-out;
}
#qa9:target summary {
  animation: highlight 2.4s ease-in-out;
}
#qa10:target summary {
  animation: highlight 2.4s ease-in-out;
}





/* --------------------------------
パンくず部分
 -------------------------------- */
#support-nav {
  background-color: #F1F1F1;
  height: 50px;
  line-height: 50px;
  position: fixed;
  top: 120px;
  right: 0;
  left: 0;
  z-index: 10;
}
#support-nav .list {
  display: flex;
}
#support-nav .list .item {
  margin-right: 10px;
}
#support-nav .list .item:last-child {
  margin-right: 0;
}
#support-nav .list .item.gray a {
  color: #707070;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  #support-nav {
    top: 60px;
    background-color: #F1F1F1;
    height: 40px;
    line-height: 40px;
  }
  #support-nav .list .item {
    margin-right: 8px;
    font-size: 0.85rem;
  }
}


/* --------------------------------
TOP
-------------------------------- */
#product-top {
  margin-top: 250px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  justify-content: center;
}

#product-top .img {
  max-width: 400px;
  text-align: center;
}
#product-top .text {
  max-width: 500px;
}

#product-top .title {
  margin-bottom: 10px;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  #product-top {
    margin-top: 140px;
  }
}


/* --------------------------------
各タイトル見出し
-------------------------------- */
.product-title {
  text-align: center;
  margin-bottom: 30px;
}

.product-title h2 {
  display: inline-block;
  position: relative;
  padding: 0 2.5em;
}
.product-title h2::before,
.product-title h2::after  {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 3px;
  background-color: black;
}

.product-title h2::before {
  left:0;
}
.product-title h2::after {
  right:0;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  .product-title h2 {
    font-size: 1.5rem;
  }
}


/* --------------------------------
資料ダウンロード
-------------------------------- */
#manual-download {
  margin-bottom: 100px;
}

.manual-list {
  /*max-height: 206px;*/
  justify-content: center;
  display: flex;
  gap: 15px;
}
.manual-item {
  text-align: center;
  width: 25%;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  .manual-list {
    /*max-height: 500px;*/
    flex-wrap: wrap;
    gap: 20px;
    margin: auto;
  }
  .manual-item {
    width: 45%;
  }
}


/* --------------------------------
アプリ・ソフトダウンロード
-------------------------------- */
#soft-download {
  margin-bottom: 80px;
}
#soft-download .download{
  justify-content: left;
  vertical-align: middle;
  display: flex;
  margin: 0 0 20px 0;
}

/*--- 左側 ---*/
#soft-download .app-list {
  width: 50%;
  gap: 30px;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 0 20px;
}
#soft-download ul:first-child {
  border-right: 1.5px solid black;
}
#soft-download .app-list .app {
  width: 50%;
  line-height: 1.5em;
}
#soft-download .app-list .app p {
  font-weight: bold;
}
#soft-download .app-list .app span {
  font-weight: bold;
  font-size: 1.5rem;
}
#soft-download .app-list .app-download {
  width: fit-content;
}

/*--- 右側 ---*/
#soft-download .other {
  width: 50%;
  gap: 30px;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
#soft-download .other .item {
  text-align: center;
  max-height: 225px;
  width: 45%;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  #soft-download .download{
    max-height: 500px;
    padding: 0 20px 20px;
    margin: auto;
    display: block;
  }
  #soft-download .app-list {
    width: 100%;
    gap: 30px;
    padding: 20px 0 0 0;
  }
  #soft-download ul:first-child {
    border-right: none;
    padding: 0;
  }
  #soft-download .other {
    width: 100%;
    gap: 20px;
    padding: 20px 0 0 0;
  }
}


/* --------------------------------
N/831シリーズ　Mシリーズ　注意文
-------------------------------- */
.app-attention{
  margin-top: 30px;
  padding: 15px;
  background-color: #FFF3FA;
}
.app-attention p{
  color: #CC0000;
}
/*--- Mシリーズ ---*/
.m-attn{
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 80%;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  .m-attn{
  max-width: 100%;
  }
}



/* --------------------------------
動画で設定方法を見る
-------------------------------- */
#video {
  margin-bottom: 100px;
}

#video .youtube {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
#video .video {
  width: 49%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 27.5%;
  overflow: hidden;
}
#video .shorts {
  width: 25%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 45%;
  overflow: hidden;
}
#video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  #video .video {
    width: 100%;
    position: relative;
    margin-bottom: 10%;
    padding-bottom: 56%;
    overflow: hidden;
  }
  #video .shorts {
    width: 50%;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 90%;
    overflow: hidden;
  }
}


/* --------------------------------
仕様書
-------------------------------- */
#spec {
  margin-bottom: 100px;
}
#spec .siyo {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

#spec .table:only-child {
  width: 80%;
}
#spec .table {
  border-collapse: collapse;
  height: fit-content;
  text-align: left;
  width: 49%;
}
#spec .table tr:first-child th {/* 型番のみ色変更 */
  background-color: #555;
  color: #fff;
}
#spec .table th {
  border: 1px solid #000;
  background-color: #eee;
  padding: 4px 10px;
  width: 30%;
}
#spec .table td {
  border: 1px solid #000;
  padding: 4px 10px;
  width: 70%;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  #spec .table:only-child {
    width: 100%;
  }
  #spec .table {
    border-collapse: collapse;
    height: fit-content;
    width: 100%;
  }
}


/* --------------------------------
よくある質問
-------------------------------- */
/*
#question {
  margin-bottom: 160px;
}
*/

/* ----------------------
よくある質問 - ボタン
---------------------- */
#question .qa-jump {
  max-width: 80%;
  margin: auto;
  margin-bottom: 50px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#question .jump-item {
  display: flex;
  width: 31%;
}
#question .jump-top { /* よくある質問トップへ */
  display: flex;
  width: 240px;
}
#question li :hover {
  color: #fff;
  background-color:#00A3D2;
  transition: ease 0.1s;
}
.qa-btn {
  justify-content: space-between;
  align-items: center;
  display: flex;
  color: #00A3D2;
  border: 2px solid #00A3D2;
  border-radius: 2rem;
  width: 100%;
  padding: 5px 20px;
  transition: none;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  #question .qa-jump {
    max-width: 100%;
  }
  #question .jump-item {
    width: 45%;
  }
}

/* ----------------------
よくある質問 - 本文
---------------------- */
#question .qa-contents {
  max-width: 80%;
  margin: auto;
}
#question .qa-contents div {
  margin-bottom: 30px;
}
.qa-title {
  padding: 10px 20px;
  background-color: #00A3D2;
  color: #fff;
}
.qa-text {
  border-bottom: 2px solid #d0d0d0;
}

/*--- Q ---*/
.qa-text summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #333333;
  font-size: 1.5rem;
  background-color: #f9f9f9;
}
.qa-text summary::-webkit-details-marker {
  list-style: none;
  display: none;
}
/*--- 右のやじるし ---*/
.qa-text summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .3s;
}
.qa-text[open] summary::after {
  transform: rotate(225deg);
}
/*--- A ---*/
.qa-text .answer {
  display: block;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 20px;
  padding-bottom: 32px;
  color: #333333;
  transition: transform .5s, opacity .5s;
}
.qa-text[open] .answer {
  transform: none;
  opacity: 1;
}
.qa-text .answer span {
  font-weight: bold;
}
.qa-text .answer p {
  margin-top: 10px;
}

.qa-text .answer a {
  color: #00A3D2;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  #question .qa-contents {
    max-width: 100%;
  }
  .qa-title {
    font-size: 1.5rem;
  }
  .qa-text summary {
    font-size: 1.3rem;
  }
}

/* --------------------------------
Q&A 検索
--------------------------------- */
.qa-search {
  max-width: 80%;
  margin: auto;
  margin-bottom: 50px;
}
.search-window {
  appearance: none;

  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #555;
}

.qa-search i {
  color: #eee;
  padding: 5px 10px;
}
.qa-search input {
  flex: 1;
  padding: 5px;
  background-color: #eee;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  .qa-search {
    max-width: 100%;
  }
}


/* --------------------------------
お問い合わせはこちら
--------------------------------- */
#form-link {
  margin-bottom: 160px;
  text-align: center;
}

/*--- タイトル部分 ---*/
.pop-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: #333333;
}

.pop-title::before,
.pop-title::after {
  width: 3px;
  height: 40px;
  background-color: #333333;
  content: '';
}

.pop-title::before {
  transform: rotate(-35deg);
  margin-right: 30px;
  margin-left: 15px;
}
.pop-title::after {
  transform: rotate(35deg);
  margin-right: 15px;
  margin-left: 30px;
}

/*--- ボタン部分 ---*/
.background_btn02 {
  display: inline-block;
  color: #fff; /* 文字色 */
  font-weight: bold; /* 文字の太さ */
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  text-decoration: none;
  border: 2px solid #FF7700;
  border-radius: 5rem;
  padding: 1em 2em;
  text-align: center;
  position: relative;
/* ボタン背景 */
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #FF7700 50%, #FF7700 100%); /* 背景色(マウスオーバー後→前) */
  transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.background_btn02_arrow {
  display: inline-block;
  padding-left: 1em;
}
/* マウスオーバーした際のデザイン */
.background_btn02:hover {
  background-position: 0 0;
  color: #000; /* 文字色 */
}
.background_btn02:hover .background_btn02-line path ,
.background_btn02:hover .background_btn02-line line {
  stroke: #000; /* 矢印の色 */
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  .anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
  }
}


/* --------------------------------
SC-831NH ファームウェアDL
--------------------------------- */
#firm-download {
  margin-bottom: 100px;
}

.firm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.firm-link {
  border-right: 1.5px solid black;
  text-align: center;
  padding: 20px;
  width: 50%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.firm-link:last-child {
  border-right: none;
  border-bottom: none;
}
.firm-btn {
  margin-top: 10px;
}
.firm-btn .manual-item {
  width: 45%;
}

.firm-attention {
  margin-top: 20px;
}
.firm-attention a {
  color: #00A3D2;
}

.lot-831 {
  justify-content: space-between;
  display: flex;
  gap: 20px;
  margin: 20px 0;
}
.lot-831 .text{
  max-width: 480px;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  .firm-link {
  /*border-bottom: 3px dotted #424242;*/
  border-right: none;
  width: 100%;
}
  .firm-link h3 {
  font-size: 1.1rem;
}
  .lot-831 {
  flex-wrap: wrap;
}
}


/* --------------------------------
専用リンクボタン　PX
--------------------------------- */
.topic-btn {
  margin: 0 7%;
}
.topic-btn ul{
  margin-bottom: 20px;
}


/* --------------------------------
ページ内リンク　位置調整とか
--------------------------------- */
html {scroll-behavior: smooth;}

.anchor {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  .anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
  }
}



