@charset "UTF-8";

.contentsWrapper {
  padding-top: 70px;
}

/**************************************
プロダクト
***************************************/
.product-contents {}

.product-contents h1 {
  font-size: 2.2rem;
  text-align: center;
  color: #333;
  border-bottom: solid thin #009ade;
  padding-bottom: 0.3em;
  margin-bottom: 0.4em;
}

.product-contents .lead {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #009ade;
  text-align: center;
}

.product-pic {
  width: 80%;
  margin: 15px auto;
}

.product-pic img {
  width: 100%;
  height: auto !important;
}

.catalog-contents {
  margin-bottom: 40px;
}

p.catalog {
  text-align: center;
  margin-bottom: 30px;
}

p.catalog a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #009ade;
  padding: 0.5em 1em;
  border: solid thin #009ade;
  border-radius: 20px;
}

.tab-content {
  padding: 30px 0 60px;
}

.tab-content p {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 1em;
}

/**　　タブコンテンツ　　***********************************/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  max-width: 960px;
  margin: 0 auto 0;
}

.tab-label {
  width: 25%;
  text-align: center;
  color: #333;
  order: -1;
  border-bottom: solid 1px #333;
  font-size: 1.4rem;
  padding: 0.7em 0 0.4em;
}

.tab-content {
  width: 100%;
  display: none;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  border: solid 1px #333;
  border-bottom: none;
  color: #009ade;
  font-weight: bold;
  box-shadow: 0 4px 0 #009ade inset;
}

.tab-switch:checked+.tab-label+.tab-content {
  display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/**　　基本性能　　***********************************/

#basic dl {}

#basic dl dt {
  border: solid 1px #333;
  border-bottom: none;
  color: #009ade;
  background-color: #d9e3ef;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0.2em;
}

#basic dl dd {
  border: solid 1px #333;
  border-bottom: none;
  color: #333;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.2em;
}

#basic dl dt:last-of-type+dd {
  border-bottom: solid 1px #333;
}

#basic dd.bacic-op {
  display: flex;
  justify-content: center;
  border: none;
}

#basic .bacic-op p {
  font-size: 1.4rem;
  text-align: left;
}

/**　　その他　　***********************************/

/**　　特徴　　***********************************/
#features h2 {
  font-size: 1.8rem;
  color: #009ade;
  position: relative;
  padding: 0 0 0.3em;
  border-bottom: 3px solid #ddd;
  margin-bottom: 0.6em;
  margin-top: 1.5em;
}

#features h2:first-child {
  margin-top: 0;
}

#features h2::after {
  position: absolute;
  content: " ";
  border-bottom: solid 3px #009ade;
  bottom: -3px;
  width: 20%;
  display: block;
}

#features h3 {
  font-size: 1.6rem;
  color: #333;
}

.youtube_box {
  position: relative;
  width: 100%;
  max-width: 640px;
  padding-top: 56.25%;
}

.youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#features a,
#spec p a {
  color: #009ade;
  font-weight: 500;
}

/**　　仕様　　***********************************/
#spec {
  overflow: auto;
  /*white-space: nowrap;*/
}

#spec .specTB {
  width: 100%;
  border-top: solid 1px #333;
  border-left: solid 1px #333;
  overflow: auto;
}

#spec .specTB th {
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  vertical-align: middle;
  color: #333;
  background-color: #d9e3ef;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: center;
  padding: 0.5em 0.2em;
}

#spec .specTB td {
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  vertical-align: middle;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  padding: 0.5em 0.2em;
}

#spec .specTB td img {
  width: 19px;
}

#spec .specTB td .size-full {
  width: auto;
}


/* 個別追加 */
.netwwork-pro_list-h3 {
  /*color: #004d97 !important;*/
  color: #009ade !important;
  margin-top: 1em !important;
  border-bottom: solid 2px #009ade;
}

.netwwork-pro_list {}

.netwwork-pro_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: dotted thin #999;
}

.netwwork-pro_list li .pic {
  width: 32%;
  max-width: 240px;
}

.netwwork-pro_list li p {
  min-width: 68%;
  width: calc(100% - 240px);
  padding-top: 0.5em;
  padding-left: 1em;
}

.netwwork-pro_list li p span {
  color: #009ade;
  font-weight: 700;
}

/* メディアクエリサンプル */
/* =============================================================================================
device setting
画面幅が480以下（PC小・タブレット・スマホ横　スタイル）
============================================================================================= */
@media screen and (max-width:768px) {

  video {
    max-width: 100%;
  }

  #features img {
    max-width: 100%;
    height: auto;
  }

  #others img {
    max-width: 100%;
    height: auto;
  }
}


/* メディアクエリサンプル */
/* =============================================================================================
画面幅が768以上のみ（PC　スタイル）
============================================================================================= */
@media screen and (min-width:769px) {


  /**************************************
プロダクト
***************************************/

  .product-contents {
    padding-top: 100px;
    max-width: 960px;
    margin: 0 auto;
  }

  .product-contents h1 {
    font-size: 4.0rem;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

  .product-contents .lead {
    font-size: 2.6rem;
  }

  /*
.product-contents img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}*/
  .product-pic {
    width: 100%;
    max-width: 300px;
    margin: 30px auto;
    text-align: center;
  }

  .catalog-contents {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
  }

  p.catalog {
    margin: 0 10px;
  }

  p.catalog a {
    font-size: 1.8rem;
    padding-right: 0.56em;
    border-radius: 30px;
  }

  .tab-content {
    padding: 80px 0 80px;
  }

  /**　　タブコンテンツ　　***********************************/
  .tab-label {
    font-size: 1.8rem;
    padding: 1em 0 0.6em;
  }

  .tab-label:hover {
    cursor: pointer;
  }

  /* アクティブなタブ */
  .tab-switch:checked+.tab-label {
    box-shadow: 0 6px 0 #009ade inset;
  }

  /**　　基本性能　　***********************************/

  #basic dl {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;

  }

  #basic dl dt {
    width: 300px;
    border-bottom: solid 1px #333;
    border-top: none;
    border-left: solid 1px #333;
    font-size: 2.0rem;
    padding: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #basic dl dd {
    width: calc(100% - 300px);
    border-bottom: solid 1px #333;
    border-top: none;
    border-left: none;
    font-size: 2.0rem;
    text-align: left;
    padding: 0.5em 1.5em;
  }

  #basic dl dt:first-of-type,
  #basic dl dt:first-of-type+dd {
    border-top: solid 1px #333;
  }

  #basic dd.bacic-op {
    width: 100% !important;
  }

  #basic .bacic-op p {
    font-size: 1.8rem;
    columns: 2;
    column-gap: 8em;
    column-rule: 1px solid #cdcdcd;
  }


  /**　　特徴　　***********************************/
  #features h2 {
    font-size: 2.8rem;
    padding: 0 0 10px;
    border-bottom: 4px solid #ddd;
    margin-bottom: 20px;
    margin-top: 1.85em;
  }

  #features h2:first-child {
    margin-top: 0;
  }

  #features h2::after {
    position: absolute;
    content: " ";
    border-bottom: solid 4px #009ade;
    bottom: -4px;
    width: 20%;
    display: block;
  }

  #features h3 {
    font-size: 2.4rem;
    color: #333;
  }

  #features p {
    font-size: 1.8rem;
    line-height: 2;
  }

  #features table {
    margin-bottom: 1em;
  }

  #features table th,
  #features table td {
    padding: 0 10px 10px 10px;
    vertical-align: top;
  }

  #features img {
    width: auto;
    height: auto;
  }

  /**　　仕様　　***********************************/
  #spec {}

  #spec .specTB th {
    font-size: 1.5rem;
  }

  #spec .specTB td {
    font-size: 1.5rem;
  }



  /**　　その他　　***********************************/

  #others img {
    width: auto;
    height: auto;
  }

  #others p {
    font-size: 1.8rem;
    line-height: 2;
  }


}