@charset "utf-8";

/* ---------------------------------------------------------
  G123 PRエリアPC用
----------------------------------------------------------*/
div#prPc-G123Area {
  margin: 40px auto;
  width: 100%;
  overflow: hidden;
}
div#prPc-G123Area span.prTitle {
  padding-left: 0.4em;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #aa000c;
}
div#prPc-G123Area ul {
  margin-top: 0.5em;
}
div#prPc-G123Area ul li {
  clear: both;
  border-top: solid 1px #ccc;
  padding: 0.8em 0.4em;
}
div#prPc-G123Area ul a {
  font-size: 13px;
  text-decoration: none;
  color: #333;
}
div#prPc-G123Area ul a:hover {
  color: #0066cc;
}
div#prPc-G123Area ul img {
  float: left;
  width: 80px;
  height: 80px;
  padding: 0 1.6em 0.8em 0.4em;
}
div#prPc-G123Area ul span.prRanking {
  float: left;
  line-height: 80px;
  font-weight: bold;
  padding: 0 3em;
  position: relative;
  color: #fff;
  z-index: 1;
}
div#prPc-G123Area ul span.prRanking::before {
  position: absolute;
  content:"\f521";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top:45%;
  right:35%;
  transform:translatey(-50%);
  color: #000;
  font-size: 180%;
  z-index: -1;
}
div#prPc-G123Area ul span.r1::before {
  color: #ecc802;
}
div#prPc-G123Area ul span.r2::before {
  color: #b6c1c1;
}
div#prPc-G123Area ul span.r3::before {
  color: #e29542;
}
div#prPc-G123Area ul span.r4::before {
  color: #d8d8d8;
}
div#prPc-G123Area ul span.r5::before {
  color: #d8d8d8;
}
div#prPc-G123Area ul span.prText1 {
  padding: 0.5em 0;
  font-weight: bold;
  font-size: 110%;
  display: block;
}
div#prPc-G123Area ul span.prText2 {
  padding-left: 0.5em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
div#prPc-G123Area span.prURL {
  clear: both;
  display: block;
  text-align: center;
  text-decoration: none;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 0.75em;
}
div#prPc-G123Area span.prURL a {
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
}