@font-face {
  font-family: "Kosugi";
  src: url("/fonts/kosugi/Kosugi-Regular.woff2");
}
@font-face {
  font-family: "Kosugi Maru";
  src: url("/fonts/kosugi_maru/KosugiMaru-Regular.woff2");
}
html {
  font-size: 12px;
  font-family: "Kosugi", sans-serif;
}

body {
  font-size: 12px;
  margin: 0;
  padding: 0;
  min-width: 1000px;
  margin: 86px 0;
  position: relative;
}

body.use-simulation {
  margin: 120px 0 86px 0;
}

pre {
  background: #f3f0ec;
  margin: 10px 0;
  padding: 1em;
  box-sizing: border-box;
}

input:-moz-read-only {
  color: #808080;
  background-color: #e4e4e4;
}

input:read-only,
select:disabled {
  color: #808080;
  background-color: #e4e4e4;
}

input[type=text],
select {
  border: 1px solid #a9a9a9;
  border-radius: 0;
  margin: 0 1px 1px 0;
}

hr {
  border: none;
  border-bottom: 1px solid #36495a;
  margin: 10px 0;
}

a {
  cursor: pointer;
}

.nobr {
  white-space: nowrap;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.tbl-list, .tbl-form {
  border-collapse: collapse;
  border-spacing: 0;
  color: #3c3c3c;
  font-size: 13px;
  margin: 20px 0;
}
.tbl-list th, .tbl-form th, .tbl-list td, .tbl-form td {
  border: 1px solid #c8c8c8;
  padding: 4px 8px;
  box-sizing: border-box;
}
.tbl-list th, .tbl-form th {
  background: #dcdcdc;
  font-weight: normal;
}

.cap-top {
  caption-side: top;
}

.cap-bottom {
  caption-side: bottom;
}

.tbl-form {
  background: #f0f0f0;
}
.tbl-form th {
  text-align: left;
}
.tbl-form td.flat {
  padding: 0;
}
.tbl-form td.flat input, .tbl-form td.flat select {
  margin: 0;
  padding: 0.5em 0.25em;
  border: 0;
  width: 100%;
}

.tbl-list {
  background: #fafafa;
}
.tbl-list a {
  color: #0091d0;
  text-decoration: none;
}
.tbl-list a:hover {
  text-decoration: underline;
}

.tbl-sticky {
  background: #c8c8c8;
  border-spacing: 0px;
  border-collapse: separate;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  color: #3c3c3c;
  font-size: 13px;
}
.tbl-sticky a {
  color: #0091d0;
  text-decoration: none;
}
.tbl-sticky a:hover {
  text-decoration: underline;
}
.tbl-sticky thead th {
  position: sticky;
}
.tbl-sticky th,
.tbl-sticky td {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 4px 8px;
  box-sizing: border-box;
  font-weight: normal;
  line-height: 1.2;
}
.tbl-sticky th {
  background: #dcdcdc;
  padding: 0.5em;
}

.tbl-sticky thead tr:nth-child(1) th {
  top: 64px;
}

.tbl-sticky thead tr:nth-child(2) th {
  border-top: none;
  top: calc(64px + 2.2em + 0.5px);
}

.tbl-sticky tbody tr {
  background: #fafafa;
}

.td_img {
  text-align: center;
  padding: 2px !important;
  line-height: 1;
}
.td_img img {
  display: block;
}

.tbl-sticky2 {
  background: inherit;
  border-spacing: 0px;
  border-collapse: collapse;
  color: #3c3c3c;
  font-size: 13px;
}

.tbl-sticky2 a {
  color: #0091d0;
  text-decoration: none;
}

.tbl-sticky2 a:hover {
  text-decoration: underline;
}

.tbl-sticky2 .bdr-bold_l {
  border-left: 2px solid #aaa;
}

.tbl-sticky2 .bdr-bold_r {
  border-right: 2px solid #aaa;
}

.tbl-sticky2 th,
.tbl-sticky2 td {
  border: 1px solid #c8c8c8;
  padding: 4px 8px;
  box-sizing: border-box;
  font-weight: normal;
  line-height: 1.2;
}

.tbl-sticky2 th {
  background: #dcdcdc;
  line-height: 1.2;
  padding: 6px;
}

.tbl-sticky2 thead th {
  position: sticky;
}

.tbl-sticky2 thead tr:nth-child(1) th {
  top: 64px;
}

.tbl-sticky2 thead tr:nth-child(2) th {
  border-top: none;
  top: 85px;
}

.tbl-sticky2 tbody tr {
  background: #fafafa;
}

.tbl-fscate {
  margin-bottom: 10px;
  margin-left: 50px;
  font-size: 13px;
}
.tbl-fscate th {
  white-space: nowrap;
}
.tbl-fscate .tbl-fscate_name {
  padding: 4px 4px;
  font-weight: bold;
  font-size: 0.9em;
  min-width: 8rem;
  max-width: 8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tbl-fscate + table {
  margin-top: 0;
}

.selected-row {
  background: #b4ddfb !important;
}

.header .hf-content_r, .header .hf-content_msg, .header .hf-content_c, .header .hf-content_l {
  padding: 0;
  white-space: nowrap;
}

.header {
  background: #36495a;
  color: #fff;
  width: 100%;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  z-index: 100;
}
.header .h-frame {
  display: flex;
  align-items: center;
}
.header .hf-content_l {
  flex: 0 1 auto;
}
.header .hf-content_c {
  flex: 1 0 auto;
}
.header .hf-content_msg {
  flex: 1 1 auto;
  overflow: hidden;
}
.header .hf-content_msg a {
  color: #fff;
}
.header .hf-content_msg i {
  color: #fe0;
}
.header .hf-content_msg .hfc-item {
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .hf-content_r {
  flex: 0 1 auto;
}
.header .hfc-item {
  padding: 10px;
}

.hnavi {
  background: #6086a9;
  color: #eaeaea;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}
.hnavi-menu {
  margin: 0;
  padding: 0;
  display: inline-flex;
  min-width: 100%;
  box-sizing: border-box;
  transition: all 0.75s ease-out;
}
.hnavi-menu .curr {
  color: #fff;
}
.hnavi-menu li {
  list-style: none;
  box-sizing: border-box;
  white-space: nowrap;
  position: relative;
}
.hnavi-menu li.list:hover {
  color: #aaa;
  background: #fff;
}
.hnavi-menu li i {
  opacity: 0.4;
}
.hnavi-menu li a {
  color: inherit;
  display: block;
  text-decoration: none;
}
@media (max-width: 800px) {
  .hnavi-menu li a {
    padding: 10px 5px;
  }
  .hnavi-menu li i {
    opacity: 0.8;
  }
  .hnavi-menu li span {
    display: none;
  }
  .hnavi-menu li.list:hover span {
    display: inline;
  }
}

.hnavi-submenu {
  display: none;
  color: #000;
  background: #fff;
  position: absolute;
  border-left: 1px solid rgba(200, 200, 200, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  left: 0;
  min-width: 100%;
  padding: 0;
  z-index: 1;
}
.hnavi-submenu a {
  transition: 300ms;
  padding: 5px 10px;
}
.hnavi-submenu a:hover {
  background: #f3f3f3;
}

.main h3, .main h2, .main h1 {
  margin: 30px 0 20px;
  line-height: 1.1;
}

.main {
  position: relative;
  margin: 0 20px;
}
.main h1 {
  font-size: 1.6em;
}
.main h2 {
  font-size: 1.4em;
}
.main h2 strong {
  font-size: 1.5em;
}
.main h3 {
  font-size: 1.2em;
}

.txt-ymd {
  text-align: left;
}
.txt-str {
  text-align: left;
}
.txt-num {
  text-align: right;
  white-space: nowrap;
}
.txt-r {
  text-align: right;
}
.txt-cen {
  text-align: center;
}
.txt-rate {
  text-align: right;
  width: 10ex;
  padding: 2px;
}
.txt-money {
  text-align: right;
  width: 16ex;
}
.txt-abbr {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.txt-mini {
  font-weight: normal;
  font-size: 0.9em;
}

.snm {
  font-weight: bold;
}

.snm-same {
  opacity: 0.25;
}

.type_ymd {
  width: 6em;
}

.type_check {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 6px;
  margin-bottom: 2px;
}
.type_check input {
  vertical-align: middle;
  margin: 0 3px 0 0;
  zoom: 1.5;
}

.type_radio {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  margin: 2px 2px 2px 0;
}
.type_radio input {
  vertical-align: middle;
  margin: 0 3px 0 0;
  zoom: 1.5;
}
.type_radio + .type_radio {
  margin-left: 6px;
}

input:checked {
  color: red;
  font-size: 2rem;
  border-color: red;
}

.sct-accounts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.btn_account {
  display: block;
  padding: 1.75em 0.5em !important;
  min-width: 10em !important;
  margin: 1px 1px;
  cursor: pointer;
}

.lnk-btn, .lnk-icon {
  display: inline-block;
  background: transparent;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: 0.3s;
}

.lnk-icon {
  color: inherit;
  padding: 10px;
}
.lnk-icon:hover {
  background: #fff;
  color: #555;
}

.lnk-btn {
  color: #0091d0;
  border: 1px solid #0091d0;
  padding: 0.5em 1em;
  min-width: 5em;
}
.lnk-btn:hover {
  background: #0091d0;
  color: #fff;
}

.login-body {
  background: #36495a;
  margin: 0;
}

.login-sect {
  margin-top: 15%;
}

.login-txt {
  width: 240px;
  border: 1px solid #a9a9a9;
  padding: 4px;
  box-sizing: border-box;
}

.login-div {
  margin: 20px 0;
  text-align: center;
}

.login-btn-frame {
  background: #fff;
  display: inline-block;
}

.btn-login {
  width: 180px;
}

.v801-box {
  display: flex;
  flex-wrap: wrap;
}
.v801-box-item {
  margin: 0 1px 1px 0;
}

.v801-no {
  width: 3em;
}

.v801-shop {
  min-width: 31ex;
  max-width: 31ex;
}

.v801-amt {
  width: 15ex;
  text-align: right;
}

.v801-rate {
  font-size: 0.9em;
  text-align: right;
}

.tbl-v802a td:nth-child(2) {
  text-align: right;
  width: 15ex;
}
.tbl-v802a td:nth-child(3) {
  text-align: right;
  width: 15ex;
}
.tbl-v802a td:nth-child(4) {
  text-align: right;
  font-size: 0.9em;
}
.tbl-v802a td:nth-child(5) {
  text-align: right;
  font-size: 0.9em;
}
.tbl-v802a td:nth-child(6) {
  text-align: right;
  width: 15ex;
}
.tbl-v802a td:nth-child(7) {
  text-align: right;
  font-size: 0.9em;
}

.tbl-v802b {
  margin-right: 10px;
}
.tbl-v802b th:nth-child(2) {
  min-width: 31ex;
  max-width: 31ex;
}
.tbl-v802b th:nth-child(3) {
  min-width: 12ex;
  max-width: 12ex;
}
.tbl-v802b th:nth-child(4) {
  width: 15ex;
}
.tbl-v802b th:nth-child(5) {
  width: 15ex;
}
.tbl-v802b th:nth-child(8) {
  min-width: 31ex;
  max-width: 31ex;
}
.tbl-v802b td:nth-child(2) {
  text-align: left;
  min-width: 31ex;
  max-width: 31ex;
}
.tbl-v802b td:nth-child(3) {
  text-align: right;
  min-width: 12ex;
  max-width: 12ex;
}
.tbl-v802b td:nth-child(4) {
  text-align: right;
  width: 15ex;
}
.tbl-v802b td:nth-child(5) {
  text-align: right;
  width: 15ex;
}
.tbl-v802b td:nth-child(6) {
  text-align: right;
  font-size: 0.9em;
}
.tbl-v802b td:nth-child(7) {
  text-align: right;
  font-size: 0.9em;
}
.tbl-v802b td:nth-child(8) {
  text-align: left;
  min-width: 31ex;
  max-width: 31ex;
}

.v802-box {
  display: flex;
  flex-wrap: wrap;
}
.v802-box-item {
  margin: 0 1px 1px 0;
}

.v802-no {
  width: 3em;
}

.v802-shop {
  min-width: 31ex;
  max-width: 31ex;
}

.v802-amt {
  width: 15ex;
  text-align: right;
}

.v802-rate {
  font-size: 0.9em;
  text-align: right;
}

.dl-head {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.dl-head dt, .dl-head dd {
  margin: 0;
  padding: 0;
}
.dl-head dt {
  color: #3c3c3c;
  font-size: 0.9em;
  margin-right: 0.25em;
}
.dl-head dt::after {
  content: ":";
}
.dl-head dd {
  margin-right: 1em;
}

.v9-box_compare {
  padding: 0 0 1.5em;
}

.v9-box_old {
  background: #fcfcfc;
}

.v9-cap-sales {
  caption-side: top;
  font-size: 1.5em;
  text-align: left;
  line-height: 1;
  padding: 1em 0.25em 0.75em;
}

.v9-cap-flex {
  font-size: 1.5em;
  text-align: left;
  line-height: 1;
  padding: 1em 0.25em 0.75em;
  border-top: 1px solid #000;
  display: flex;
}
.v9-cap-flex_year {
  flex-grow: 1;
  font-size: 1.2em;
  font-weight: bold;
}
.v9-cap-flex_data {
  flex-grow: 0;
  font-size: 0.8em;
}

.v9-itemimg {
  width: 35px;
  height: 42px;
}

.v9-sales-chart {
  color: #0091d0;
  text-decoration: none;
}

.box {
  padding: 10px;
  box-sizing: border-box;
}
.box-c {
  text-align: center;
}

input.datepicker {
  width: 14ex;
}

#chart-area {
  width: 100%;
  max-width: 80%;
  z-index: -1;
}

#table-area {
  margin-left: 50px;
  z-index: -1;
}

.gtbl-headerRow {
  background: #dcdcdc;
}

.gtbl-tableRow {
  background: #fafafa;
}

.gtbl-oddTableRow {
  background: #f6f6f6;
}

.gtbl-selectedTableRow {
  background: #d0e1f1;
}

.gtbl-hoverTableRow {
  background: #d0e1f1;
}

.gtbl-headerCell {
  border-color: #c8c8c8 !important;
  padding: 0.5em 1em !important;
  font-weight: normal;
}

.gtbl-tableCell {
  border-color: #c8c8c8 !important;
  padding: 0.5em 1em !important;
}

.gtbl-rowNumberCell {
  border-color: #c8c8c8 !important;
  background: #f0f0f0;
  text-align: center;
}

.google-visualization-table-sortind {
  color: #999;
}

.msgbox_ng, .msgbox_ok {
  padding: 1em;
  margin: 2em 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.msgbox_ok {
  background: #fafffa;
  border: 1px solid #494;
  color: green;
}

.msgbox_ng {
  background: #fffafa;
  border: 1px solid #f66;
  color: red;
}

.card-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.card-box_inline {
  display: inline-flex;
  flex-wrap: nowrap;
  width: auto;
}

.card-box_agegroup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 0 0 10%;
  min-width: 10%;
  max-width: 10%;
}

.card {
  width: 100%;
  max-width: 12vw;
  min-width: 160px;
  padding: 5px 5px 0 0;
  box-sizing: border-box;
}

.card10 {
  width: 100%;
  max-width: 12vw;
  min-width: 142px;
  padding: 5px 5px 0 0;
  box-sizing: border-box;
  flex-basis: 10%;
}

.card-contents {
  height: 100%;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.2);
  display: flex;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}

.card-label {
  margin: 0 0 1em 0;
  padding: 0 1em;
  border: 1px solid #000;
}
.card-label dt {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 0.5em;
}
.card-label dd {
  font-size: 1.1em;
  margin: 3px 0 3px 1em;
}

.card-ellip {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
}

.card-graph_outer {
  width: 20%;
  box-sizing: border-box;
  padding: 0 5px 2em 0;
  position: relative;
}

.card-graph {
  border: 1px solid #eee;
  margin: 0px;
  overflow: hidden;
}

.card-no {
  position: absolute;
  margin: 2%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  min-width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  vertical-align: middle;
  display: table-cell;
  color: #fff;
  font-weight: bold;
  z-index: 2;
}

.card-no_inline {
  margin: 0 0.25em 0 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  min-width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  z-index: 2;
}

.card-img img {
  width: 100%;
  min-height: 180px;
  display: block;
}

.card-img_std a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.card-img_std a::before {
  content: "";
  display: block;
  padding-top: 120%;
}
.card-img_std a img {
  position: absolute;
  top: 0;
  width: 100%;
}

.card-cat {
  color: #fff;
  background: #000;
  padding: 0.25em 0.5em;
}

.card-cd {
  font-size: 0.9em;
  padding: 0.25em 0.5em;
}

.card-nm {
  padding: 0.25em 0.5em;
  line-height: 1.1;
  font-size: 0.6vw;
  flex-grow: 1;
}

.card-amt {
  text-align: right;
  padding: 0.25em 0.5em;
  font-size: 0.75vw;
}

.typ-sale {
  color: red;
}

#alert-modal {
  font-size: 16px;
}
#alert-modal div {
  margin: 1em 0;
}

.google-visualization-table-td {
  text-align: left;
}

.gi-view {
  border: 1px solid #ddd;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.0666666667);
  background: #fefefe;
  margin: 0 20px 20px;
  padding: 0 0 1em 0;
  display: block;
}
.gi-view h2 {
  font-size: 1.2em;
  margin: 0;
  border-bottom: 1px solid #fafafa;
  line-height: 1.2;
  padding: 0.5em;
  background: #f0f0f0;
}
.gi-view ul {
  padding: 0;
}
.gi-view li {
  list-style: none;
}
.gi-view hr {
  border: none;
  border-bottom: 1px dashed #ccc;
}
.gi-view a {
  text-decoration: none;
}
.gi-view a:hover {
  text-decoration: underline;
}

#global-info {
  border: 1px solid #c8c8c8;
  background: #fefefe;
  margin: 0 20px;
  padding: 0 0 1em 0;
  display: inline-block;
}
#global-info h2 {
  font-size: 1em;
  margin: 0;
  border-bottom: 1px solid #fafafa;
  line-height: 1.2;
  padding: 0.75em;
  background: #f0f0f0;
}
#global-info ul {
  padding: 0;
}
#global-info li {
  list-style: none;
}

.gi-close {
  min-width: auto;
  padding: 0.3em;
  border: none;
}

.gi-informations {
  display: block;
  margin: 1em;
}
.gi-informations .gi-information {
  display: flex;
}
.gi-informations .gi-information:nth-child(even) {
  background: #fafafa;
}
.gi-informations .gi-information .gi-content {
  padding: 0.7em 0.5em 0;
  border-bottom: 1px solid #ddd;
}
.gi-informations .gi-information .gi-date {
  padding: 1em;
  border-bottom: 1px solid #ddd;
}

.gi-messages {
  width: 100%;
}
.gi-messages .gi-message {
  padding: 0.5em 0.5em 2em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
  flex: 0 1 100%;
}

.gi-vi-message {
  max-height: 2.4em;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gi-note {
  color: red;
  opacity: 1 !important;
}

.gi-flex {
  display: flex;
  align-items: center;
}

.sct-upload {
  margin: 0 0 40px;
}

.sct-upload select {
  padding: 0.25em;
  vertical-align: middle;
}

.drop-area {
  background: #f3f3f3;
  padding: 1em;
  box-sizing: border-box;
  display: inline-block;
  min-width: 640px;
  border-radius: 0.5em;
}

#drop {
  border: 2px dashed #ccc;
  padding: 2em;
  text-align: center;
}

.drop-area_on {
  background: #d9efff;
  border-color: #718696 !important;
}

.drop-area_text {
  color: #666;
  margin: 1em 0;
  line-height: 2;
}

.btn_upload {
  font-size: 13px;
  padding: 1em 1.5em;
  cursor: pointer;
}

#sect-info_1,
#sect-info_2 {
  display: none;
  color: #333;
  margin-top: 5em;
}

.box-alternative {
  border-top: 1px solid #c8c8c8;
  margin-top: 1em;
  max-width: 800px;
}
.box-alternative div {
  margin: 1em 0;
  display: none;
}
.box-alternative div.selected {
  display: block;
}

@media print {
  .header {
    display: none;
  }
  .main {
    max-width: 100%;
  }
}
.sct-competitor {
  display: flex;
}

.competitor_ranking {
  display: flex;
  flex-wrap: wrap;
  margin: 0 4px 0 0;
  padding: 0;
  font-size: 10px;
}
.competitor_ranking > li {
  max-width: 150px;
  margin: 0 4px 4px 0;
  list-style: none;
  flex: 0 0 20%;
}
.competitor_ranking > li > a {
  text-decoration: none;
  color: inherit;
}
.competitor_ranking > li.auto {
  max-width: auto;
  min-width: 0;
  width: auto;
  flex: 0 1 auto;
}

.ranking_item {
  padding: 4px;
  background: #eee;
  box-sizing: border-box;
  position: relative;
}
.ranking_item p {
  margin: 0;
}
.ranking_item .item_rank {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 16px;
  margin: 0;
  color: #fff;
  background: #000;
  width: 2.5ex;
  height: 2.5ex;
  line-height: 1.5;
  text-align: center;
  padding: 0.5ex;
}
.ranking_item .rank_point {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
  margin: 0;
}
.ranking_item .item_name {
  color: #fff;
  background-color: #666;
  padding: 0.5em;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.ranking_item .image {
  position: relative;
  overflow: hidden;
}
.ranking_item .image img {
  width: 100%;
}
.ranking_item .item_price {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.5em;
  font-weight: bold;
  text-align: right;
  padding: 0.25em;
  background-color: rgba(255, 255, 255, 0.6666666667);
  z-index: 0;
}
.ranking_item .sale {
  color: #f00;
}
.ranking_item .item_price_off {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #f00;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.25em;
  z-index: 1;
}
.ranking_item .firstseller {
  position: absolute;
  bottom: 2.5rem;
  font-size: 9px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ranking_item .firstseller li {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3333333333);
  box-sizing: border-box;
  padding: 0.25em;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3333333333);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3333333333);
  flex: 0 1 33.3333%;
}

.tbl-competitor {
  font-size: 12px;
  border-collapse: collapse;
  width: 315px;
  margin: 0 0 0 auto;
}
.tbl-competitor th, .tbl-competitor td {
  border: 0px solid #000;
}
.tbl-competitor th {
  text-align: center;
  word-break: keep-all;
  width: 25%;
  line-height: 1;
}
.tbl-competitor td {
  text-align: center;
  padding: 0.25em 0.5em 0.75em;
  box-sizing: border-box;
  line-height: 1.5;
}

.dashboard_modal {
  font-size: 1.2em;
  text-align: left;
  max-width: 640px !important;
  padding: 2rem !important;
}
.dashboard_modal h1, .dashboard_modal h2, .dashboard_modal h3, .dashboard_modal h4 {
  margin: 0 0 1rem;
  font-size: 1.5em;
}
.dashboard_modal button {
  padding: 0.75em 2em;
  min-width: 10em;
  font-weight: bold;
}
.dashboard_modal input {
  vertical-align: text-bottom;
  margin: 0 4px 0 0;
}
.dashboard_modal input[type=number] {
  text-align: right;
  font-size: 1.3em;
  padding: 2px;
}
.dashboard_modal input[type=radio] {
  zoom: 1.5;
}
.dashboard_modal select {
  zoom: 1.5;
}
.dashboard_modal label {
  margin-right: 1em;
}
.dashboard_modal .pickups {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.dashboard_modal .btn-area {
  margin: 2rem 0 0 0;
  padding: 2rem 0 0 0;
  border-top: 1px solid #ccc;
  text-align: center;
}

.tab-layout {
  position: relative;
  margin: 1em 0 0 0;
  width: 300px;
  height: 80px;
}
.tab-layout .tab-tag {
  margin: 0;
  text-align: left;
  display: flex;
}
.tab-layout .tab-tag a {
  display: inline-block;
  color: #666;
  font-size: 0.9em;
  background-color: #e0e0e0;
  padding: 0.25em 0.5em;
  min-width: 4em;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  cursor: pointer;
}
.tab-layout .tab-tag a.active {
  color: #000;
  background-color: #fafafa;
}
.tab-layout .tab-contents {
  position: absolute;
  top: 1.8em;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.tab-layout .tab-contents.active {
  display: block;
}

.paging {
  margin: 20px 0;
}

.nowrap {
  white-space: nowrap;
}

input, select {
  font-size: 1rem;
  line-height: 1;
  padding: 0.25rem;
  height: 2rem;
  box-sizing: border-box;
  _margin: 0 1px 1px 0;
  border-radius: 0;
  border: 1px solid #a9a9a9;
}

label {
  color: inherit;
}
label:has(input:checked) {
  color: #000;
}
label:has(input:not(checked)) {
  color: rgba(102, 102, 102, 0.6);
}

.pagination {
  display: flex;
  padding: 0;
  margin: 0 0 12px 0;
  list-style: none;
}
.pagination .page-item {
  font-size: 1rem;
  font-family: system-ui;
  background-color: #fff;
  border: 1px solid #e9ecef;
  box-sizing: border-box;
  line-height: 1;
}
.pagination .page-item a:hover {
  background-color: #e9ecef;
}
.pagination .page-item:first-child {
  border-radius: 0.375rem 0 0 0.375rem;
}
.pagination .page-item:last-child {
  border-radius: 0 0.375rem 0.375rem 0;
}
.pagination .page-item + .page-item {
  border-left: none;
}
.pagination .page-item .page-link {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 0.75rem;
  transition: 0.3s;
}
.pagination .page-item.active {
  color: #fff;
  background-color: #0d6efd;
}

.w50 {
  width: 50px;
}

.w55 {
  width: 55px;
}

.w60 {
  width: 60px;
}

.w65 {
  width: 65px;
}

.w70 {
  width: 70px;
}

.w75 {
  width: 75px;
}

.w80 {
  width: 80px;
}

.w85 {
  width: 85px;
}

.w90 {
  width: 90px;
}

.w95 {
  width: 95px;
}

.w100 {
  width: 100px;
}

.w105 {
  width: 105px;
}

.w110 {
  width: 110px;
}

.w115 {
  width: 115px;
}

.w120 {
  width: 120px;
}

.w125 {
  width: 125px;
}

.w130 {
  width: 130px;
}

.w135 {
  width: 135px;
}

.w140 {
  width: 140px;
}

.w145 {
  width: 145px;
}

.w150 {
  width: 150px;
}

.vat {
  vertical-align: top;
}

.vab {
  vertical-align: bottom;
}

table.layout {
  width: 100%;
  border: none !important;
  border-collapse: collapse;
  background: none !important;
  table-layout: fixed;
}
table.layout tr {
  border: none !important;
  background: none !important;
}
table.layout tr, table.layout th, table.layout td {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

table.sticky {
  background: inherit;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.sticky thead th {
  position: sticky;
  background-color: #fff;
}
table.sticky thead tr:nth-child(1) th {
  top: 64px;
}
table.sticky thead tr:nth-child(2) th {
  border-top: none;
  top: 85px;
}

table.standard {
  border-collapse: collapse;
  border: 1px double #ccc;
  font-size: 13px;
  margin: 2em 0;
}
table.standard th, table.standard td {
  box-sizing: border-box;
  border: 1px solid #ccc;
  min-height: 1em;
}
table.standard th {
  font-size: 1.1em;
  padding: 0.75em 1em;
  line-height: 1.1;
}
table.standard td {
  padding: 0.5em 0.75em;
  line-height: 1.5;
}

table.stripe tr:nth-child(odd) {
  background-color: rgba(51, 51, 51, 0.0235294118);
}
table.stripe th, table.stripe td {
  border-top-color: rgba(204, 204, 204, 0.4);
  border-bottom: rgba(204, 204, 204, 0.4);
}

.tr_holiday_3:nth-child(odd) {
  background-color: #faf0f0 !important;
}
.tr_holiday_3:nth-child(even) {
  background-color: #fff6f6 !important;
}
.tr_holiday_3 .is_date {
  color: #e91e1e;
}

.tr_holiday_2:nth-child(odd) {
  background-color: #faf0f0 !important;
}
.tr_holiday_2:nth-child(even) {
  background-color: #fff6f6 !important;
}
.tr_holiday_2 .is_date {
  color: #e91e1e;
}

.tr_holiday_1:nth-child(odd) {
  background-color: #e9f3fc !important;
}
.tr_holiday_1:nth-child(even) {
  background-color: #ecf6ff !important;
}
.tr_holiday_1 .is_date {
  color: #3f51b5;
}

.bdr_none {
  border: 2px solid transparent !important;
  height: 1em;
  box-sizing: content-box !important;
}
.bdr_none_l {
  border-left: 2px solid transparent !important;
  height: 1em;
  box-sizing: content-box !important;
}
.bdr_none_r {
  border-right: 2px solid transparent !important;
  height: 1em;
  box-sizing: content-box !important;
}
.bdr_none_t {
  border-top: 2px solid transparent !important;
  height: 1em;
  box-sizing: content-box !important;
}
.bdr_none_b {
  border-bottom: 2px solid transparent !important;
  height: 1em;
  box-sizing: content-box !important;
}
.bdr_double {
  border-width: 3px !important;
  border-style: double !important;
}
.bdr_double_l {
  border-left-width: 3px !important;
  border-left-style: double !important;
}
.bdr_double_r {
  border-right-width: 3px !important;
  border-right-style: double !important;
}
.bdr_double_t {
  border-top-width: 3px !important;
  border-top-style: double !important;
}
.bdr_double_b {
  border-bottom-width: 3px !important;
  border-bottom-style: double !important;
}
.bdr_bold {
  border-width: 2px !important;
}
.bdr_bold_l {
  border-left-width: 2px !important;
}
.bdr_bold_r {
  border-right-width: 2px !important;
}
.bdr_bold_t {
  border-top-width: 2px !important;
}
.bdr_bold_b {
  border-bottom-width: 2px !important;
}/*# sourceMappingURL=main.css.map */