@charset "UTF-8";
body #container {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, メイリオ, 'Lucida Grande', sans-serif;
}

.sp {
  display: none;
}

/*--------------------------------------
　カテゴリ　見出し部分
---------------------------------------*/
h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.7em;
  margin: 0 0 20px;
  padding-bottom: 3px;
}

/* コンテナ枠
----------------------------*/
#container {
  position: relative;
  width: 980px;
}

/* メイン枠
---------------------------*/
#main_contents {
  float: right;
  width: 814px;
}

/* セクション */
div.section {
  margin: 0 0 70px;
}

div.section h2 {
  font-size: 1.65em;
  color: #108CFC;
  border-bottom: 2px solid #108CFC;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

/* タイトル下の解説 */
p.discription {
  font-size: 0.91rem;
  line-height: 1.5;
}

/* シングルリンクとデュアルリンクとは */
#table1 {
  width: 700px;
  margin: 0 auto 30px;
}

#table1 #tr {
  width: 100%;
}

#table1 #th,
#table1 #td {
  width: 49%;
  float: left;
  margin: 0 auto;
  text-align: center;
}

#table1 #th {
  background: #ecf4f7;
  padding: 1.8% 0;
  font-size: 1.2em;
  border: 1px solid #cccccc;
}

#table1 #th:first-child {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: none;
  border-bottom: 1px solid #cccccc;
}

#table1 #td {
  padding: 5.8% 0 4.8%;
  font-size: 1em;
  line-height: 2.9em;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#table1 #td:first-child {
  border-top: none;
  border-left: 1px solid #cccccc;
  border-right: none;
  border-bottom: 1px solid #cccccc;
}

#table1 #td img {
  height: 30px;
}

/* DVIの種類について */
#table2 {
  width: 700px;
  margin: 30px auto 30px;
}

#table2 #tr {
  width: 100%;
  border: 1px solid #cccccc;
}

#table2 #tr:first-child {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: none;
}

#table2 #th,
#table2 #td {
  float: left;
  margin: 0 auto;
  text-align: center;
}

#table2 #th {
  width: 42.857%;
  text-align: left;
}

#table2 #td {
  width: 52%;
  text-align: left;
}

#table2 #td h4 {
  margin: 35px 0 0 25px;
  font-size: 1.2em;
}

#table2 #td p {
  margin: 5px 0 0 25px;
  font-size: 0.9em;
  line-height: 1.5em;
}

.link-btn-area {
  display: flex;
  justify-content: center;
  margin: 2% auto 0;
}

.link-btn-area .link-bnt-item {
  margin: 0 2%;
}

.link-bnt-item,
.connect-dvi-link {
  display: block;
  width: fit-content;
  margin: 2% 0;
  padding: 2.5% 3%;
  color: #0c4a9d;
  text-align: center;
  border: 1.5px solid #0c4a9d;
  background-color: #e8f3ff;
  font-weight: 700;
  border-radius: 8px;
  opacity: 1;
  transition: 0.2s;
}

.link-bnt-item:hover,
.connect-dvi-link:hover {
  background-color: #0c4a9d;
  color: #FFFFFF;
}

/* DVIと他のコネクタを接続する */
.connect-to-dvi .connect-dvi-item {
  margin: 5% 0;
}

.connect-to-dvi .connect-dvi-title {
  font-size: 1.25em;
  border-bottom: 1px solid #333;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

.connect-to-dvi .connect-dvi-text {
  font-size: 1.08em;
  line-height: 2.1em;
}

#cable_link {
  margin: 45px auto 0;
  padding: 0 0 45px 0;
}

#cable_link p {
  text-align: center;
}

#cable_link p img {
  padding: 0 5px;
}

.none {
  display: none;
}
