body {
  --ir: #058024;
  --rt: #DB7402;
}

@media only screen and (max-width: 980px) {
  .p-fmbi-info {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-fmbi-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 67px;
  }
}
.p-fmbi-info .p-fmbi-info-time {
  font-weight: 500;
}
@media only screen and (max-width: 980px) {
  .p-fmbi-info .p-fmbi-info-time {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 981px) {
  .p-fmbi-info .p-fmbi-info-time {
    font-size: 1.5rem;
    margin-right: 64px;
  }
}
.p-fmbi-info .p-fmbi-info-ir {
  padding-left: 34px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-fmbi-info .p-fmbi-info-ir {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 981px) {
  .p-fmbi-info .p-fmbi-info-ir {
    font-size: 1.375rem;
    margin-right: 44px;
  }
}
.p-fmbi-info .p-fmbi-info-ir::after {
  background: var(--ir);
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 24px;
}
.p-fmbi-info .p-fmbi-info-rt {
  padding-left: 34px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .p-fmbi-info .p-fmbi-info-rt {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 981px) {
  .p-fmbi-info .p-fmbi-info-rt {
    font-size: 1.375rem;
    margin-right: 44px;
  }
}
.p-fmbi-info .p-fmbi-info-rt::after {
  background: var(--rt);
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 24px;
}

@media print, screen and (min-width: 981px) {
  .c-tabs {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 980px) {
  .p-chart {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-chart {
    margin-bottom: 104px;
  }
}
.p-chart .p-chart-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-chart .p-chart-conditions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-inline: auto;
    max-width: 328px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-chart .p-chart-condition {
    width: 210px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-chart .p-chart-condition:last-child {
    margin-left: auto;
    width: 286px;
  }
}
@media only screen and (max-width: 980px) {
  .p-chart .p-chart-condition:last-child .p-chart-condition-elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
@media only screen and (max-width: 980px) {
  .p-chart .p-chart-condition:last-child .p-chart-condition-elements li {
    width: 100%;
  }
}
.p-chart .p-chart-condition-heading {
  font-size: 1rem;
  color: var(--color-text-gray);
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 980px) {
  .p-chart .p-chart-condition-heading {
    margin: 0;
  }
}
@media print, screen and (min-width: 981px) {
  .p-chart .p-chart-condition-heading {
    margin-block: 0 21px;
  }
}
.p-chart .p-chart-condition-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
@media print, screen and (min-width: 981px) {
  .p-chart .p-chart-condition-elements {
    font-size: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
@media only screen and (max-width: 980px) {
  .p-chart .p-chart-condition-elements li {
    width: 163px;
  }
}
.p-chart .p-chart-condition-checkbox {
  padding-left: 27px;
  position: relative;
}
.p-chart .p-chart-condition-checkbox::before {
  border: 1px solid var(--color);
  content: "";
  display: block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 17px;
}
.p-chart .p-chart-condition-checkbox::after {
  background: url("/_assets/products/fmbi-chart/img/icon-check.svg") no-repeat left top/cover;
  content: "";
  display: none;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 11px;
}
.p-chart .p-chart-condition-checkbox:has(input:checked)::after {
  display: block;
}
.p-chart .p-chart-condition-checkbox input {
  display: none;
}
.p-chart .p-chart-condition-radio {
  padding-left: 25px;
  position: relative;
}
.p-chart .p-chart-condition-radio::before {
  background: url("/_assets/products/fmbi-chart/img/icon-radio-off.svg") no-repeat center center/15px;
  content: "";
  display: block;
  height: 21px;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 21px;
}
.p-chart .p-chart-condition-radio:has(input:checked)::before {
  background: url("/_assets/products/fmbi-chart/img/icon-radio-on.svg") no-repeat center center/21px;
}
.p-chart .p-chart-condition-radio input {
  display: none;
}
.p-chart .p-chart-condition-span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-chart .p-chart-condition-span label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
}
.p-chart .p-chart-condition-span input[type=text] {
  border: 1px solid var(--color-bg_B);
  border-radius: 4px;
  height: 37px;
  text-align: center;
  width: 238px;
}
.p-chart .p-chart-date-input-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.p-chart .p-chart-date-picker-btn {
  background: none;
  border: none;
  bottom: 0;
  cursor: pointer;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 980px) {
  .p-chart .p-chart-info {
    margin-block: 40px 20px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-chart .p-chart-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-block: 56px 24px;
  }
}
.p-chart .p-chart-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 980px) {
  .p-chart .p-chart-summary {
    gap: 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-chart .p-chart-summary {
    gap: 9px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-chart .p-chart-summary-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}
.p-chart .p-chart-summary-name {
  font-size: 0.6875rem;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.p-chart .p-chart-summary-name::before {
  background: var(--color);
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 14px;
}
.p-chart .p-chart-summary-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-chart .p-chart-summary-values {
    gap: 22px;
  }
}
.p-chart .p-chart-summary-values li {
  font-size: 0.6875rem;
}
@media only screen and (max-width: 980px) {
  .p-chart .p-chart-summary-values li {
    width: 96px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-chart .p-chart-summary-values li {
    width: 120px;
  }
}
.p-chart .p-chart-export-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-chart .p-chart-export-buttons {
    gap: 8px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-chart .p-chart-export-buttons {
    gap: 24px;
    padding-right: 40px;
  }
}
.p-chart .p-chart-export-buttons a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 981px) {
  .p-chart .p-chart-export-buttons a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 980px) {
  .p-chart .p-chart-export-buttons img {
    height: auto;
    width: 24px;
  }
}
@media only screen and (max-width: 980px) {
  .p-chart .p-chart-wrap {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 980px) {
  .p-chart .p-chart-area {
    width: 100%;
  }
}
.p-chart .p-chart-area canvas {
  max-height: 355px;
}

.-ir {
  --color: var(--ir);
}

.-rt {
  --color: var(--rt);
}