@charset "utf-8";
/*基本
-------------------------*/
.column2R #main {
  float: none;
  margin: auto;
  width: 970px;
}
#Header, .breadCrumb, .topContainer, .leadSection {
  display: block;
}
.radius2.popup {
  display: none;
}
.tabNav {
  display: none;
}
#container img {
  max-width: 100%;
}
.cont_area {
  width: 805px;
  margin: 30px auto 60px;
}
.aside_area {
  width: 805px;
  margin: 0 auto;
}
.pcOnly {
  display: block !important;
}
.spOnly {
  display: none !important;
}
.sp_br {
  display: none;
}
@media screen and (max-width:479px) {
  .column2R #main {
    width: 100%;
  }
  .breadCrumb {
    width: 100%;
    display: none;
  }
  .cont_area {
    width: 96%;
    margin: 10px auto 30px;
  }
  .aside_area {
    width: 100%;
  }
  .aside_area .camp_banner {
    width: 96%;
    margin: 0 auto 30px;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  .sp_br {
    display: block;
  }
  #chatIcon {
    bottom: 60px !important;
  }
  .footer_rec {
    width: 96%;
    margin: 0 auto;
  }
}
/*コンテンツ+アサイド用
-------------------------*/
.appeal_title {
  margin-bottom: 30px;
  color: #3b3b3b;
}
.appeal_title h2 {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.appeal_title h2 span {
  font-size: 24px;
  margin-right: 20px;
}
.appeal_title h2:after {
  border-top: 1px solid;
  content: "";
  width: 200px;
  margin-left: 1em;
}
.cont_title {
  margin-bottom: 30px;
  color: #3b3b3b;
}
.cont_title h3 {
  font-size: 45px;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.4;
}
.cont_title h3 span {
  font-size: 20px;
  display: block;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (max-width:479px) {
  .appeal_title {
    margin-bottom: 10px;
  }
  .appeal_title h2 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 3.6vw;
    width: 96%;
    margin: 0 auto 20px;
  }
  .appeal_title h2 span {
    font-size: 4.4vw;
    margin-right: 0;
    font-weight: bold;
  }
  .appeal_title h2:after {
    content: none;
  }
  .cont_title {
    margin-bottom: 10px;
  }
  .cont_title h3 {
    font-size: 6vw;
  }
  .cont_title h3 span {
    font-size: 3vw;
  }
}
/*Quadro用
-------------------------*/
@media screen and (max-width:479px) {
  .cont_area .qua-lead dt {
    float: none;
    width: 224px;
  }
  .cont_area .qua-lead dd {
    float: none;
    width: 100%;
  }
  .cont_area .qua-list {
    padding: 0;
    border: none;
  }
  .cont_area .qua-list-item {
    float: none;
    border-left: none;
    border: 1px solid #ccc;
    padding: 10px 20px;
  }
  .cont_area .qua-list-item:first-child {
    border-left: 1px solid #ccc;
  }
  .cont_area .qua-list-item-01 {
    width: 100%;
    margin-top: 10px;
  }
  .cont_area .desk-map {
    overflow-x: scroll;
  }
  .cont_area .desk-map table {
    width: 775px;
  }
  .cont_area .qua-soft li {
    border-left: none;
    margin: 10px 10px 0 0;
  }
  .cont_area .qua-merit-list li {
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
}
/*NVIDIA GeForce用
-------------------------*/
.footer_otoiawase_contents a span {
  color: #0062b0;
}
@media screen and (max-width:479px) {
  .cont_area .gf-list {
    padding: 0;
    border: none;
  }
  .cont_area .gf-list-item {
    float: none;
    border-left: none;
    border: 1px solid #ccc;
    padding: 10px 20px;
  }
  .cont_area .gf-list-item:first-child {
    border-left: 1px solid #ccc;
  }
  .cont_area .gf-list-item-01 {
    width: 100%;
    margin-top: 10px;
  }
  .cont_area .desk-map {
    overflow-x: scroll;
  }
  .cont_area .desk-map table {
    width: 775px;
  }
}
/*AMD Ryzen用
-------------------------*/
@media screen and (max-width:479px) {
  .cont_area .desk-map {
    overflow-x: scroll;
  }
  .cont_area .desk-map table {
    width: 775px;
  }
}