@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI:  https://wp-cocoon.com/ 
Author: わいひら
Author URI:  https://nelog.jp/ 
Template:   cocoon-master
Version:    1.1.2
*/

.category-card .card-thumb::after,
.category-card-post .card-thumb::after,
.category-senki .card-thumb::after,
.category-senki-post .card-thumb::after,
.bushoimage::after {
  content: "©SEGA";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1px;
  font-size: 8px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  pointer-events: none;
}
.post-30 .card-thumb::after {
  content: none;
}

.eye-catch-wrap {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cat-link {
  margin-right: 0;
  margin-bottom: 4px;
}

.nowrap {
  white-space: nowrap;
}

/**/
.comment.bypostauthor .comment-author::after {
  content: "管理者";
  display: inline-block;
  margin-left: 6px;
  padding: 5px 6px 4px;
  font-size: 0.6em;
  font-weight: bold;
  color: #fff;
  background-color: var(--theme-blue);
  border-radius: 4px;
  line-height: 1.2;
}
.body .comment-body {
  margin-bottom: 0;
}
blockquote, .key-btn {
  font-size: 0.9em;
  margin: 0.5em 0;
}
.comment-form .submit {
  font-size: 0.9em;
  margin: 0.5em 0;
  background-color: rgba(70, 102, 226, .05);
  border-color: rgba(70, 102, 226, .5);
}

/**/
:root {
  --theme-blue:  #4666e2;
  --theme-gray:  #ccc;
  --theme-black: #333;
  --a-link-blue: #2968BA;
  --theme-blue-light:  #5C7AE4;
  --theme-blue-soft: rgba(70, 102, 226, .05);
  --theme-blue-soft2: rgba(70, 102, 226, .12);
  --seiryoku-aka-light:    #ffe0e2;
  --seiryoku-aka-dark:     #FF4D4D;
  --seiryoku-ao-light:     #d1dfff;
  --seiryoku-ao-dark:      #4D82FF;
  --seiryoku-midori-light: #e7ffdb;
  --seiryoku-midori-dark:  #52992E;
  --seiryoku-kuro-light:   #e6e6e9;
  --seiryoku-kuro-dark:    #4D4D4D;
  --seiryoku-mura-light:   #f0e0ff;
  --seiryoku-mura-dark:    #9060BC;
  --seiryoku-oren-light:   #ffead6;
  --seiryoku-oren-dark:    #FF9532;
  --seiryoku-ki-light:     #fff8c1;
  --seiryoku-ki-dark:      #B2B200;
  --seiryoku-shiro-light:  #fcfcff;
  --seiryoku-shiro-dark:   #A0A0A0;
/*--seiryoku-shiro-border: #d8d8e0;*/
  --seiryoku-shiro-border: #BBBBC8;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

a {
  color: var(--a-link-blue);
  text-decoration: none;
  font-weight: bold;
  word-break: break-all;
}
a:hover {
  color: #3c82c4;
}

table {
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid var(--theme-gray);
}
table th {
  background-color: #F7F7F7;
}
table th, table td {
  border-right: 1px solid var(--theme-gray);
  border-bottom: 1px solid var(--theme-gray);
}
@media (max-width: 834px) {
  table th, table td {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  table th, table td {
    padding: 2px;
  }
}
tr:last-child td,
.senkiKouka .senkiList tr:last-child th {
  border-bottom: none;
}
th:last-child,
td:last-child {
  border-right: none;
}

:not(:where(.is-style-stripes)) table tr:nth-of-type(2n + 1) {
  background-color: inherit;
}

@media (max-width: 480px) {
  main.main,
  div.sidebar {
    padding: 24px 12px;
  }
}

#main .h3design,
#sidebar .widget-sidebar-title,
#sidebar .wp-block-heading {
  background: none;
  color: var(--theme-black);
  font-size: 1.15em;
  padding: 8px 16px;
  margin-bottom: 0.62em;
  border: 1px solid var(--theme-blue);
  border-left-width: 7px;
}

#sidebar .widget-sidebar-title,
#sidebar .wp-block-heading {
  line-height: 1.25;
}

#main .h4design {
  padding: 7px 10px;
  border-left: 0;
  border-right: 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: var(--theme-blue);
  margin-bottom: 0.7em;
}

#main .h5design {
  background: none;
  color: var(--theme-black);
  position: relative;
  margin: 30px 0 5px;
  font-size: 1.2em;
  padding: 0 0 3px 10px;
  border-bottom: 1px solid var(--theme-blue);
  font-weight: bold;
  border-radius: 0;
}
@media (max-width: 480px) {
  #main .h5design {
    font-size: 15px;
  }
}
#main .h5design:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-left-color: var(--theme-blue);
  border-right: 0;
  bottom: 0.575em;
  left: 0;
}

.adsense-wrap {
  margin-bottom: 1em;
}

/**/
.comment-form-email, .comment-form-url, .comment-notes, .comment-form-cookies-consent {
  display: none;
}

.article ul + table {
  margin-top: 10px;
}

.menu-drawer a {
  color: var(--a-link-blue);
}

.menu-close-button {
  background-color: var(--theme-blue);
  height: 50px;
  display: block;
  margin-bottom: 18px;
}

#main nav {
  margin-bottom: 0;
}
/**/
.related-entry-heading, .comment-title {
  margin: 0;
}
@media (max-width: 480px) {
  .related-entry-heading, .comment-title {
    margin: 0 0 0.2em;
    font-size: 20px;
  }
}
.comment-content p {
  margin-bottom: 0.2em;
}

/**/
.sidebar a {
  color: var(--a-link-blue);
  padding: 0;
}

a.widget-entry-card-link {
  padding: 0;
  margin: 0 3px 0.8em;
}
.widget-entry-cards .a-wrap {
  padding: 0;
}
.widget-entry-cards.ranking-visible .card-thumb::before {
  font-size: 11px;
}

.widget_nav_menu ul li a,
.widget_block ul li a {
  color: var(--a-link-blue);
  padding: 0;
  margin: 0.2em;
}

/**/
.entry-title,
.archive-title {
  margin: 0;
  padding: 0 0 4px;
}
@media (max-width: 480px) {
  .archive-title {
    font-size: 20px;
  }
}

.article ul {
  margin-bottom: 2px;
}
@media (max-width: 480px) {
  .article ul,
  .article ol {
    padding-left: 15px;
  }
}

.front-page ul {
  margin-bottom: 12px;
}

.wp-block-search__label {
  display: none;
}

.article h3 {
  font-size: 1.1em;
  padding: 8px 16px;
}

.sidebar h2,
.sidebar h3 {
  padding: 4px 16px;
  margin: 0 0 10px;
}

@media (max-width: 480px) {
  h2,
  h3 {
    font-size: 1.2em;
  }
  .widget h2 {
    font-size: 1.2em;
  }
}

/**/
.sidebar .widget_popular_entries,
.sidebar .popular-entry-cards {
  margin-bottom: 0;
}
.popular-entry-card-title {
  font-size: 13px;
  line-height: 1.6;
  margin: 5px 0;
}

.popular-entry-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 835px) and (max-width: 1023px) {
  .popular-entry-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.widget-entry-cards.card-large-image .card-content {
  margin: 0;
  padding: 0;
}

.sidebar .popular-entry-card-link {
  margin-bottom: 10px;
}

.carousel-entry-card-thumb,
.related-entry-card-thumb,
.widget-entry-card-thumb,
.entry-card-thumb {
  margin: 0;
  position: relative;
}

/**/
.rect-vertical-card .related-entry-card-wrap,
.entry-card-wrap {
  padding: 0;
}
.rect-vertical-card .related-entry-card-title,
.entry-card-title {
  font-size: 13px;
}
.related-entry-card-title,
.entry-card-title {
  margin: 5px 0;
}
.related-entry-card-wrap,
.popular-entry-card-link,
.entry-card-wrap {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2px 5px var(--theme-gray);
}
.related-entry-card-wrap img,
.popular-entry-card-link img,
.entry-card-wrap img {
  border-radius: 5px 5px 0 0;
}

h2.card-title,
h3.card-title,
div.card-title,
span.card-title {
  font-size: 13px;
  text-align: center;
  color: var(--theme-black);
}

.ect-vertical-card .entry-card-wrap .entry-card-meta {
  padding-top: 0;
}

/**/
.navi-footer-in a {
  font-weight: normal;
}
@media (max-width: 480px) {
  .navi-footer-in>.menu-footer li.menu-item {
    width: auto;
  }
}

/**/
li.disabled-link>a {
  pointer-events: none;
  cursor: default;
  color: var(--theme-black);
  font-size: 1.2em;
  padding: 8px 16px;
  margin: 0.92em 0 0.32em;
  border: 1px solid var(--theme-blue);
  border-left-width: 7px;
  line-height: 1.25;
}

/**/
.toggle-button {
  text-align: left;
}
.toggle-button::before {
  content: "\f078";
  position: absolute;
  right: 0;
  font-size: 0.9em;
  opacity: 0.4;
}
.toggle-checkbox:checked~.toggle-button::before {
  content: "\f077";
}

#main div.toggle-content > h2 {
  margin-top: 0;
}
#main div.toggle-content > ul {
  margin-bottom: 0.5em;
}

.toggle-button {
  border-width: 1px;
}
.toggle-checkbox:checked ~ .toggle-content {
  transition: none;
  border-width: 1px;
  border-top: 0;
}
.toggle-wrap .toggle-content {
  transition: none;
}

/**/
.mobile-menu-buttons {
  background: var(--theme-blue);
  color: white;
}

/**/
@media (max-width: 1023px) {
  #navi .navi-in>.menu-mobile li {
    width: 33%;
  }
  #navi .navi-in>.menu-mobile li a {
    padding: 0;
  }
}
@media (max-width: 480px) {
  #navi .navi-in>.menu-mobile li a {
    font-size: 11px;
  }
}

/**/
table.table-deck-recipe {
  table-layout: fixed;
  margin-bottom: 0;
  text-align: center;
}

table.table-deck-recipe td {
  padding: 0;
  font-size: smaller;
}

table.table-deck-recipe td:first-child {
  padding: 0.5em;
}
@media (max-width: 834px) {
  table.table-deck-recipe td:first-child {
    padding: 3px;
  }
}

table.table-deck-recipe img {
  display: block;
  width: 100%;
  height: auto;
}

table.table-deck-recipe ._name {
  text-align: center;
  line-height: 1;
  padding: 3px 0;
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: -0.05em;
  display: block;
}

/**/
table.table-usage-winrate {
  table-layout: fixed;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  table.table-usage-winrate td {
    padding: 3px 0.5em;
  }
}

/**/
#page-content.hidden {
  display: none;
  opacity: 0;
}

#page-content.visible {
  transition: opacity 0.3s ease;
  opacity: 1;
}

tr.hidden {
  display: none;
}

#showMoreBtn {
  margin-top: -2px;
  margin-bottom: 10px;
  padding: 6px 12px;
  cursor: pointer;
  width: 100%;
  background: white;
  color: var(--a-link-blue);
  border: 1px solid var(--theme-gray);
  font-size: smaller;
  box-shadow: 0 2px 0 white, 0 6px 0 -3px #aaa, 0 9px 0 -4px white, 0 12px 0 -6px #aaa;
}

/**/
table.font_smaller {
  font-size: smaller;
}
@media (min-width: 1023px) {
  table.font_smaller {
    font-size: 0.85em;
  }
}
div.kome {
  font-size: smaller;
  margin-bottom: 0;
}

/**/
.helpText {
  background-color: var(--theme-blue-soft);
  border: 1px solid var(--theme-blue-soft2);
  border-radius: 4px;
  padding: 8px 12px;
  margin-top: 10px;
}
.helpText .helpTitle {
  color: var(--theme-blue-light);
  font-weight: bold;
}
.helpText .helpContent {
  margin: 5px 0;
  font-size: smaller;
}
.helpText .helpContent ul {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
.helpText .helpContent li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
  line-height: 1.6;
}
.helpText .helpContent li:last-child {
  margin-bottom: 0;
}
.helpText .helpContent li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--theme-blue-light);
}
.helpText .helpContent li ul {
  margin-top: 2px;
}
.helpText .helpContent li li {
  font-size: 0.95em;
  color: #4C4C4C;
  margin-bottom: 2px;
}
.helpText .helpContent li li::before {
  background-color: transparent;
  border: 1px solid var(--theme-blue-light);
  width: 4px;
  height: 4px;
}

/**/
.s_aka,
.seiryoku_aka {
  background-color: var(--seiryoku-aka-light);
}
.s_ao,
.seiryoku_ao {
  background-color: var(--seiryoku-ao-light);
}
.s_midori,
.seiryoku_midori {
  background-color: var(--seiryoku-midori-light);
}
.s_kuro,
.seiryoku_kuro {
  background-color: var(--seiryoku-kuro-light);
}
.s_mura,
.seiryoku_mura {
  background-color: var(--seiryoku-mura-light);
}
.s_oren,
.seiryoku_oren {
  background-color: var(--seiryoku-oren-light);
}
.s_ki,
.seiryoku_ki {
  background-color: var(--seiryoku-ki-light);
}
.s_shiro,
.seiryoku_shiro {
  background-color: var(--seiryoku-shiro-light);
  box-shadow: inset 0 0 0 0.5px var(--seiryoku-shiro-border);
}

.bushoInfo>.seiryoku_aka,
.chojo>.seiryoku_aka {
  background-color: var(--seiryoku-aka-dark);
}
.bushoInfo>.seiryoku_ao,
.chojo>.seiryoku_ao {
  background-color: var(--seiryoku-ao-dark);
}
.bushoInfo>.seiryoku_midori,
.chojo>.seiryoku_midori {
  background-color: var(--seiryoku-midori-dark);
}
.bushoInfo>.seiryoku_kuro,
.chojo>.seiryoku_kuro {
  background-color: var(--seiryoku-kuro-dark);
}
.bushoInfo>.seiryoku_mura,
.chojo>.seiryoku_mura {
  background-color: var(--seiryoku-mura-dark);
}
.bushoInfo>.seiryoku_oren,
.chojo>.seiryoku_oren {
  background-color: var(--seiryoku-oren-dark);
}
.bushoInfo>.seiryoku_ki,
.chojo>.seiryoku_ki {
  background-color: var(--seiryoku-ki-dark);
}
.bushoInfo>.seiryoku_shiro,
.chojo>.seiryoku_shiro {
  background-color: var(--seiryoku-shiro-dark);
}

/**/
table.bushodata {
  border-spacing: 0.5em 0.4em;
  border: 0;
  margin: 0;
  table-layout: fixed;
}
table.bushodata img {
  max-width: 85%;
}

table.bushodata th {
  border-radius: 8px;
  text-align: center;
  padding: 2px;
  border: 1px solid;
}
table.bushodata th.effectarea .short { display: none; }
@media (max-width: 480px) {
  table.bushodata th.effectarea .long { display: none; }
  table.bushodata th.effectarea .short { display: inline; }
}

table.bushodata td {
  text-align: center;
  padding: 0;
  border: 0;
}
table.bushodata td.flavorArea {
  font-size: smaller;
}

table.bushodata div.flavorText {
  display: inline-block;
  text-align: left;
  border-radius: 4px;
  padding: 2px 4px;
  background-color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
}
@media (max-width: 480px) {
  table.bushodata div.flavorText {
    letter-spacing: -0.05em;
    padding: 1px 2px;
  }
}

table.bushodata div.flavorText:after,
table.keiryakudata th.area:after {
  opacity: 0.5;
  margin-left: 1px;
  content: '©SEGA';
}

table.bushodata td.wazaName {
  font-weight: bold;
  padding: 0 10px;
  border-radius: 15px 0 0 0;
  color: white;
  text-align: left;
  background-image: linear-gradient(to right, #18181A 0%, #F0F3FF 110%);
}
table.bushodata td.wazatext, 
table.senkidata td.senkitext {
  background-color: #303133;
  padding: 8px 10px;
  border-radius: 8px;
  color: white;
  vertical-align: top;
  text-align: left;
  line-height: 1.6;
}
table.bushodata td.wazatext {
  height: 100px;
}
@media (max-width: 480px) {
  table.bushodata td.wazatext, 
  table.senkidata td.senkitext {
    line-height: 1.5;
  }
}

.bushoInfo, 
div.senkiTitle {
  display: flex;
  font-weight: bold;
  padding: 5px;
  border-radius: 15px 0 0 0;
  color: white;
  background-color: #303133;
  margin-top: 4px;
}
.bushoInfo>.rare,
.bushoInfo>.seiryoku,
div.senkiTitle>div.rare,
div.senkiTitle>div.level {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bushoInfo>.rare,
div.senkiTitle>div.rare {
  border-radius: 50%;
}
.bushoInfo>.bushoName, 
div.senkiTitle>div.senkiName {
  flex: 1;
  padding: 0 5px;
  display: flex;
  align-items: center;
}
.bushoInfo>.seiryoku {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bushoInfo>.jidai {
  max-width: 75px;
  font-size: smaller;
  display: flex;
  justify-content: right;
  margin-right: 8px;
  align-items: center;
}

div.bushoimage {
  text-align: right;
  position: relative;
}
div.bushoimage img {
  width: 100%;
}

table.keiryakudata {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  table-layout: fixed;
}
table.keiryakudata th.detail {
  width: 64%;
}
table.keiryakudata th.area {
  width: 36%;
}
table.keiryakudata td.detail div.version {
  margin: auto 0;
}
table.keiryakudata td {
  height: 1px;
  padding-left: 5px;
}
@media (min-width: 835px) {
  table.keiryakudata td {
    padding-left: 8px;
  }
}
table.keiryakudata td.detail div.version ul {
  list-style-type: none;
}
table.keiryakudata td.detail div.version ul li {
  position: relative;
  margin: 0 0 0 0.2em;
}

/**/
table.keiryakudata td.detail div.version ul li::before {
  content: "";
  position: absolute;
  top: -0.4em;
  left: -0.74em;
  width: 10px;
  height: calc(100% + .35em);
  border: 0;
  border-left: 1px solid var(--theme-gray);
}
table.keiryakudata td.detail div.version ul li:last-child::before {
  height: 1.3em;
}
table.keiryakudata td.detail div.version ul li::after {
  content: "";
  position: absolute;
  top: .85em;
  left: -0.7em;
  width: 9px;
  border-bottom: 1px solid var(--theme-gray);
}
table.keiryakudata td.detail div.version hr {
  border: 0;
  border-top: 1px solid var(--theme-gray);
  margin: 0.4em 0;
}
@media (max-width: 480px) {
  table.keiryakudata td.detail div.version ul li::before {
    top: -5px;
    left: -5px;
  }
  table.keiryakudata td.detail div.version ul li::after {
    left: -5px;
    width: 4px;
  }
  table.keiryakudata td.detail div.version ul li:last-child::before {
    height: 1.3em;
  }
}

/**/
table.keiryakudata td.area {
  text-align: center;
  padding: 0;
}
table.keiryakudata td.area div.text {
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  padding: 0 3px;
}

.keiryakudata ol,
ul {
  padding-left: 1em;
}
@media (max-width: 834px) {
  .keiryakudata ul {
    padding-left: 11px;
  }
}
@media (max-width: 480px) {
  .keiryakudata ul {
    padding-left: 8px;
  }
}

/**/
table.senkiList-all {
  margin-bottom: 0;
}
@media (min-width: 1023px) {
  table.senkiList-all td:nth-of-type(1) {
    line-height: 1.3;
    padding: 0.4em;
  }
}

table.senkiList {
  table-layout: fixed;
}

table.senkiList td.rareN {
  background-color: #FFF2E6;
}
table.senkiList td.rareR {
  background-color: #F2F2F2;
}
table.senkiList td.rareSR {
  background-color: #EDE8BE;
}

table.senkiList th.name {
  width: 14%;
}
table.senkiList th.syukoka,
table.senkiList th.tuikakoka {
  width: 23%;
}
table.senkiList th.tuikakokajoken {
  width: 40%;
}
@media (max-width: 480px) {
  table.senkiList th.name {
    width: 20%;
  }
  table.senkiList th.syukoka {
    width: 26%;
  }
  table.senkiList th.tuikakoka {
    width: 32%;
  }
  table.senkiList th.tuikakokajoken {
    width: 22%;
  }
}

table.senkiList div {
  padding: 2px 6px;
  margin: 1px 0;
  border-radius: 6px;
  width: fit-content;
  min-width: 6em;
  text-align: center;
  font-weight: bold;
  font-size: 0.95em;
}
@media (max-width: 834px) {
  table.senkiList div {
    padding: 0 1px;
    letter-spacing: -0.05em;
  }
  table.senkiList div.shorten {
    letter-spacing: -0.13em;
  }
}

table.senkiList div.fukkatsu,
table.senkiList div.kijo,
table.senkiList div.shiki,
table.senkiList div.ryuhag {
  background-color: #efe581;
}

table.senkiList div.heiryoku,
table.senkiList div.kaifuku {
  background-color: #84CBA0;
}
table.senkiList div.buryoku,
table.senkiList div.tiryoku,
table.senkiList div.tokusyu,
table.senkiList div.tettai,
table.senkiList div.gekiha {
  background-color: #EDA0A0;
}
table.senkiList div.sokudo {
  background-color: #9EC0E4;
}
table.senkiList div.buryoku-down,
table.senkiList div.tiryoku-down,
table.senkiList div.sokudo-down {
  background-color: #D6B7D6;
}

table.senkiList span.value-change {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

/**/
.text_red {
  color: #cc0000;
  font-weight: bold;
}
.text_blue {
  color: #2458ff;
  font-weight: bold;
}
.text_eratta {
  color: #ff3200;
  font-weight: bold;
}
.bgc_eratta {
  background-color: #FFEAE5;
}
.bgc_eratta a {
  color: #ff3200;
}

.labelFrame {
  display: inline-block;
  margin: 2px 4px 2px 0;
  padding: 6px 8px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid var(--theme-gray);
  background-color: #FDFDFD;
  position: relative;
  z-index: 10;
}

@media (max-width: 480px) {
  .labelFrame {
    padding: 3px 4px;
  }
}

/**/
.tokugi {
  border: 2px solid var(--theme-black);
  border-radius: 5px;
  font-weight: bold;
  background-color: #E8D5A2;
  text-align: center;
}
div.tokugi { width: 50px; }
span.tokugi { padding: 0 8px; min-width: 3.3em; display: inline-block; }
@media (max-width: 480px) {
  span.tokugi {
    padding: 0 4px;
    min-width: 3.1em;
  }
}

/**/
div.senkiTitle>div.level {
  line-height: 1.3;
}

div.senkiInfo {
  display: flex;
  background-color: #E6E6E6;
  overflow: hidden;
  margin-bottom: 15px;
}
div.senkiInfo div.image {
  padding: 8px 0 0 8px;
  flex: 0 0 30%;
}
div.senkiInfo div.image img {
  object-fit: cover;
  width: 100%;
}
div.senkiInfo div.info_ {
  flex: 1;
}

table.senkidata {
  border-collapse: separate;
  border-spacing: 8px;
  margin: 0;
  width: 100%;
  border: 0;
}
table.senkidata th {
  width: 5em;
  border-radius: 8px;
  text-align: center;
  padding: 2px;
  border: 1px solid;
}
table.senkidata td {
  padding: 0;
  border: 0;
}
table.senkidata td.kouka {
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 15px 0 0 0;
  color: white;
  text-align: left;
}
table.senkidata td.syukouka {
  background-image: linear-gradient(to right, #f90b01 0%, #98100f 110%);
}
table.senkidata td.tuikakouka {
  background-image: linear-gradient(to right, #00B8D1 0%, #336d8a 110%);
}
table.senkidata td.senkitext {
  height: 60px;
}

div.senkiKouka {
  font-size: smaller;
}

/**/
.w-tier-table-ui>ol {
  padding-left: 0;
  margin-bottom: 0;
}
.w-tier-table-ui>._tier-table>._row {
  display: table;
  margin: 0;
  width: 100%;
}
.w-tier-table-ui ._item-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 5px;
}
@media (max-width: 834px) {
  .w-tier-table-ui ._item-wrap {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  }
}
@media (max-width: 480px) {
  .w-tier-table-ui ._item-wrap {
    grid-template-columns: repeat(auto-fill, minmax(13vw, 1fr));
  }
}
.w-tier-table-ui ._item-wrap>._item {
  border-radius: 4px;
}
.w-tier-table-ui ._item-wrap>._item>._img {
  position: relative;
}
.w-tier-table-ui ._item-wrap>._item>._img>img {
  border-radius: 4px 4px 0 0;
}
.w-tier-table-ui ._item-wrap>._item>._img>._tag {
  position: absolute;
  font-size: 0.6em;
  line-height: 1;
  color: white;
  padding: 1px 2px;
  top: -2px;
  right: -2px;
}
.w-tier-table-ui ._item-wrap>._item>._img>._tag._up {
  background-color: #cc0000;
}
.w-tier-table-ui ._item-wrap>._item>._img>._tag._down {
  background-color: #2458ff;
}
.w-tier-table-ui ._item-wrap>._item>._name {
  text-align: center;
  font-size: 0.7em;
  line-height: 1;
  padding: 3px 0;
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: -0.05em;
  transform-origin: top left;
}
.w-tier-table-ui ._item-wrap > ._item > ._name[data-l="6"]  {
  transform: scaleX(0.95);
  width: calc(100% / 0.95);
}
.w-tier-table-ui ._item-wrap > ._item > ._name[data-l="7"]  {
  transform: scaleX(0.8);
  width: calc(100% / 0.8);
}
.w-tier-table-ui ._item-wrap > ._item > ._name[data-l="8"]  {
  transform: scaleX(0.78);
  width: calc(100% / 0.78);
}
.w-tier-table-ui ._item-wrap > ._item > ._name[data-l="9"]  {
  transform: scaleX(0.69);
  width: calc(100% / 0.69);
}
.w-tier-table-ui ._item-wrap > ._item > ._name[data-l="10"] {
  transform: scaleX(0.66);
  width: calc(100% / 0.66);
}
.w-tier-table-ui ._item-wrap > ._item > ._name[data-l="11"] {
  transform: scaleX(0.61);
  width: calc(100% / 0.61);
}
.w-tier-table-ui ._item-wrap > ._item > ._name[data-l="12"] {
  transform: scaleX(0.56);
  width: calc(100% / 0.56);
}
@media (min-width: 481px) {
  .w-tier-table-ui ._item-wrap > ._item > ._name[data-l="7"] {
    transform: scaleX(0.88);
    width: calc(100% / 0.88);
  }
  .w-tier-table-ui ._item-wrap > ._item > ._name[data-l="8"] {
    transform: scaleX(0.79);
    width: calc(100% / 0.79);
  }
  .w-tier-table-ui ._item-wrap > ._item > ._name[data-l="9"] {
    transform: scaleX(0.72);
    width: calc(100% / 0.72);
  }
  .w-tier-table-ui ._item-wrap > ._item > ._name[data-l="10"] {
    transform: scaleX(0.7);
    width: calc(100% / 0.7);
  }
  .w-tier-table-ui ._item-wrap > ._item > ._name[data-l="11"] {
    transform: scaleX(0.64);
    width: calc(100% / 0.64);
  }
  .w-tier-table-ui ._item-wrap > ._item > ._name[data-l="12"] {
    transform: scaleX(0.59);
    width: calc(100% / 0.59);
  }
}

/**/
.svg-container {
  display: flex;
  margin-bottom: 0;
}
.svg-container>.left-div {
  width: 35px;
}
.svg-container>.right-div {
  background-color: white;
  overflow-x: auto;
  overflow-y: hidden;
}
.line-chart-container>.line-chart {
  max-height: 330px;
}
@media (max-width: 480px) {
  .line-chart-container>.line-chart {
    max-height: 235px;
  }
}
.line-chart-container>.line-chart>.grid-line {
  stroke: #e0e0e0;
  stroke-width: 0.5;
}
.line-chart-container>.line-chart>.line {
  fill: none;
  stroke: var(--theme-blue);
}
.line-chart-container>.line-chart>.point {
  fill: var(--theme-blue);
  stroke: var(--theme-blue);
  stroke-width: 2.5;
}
.line-chart-container>.line-chart>.label {
  font-size: 3px;
  text-anchor: middle;
}
.line-chart-container>.line-chart>.pt {
  fill: white;
  font-weight: bold;
}

/**/
table.card-list-min {
  margin-bottom: 0;
  table-layout: fixed;
}
table.card-list-min th:nth-of-type(1) { width: 15%; }
table.card-list-min th:nth-of-type(2) { width: 12%; }
table.card-list-min th:nth-of-type(3) { width: 46%; }
table.card-list-min th:nth-of-type(4) { width: 27%; }
/* min-width:481px and max-width:834px */
@media (min-width: 481px) {
  table.card-list-min th:nth-of-type(1) { width: 13%; }
  table.card-list-min th:nth-of-type(2) { width: 10%; }
  table.card-list-min th:nth-of-type(3) { width: 48%; }
  table.card-list-min th:nth-of-type(4) { width: 29%; }
}
@media (min-width: 835px) {
  table.card-list-min th:nth-of-type(1) { width: 11%; }
  table.card-list-min th:nth-of-type(2) { width: 8%; }
  table.card-list-min th:nth-of-type(3) { width: 50%; }
  table.card-list-min th:nth-of-type(4) { width: 31%; }
}
table.card-list-min td:nth-of-type(1) {
  text-align: center;
}
table.card-list-min td:nth-of-type(2) {
  padding: 0;
}
table.card-list-min td:nth-of-type(3),
table.card-list-min td:nth-of-type(4) {
  padding-left: 0.5em;
}
table.card-list-min img {
  width: 100%;
  height: auto;
}

/**/
table.verup-list {
  table-layout: fixed;
}
table.verup-list th:nth-of-type(1) { width: 12.2%; }
table.verup-list th:nth-of-type(2) { width: 11.8%; }
table.verup-list th:nth-of-type(3) { width: 15%; }
table.verup-list th:nth-of-type(4) { width: 15%; }
table.verup-list th:nth-of-type(5) { width: 40%; }
table.verup-list th:nth-of-type(6) { width: 6%; padding-left: 0; padding-right: 0; }
/* min-width:481px and max-width:834px */
@media (min-width: 481px) {
  table.verup-list th:nth-of-type(1) { width: 12%; }
  table.verup-list th:nth-of-type(2) { width: 10%; }
  table.verup-list th:nth-of-type(3) { width: 14%; }
  table.verup-list th:nth-of-type(4) { width: 14%; }
  table.verup-list th:nth-of-type(5) { width: 44%; }
  table.verup-list th:nth-of-type(6) { width: 6%; }
}
@media (min-width: 835px) {
  table.verup-list th:nth-of-type(1) { width: 8%; }
  table.verup-list th:nth-of-type(2) { width: 8%; }
  table.verup-list th:nth-of-type(3) { width: 14%; }
  table.verup-list th:nth-of-type(4) { width: 16%; }
  table.verup-list th:nth-of-type(5) { width: 47%; }
  table.verup-list th:nth-of-type(6) { width: 6%; }
}
table.verup-list td {
  line-height: 1.6;
}
@media (max-width: 480px) {
  table.verup-list td:nth-of-type(3),
  table.verup-list td:nth-of-type(4),
  table.verup-list td:nth-of-type(5) {
    padding: 0.1em 0.2em;
  }
}
table.verup-list td:nth-of-type(1),
table.verup-list td:nth-of-type(6) {
  text-align: center;
  padding: 2px 0;
}
table.verup-list td:nth-of-type(2) {
  padding: 0;
}
table.verup-list img {
  width: 100%;
  height: auto;
}

/**/
table.winrate-list {
  table-layout: fixed;
}
table.winrate-list th:nth-of-type(1) { width: 12%; }
table.winrate-list th:nth-of-type(2) { width: 12%; }
table.winrate-list th:nth-of-type(3) { width: 12%; }
table.winrate-list th:nth-of-type(4) { width: 25%; }
table.winrate-list th:nth-of-type(5) { width: 25%; }
table.winrate-list th:nth-of-type(6) { width: 14%; }
/* min-width:481px and max-width:834px */
@media (min-width: 481px) { 
  table.winrate-list th:nth-of-type(2) { width: 13%; }
  table.winrate-list th:nth-of-type(3) { width: 10%; }
  table.winrate-list th:nth-of-type(4) { width: 26%; }
  table.winrate-list th:nth-of-type(5) { width: 25%; }
}
@media (min-width: 835px) {
  table.winrate-list th:nth-of-type(1) { width: 8%; }
  table.winrate-list th:nth-of-type(2) { width: 9%; }
  table.winrate-list th:nth-of-type(3) { width: 8%; }
  table.winrate-list th:nth-of-type(4) { width: 32%; }
  table.winrate-list th:nth-of-type(5) { width: 31%; }
}
table.winrate-list td:nth-of-type(1) {
  font-size: inherit;
  text-align: center;
}
table.winrate-list td:nth-of-type(2) {
  text-align: center;
}
table.winrate-list td:nth-of-type(3) {
  padding: 0;
  text-align: center;
}
table.winrate-list td:nth-of-type(4) {
  padding-top: 0;
  padding-bottom: 0;
}
table.winrate-list td:nth-of-type(6) {
  text-align: center;
}
table.winrate-list img {
  width: 100%;
  height: auto;
}

/**/
#nav_menu-2 .menu,
#navi-menu-content .menu-drawer .sub-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
#nav_menu-2 .menu li,
#navi-menu-content .menu-drawer .menu-item-7054 .sub-menu>li {
  display: flex !important;
  width: 14.2%;
  box-sizing: border-box;
  padding: 2px 0;
}
#nav_menu-2 .menu .search-busho-cards, 
#navi-menu-content .menu-drawer .menu-item-7054 .sub-menu > .search-busho-cards {
  width: 99.4%;
}
#nav_menu-2 .menu li a,
#navi-menu-content .menu-drawer .menu-item-7054 .sub-menu>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}

/**/
.select-seiryoku {
  display: flex;
  padding: 0;
}
ul.select-seiryoku {
  padding-left: 0;
}
.select-seiryoku li {
  display: flex !important;
  margin: 0.2em 0 !important;
  width: 100%;
}
.select-seiryoku li a {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 6px;
}

/**/
table.similar-busho {
  table-layout: fixed;
  margin-bottom: 0;
}
table.similar-busho img {
  width: 100%;
  height: auto;
}
table.similar-busho td {
  padding: 0;
  line-height: 1.6;
  text-align: center;
}

table.similar-busho th:nth-of-type(1) { width: 8%; }
table.similar-busho th:nth-of-type(2) { width: 10.5%; }
table.similar-busho th:nth-of-type(3) { width: 12%; }
table.similar-busho th:nth-of-type(4) { width: 21.5%; }
table.similar-busho th:nth-of-type(5) { width: 11%; }
table.similar-busho th:nth-of-type(6) { width: 8%; }
table.similar-busho th:nth-of-type(7) { width: 8%; }
table.similar-busho th:nth-of-type(8) { width: 21%; }

table.similar-busho td:nth-of-type(1),
table.similar-busho td:nth-of-type(6),
table.similar-busho td:nth-of-type(7) {
  font-size: inherit;
}
table.similar-busho td:nth-of-type(4),
table.similar-busho td:nth-of-type(8) {
  text-align: left;
  padding: 0 1px;
}

@media (max-width: 834px) {
  table.similar-busho th {
    padding: 2px 0;
    font-size: 0.92em;
  }
  table.similar-busho td {
    font-size: 0.92em;
  }
  table.similar-busho td:nth-of-type(4) {
    padding: 2px 0.2em;
  }
  table.similar-busho td:nth-of-type(2),
  table.similar-busho td:nth-of-type(4),
  table.similar-busho td:nth-of-type(8) {
    font-size: 0.9em;
    letter-spacing: -0.05em;
  }
}

/* min-width:481px and max-width:834px */
@media (min-width: 481px) { 
  table.similar-busho th:nth-of-type(3) { width: 9%; }
  table.similar-busho th:nth-of-type(4) { width: 23.5%; }
  table.similar-busho th:nth-of-type(8) { width: 22%; }
}

@media (min-width: 835px) {
  table.similar-busho th {
    padding: 0.5em 0;
  }
  table.similar-busho th:nth-of-type(2) { width: 8%; }
  table.similar-busho th:nth-of-type(3) { width: 8%; }
  table.similar-busho th:nth-of-type(4) { width: 26.5%; }
  table.similar-busho th:nth-of-type(8) { width: 22.5%; }
  
  table.similar-busho td:nth-of-type(4),
  table.similar-busho td:nth-of-type(8) {
    padding: 0 6px;
  }
}

/**/
.info-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.info-icon {
  color: var(--theme-blue);
  font-size: 16px;
  margin-left: 4px;
}
.tooltip {
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  background: white;
  border: 1px solid var(--theme-gray);
  padding: 8px 10px;
  border-radius: 6px;
  width: 220px;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 10;
}
.tooltip::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}
.info-wrapper.active .tooltip {
  display: block;
}

/**/
.cell-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
table.has-damage-table > tbody > tr:nth-of-type(odd):not(:first-of-type):not(.skip-row):not(.dummy-row) > td {
  padding: 0 0 0 5px;
}
@media (min-width: 835px) {
  table.has-damage-table > tbody > tr:nth-of-type(odd):not(:first-of-type):not(.skip-row):not(.dummy-row) > td {
    padding-left: 8px;
  }
}
table.has-damage-table > tbody > tr:nth-of-type(even):not(:first-of-type):not(.skip-row):not(.dummy-row) > td {
  padding-bottom: 0;
  border-bottom: none;
}

/**/
.controls {
  align-items: center;
  gap: 3px;
  font-weight: bold;
  margin-top: 4px;
}

.plus,
.minus {
  padding: 4px 8px;
  border: none;
  border-radius: 6px;
  background: #eee;
  cursor: pointer;
  touch-action: manipulation;
}

/**/
.damage-table {
  width: 100%;
  overflow-x: visible;
}
@media (max-width: 834px) {
  .damage-table {
    overflow-x: auto;
    overscroll-behavior-x: none;
    -webkit-overflow-scrolling: touch; 
  }
}

.damage-table table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
@media (min-width: 835px) {
  .damage-table table {
    letter-spacing: 0;
  }
}
@media (max-width: 834px) {
  .damage-table table {
    min-width: 600px;
  }
}

.damage-table tr {
  min-height: 2em;
}
.damage-table th,
.damage-table td {
  text-align: center;
  padding: 2px 0;
}
@media (min-width: 481px) {
  .damage-table th {
    padding: 0.5em 0;
  }
}

/**/
.damage-table .guide,
.control-table .guide {
  width: 110px;
  position: sticky;
  padding: 0.5em 0;
  left: 0;
  z-index: 1;
  background: #f0f0f0;
  font-weight: bold;
  white-space: normal;
  border-left: 1px solid var(--theme-gray) !important;
}
@media (max-width: 480px) {
  .damage-table .guide,
  .control-table .guide {
    width: 65px;
    padding: 4px 0 !important;
  }
  .damage-table .l6,
  .control-table .l6 {
    letter-spacing: -0.15em;
  }
}

.control-table .control-cell {
  width: 113px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 100%;
}

@media (min-width: 481px) {
  .control-table .control-cell {
    padding: 4px;
  }
}
@media (max-width: 480px) {
  .control-table .control-cell {
    width: 88.4px;
  }
}
.control-table .control-cell .minus {
  justify-self: start;
}
.control-table .control-cell .plus {
  justify-self: end;
}
.control-table .control-cell .int-display {
  justify-self: center;
  width: 100%;
  text-align: center;
  display: block;
}

.inner-table {
  border-collapse: separate; 
  border-left: 0;
  border-spacing: 0;
  width: 100%;
}
table.keiryakudata td .inner-table td {
  padding-left: 0;
}
.has-damage-table tbody tr:last-child td tr td {
  border-bottom: 1px solid #ccc;
}
.has-damage-table .inner-table tr:last-child td {
  border-bottom: none;
}

.control-sticky {
  position: sticky;
  top: 0;
  background: white;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.control-table {
  width: auto;
  table-layout: fixed;
  border-bottom: none;
  margin-bottom: 0 !important;
  border-left: 0;
}
.control-table th {
  border-bottom: none;
}

/**/
.fa-bolt:before {
  padding: 0 0.3em;
}
.fa-plus-square:before {
  padding: 0 0.2em;
}
.fa-repeat:before,
.fa-times:before {
  padding-right: 0.3em;
}
.controls .fa-plus-square:before {
  padding-left: 0.05em;
  padding-right: 0.25em;
}

/**/
.new-content-banner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--theme-gray);
  border-radius: 6px;
  padding: 12px 18px;
  margin: 15px 0 20px;
  background-color: rgba(70, 102, 226, 0.03);
}
.new-content-banner__badge {
  position: absolute;
  top: -8px;
  left: 16px;
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  background: var(--theme-blue);
  border-radius: 3px;
  padding: 2px 8px;
  line-height: 1;
}
.new-content-banner__body {
  flex: 1;
}
.new-content-banner__title {
  margin: 0;
  font-weight: bold;
  color: var(--a-link-blue);
  text-decoration: none;
  display: inline-block;
}
.new-content-banner__desc {
  font-size: 0.8em;
  color: #666;
  margin-bottom: 0 !important;
}

/**/
table.searchable-table {
  table-layout: fixed;
  margin-bottom: 0;
}
table.searchable-table img {
  width: 100%;
  height: auto;
}
table.searchable-table td {
  padding: 0;
  line-height: 1.6;
  text-align: center;
}

/* max-width:480px */
table.searchable-table th:nth-of-type(1) { width: 12%; }
table.searchable-table th:nth-of-type(2) { width: 21.5%; }
table.searchable-table th:nth-of-type(3) { width: 11%; }
table.searchable-table th:nth-of-type(4) { width: 7.5%; }
table.searchable-table th:nth-of-type(5) { width: 11%; }
table.searchable-table th:nth-of-type(6),
table.searchable-table th:nth-of-type(7) { width: 8%; }
table.searchable-table th:nth-of-type(8) { width: 21%; }

table.searchable-table td.num {
  font-size: inherit;
}
table.searchable-table td.name,
table.searchable-table td.skill {
  text-align: left;
  padding: 0 1px;
}

@media (max-width: 834px) {
  table.searchable-table th {
    padding: 2px 0;
    font-size: 0.92em;
  }
  table.searchable-table td {
    font-size: 0.92em;
  }
  table.searchable-table td.name {
    padding: 2px 0.2em;
  }
  table.searchable-table td.name,
  table.searchable-table td.skill {
    font-size: 0.9em;
    letter-spacing: -0.05em;
  }
}

/* min-width:481px and max-width:834px */
@media (min-width: 481px) { 
  table.searchable-table th:nth-of-type(1) { width: 9%; }
  table.searchable-table th:nth-of-type(2) { width: 23.5%; }
  table.searchable-table th:nth-of-type(8) { width: 22%; }
  .searchable-table-cost {
    transform: scale(1.5, 1);
    transform-origin: top left;
    width: 66.66%;
  }
}

@media (min-width: 835px) {
  table.searchable-table th {
    padding: 0.5em 0;
  }
  table.searchable-table th:nth-of-type(1) { width: 8%; }
  table.searchable-table th:nth-of-type(2) { width: 26.5%; }
  table.searchable-table th:nth-of-type(4),
  table.searchable-table th:nth-of-type(6),
  table.searchable-table th:nth-of-type(7) { width: 7%; }
  table.searchable-table th:nth-of-type(8) { width: 22.5%; }
  
  table.searchable-table td.name,
  table.searchable-table td.skill {
    padding: 0 6px;
  }
}

table.searchable-table tr.s_aka,
table.searchable-table tr.s_ao, 
table.searchable-table tr.s_midori, 
table.searchable-table tr.s_kuro, 
table.searchable-table tr.s_mura, 
table.searchable-table tr.s_oren, 
table.searchable-table tr.s_ki { background-color: inherit; }
table.searchable-table tr.s_aka td.name    { background-color: var(--seiryoku-aka-light) !important; }
table.searchable-table tr.s_ao td.name     { background-color: var(--seiryoku-ao-light) !important; }
table.searchable-table tr.s_midori td.name { background-color: var(--seiryoku-midori-light) !important; }
table.searchable-table tr.s_kuro td.name   { background-color: var(--seiryoku-kuro-light) !important; }
table.searchable-table tr.s_mura  td.name  { background-color: var(--seiryoku-mura-light) !important; }
table.searchable-table tr.s_oren td.name   { background-color: var(--seiryoku-oren-light) !important; }
table.searchable-table tr.s_ki  td.name    { background-color: var(--seiryoku-ki-light) !important; }

/**/
table.adjustment th:nth-of-type(1) { width: 30%; }
table.adjustment th:nth-of-type(2) { width: 64%; }
table.adjustment th:nth-of-type(3) { width: 6%; padding-left: 0; padding-right: 0; }
table.adjustment td:nth-of-type(3) { text-align: center; }

/**/
.img-badge-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  line-height: 0;
}
.img-badge {
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 0.85em;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 4px;
  line-height: 1.2;
  pointer-events: none;
  border: 1px solid rgba(204, 204, 204, 0.3);
}
@media (min-width: 481px) { 
  .img-badge {
    bottom: 4px;
    right: 4px;
    font-size: 0.85em;
    font-weight: bold;
    padding: 4px 8px;
  }
}
.badge-on {
  background-color: #047B55;
  color: #ffffff;
}
.badge-off {
  background-color: rgba(30, 41, 59, 0.85);
  color: var(--theme-gray);
}