body {
  min-width: 1400px;
}

ul, li  {
  list-style: none;
}


#qa01 {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}

#wrapper {
  height: auto;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  min-width: auto;
  max-width: 1200px;
  box-sizing: border-box;
}


#item_list_before {
  clear: both;
  margin: 0 10px -20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  background: #3b7c94;
  font-weight: 400;
  font-size: 25px;
  height: 60px;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 13px 25px 17px;
}

/*
看板部分
----------------------------*/
#kvm_switch_top_wrap {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 97px;
}

/* 上側リンクリスト */
#kvm_switch_top .top_link {
  display: flex;
  column-gap: 10px;
  margin: 0 auto 58px;
  justify-content: center;
  padding: 0 18px;
  list-style: none;
}

#kvm_switch_top .top_link li a {
  width: 177px;
  height: 71px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #e4eef9;
  color: #0266cb;
  font-size: 17px;
  line-height: 1;
  font-feature-settings: "palt";
  gap: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  padding-bottom: 5px;
}

#kvm_switch_top .top_link li a .sub {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
}

#kvm_switch_top .top_link li a.three_rows {
  font-size: 16px;
  letter-spacing: normal;
  gap: 5px;
  padding-bottom: 0;
}

/* 看板 */
#kvm_switch_top {
  max-width: 1200px;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  position: relative;
}


#kvm_switch_top .text_wrap {
  text-align: left;
  margin-bottom: 34px;
  max-width: 1055px;
  margin: 0 auto;
  width: 100%;
}

#kvm_switch_top .text_wrap h1 {
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  text-shadow: 2px 3.464px 0px rgba(0, 0, 0, 0.15);
  margin:0 auto 27px;
  color: #000000;
  line-height: 1;
  display: flex;
  align-items: center;
}

#kvm_switch_top .text_wrap p {
  font-size: 13px;
  line-height: 1.5;
  color: #000000;
  font-weight: normal;
  margin: 0;
}

/* 
一覧表
--------------------------------------------------*/
#kvm_switch_table_area h2 {
  clear: both;
  margin: 0 10px 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  background: #3b7c94;
  font-weight: 400;
  font-size: 25px;
  height: 60px;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 13px 25px 17px;
  border-radius: 0;
  border: none;
}

#kvm_switch_table_area h2::before,
#kvm_switch_table_area h2::after {
  display: none;
}

#hyou {
  margin: 0 10px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

#hyou td {
  width: auto;
  padding: 0;
}

#hyou th {
  width: auto;
  padding: 0;
}

#hyou .table_head_blue {
  font-size: 18px;
  font-weight: 400;
}

#hyou .table_head_blue:nth-of-type(1) {
  width: 160px;  
}

#hyou .table_head_blue:nth-of-type(2) {
  width: 250px;
}  
  
#hyou .table_head_specification {
  font-size: 18px;
  font-weight: 400;
  padding: 3px 0;
}

#hyou .specification_sub th:nth-of-type(1) {
  width: 143px;
}
  
#hyou .specification_sub th:nth-of-type(2) {
  width: 180px;
}

#hyou .specification_sub th:nth-of-type(3) {
  width: 125px;
}

#hyou .specification_sub th:nth-of-type(4) {
  width: 143px;
}

#hyou .specification_sub th:nth-of-type(5) {
  width: 170px;
}

#hyou .specification_sub {
  position: relative;
  top: 0;
  background: #b1ddb4;
  font-size: 12px;
}

#hyou .specification_sub th {
  line-height: 1.25;
  padding: 4px 0;
}

#hyou .hyou_port {
  vertical-align: top;
  width: 160px;
}

#hyou .hyou_port .content {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 25px;
  margin-top: 10px;
  padding: 0 20px;
}

#hyou .hyou_port .content img {
  background: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

#hyou tbody .hyou_sku a {
  display: flex;
  align-items: center;
  padding: 5px;
  column-gap: 20px;
}

#hyou tbody .hyou_sku a img {
  margin: 0;
}

#hyou tbody .hyou_sku a .item_price .tax_notation_contents {
  font-weight: 700 !important;
}

#hyou tbody .big-text {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #000000;
}

#hyou tbody .etc-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 2;
  padding: 13px 10px;
  letter-spacing: 0.05em;
}

#hyou tbody .etc-text a {
  width: 138px;
  display: flex;
  background: #0066cc;
  padding: 5px 25px 5px 12px;
  position: relative;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.67;
  text-decoration: none;
  margin: 4px 0 0;
  box-sizing: border-box;
}

#hyou tbody .etc-text a::after {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  border-left: #ffffff 6px solid;
  border-top: #0066cc 5px solid;
  border-bottom: #0066cc 5px solid;
  box-sizing: border-box;
  position: absolute;
  inset: 50% 11px auto auto;
  transform: translateY(-50%);
}

#hyou tbody .table_line {
  background: #002677;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
}

#hyou tbody .text_only {
  vertical-align: middle;
}

#hyou tbody .port_text {
  font-size: 18px;
  letter-spacing: 0.05em;
  
}

/* 
バナー
--------------------------------------------------*/
#default_set_bnr {
  width: 100%;
  margin-top: 100px;
}

#default_set_bnr:before, 
#default_set_bnr:after {
  display: none;  
}

#default_set_bnr .bnr_wrap {
  width: 570px;
  margin: 0 auto 100px;
}

#default_set_bnr .bnr_wrap a {
  border: 1px #000000 solid;
  height: 202px;
  box-sizing: border-box;
  padding: 30px 0;
  text-align: center;
  font-size: 32px;
  color: #333333;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#default_set_bnr .bnr_wrap a .area_left {
  display: inline-block;
}

#default_set_bnr .bnr_wrap a .area_left .up_text {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  background: #fff;
  padding: 5px;
  text-align: center;
  color: #666;
  position: relative;
  z-index: 1;
}

#default_set_bnr .bnr_wrap a .area_left .line {
  display: block;
  border-bottom: 1px #666 solid;
  position: relative;
  top: -18px;
}

#default_set_bnr .bnr_wrap a .area_left .down_text {
  margin: 0;
}

#default_set_bnr .bnr_wrap a .area_left .blue {
  color: #0066cc;
}


#default_set_bnr .bnr_wrap a .area_right {
  display: inline-block;
  margin-left: 20px;
  font-size: 100px;
  position: relative;
}

#default_set_bnr .bnr_wrap a .area_right i {
  font-size: 100px;
  position: relative;
  top: 10px;
}

#default_set_bnr .bnr_wrap a .area_right .kvm_switch_fa-calculator {
  color: #0066cc;
}


#default_set_bnr .kvm_switch_fa-calculator:before {
  content: "\f1ec";
}


/* 
関連カテゴリ
--------------------------------------------------*/
#kanren {
  margin-bottom: 90px;
}


/* 
よくある質問
--------------------------------------------------*/
#kvm_switch_qa {
  max-width: 1200px;
  margin: 0 auto;
}

#kvm_switch_qa .area_title{
  font-size: 25px;
  font-weight: normal;
  margin: 0px 10px 40px 10px;
  background: #3b7c94;
  color: #ffffff;
  height: 60px;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 13px 25px 17px;
}

#kvm_switch_qa .qa_list {
  background: #f8fafb;
  border-radius: 10px;
  padding: 0 40px;
  margin: 0 10px;
}

#kvm_switch_qa .qa_list > li {
  border-bottom: 1px solid #dddddd;
  padding: 40px 0;
}

#kvm_switch_qa .qa_list > li:nth-last-of-type(1) {
  border-bottom: none;
}

#kvm_switch_qa .qa_list > li .question {
  position: relative;
  display: flex;
  gap: 18px;
  font-size: 20px;
  color: #3b7c94;
  letter-spacing: 0;
  line-height: 1;
  align-items: center;
  font-weight: 700;
  margin: 0 0 20px;
}

#kvm_switch_qa .qa_list > li .question::before {
  width: 40px;
  height: 40px;
  display: flex;
  content: "Q";
  font-size: 20px;
  color: #ffffff;
  background: #3b7c94;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-sizing: border-box;
  padding-bottom: 4px;
}

#kvm_switch_qa .qa_list > li .answer {
  display: flex;
  gap: 18px;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.56;
  margin: 0;
  padding-top: 6px;
}

#kvm_switch_qa .qa_list > li .answer::before {
  width: 40px;
  height: 40px;
  display: flex;
  content: "A";
  font-size: 20px;
  color: #3b7c94;
  background: #d8e5f2;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-top: -6px;
  min-width: 40px;
}

#kvm_switch_qa .qa_list > li .answer_inner li {
  position: relative;
  padding-left: 1em;
}

/* 
KVMスイッチとは？
--------------------------------------------------*/
#about_kvm_switch {
  width:900px;
  margin:100px auto 70px;
  padding:38px 40px 40px 40px;
  box-sizing:border-box;
  background:#e9f3fd;
  border-radius:9px;
}

#about_kvm_switch .about_area-title {
  font-size:26px;
  font-weight: 800;
  color:#3b7c94;
  margin-top: 0;
}

#about_kvm_switch .about_area-howto {
  margin:15px auto 0;
  box-sizing:border-box;
}

#about_kvm_switch .about_area-howto p {
  font-size: 16px;
  font-weight: 500;
}

#about_kvm_switch .about_area-howto .about_area_inner {
  margin-top: 39px;
  background: #ffffff;
  padding: 35px 38px 36px;
}

#about_kvm_switch .about_area-howto .about_area_inner > p {
  margin-bottom: 25px !important;
}

#about_kvm_switch .about_area-howto .about_area_inner h3 {
  position: relative;
  text-indent: 1em;
  color: #3b7c94;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 5px;
}
#about_kvm_switch .about_area-howto .about_area_inner h3::before {
  content: "";
  width: .5em;
  height: .5em;
  background: #3b7c94;
  position: absolute;
  left: 5px;
  top: 20px;
  display: block;
  transform: rotate(-45deg) translate(50%, -50%);
}

#about_kvm_switch .about_area-howto .about_area_inner p {
  margin: 0;
  font-size: 16px;
  line-height: 1.56;
  font-weight: 400;
}

#about_kvm_switch .about_area-howto .about_area_inner section {
  margin-bottom: 32px;
}

#about_kvm_switch .about_area-howto .about_area_inner section:nth-last-of-type(1) {
  margin-bottom: 0;
}

#about_kvm_switch .about_area-howto .about_area_inner section ul {
  margin: 0 auto 0;
  padding: 0;
  
}

#about_kvm_switch .about_area-howto .about_area_inner section ul li {
  position: relative;
  margin: 0 0 2px;
  padding-left: 1em;
}

#about_kvm_switch .about_area-howto .about_area_inner section ul li::before {
  /* 全角「・」文字化け回避のためにUnicodeで記述する */
  content:"\30FB";
  position: absolute;
  left: 0;
  color: #000000;
  font-size: 1em;
}

#about_kvm_switch .about_area-howto .about_area_inner section dl {
  display: flex;
}

#about_kvm_switch .about_area-howto .about_area_inner section dt {
  font-weight: 700;
  flex-shrink: 0;
}

#about_kvm_switch .about_area-howto .about_area_inner section dd {
  position: relative;
  padding-left: 1em;
  margin: 0;
}
#about_kvm_switch .about_area-howto .about_area_inner section dl:not(.vertical_list) dd::before {
  /* 全角「：」文字化け回避のためにUnicodeで記述する */
  content: "\FF1A";
  position: absolute;
  left: 0;
  
}

#about_kvm_switch .about_area-howto .about_area_inner section .vertical_list {
  display: block;
}

#about_kvm_switch .about_area-howto .about_area_inner section .vertical_list dd {
  padding-left: 0;
  margin-left: -1em;
}

/* 
OSDとは？ホッキ―ロックとは？
--------------------------------------------------*/
#qa-area {
  width: 1100px;
  margin: 0 auto 85px;
}


/* 
TOPへ戻る
--------------------------------------------------*/
.to_top_wrap .button_to_top {
  width: 420px;
  height: 58px;
  display: flex;
  margin: 0 auto 85px;
  background: #2e80ff;
  border-radius: 100vh;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
  padding-right: 1em;
  font-size: 18px;
  color: #ffffff;  
}

.to_top_wrap .button_to_top::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 420px;
  height: 58px;
  display: flex;
  margin: 0 auto;
  background: #f3f3f3;
  border-radius: 100vh;
  right: -5px;
  bottom: -5px;
}

.to_top_wrap .button_to_top::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
  left: 270px;
}

/* 
お問い合わせ
--------------------------------------------------*/
#kvm_switch_contact_area {
  margin: 0 auto 145px;
  width: 1100px;
  box-sizing: border-box;
  background: #eeeeee;
  border-radius: 10px;
  padding: 10px 10px 40px;
}
#kvm_switch_contact_area h2 {
  padding: 0 0 10px;
  border-bottom: 3px #dddddd dotted;
  font-size: 1.6em;
  font-weight: bold;
  color: #0a298a;
  text-align: center;
}
#kvm_switch_contact_area .txt {
  margin: 15px 0;
  text-align: center;
}
#kvm_switch_contact_area > ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 800px;
  display: flex;
  justify-content: space-between;
}
#kvm_switch_contact_area > ul > li {
  width: 33%;
}
