/************************************
** トロフィーガイド
************************************/
.trophy_guide{
  background: #f5f6f7;
  border-radius: 4px;
  padding: 1em;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.trophy_guide_list {
  margin-bottom: 0 !important;
  list-style: none !important;
  margin: 0;
  border: dashed 2px #808080;
  border-radius: 5px;
  padding: 0.5em 1em !important;
  position: relative;
}
.trophy_guide_list li {
  font-weight: bold;
  border-bottom: 2px dashed #a0a0a0;
  position: relative;
  margin: 0.5em 0 !important;
  padding: 0 0 0.3em 2.0em;
  max-width: 500px;
}
.trophy_guide_list li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ea618e;
  position: absolute;
  left:0;
  font-size: 18px;
  top: -0.1em;
}
.trophy_icon_trophy:before {
  content: "\f091";
}
.trophy_icon_time:before {
  content: "\f017";
}
.trophy_icon_repetition:before {
  content: "\f01e";
}
.trophy_icon_online:before {
 content: "\f0ac";
}
.trophy_icon_limit:before {
 content: "\f023";
}
.trophy_icon_memo:before {
 content: "\f27a";
}
.trophy_guide_list li:last-child { 
  border:none;
}

/************************************
** トロコンガイド★レート
************************************/
.trophy_icon_trophy img{
  width: 80px;
  vertical-align: top;
  top: -0.4em;
  position: absolute;
}

/************************************
** トロフィー一覧
************************************/
.trophy_list{
  width: 100% !important;
}
.trophy_list td,
.trophy_list th{
  padding: 0.5em !important;
}
.trophy_list td:first-child{
  width: 12%;
  text-align: center;
}
.trophy_list td:first-child img{
  width: 25px;
}
.trophy_title{
  font-weight:bold;
  color: #387d39;
}

/************************************
** ゲーム概要
************************************/
.trophy_info th{
  width: 20%;
}
.freeplay {
display: flex;
justify-content: center;
font-size: 11px;
}
.freeplay .freebtn {
width: 100%;
text-align: center;
padding: 2px 0;
border-radius: 3px;
border: 1px solid #808080;
font-weight: bold;
}
.free_freeplay,
.free_ex,
.free_freeplay_none,
.free_ex_none{
margin-right: 2px;
}
.free_freeplay{
background-color: #ffc5e7;
color: #505050;
border-color: #505050;
}
.free_ex{
background-color: #ffb352;
color: #505050;
border-color: #505050;
}
.free_pr{
background-color: #505050;
color: #ffbe6b;
border-color: #ffbe6b;
}
.free_freeplay_none,
.free_ex_none,
.free_pr_none{
background-color: #cfcfcf;
color: #808080;
text-decoration: line-through;
}