@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
*/

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

.post-30 .entry-card-thumb::after,
.category-update-post .related-entry-card-thumb::after,
.category-update-post .entry-card-thumb::after,
.category-card-list-post .related-entry-card-thumb::after,
.category-data-post .related-entry-card-thumb::after,
.category-data-post .entry-card-thumb::after,
.category-deck-recipe-post .related-entry-card-thumb::after,
.category-deck-recipe-post .entry-card-thumb::after,
.category-busho-ranking-post .related-entry-card-thumb::after,
.category-busho-ranking-post .entry-card-thumb::after,
.category-tool-post .related-entry-card-thumb::after,
.category-tool-post .entry-card-thumb::after {
  content: none !important;
}

.category-card-list-post .entry-card-thumb::after {
  content: none;
}

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

a {
  color: #1f68ac;
  text-decoration: none;
  font-weight: bold;
  word-break: break-all;
}

a:hover {
  color: #3c82c4;
}

table {
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #ccc;
}

table th {
  background-color: #F7F7F7;
}

table th,
table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 480px) {

  table th,
  table td {
    padding: 3px;
    font-size: var(--cocoon-text-size-m);
  }
}

tr:last-child td {
  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;
}

#main .h3design {
  background: none;
  color: #333;
  font-size: 1.2em;
  padding: 8px 16px;
  margin-bottom: 0.62em;
  border-left: 7px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #4666e2;
}

#sidebar .widget-sidebar-title,
#sidebar .wp-block-heading {
  background: none;
  color: #333;
  font-size: 1.2em;
  padding: 8px 16px;
  margin-bottom: 0.62em;
  border-left: 7px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #4666e2;
  line-height: 1.25
}

#main .h4design {
  padding: 9px 10px;
  border-left: 0px;
  border-right: 0px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #4666e2;
  margin-bottom: 0.7em;
}

#main .h5design {
  background: none;
  color: #333;
  position: relative;
  margin: 30px 0px 5px 0px;
  font-size: 1.25em;
  padding: 0px 0px 3px 10px;
  border-bottom: 1px solid var(--cocoon-thin-color);
  border-color: #4666e2;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  #main .h5design {
    font-size: 15px;
  }
}

#main .h5design:before {
  content: "";
  position: absolute;
  border-left: solid 5px #4666e2;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  bottom: 0.575em;
  left: 0px;
}

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

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

.menu-drawer a {
  color: #1f68ac;
}

.menu-close-button {
  background-color: #4666e2;
  height: 50px;
  display: block;
  margin-bottom: 18px;
}

#main nav {
  margin-bottom: 0px;
}

/**/
.sidebar a {
  color: #1f68ac;
  padding: 0px 0px;
}

a.widget-entry-card-link {
  padding: 0px 0px;
  margin: 0px 3px 0.8em 3px;
}

.widget-entry-cards .a-wrap {
  padding: 0px 0px;
}

.widget-entry-cards.ranking-visible .card-thumb::before {
  font-size: 11px;
}

.widget_nav_menu ul li a,
.widget_block ul li a {
  color: #1f68ac;
  padding: 0px 0px;
  margin: 0.2em;
}

/*-*/
.entry-title,
.archive-title {
  margin: 0px;
  padding: 0px 0px 4px 0px;
}

@media screen and (max-width: 480px) {
  .archive-title {
    font-size: 20px;
  }
}

.article ul {
  margin-bottom: 2px;
}

@media screen and (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.2em;
  padding: 8px 16px;
}

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

@media screen and (max-width: 480px) {

  h2,
  h3 {
    font-size: 1.2em;
  }

  .widget h2 {
    font-size: 1.2em;
  }
}

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

.popular-entry-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (max-width: 1023px) {
  .popular-entry-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width: 834px) {
  .popular-entry-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.widget-entry-cards.card-large-image .card-content {
  margin: 0 0 0em;
  padding: 0em 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: 0px;
  position: relative;
}

/**/
.rect-vertical-card .related-entry-card-wrap,
.entry-card-wrap {
  padding: 0px;
}

.rect-vertical-card .related-entry-card-title,
.entry-card-title {
  font-size: 13px;
}

.related-entry-card-title,
.entry-card-title {
  margin: 5px 0px;
}

.related-entry-card-wrap,
.popular-entry-card-link,
.entry-card-wrap {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
}

.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: #333;
}

@media screen and (min-width: 834px) {

  h2.card-title,
  span.card-title {
    font-size: 16px;
  }
}

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

/**/
.navi-footer-in a {
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .navi-footer-in>.menu-footer li.menu-item {
    width: auto;
  }
}

/**/
li.disabled-link>a {
  pointer-events: none;
  cursor: default;
  color: #333;
  font-size: 1.2em;
  padding: 8px 16px;
  margin-top: 0.92em;
  margin-bottom: 0.32em;
  border-left: 7px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #4666e2;
  line-height: 1.25
}

/**/
.toggle-button {
  text-align: left;
}

.toggle-button::before {
  content: "\f078";
  position: absolute;
  right: 0em;
  font-size: 0.9em;
  opacity: 0.4;
}

.toggle-checkbox:checked~.toggle-button::before {
  content: "\f077";
}

.toggle-checkbox:checked~.toggle-content {
  padding: 0.5em;
}

#main div.toggle-content > h2 {
  margin-top: 0.2em;
}

/**/
.mobile-menu-buttons {
  background: #4666e2;
  color: white;
}

/**/

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

@media screen and (max-width: 1023px) {
  #navi .navi-in>.menu-mobile li {
    width: 33%;
  }
}

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

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

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;
}

/*-*/
#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: #fff;
  color: #1f68ac;
  border: solid 1px #ccc;
  font-size: smaller;
  box-shadow: 0 2px 0 0 #fff, 0 6px 0 -3px #aaa, 0 9px 0 -4px #fff, 0 12px 0 -6px #aaa;
}

/*-*/
table.font_smaller {
  font-size: smaller;
}

div.kome {
  font-size: smaller;
  margin-bottom: 0px;
}

/*-*/
.helpText {
  background-color: #eff7fa;
  padding: 8px;
  margin-top: 10px;
}

.helpText .helpTitle {
  color: #1e90ba;
  font-weight: bold;
}

.helpText .helpContent {
  margin: 5px 0;
  line-height: 1.4rem;
  font-size: smaller;
}

/*-*/
.seiryoku_aka {
  background-color: #ffe0e2;
}

.seiryoku_ao {
  background-color: #d1dfff;
}

.seiryoku_midori {
  background-color: #e7ffdb;
}

.seiryoku_kuro {
  background-color: #e6e6e9;
}

.seiryoku_mura {
  background-color: #f0e0ff;
}

.seiryoku_oren {
  background-color: #ffead6;
}

.seiryoku_ki {
  background-color: #fff8c1;
}

.bushoInfo>.seiryoku_aka,
.chojo>.seiryoku_aka {
  background-color: #FF4D4D;
}

.bushoInfo>.seiryoku_ao,
.chojo>.seiryoku_ao {
  background-color: #4D82FF;
}

.bushoInfo>.seiryoku_midori,
.chojo>.seiryoku_midori {
  background-color: #52992E;
}

.bushoInfo>.seiryoku_kuro,
.chojo>.seiryoku_kuro {
  background-color: #4D4D4D;
}

.bushoInfo>.seiryoku_mura,
.chojo>.seiryoku_mura {
  background-color: #9060BC;
}

.bushoInfo>.seiryoku_oren,
.chojo>.seiryoku_oren {
  background-color: #FF9532;
}

.bushoInfo>.seiryoku_ki,
.chojo>.seiryoku_ki {
  background-color: #B2B200;
}

/*-*/
table.bushodata {
  border-spacing: 0.5em 0.4em;
  border: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  table-layout: fixed;
}

table.bushodata th {
  border-radius: 8px;
  text-align: center;
  padding: 2px 2px;
  border: solid 1px;
  height: 29px;
}

@media screen and (max-width: 480px) {
  table.bushodata th.effectarea {
    letter-spacing: -0.05em;
    font-size: 0.85em;
  }
}

table.bushodata td {
  text-align: center;
  padding: 0px 0px;
  border: solid 0px;
}

table.bushodata td.flavorArea {
  padding: 0px;
  font-size: smaller;
}

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

@media screen and (max-width: 480px) {
  table.bushodata td.flavorText {
    line-height: 1.3;
  }
}

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

table.bushodata td.wazaName {
  font-weight: bold;
  padding: 0px 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 {
  height: 100px;
  background-color: #303133;
  padding: 8px 10px;
  border-radius: 8px;
  color: white;
  vertical-align: top;
  text-align: left;
  line-height: 1.6;
}

@media screen and (max-width: 480px) {
  table.bushodata td.wazatext {
    line-height: 1.5;
  }
}

.bushoInfo {
  display: flex;
  font-weight: bold;
  padding: 5px;
  border-radius: 15px 0 0 0;
  color: white;
  background-color: #303133;
  margin-top: 4px;
}

.bushoInfo>.rare {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bushoInfo>.bushoName {
  width: calc(100% - 165px);
  padding: 0px 5px;
  display: flex;
  align-items: center;
}

.bushoInfo>.seiryoku {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bushoInfo>.jidai {
  width: 85px;
  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: 0px;
  letter-spacing: -0.01em;
}

table.keiryakudata th.detail {
  width: 64%;
}

table.keiryakudata th.area {
  width: 36%;
}

table.keiryakudata div.toujo {
  padding-left: 2px;
}

table.keiryakudata td.detail div.version {
  padding-left: 2px;
}

table.keiryakudata td.detail div.version ul {
  list-style-type: none;
}

table.keiryakudata td.detail div.version ul li {
  position: relative;
}

/*-*/
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: 0px;
  border-left: 1px solid #ccc;
}

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.75em;
  width: 9px;
  border-bottom: 1px solid #ccc;
}

table.keiryakudata td.detail div.version hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0.4em 0;
}

/*-*/
table.keiryakudata td.area {
  text-align: center;
  padding: 0px;
}

table.keiryakudata td.area div.text {
  text-align: left;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.keiryakudata ol,
ul {
  padding-left: 1em;
}

@media screen and (max-width: 834px) {

  .keiryakudata ul,
  .keiryakudata ol {
    padding-left: 11px;
  }
}

/*-*/
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: 20%;
}

table.senkiList th.syukoka,
table.senkiList th.tuikakoka {
  width: 21%;
}

table.senkiList th.tuikakokajoken {
  width: 38%;
}

table.senkiList div {
  padding: 1px 1px 1px 1px;
  margin: 1px 0px;
  border-radius: 10px;
  width: fit-content;
  min-width: 82px;
  text-align: center;
  font-weight: bold;
}

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 div.fukkatsu,
table.senkiList div.kijo,
table.senkiList div.shiki,
table.senkiList div.ryuhag,
table.senkiList div.heiryoku,
table.senkiList div.kaifuku,
table.senkiList div.buryoku,
table.senkiList div.tiryoku,
table.senkiList div.tokusyu,
table.senkiList div.tettai,
table.senkiList div.gekiha,
table.senkiList div.sokudo,
table.senkiList div.buryoku-down,
table.senkiList div.tiryoku-down,
table.senkiList div.sokudo-down {
  padding: 0px 5px;

  @media screen and (max-width: 834px) {
    padding: 0px 1px;
  }
}

/*-*/
.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 0px;
  padding: 3px 4px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #FDFDFD;
  user-select: none;
}

@media screen and (min-width: 834px) {
  .labelFrame {
    padding: 6px 8px;
  }
}

/*-*/
div.tokugi {
  border: solid 2px #333;
  border-radius: 5px;
  width: 50px;
  text-align: center;
  font-weight: bold;
  background-color: #E8D5A2;
  margin-bottom: 0px;
  font-size: 1em;
}

span.tokugi {
  border: solid 2px #333;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  background-color: #E8D5A2;
  margin: 2px 0px;
  padding: 0px 6px;
  display: inline-block;
}

/*-*/
#main .r_josai {
  margin-bottom: 0px;
  padding-left: 2.2em;
  background: url(https://eiketsudb.com/wp-content/uploads/icon-ryuha-jousai.png) no-repeat;
  background-size: 2em;
  background-color: #ddffdc;
}

#main .r_butai {
  margin-bottom: 0px;
  padding-left: 2.2em;
  background: url(https://eiketsudb.com/wp-content/uploads/icon-ryuha-butai.png) no-repeat;
  background-size: 2em;
  background-color: #fbe5f2;
}

#main .r_heisyu {
  margin-bottom: 0px;
  padding-left: 2.2em;
  background: url(https://eiketsudb.com/wp-content/uploads/icon-ryuha-heisyu.png) no-repeat;
  background-size: 2em;
  background-color: #FFCCCC;
}

#main .r_shiki {
  margin-bottom: 0px;
  padding-left: 2.2em;
  background: url(https://eiketsudb.com/wp-content/uploads/icon-ryuha-shiki.png) no-repeat;
  background-size: 2em;
  background-color: #fffbe0;
}

#main .r_kokou {
  margin-bottom: 0px;
  padding-left: 2.2em;
  background: url(https://eiketsudb.com/wp-content/uploads/icon-ryuha-kokou.png) no-repeat;
  background-size: 2em;
  background-color: #FFCC99;
}

/*-*/
div.senkiTitle {
  display: flex;
  font-weight: bold;
  padding: 5px;
  border-radius: 15px 0 0 0;
  color: white;
  background-color: #303133;
  margin-top: 4px;
  margin-bottom: 0px;
}

div.senkiTitle>div.rare {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.senkiTitle>div.senkiName {
  width: calc(100% - 60px);
  padding: 0px 5px;
  display: flex;
  align-items: center;
}

div.senkiTitle>div.level {
  width: 40px;
  height: 40px;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.senkiInfo {
  background-color: #E6E6E6;
  overflow: hidden;
  margin-bottom: 15px;
}

div.senkiInfo div.image {
  padding: 8px 0px 0px 8px;
  float: left;
  width: 30%;
}

div.senkiInfo div.image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

div.senkiInfo div.info_ {
  float: right;
  width: 70%;
}

table.senkidata {
  border-collapse: separate;
  border-spacing: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border: 0px;
}

table.senkidata th {
  width: 5em;
  border-radius: 8px;
  text-align: center;
  padding: 2px 2px;
  border: solid 1px;
}

table.senkidata td {
  padding: 0px;
  border: solid 0px;
}

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;
  background-color: #303133;
  padding: 8px 10px;
  border-radius: 8px;
  color: white;
  vertical-align: top;
  text-align: left;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  table.senkidata td.senkitext {
    line-height: 1.4;
  }
}

div.senkiKouka {
  font-size: smaller;
}

/*-*/
.w-tier-table-ui>ol {
  padding-left: 0px;
  margin-bottom: 0px;
}

.w-tier-table-ui>._tier-table>._row {
  display: table;
  width: 100%;
}

.w-tier-table-ui ._item-wrap {
  display: flex;
  flex-wrap: wrap;
}

.w-tier-table-ui ._item-wrap>._item {
  display: block;
  position: relative;
  width: 11.5%;
  margin: 0px 5px 5px 0px;
  opacity: 1;
  transition: all .3s 0s ease;
  border-radius: 4px;
}

@media screen and (max-width: 834px) {
  .w-tier-table-ui ._item-wrap>._item {
    width: 15%;
  }
}

.w-tier-table-ui ._item-wrap>._item:nth-of-type(8n) {
  margin: 0px 0px 5px 0px;
}

@media screen and (max-width: 834px) {
  .w-tier-table-ui ._item-wrap>._item:nth-of-type(6n) {
    margin: 0px 0px 5px 0px;
  }

  .w-tier-table-ui ._item-wrap>._item:nth-of-type(8n) {
    margin: 0px 5px 5px 0px;
  }
}

@media screen and (max-width: 480px) {
  .w-tier-table-ui ._item-wrap>._item:nth-of-type(6n) {
    margin: 0px 0px 5px 0px;
  }
}

.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;
  width: 100%;
  height: auto;
}

.w-tier-table-ui ._item-wrap>._item>._img>._tag._top-right {
  top: -2px;
  right: -2px;
}

.w-tier-table-ui ._item-wrap>._item>._img>._tag._up {
  background-color: #cc0000;
  color: #fff;
  padding: 1px 2px;
}

.w-tier-table-ui ._item-wrap>._item>._img>._tag._down {
  background-color: #2458ff;
  color: #fff;
  padding: 1px 2px;
}

.w-tier-table-ui ._item-wrap>._item>._name {
  position: relative;
  font-weight: 700;
  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;
  display: block;
}

.w-tier-table-ui ._item-wrap>._item>._img>._tag {
  position: absolute;
  font-size: 0.6em;
  line-height: 1;
  font-weight: 700;
}

.highlight {
  background-color: #FFFF66;
}

/*-*/
.svg-container {
  display: flex;
  margin-bottom: 0px;
}

.svg-container>.left-div {
  width: 35px;
}

.svg-container>.right-div {
  background-color: #FFFFFF;
  overflow-x: auto;
  overflow-y: hidden;
}

.line-chart-container>.line-chart {
  max-height: 330px;
}

@media (min-width: 768px) {
  .line-chart-container>.line-chart {
    max-height: 330px;
  }
}

@media (max-width: 767px) {
  .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: #4666e2;
}

.line-chart-container>.line-chart>.point {
  fill: #4666e2;
  stroke: #4666e2;
  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: 0px;
}

table.card-list-min td:nth-of-type(1) {
  text-align: center;
  width: 4.6em;
}

table.card-list-min td:nth-of-type(2) {
  padding: 0px;
  width: 12%;
}

@media (min-width: 768px) {
  table.card-list-min td:nth-of-type(2) {
    width: 8%;
  }
}

table.card-list-min td:nth-of-type(3),
table.card-list-min td:nth-of-type(4) {
  padding-left: 0.6em;
}

table.card-list-min img {
  width: auto;
}

/*-*/
table.calendar td {
  padding: 4px;
}

.calendar input[type=number] {
  padding: 1px 5px;
}

/*-*/
#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: 0;
}

#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;
}

/*-*/