@charset "UTF-8";

/* ランキング早見表　キャラ(文字付き) */
.table_rank td:nth-child(2){
  width: 85%;
  padding: 0 4px;
}
.table_rank td:nth-child(2) img {
  width: 50px;
  height: auto;
  margin: 3px;
}
.table_rank td:nth-child(2) a {
  font-size: 0.8rem;
  width: 4.86rem;
  white-space: nowrap;
  float: left;
  padding: 0.4rem 0rem;
  align-items: center;
  display: flex;
  flex-direction: column;
}
/* ランキング早見表　楽装(文字なし) */
.table_rank_equip td:nth-child(2){
  width: 85%;
  padding: 0 4px;
  text-align: left;
}
.table_rank_equip td:nth-child(2) img {
  width: 50px;
  height: auto;
  margin: 3px;
  display: inline-block;
}
/* 評価テーブル */
.table_eva td:nth-child(1) img {
  width: 55px;
  height: auto;
  margin: 4px auto 0 auto;
}
.table_eva td:nth-child(1){
  padding: 4px 0;
  width: 25%;
}
.table_eva td:nth-child(2) img {
  width: 20px;
  height: auto;
  display: inline-block;
  margin: 3px 3px 3px 2px;
}
.table_eva td:nth-child(2) {
  text-align: left;
  padding: 4px;
  line-height: 1.8;
  width: 75%;
  vertical-align: middle;
}
/* 新キャラ border-radius */
.new_chara {
  background-color: rgb(245 164 43);
  display: inline-block;
  font-size: 10px;
  color: rgb(255 255 255);
  padding: 0 4px;
  margin: 0 0 4px 6px;
  border-radius: 2px;
  line-height: 15px;
  letter-spacing: 1px;
  vertical-align: middle;
}
/* ドリンク一覧 */
.table_drink td:nth-child(1){
  font-weight: 700;
}
.table_drink td:nth-child(2) img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
/* 縞々のテーブル */
.table_stripe td{
  background: #f5fafd;
}
.table_stripe tr:nth-child(even) td {
  background: #fff;
}
/* 初心者任務　報酬リスト */
.table_reward td:nth-child(n) img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.table_reward td:nth-child(2){
  text-align: left;
  padding: 4px 0 4px 2px;
}
/* シリアルコードのテーブル */
.table_serial td:nth-child(1){
  text-align: left;
  line-height: 2.1;
  font-weight: bold;
}
.table_serial td:nth-child(1) img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
/*　シリアルコードのコピーボタン */
.click_copy_button::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("/wp-content/themes/appmedia/lib/takt_op/img/copybutton.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
/* ガチャ一覧 */
.table_gacha td:nth-child(1) img {
  margin: 0 auto;
  border-radius: 0.4rem;
  border: solid 0.1rem #353433;
  display: flex;
  position: relative;
}
.table_gacha td:nth-child(1) {
  padding: 2px 4px 2px 2px;
  width: 55%;
}
.table_gacha td:nth-child(2) {
  text-align: center;
  line-height: 3.2;
  vertical-align: middle;
  padding: 4px 0 2px 4px;
}
/* プレゼントの好み */
.table_favorite td:nth-child(1) {
  padding: 4px 0;
  font-weight: 700;
}
.table_favorite td:nth-child(1) img {
  width: 50px;
  height: 50px;
} 
.table_favorite td:nth-child(2) img {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 3px;
}
.table_favorite td:nth-child(2) {
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
}
/* テキストのブロックノート */
.text_block{
  radius: 2px; 
  background-color: #f2f4f4; 
  box-shadow: 2px 2px #E6E5E5; 
  border: 1px solid #C2C3C3; padding: 15px; 
  margin-bottom: 20px; 
  font-size: 13px;
  }

/* TOP用　最新ガチャ・イベントバナー */
.table_top_gacha tr:nth-child(4) th:first-child {
  padding: 8px 4px;
}
.table_top_gacha tr:nth-child(3) td:last-child {
  text-align: left;
  vertical-align: middle;
  padding: 4px 0 4px 4px;
  width: 75%;
}
.table_top_gacha tr:nth-child(4) td:last-child {
  text-align: left;
  vertical-align: middle;
  width: 75%;
}
.table_top_gacha tr:nth-child(3) td:last-child img {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  border-radius: 0.4rem;
  border: solid 0.1rem #353433;
}
.table_top_gacha tr:nth-child(4) td:last-child::before {
  content: "▶︎ ";
  color: #ed5466;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 0px 0px 2px #F6F7FB;
} 
/* padding 縦4 横0 */
 .padding_4_0 td:nth-child(n) {
    padding: 4px 0;
    vertical-align: middle;
 }
/* 最新キャラの最強評価 */
.table_newchara td:nth-child(1) {
  padding: 4px 0;
  width: 25%;
}
.table_newchara td:nth-child(1) img{
  width: 55px;
  height: 55px;
  margin: 4px auto 0 auto;
}
.table_newchara td:nth-child(2) {
  text-align: left;
  padding: 0 4px 4px 4px;
  line-height: 1.8;
  width: 75%;
  verticla-aling: middle;
}
.table_newchara td:nth-child(2) .partition_bold::before {
  content: "■ ";
  text-shadow: 0px 0px 2px #353433;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-size: 12px;
}
/*最強キャラランキング h2 最新キャラの評価テーブル */
.table_new_chara tr:nth-child(2) td:nth-child(n + 1)::after {
  content: "ランク";
  font-size: 11px;
  font-weight: normal;
  padding-left: 4px;
}
.table_new_chara td:nth-child(n) {
  font-weight: 700;
  font-size: 15px;
  color: #000000;
}
table.table_new_chara {
  table-layout: fixed;
}
/* 最新キャラの評価をもっと見る */
.table_changelog td:nth-child(1) {
  width: 25%;
}
.table_changelog td:nth-child(2) {
  text-align: left;
  width: 75%;
}
.table_changelog td:nth-child(2) img {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin: 3px 3px 3px 2px;
}
/* up down */
.changelog_up {
  display: inline-block;
  font-size: 7.5px;
  color: #fff;
  padding: 0 4px 0 3px;
  margin: 0 0 0 8px;
  border-radius: 2px;
  line-height: 15px;
  letter-spacing: 1px;
  vertical-align: base-line;
  background-color: #ff7d3d;
}
.changelog_down {
  display: inline-block;
  font-size: 7.5px;
  color: #fff;
  padding: 0 4px 0 3px;
  margin: 0 0 0 8px;
  border-radius: 2px;
  line-height: 15px;
  letter-spacing: 1px;
  vertical-align: base-line;
  background-color: #3e56ba;
}
.table_team td:nth-child(1) a {
  display: inline-flex;
  font-size: 0.7rem;
  white-space: nowrap;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 4);
  float: left;
}
.table_team td:nth-child(1) img {
width: 50px;
height: auto;
}
.table_team tr:last-child td {
text-align: left;
vertical-align: middle;
}
.table_team tr:nth-child(4) td:nth-child(1) img{
  width: 30px;
  height: auto;
  margin: 3px;
  display: inline-block;
}
.table_role_list tr:nth-child(n) th:nth-child(1) {
padding: 4px 0;
vertical-align: middle;
}
.table_role_list tr:nth-child(n) th:nth-child(1) img{
 width: 30px;
 height: 30px;
}
.table_role_list td:nth-child(n) {
width: calc(75% / 3);
font-size: 1.4rem;
}
