@charset "utf-8";
/*-------------------------------------
　ページ基本設定
---------------------------------------*/
.column2R #main {
  float: none;
  width: auto;
}

#container {
  color: #484848;
  font-family: "Roboto", "Noto Sans JP", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
}

@media screen and (max-width: 767px) {
  #container {
    margin: 0 auto;
    width: auto;
  } 
}

#container #wrapper_str {
  float: left;
  font-size: 16px;
  margin: 0 auto;
  width: 750px;
}

@media screen and (max-width: 767px) {
  #container #wrapper_str {
    float: none;
    font-size: 14px;
    width: calc(100% - 30px);
  }
}

#container #wrapper_str .entry-content {
  margin-bottom: 50px;
}

#container #wrapper_breadCrumb {
  margin: 12px auto 0;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #container #wrapper_breadCrumb {
    margin: 12px 10px 0;
  }
}

hr {
  border: none;
  border-top: 1px #666 solid;
  margin: 32px 0;
}

@media screen and (max-width: 767px) {
  hr {
    margin: 16px 0;
  }
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
	z-index: 10;
}

@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 25px;
    right: 10px;
  }
}

#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
	opacity: 0.9;
}

#container #wrapper_str h1 {
  background-color: #06C;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 12px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #container #wrapper_str h1 {
    font-size: 16px;
    padding: 8px 10px;
  }
}

#container #wrapper_str h2 {
  border-bottom: 2px #06C solid;
  color: #444;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #container #wrapper_str h2 {
    font-size: 18px;
    margin: 30px 0 8px;
    padding-bottom: 4px;
    padding-left: 0;
    line-height: 1.4;
  }
}

#container #wrapper_str h3 {
  border-bottom: 1px solid #ccc;
  border-left: 5px solid #ccc;
  padding: 8px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #container #wrapper_str h3 {
    margin: 20px 5px 4px;
  }
}

#container #wrapper_str h5 {
  color: #444;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  #container #wrapper_str h5 {
    font-size: 14px;
    margin: 20px 5px 0;
  }
}

#container #wrapper_str p {
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  #container #wrapper_str p {
    line-height: 1.6;
    margin: 0 auto;
    padding: 0;
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
}

#container #wrapper_str table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  font-size: 14px;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #container #wrapper_str table {
    font-size: 12px;
    margin: 0 auto 30px;
    width: 96%;
  }
}

#container #wrapper_str table th {
  background-color: #297bce;
  border: 1px solid #c0c0c0;
  color: #fff;
  padding: 4px 10px;
  text-align: center;
}

#container #wrapper_str table td {
  border: 1px solid #c0c0c0;
  padding: 6px 10px;
  vertical-align: middle;
}

#container #wrapper_str p.thisSubject {
  background-color: #EEE;
  margin: 0 0 32px 0;
  padding: 12px;
  color: #605b5a;
}
#container #wrapper_str p.matome {
  /*background-color:#EEE;*/
  margin: 0;
  padding: 14px;
}
.matome-bottom {
  padding-bottom: 14px;
}
#container #wrapper_str ol.listNumber {
  list-style: decimal;
  margin-left: 3em;
}
#container #wrapper_str ul.listDisc {
  list-style: disc;
  margin-left: 3em;
}
#container #wrapper_str ol.listNumber li, #container #wrapper_str ul.listDisc li {
  line-height: 1.9;
}

#container #wrapper_str #thisToc_title {
  font-weight: bold;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  color: #605b5a;
}
#container #wrapper_str #thisToc ul {
  margin: 3px 13px 3px 30px;
  float: left;
  list-style: disc;
  color: #605b5a;
  padding-inline-start: unset;
}

@media screen and (max-width: 479px){
#container #wrapper_str #thisToc ul {
  margin: 3px 13px 3px 25px;
}
}



.strImg {
  max-width: 100%;
  height: auto;
}
.img_memory {
  display: block;
  margin-top: 20px;
}
.img_memory img {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .img_memory a {
    margin: 10px 15px;
  }
  .img_memory {
    display: grid;
  }


}
/*-------------------------------------
　16.06.20 ランキング表示
---------------------------------------*/
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.rank h2 {
  padding: 5px 10px !important;
  font-size: 14px !important;
}
.incNoteRanking .rankGameDesk {
  display: none;
}
.rankBox {
  width: 250px;
  margin-bottom: 20px;
  position: relative;
}
.rankBox .crownBadge {
  position: absolute;
  top: 0;
  left: 0;
}
.rankBox p {
  margin: 0 !important;
  padding: 0 !important;
}
p.rank_caption {
  font-size: 14px;
  line-height: 1.4 !important;
  padding: 0 5px !important;
  overflow: hidden;
  width: 180px;
  zoom: 1;
}
p.rank_caption span {
  color: #333;
}
span.rankName {
  font-size: 14px;
  font-weight: bold;
}
span.g_rankName {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3em;
}
.ranking_price {
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  padding-bottom: 10px;
  /*padding-top: 6px;*/
  float: right;
  width: 130px;
  text-align: left;
  overflow: hidden;
  zoom: 1;
}
.otherLink {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
}
/*-------------------------------------
　ゲームトップランキング用（game_base.cssより抜粋）
---------------------------------------*/
.rankGameDesk h3, .rankGameNote h3 {
  color: #fff !important;
}
.rankGameDesk .new_date, .rankGameNote .new_date {
  text-align: right;
}
.u-mt-ml {
  display: none;
}
.top-rank {
  overflow: hidden !important;
}
.top-rank li {
  position: relative !important;
  float: left !important;
  margin: 0 0 0 30px !important;
  width: 230px !important;
}
.top-rank li:first-child {
  margin: 0 !important;
}
.top-rank li a {
  text-decoration: none !important;
  color: #605b5a !important;
}
.top-rank li a:hover img {
  opacity: .6 !important;
}
.top-rank-icon {
  position: absolute !important;
  top: 0 !important;
  left: 5px !important;
}
.top-rank-desk {
  margin: 0 0 0 80px !important;
}
.top-rank-desk img {
  margin: 0 0 0 -40% !important;
  width: 150% !important;
}
.top-rank-note img {
  width: 100% !important;
}
.top-rank-text {
  padding: 0 5px !important;
  margin: 0 !important;
  line-height: 1.6 !important;
  font-size: 13px !important;
}
.top-rank-name {
  padding: 0 5px !important;
  font-weight: bold !important;
  font-size: 14px !important;
  margin: 0 !important;
}
.top-rank-price, .rank_caption {
  margin: 0 !important;
  padding: 0 !important;
}
.top-rank-price span {
  padding: 0 5px !important;
  color: #f00 !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
/*-------------------------------------
　サイドじゃないランキング用（bg_group.cssより抜粋）
---------------------------------------*/
.siRank h3 {
  background-color: #e5f2f7 !important;
  border-top: 1px dashed #ccc !important;
  border-bottom: 1px dashed #ccc !important;
  font-size: 14px !important;
  margin-bottom: 6px !important;
  padding: 6px 10px !important;
}
.siRank .rankingBox li,
.rankingContentsElement .siRank .rankingBox li {
  float: left;
  text-align: center;
  /*width: 250px;*/
  width: 32.66667%;
  margin-left: 1%;
}
.siRank .rankingBox li:first-child,
.rankingContentsElement .siRank .rankingBox li:first-child {
  margin-left: 0;
}
.siRank .rankingBox p {
  font-size: 75% !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.siRank .rankingBox li a,
.rankingContentsElement .siRank .rankingBox li a {
  display: block;
  padding: 0px 8px;
}
.siRank .priceTxt {
  color: #f00;
}
/*-------------------------------------
　コンテンツ下ランキング用　20171024
---------------------------------------*/
#rankingInner {
  border: none !important;
}
#tab-4 {
  display: none;
}
#tab-5 {
  display: none;
}
.tabs_rotate .horizontal {
  display: none;
}
.tabs > DIV SPAN.rankingItemList {
  width: 805px !important;
  float: none !important;
}
.rankingSection .detailBlock {
  float: none !important;
  width: 805px !important;
}
.rankingSection .detailBlock .box .link a {
  display: none !important;
}
.rankingSection .detailBlock .box .ranklist li {
  width: 206px !important;
}
.rankingSection .detailBlock .box .ranklist li .pct {
  border: none !important;
  text-align: center !important;
}
.rankingSection .detailBlock .box .ranklist li .name a {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.rankingSection .detailBlock .box .ranklist li .price {
  text-align: center;
  font-weight: bold;
  font-size: 16px !important;
}
#container #wrapper_str #rankingBox h3 {
  border-bottom: none;
  color: #FFF;
  padding: 10px 15px 7px;
}
#container #wrapper_str .rank h3 {
  border-bottom: none;
}
rankingInner .titleLblue {
  padding: 10px 15px;
  background: #00b3e6;
}
#rankingBox h3:first-child {
  display: none;
}
.rankingSection .detailBlock .box .ranklist li .name {
  border: none !important;
}
.rankNewVer2 .rightText .windows {
  display: none;
}
.rankNewVer2 .rightText .review {
  display: none;
}
.rankNewVer2 .rightText .edit-list-day {
  display: none;
}
.rankNewVer2 .rightText .edit-list-price {
  border-top: none !important;
  text-align: center;
}
.rankNewVer2 .rightText .edit-list-price .pr {
  font-size: 16px !important;
}
.rankNewVer2 .rightText .btnDetail {
  display: none;
}

.rankNewVer2 {
  border: none !important;
}
.rankNewVer2 .rightText .modelName {
  border-top: none !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.rankNewVer2 .modelBox {
  border-left: none !important;
  padding: 0 8px !important;
}
.rightText p:nth-child(4) {
  display: none;
}
#container #wrapper_str .rankNewVerheading {
  padding: 10px 15px;
  background: #00b3e6;
  font-size: 18px;
  font-weight: bold;
  margin-top: 32px;
  padding-left: 20px;
}
.top-rank-desk img {
  width: 100% !important;
}
.top-rank-note img {
  width: 70% !important;
}
#container #wrapper_str .top-rank-icon img {
  width: 40px !important;
}
.top-rank-desk, .top-rank-note {
  text-align: center;
}
.top-rank-name {
  text-align: center;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 22px !important;
}
.top-rank-price, .rank_caption {
  text-align: center;
}
.rank_caption {
  display: none;
}
.rankNewVer2 .leftImg .crownBadge_b_tg2 {
  width: 40px;
}
.rankNotePc .otherLink {
  display: none;
}
p.rank_caption {
  display: none;
}
.rankingSection .detailBlock .box .ranklist li .modelCatch {
  font-size: 13px !important;
}
/* 追加：171219
---------------------------------------- */
#container #wrapper_str .rankNewVerheading .rankigdateModified, #container #wrapper_str #rankingBox h3 .rankigdateModified {
  position: relative;
  top: 3px;
  float: right;
  font-size: 14px;
  font-weight: normal;
}
/* 追加　171222
---------------------------------------- */
p.font12 {
  font-size: 12px;
}
/* 追加　180213
---------------------------------------- */
.smcx-embed, .smcx-embed > .smcx-iframe-container {
  max-width: none !important;
}
/* 追加　180424
---------------------------------------- */
.ul-box li {
  margin-left: 1.0rem;
}
.ul-box li:nth-child(1) {
  margin-top: 1.0rem;
}
.dl-box dt {
  margin-top: 1.3rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.indent2 {
  text-indent: -2rem;
  padding-left: 2rem;
}
.txt-link {
  text-align: right;
}

/*-------------------------------------
　右メニュー　もっと見るボタン
---------------------------------------*/
#container .more {
  background: #FC8908;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  cursor: pointer;
  width: 96%;
}
#container .container.search-results a.more {
  background: transparent;
  border-radius: 2px;
  color: #484848 !important;
  font-size: 16px;
  margin: 0 auto;
  padding: 17px 0;
  text-align: center;
  cursor: pointer;
  width: auto;
}
#container .container.search-results .c-button--secondaryA-blue::after {
  right: 12px;
}
/*-------------------------------------
　コパソコン辞典
---------------------------------------*/
p.taC img {
  padding-right: 10px;
}
/*-------------------------------------
　性能比較表
---------------------------------------*/
.comparison {
  margin-top: 9px;
  border-right: 1px solid #444;
}
.comparison tr:nth-child(even) {
  background: #efefef;
}
.comparison th, .comparison td {
  padding: 5px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  border-left: 1px solid #444;
}
.comparison th {
  background: #adadad;
  color: #fff;
  text-align: center;
}
.comparison th.new {
  background: #70ad47;
}
.comparison tr th:nth-child(1) {
  text-align: left;
}
.comparison td {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  border-left: 1px solid #444;
  text-align: center;
}
.comparison td.new {
  background: #e2efda;
}
/*-------------------------------------
　SP （0〜767pxの場合に適用するCSS）
---------------------------------------*/
@media screen and (max-width: 767px) {
  
  
  
  
  
  
  
  #container #wrapper_str ol.listNumber, #container #wrapper_str ul.listDisc {
    margin-left: 2em;
  }
  
  #wrapper_breadCrumb ul:first-child {
    display: block !important;
    padding-right: 2%;
  }
  #wrapper_breadCrumb ul /*:nth-child(n+2) */ {
    display: none;
  }
  
  /*ACCORDION*/
  div.accordion {
    width: 100%;
  }
  div.accordion > ul > li > a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background-color: #6ab5c8;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    padding: 10px 12px;
    position: relative;
  }
  div.accordion > ul > li > a:hover {
    background-color: #5997a7;
  }
  div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after {
    font-size: 12px;
    position: absolute;
    right: 12px;
    top: 16px;
    color: #2f7f99;
  }
  div.accordion > ul > li > a:after {
    content: "▼";
  }
  div.accordion > ul > li > a.active:after {
    content: "▲";
  }
  div.accordion > ul > li > ul {
    display: none;
  }
  div.accordion > ul > li > ul > li > a {
    display: block;
    color: #fff;
    font-size: 14px;
    background-color: #79c9b8;
    border-bottom: 1px solid #fff;
    padding: 6px 12px;
    position: relative;
  }
  div.accordion > ul > li > ul > li > a:hover {
    background-color: #67ab9c;
  }
  #container #wrapper_str ol.listNumber li {
    margin-right: 10px;
  }
  #container #wrapper_str ul.listDisc li {
    margin-right: 10px;
  }
  /* 2018.02.09 アンケート用 */
  .smcx-embed {
    display: none !important;
  }
  /* 2018.04.25 追加 */
  .txt-link {
    text-align: center;
  }
  /*180515追加*/
  #footerLinks {
    display: none;
  }
  .rankingSection .detailBlock .box .ranklist li {
    width: 100% !important;
  }
  .tabs > DIV SPAN.rankingItemList {
    width: 100% !important;
    float: none !important;
  }
  .rankingSection .detailBlock {
    float: none !important;
    width: 100% !important;
  }
  .rankingSection .detailBlock .box .ranklist li {
    float: none !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
  }
  .leftImg img {
    /*width: 60%!important;*/
  }
  .rankNewVer2.wideLayout .modelBox .leftImg .crownBadge_b_tg2 {
    width: 10% !important;
    left: 10px !important;
  }
  .rankNewVer2 .leftImg .crownBadge_b_tg2 {
    /*position: absolute!important;*/
  }
  .rankNewVer2.wideLayout .modelBox .leftImg {
    width: 100% !important;
  }
  .rankNewVer2.wideLayout .modelBox .leftImg .crownBadge_b_tg2 {
    width: 10% !important;
    left: 0px !important;
  }
  .rankNewVer2.wideLayout .modelBox.rankOther .rightText {
    width: 90% !important;
    margin-left: 10% !important
  }
  
  #container #wrapper_str p.rank_caption {
    text-align: left;
  }
  .rankNewVer2.wideLayout .modelBox .rightText {
    position: relative;
    padding-bottom: 10px;
    width: 100%;
  }
  .edit-list-day {
    float: left;
  }
  .rankNewVer2.wideLayout .modelBox .rightText .btnDetail {
    position: static !important;
    right: 0;
    bottom: 0px;
  }

  

  .top-rank li {
    position: relative !important;
    float: none !important;
    margin: 0 0 0 30px !important;
    width: 100% !important;
  }
  .top-rank-desk img {
    width: 60% !important;
    margin: 0 auto !important;
  }
  .top-rank li {
    margin: 0 !important;
    text-align: center;
  }
  .top-rank li a {
    text-decoration: none !important;
    color: #605b5a !important;
    display: block;
    overflow: hidden;
  }
  .rankingSection .detailBlock .box .ranklist li .modelCatch {
    font-size: 13px !important;
    padding: 5px;
  }
  .top-rank-desk {
    text-align: center !important;
  }
  .top-rank-note {
    text-align: center !important;
  }
  .top-rank-price, .rank_caption {
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .rankNotePc h3 {
    color: #ffffff !important;
  }
  .siRank .rankingBox li,
  .rankingContentsElement .siRank .rankingBox li  {
    /*width:50%;*/
    width: 80%;
    float: none;
    margin: 0 auto !important;
    display: block;
  }
  p.rank_caption {
    display: block;
    margin: 0 auto !important;
  }
  .rankGameDesk, .rankGameNote {
    /*display: none!important;*/
  }
  .rankNotePc .otherLink {
    display: none !important;
  }
  /*.rank + p {
    display: none!important;
  } */
  #container #wrapper_str .rank h3 {
    padding-left: 0.5em;
  }
  .top-rank li {
    border-bottom: 1px solid #ccc;
    padding: 10px 3vw;
    box-sizing: border-box;
  }
  .top-rank li:last-child {
    border-bottom: none;
  }
}
/*-------------------------------------
　18.06.11 依頼9899対応
---------------------------------------*/
.ArticleImageBox {
  margin: 10px auto 30px;
  font-size: 12px;
}
.ArticleImageBox img {
  max-width: 100%;
  display: block;
}
.ArticleImageDoubleBox {
  margin: 10px auto 30px;
  font-size: 12px;
}
.ArticleImageDoubleBox img {
  max-width: 45%;
  display: inline-block;
  margin-right: 10px;
}
.ArticleImageBox img.halfImageMid, img.halfImageMid {
  max-width: 70%;
	display: block;
}
.ArticleImageBox img.halfImage, img.halfImage {
  max-width: 50%;
	display: block;
}
@media screen and (max-width: 767px) {
  .ArticleImageDoubleBox img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .ArticleImageBox img.halfImageMid, img.halfImageMid {
    max-width: 75%;
  }
  .ArticleImageBox img.halfImage, img.halfImage {
    max-width: 60%;
    /*margin: 0 auto 　　20201102修正*/
  }
}
/* ----------------------------------------
   追加：2018.06.26
---------------------------------------- */
.osusumeLinks {
  text-align: center;
  margin: 20px 0 !important;
}
a.osusumeIcon {
  position: relative;
  margin-left: 10px;
  padding: 0 0 5px 60px;
}
a.osusumeIcon:first-child {
  margin-left: 0;
}
a.osusumeIcon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -27px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
a.osusumeCPU, a.osusumeDesk, a.osusumeHDD, a.osusumeGamingChair, a.osusumeMemory, a.osusumePowerUnit {
  padding-left: 55px;
}
a.osusumeWaterCooler, a.osusumeMemory, a.osusumeNoteCoolerGoods {
  padding-left: 75px;
}
a.osusumeHDD::before {
  background-image: url(../../5img/header/gnav/common/icn_navi_pcparts_harddesk.jpg);
}
a.osusumeSSD::before {
  background-image: url(../../5img/header/gnav/common/icn_navi_pcparts_ssd.jpg);
}
a.osusumeDesk::before {
  background-image: url(../../5goods_parts/img/parts/436382.jpg);
}
a.osusumeGamingChair::before {
  background-image: url(../../5goods_parts/img/parts/2017/445637.jpg);
}
a.osusumeGraphicBoard::before {
  background-image: url(../../5img/header/gnav/common/icn_navi_pcparts_videocard.jpg);
}
a.osusumeCPU::before {
  background-image: url(../../5img/header/gnav/common/icn_navi_pcparts_cpu.jpg);
}
a.osusumePowerUnit::before {
  background-image: url(../../5img/header/gnav/common/icn_navi_pcparts_power.jpg);
}
a.osusumeATX::before {
  background-image: url(../../5goods_parts/img/parts/2017/450079.jpg);
}
a.osusumeMicroATX::before {
  background-image: url(../../5goods_parts/img/parts/2018/451469.jpg);
}
a.osusumeMiniITX::before {
  background-image: url(../../5goods_parts/img/parts/2017/449012.jpg);
}
a.osusumeCeleron::before {
  background-image: url(../../5goods_parts/img/parts/2018/452319.jpg);
}
a.osusumeMotherBoard::before {
  background-image: url(../../5goods_parts/img/parts/2017/450079.jpg);
}
a.osusumeMemory::before {
  width: 66px;
  height: 66px;
  margin-top: -35px;
  background-image: url(../../5img/header/gnav/common/icn_navi_pcparts_memory-d.jpg);
}
a.osusumeGamePC::before {
  width: 60px;
  height: 60px;
  margin-top: -33px;
  background-image: url(../../5shopping/include/detail_prime/templates/img/pc_case/detail/kt_410.png);
}
a.osusumeWaterCooler::before {
  width: 70px;
  height: 70px;
  margin-top: -35px;
  background-image: url(../../5goods_parts/img/parts/2018/452249.jpg);
}
a.osusumeNoteCoolerGoods::before {
  width: 66px;
  height: 66px;
  margin-top: -33px;
  background-image: url(../../5goods_parts/img/parts/337284.jpg);
}
a.osusumePower80Plus::before {
  background-image: url(../../5goods_parts/img/parts/2017/356878.jpg);
}
@media screen and (max-width: 767px) {
  .osusumeLinks {
    margin: 0 !important;
  }
  a.osusumeIcon {
    display: inline-block;
    margin-top: 30px;
  }
  a.osusumeIcon:first-child {
    margin-top: 20px;
  }
  .osusumeBorder {
    display: none;
  }
  .benchmark_img img {
    width: 100%;
    height: auto;
  }
}
/*20190826_パソコン辞典追加*/
#container #wrapper_str figcaption {
  text-align: center;
  font-size: 80%;
  padding-top: 5px;
  margin-bottom: 32px;
  width: 100%
}
#container #wrapper_str figure img {
  border: 1px solid #ccc
}
#container #wrapper_str .listDisc figure {
  margin-left: -15px
}
@media screen and (max-width: 767px) {
  #container #wrapper_str figure img {
    max-width: 300px
  }
}
/* 追加　191016 ランキング
---------------------------------------- */
#rankingBox h3:first-child {
  display: none;
}
#rankingInner {
  border: none !important;
}
.tabs_rotate .horizontal {
  display: none;
}
#container #rankingBox h3 {
  border-bottom: none;
  color: #FFF;
  padding: 10px 15px 7px;
}
#container .rankNewVerheading .rankigdateModified, #container #rankingBox h3 .rankigdateModified {
  position: relative;
  top: 3px;
  float: right;
  font-size: 14px;
  font-weight: normal;
}
.tabs > DIV SPAN.rankingItemList {
  width: 805px !important;
  float: none !important;
}
.rankingSection .detailBlock {
  float: none !important;
  width: 805px !important;
}
.rankingSection .detailBlock .box .ranklist li {
  width: 206px !important;
}
.rankingSection .detailBlock .box .ranklist li .pct {
  border: none !important;
  text-align: center !important;
}
.rankingSection .detailBlock .box .ranklist li .name {
  border: none !important;
}
.rankingSection .detailBlock .box .ranklist li .name a {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.rankingSection .detailBlock .box .ranklist li .name a {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.rankingSection .detailBlock .box .ranklist li .price {
  text-align: center;
  font-weight: bold;
  font-size: 16px !important;
}
.rankingSection .detailBlock .box .ranklist li .modelCatch {
  font-size: 13px !important;
}
/*#container h3 {
  border-bottom: 2px #06C solid;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  margin-top: 32px;
  padding-left: 12px;
}*/
#container #rankingBox h3 {
  border-bottom: none;
  color: #FFF;
  padding: 10px 15px 7px;
}
.rankingSection .detailBlock .box .link a {
  display: none !important;
}
#container #rankingBox h3:nth-of-type(n+2) {
  display: none;
}
#tab-2, #tab-3, #tab-4, #tab-5, #tab-6 {
  display: none;
}
#container .rankNewVerheading {
  padding: 10px 15px;
  background: #00b3e6;
  font-size: 18px;
  font-weight: bold;
  margin-top: 32px;
  padding-left: 12px;
  color: #fff;
  height: auto !important;
  margin-bottom: 20px;
}
.rankNewVer2 .modelBox {
  border-left: none !important;
  padding: 0 8px 10px !important;
}
.rankNewVer2 .leftImg .crownBadge_b_tg2 {
  width: 40px;
}

.rankNewVer2 {
  padding: 10px 0;
  border: none !important;
}
.rankNewVer2 .rightText .modelName {
  border-top: none !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#container .gameDesktopPcRanking p.modelName {
  line-height: 1.2;
}
.rankNewVer2 .rightText .windows {
  display: none;
}
.rightText p:nth-child(4) {
  display: none;
}
.gameDesktopPcRanking .rankNewVer2 .rightText .review {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
.rankNewVer2 .rightText .edit-list-day {
  display: none;
}
.rankNewVer2 .rightText .edit-list-price {
  border-top: none !important;
  text-align: center;
}
.rankNewVer2 .rightText .btnDetail {
  display: none;
}
@media screen and (max-width: 767px) {
  .incDeskRanking {
    width: 100%;
    margin: 30px auto;
    font-size: 16px;
  }
  .tabs > DIV SPAN.rankingItemList {
    width: 100% !important;
  }
  .rankingSection .detailBlock {
    width: 60% !important;
    margin-left: 20%;
  }
  .rankingSection .detailBlock .box .ranklist li {
    width: 100% !important;
  }
  .rankNewVer2 .rightText .review {
    border-top: none !important;
  }
  #container .gameDesktopPcRanking p.modelName {
    text-align: left;
  }
  #container .rankNewVerheading .rankigdateModified {
    /*right: 20px;*/
    width: 80%;
    text-align: right;
  }
  .rankingSection .detailBlock .box .ranklist li {
    padding-left: 0 !important;
    margin: 0 auto 20px !important;
  }
  #container #wrapper_str p.otherLink {
    margin: 0 5px !important;
    padding: 0 !important;
    font-size: 14px;
    /*text-align: right;*/
	line-height: 2em;
  }
  #container #wrapper_str p.windows {
    display: none;
  }
  #container #wrapper_str p.edit-list-day {
    display: none;
  }
  #container #wrapper_str p.btnDetail {
    display: none;
  }
  .rightText p:nth-child(4) {
    display: none !important;
  }
  #notepc_rank .rankNewVer2 .leftImg {
    text-align: center;
  }
  #notepc_rank .rankNewVer2 .leftImg .itemphot {
    max-width: 180px;
  }
  #notepc_rank .rankNewVer2 .leftImg > img {
    margin-top: -100px;
  }
}
/* 追加　191220 キャッシュレス
---------------------------------------- */
#cashless {
  text-align: left !important;
}
.cashless_wrapper {
  margin-top: 3em;
}

@media screen and (max-width: 767px) {
  .cashless_wrapper #cashless > p > a > img {
    width: 100%;
  }
  .cashless_wrapper #cashless > p.cashlessLink {
    font-size: inherit !important;
  }
}
/* 追加　20200207 SNS + 更新日BOX
---------------------------------------- */
.snsDateSet {
  display: block;
  letter-spacing: -0.38em;
  text-align: right;
}
.snsDateSet > div {
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: normal;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .snsDateSet {
    width: 100% !important;
    padding: 0 10px !important;
    box-sizing: border-box;
  }
  .snsDateSet > div {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box;
  }
}
/* 追加　20200612 デスクトップランキング用
---------------------------------------*/
/*.rankSlim, */ .rankMiniPc {
  display: none;
}
.rankMini .otherLink, .rankSlim .otherLink, .rankMiniPc .otherLink {
  display: none !important;
}
.rankNewVer3 .rightText .modelName {
  font-weight: bold;
}
.rankNewVer3, .rankNewVer3 .modelBox, .rankNewVer3 .rightText .modelName, .rankNewVer3 .rightText .windows, .rankNewVer3 .rightText .review, .rankNewVer3 .rightText .edit-list-price, .rankNewVer3 .rightText .btnDetail {
  border: none !important;
}
.rankNewVer3 .modelBox p {
  margin: 0 0 4px !important;
}
.rightText p:nth-child(4) {
  display: block;
  line-height: 1.4 !important;
}
.rankNewVer3 .rightText .edit-list-day {
  display: none;
}
@media screen and (max-width: 767px) {
  /*  .rankMini .rankNewVerheading, .rankSlim .rankNewVerheading, .rankMiniPc .rankNewVerheading {
    padding: 10px 15px 24px !important;
  }
 .rankMini .rankNewVerheading .rankigdateModified, .rankSlim .rankNewVerheading .rankigdateModified, .rankMiniPc .rankNewVerheading .rankigdateModified {
    top: 25px !important;
  }*/
  .rankNewVer3 .modelBox {
    width: 96% !important;
    box-sizing: border-box;
    margin: 0 auto;
    border-bottom: 2px solid #e1e1e1 !important;
  }
  .rankNewVer3 .modelBox:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .rankNewVer3 .leftImg .itemphot {
    width: 100% !important;
  }
  .rankNewVer3 .rightText .modelName {
    color: #0e358e !important;
    line-height: 1.2 !important;
  }
  .rankNewVer3 .rightText .catchCopy {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
  .rightText p:nth-child(4) {
    display: block !important;
    font-size: 13px;
  }
}
/* 追加　20200618　レスポンシブ対応テーブル
---------------------------------------*/
@media screen and (max-width: 767px) {
  #container #wrapper_str .tableScroll {
    margin: 0 auto 30px;
    overflow: auto;
    width: 96%;
  }
  #container #wrapper_str .tableScroll table {
    font-size: 12px;
    margin: 0;
    width: 750px;
  }
  #container #wrapper_str .tableScroll table img {
    height: auto;
    width: 100%;
  }
  #container #wrapper_str .tableScroll table img.button {
    max-width: 44px;
  }
  #container #wrapper_str p.taC {
    text-align: center;
  }
}
/* 20200703追加
---------------------------------------*/
@media screen and (max-width: 767px) {
  #container #wrapper_str .rankNewVerheading {
	box-sizing: border-box;
    display: inline-block;
    line-height: normal !important;
	width: 100%;
  }
}

/* 20200720追加 リンク複数対応
---------------------------------------*/
.multipleLink {
  display: table;
  margin: 0 auto;
}
.multipleLink img {
  padding-right: 10px;
  max-width: 100px;
}

/* 20201028追加
---------------------------------------*/
.update_wrapper {
  text-align: right;
  display: block;
}
.update_wrapper div {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 479px) {
  .update_wrapper {
    margin-right: 10px;
  }
}

/* 追加　20201110 メニューリストTitle画像化
---------------------------------------- */
div#menuTitleImg {
    border: 1px solid #cacaca;
	text-align: center;
}
div#menuTitleImg img {
    width: 198px;
}

/* 20210302追加
---------------------------------------*/
#container #wrapper_str table.pc_jiten {
    width: auto;
    margin: 0 auto;
}
#container #wrapper_str table.pc_jiten td {
	border: none;
}
.spOnly {display: none;}
@media screen and (max-width: 479px) {
	.spOnly {display: block;}
	.multipleLink a{
		display: flex;
		align-items: center;
		font-size: 13px;
	}
}

/* 20210901追加
---------------------------------------*/
.mlInnner {
    display: flex;
    flex-direction: row;
    align-items: center;
	margin-bottom: 10px;
	padding: 0 20px;
}
.mlInnner_img {
    min-width: 110px;
    text-align: right;
    display: inline-block;
}
@media screen and (max-width: 479px) {
	.multipleLink .mlInnner_img a {
		display: block;
		align-items: center;
	}
}

/*SFCCSP_20220607*/
.incDeskRanking,.siRank{display: none;}
.p-header__login{height: auto;}  
/*#container #wrapper_str{float: none;}*/
#menuTitleImg{display: inline-block; }         
@media screen and (max-width: 479px){    

#menuTitleImg{display: block; } 
} 

/* 右メニュー　追従バナー
---------------------------------------*/
.start_pc {
  display: block;
  clear: both;
}
.start_sp {
  display: none;
  transition:opacity .5s;
  opacity: 0;
  pointer-events: none;
}
.start_pc.fixed {
  position: fixed;
  top: 0;
}
.start_pc .sticky {
  margin: 10px 0;
}
.start_pc .sticky a:hover {
  opacity: 0.8;
}
.start_pc .sticky a img {
  width: 200px;
}
.start_sp {
  display: none;
}
.fixed {
  position: fixed;
  top: 0;
}
.sticky {
	margin: 10px 0;
}
.sticky a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 479px) {
  /*#pagetop {
    display:none !important;
  }*/
  .start_pc {
    display: none;
  }
  .start_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: auto;
    display: block;
  }
  .start_sp .sticky {
    potision: relative;
  }
  .start_sp i.close {
    font-size: 5vw;
    font-weight: 300!important;
    z-index: 888;
    color: #fff;
    position: absolute;
    right: 1vw;
    top: 0;
    width: 7vw;
    text-align: right;
    font-style: normal;
  }
  .start_sp.fixed {
    opacity: 1;
    pointer-events: all;
    z-index: 100;
  }
  .start_sp.fixed a,
  .start_sp img {
    display: block;
    width: 100%;
  }
  .sticky {
    margin: 0;
  }
}
/* SP専用　ページ下部追従バナー
---------------------------------------*/
.sp {
  display: none;
}
.adobe_banner_sp a:hover {
  opacity: 0.8;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: none!important;
}
@media screen and (max-width: 479px){
  .sp {
    display: block;
  }
  .adobe_banner_sp,.adobe_banner_sp a img {
    width: 100%;
  }
 /* #pagetop {
    display: none!important;
  }*/
  .Bnr {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: none;
  }
  .Bnr .Bnr__img {
    width: 100%;
    position: fixed;
    bottom: 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12),
      0 2px 4px -1px rgba(0, 0, 0, 0.2);
    z-index: 88;
  }
  .Bnr__img__inner {
    width: 100%;
    box-sizing: border-box;
    background-color: #fafafa;
  }
  .Bnr__img__inner img {
    height: auto;
    width: 100%;
  }
  .Bnr .Bnr__img__inner a {
    display: block;
  }
  .Bnr .Bnr__img p.close {
    position: absolute;
    right: 5px;
    top: 40px;
  }
  .Bnr .Bnr__img p.close a {
    left: 45%;
    top: -47px;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
    position: relative;
  }
  .Bnr .Bnr__img p.close a i {
    font-size: 24px;
    font-weight: 300!important;
    z-index: 888;
    color: #fff;
  }
}


/*
　右カラム記事一覧
---------------------------------------*/
#container #wrapper_menu {
  width: 200px;
  margin: 0 auto;
  float: right;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #container #wrapper_menu {
    float: none;
    font-size: 14px;
    margin: 40px auto 0;
    width: calc(100% - 30px);
  }
}

#container #wrapper_menu #menuTitle {
  background-color: #EEE;
  border: 1px #666 solid;
  font-size: 15px;
  padding: 8px 0;
  text-align: center;
}

#container #wrapper_menu #menuTitle .small {
  font-size: 12px;
}

#container #wrapper_menu ul {
  list-style: none;
  padding-inline-start: unset;
}

#container #wrapper_menu ul li {
  margin: 12px 0;
  background-image: url("../5img/bcBg_999.gif");
  background-position: 2px 6px;
  background-repeat: no-repeat;
  padding-left: 1em;
}

#container #wrapper_menu a, #container #wrapper_menu a span, #wrapper_str a {
  color: #0062b0;
  text-decoration: underline;
}

#container #wrapper_menu a:hover, #container #wrapper_menu a:hover span {
  text-decoration: none;
}
.dic_list li {
  display: block;
}
.dic_list li.is-hidden {
  display: none;
}