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-table {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-table {
    margin-bottom: 104px;
  }
}
.p-table .p-table-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-table .p-table-conditions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-table .p-table-conditions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-table .p-table-condition {
    width: 286px;
  }
}
@media only screen and (max-width: 980px) {
  .p-table .p-table-condition:last-child .p-table-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-table .p-table-condition:last-child .p-table-condition-elements li {
    width: 100%;
  }
}
.p-table .p-table-condition-heading {
  font-size: 1rem;
  color: var(--color-text-gray);
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 980px) {
  .p-table .p-table-condition-heading {
    margin: 0;
  }
}
@media print, screen and (min-width: 981px) {
  .p-table .p-table-condition-heading {
    margin-block: 0 21px;
  }
}
.p-table .p-table-condition-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
@media print, screen and (min-width: 981px) {
  .p-table .p-table-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-table .p-table-condition-elements li {
    width: 163px;
  }
}
.p-table .p-table-condition-checkbox {
  padding-left: 27px;
  position: relative;
}
.p-table .p-table-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-table .p-table-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-table .p-table-condition-checkbox:has(input:checked)::after {
  display: block;
}
.p-table .p-table-condition-checkbox input {
  display: none;
}
.p-table .p-table-condition-radio {
  padding-left: 25px;
  position: relative;
}
.p-table .p-table-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-table .p-table-condition-radio:has(input:checked)::before {
  background: url("/_assets/products/fmbi-chart/img/icon-radio-on.svg") no-repeat center center/21px;
}
.p-table .p-table-condition-radio.-ir:has(input:checked)::before {
  background: url("/_assets/products/fmbi-chart/img/icon-radio-ir-on.svg") no-repeat center center/21px;
}
.p-table .p-table-condition-radio.-rt:has(input:checked)::before {
  background: url("/_assets/products/fmbi-chart/img/icon-radio-rt-on.svg") no-repeat center center/21px;
}
.p-table .p-table-condition-radio input {
  display: none;
}
.p-table .p-table-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-table .p-table-condition-span label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
}
.p-table .p-table-condition-span select {
  border: 1px solid var(--color-bg_B);
  border-radius: 4px;
  height: 37px;
  text-align: center;
  width: 238px;
}
.p-table .p-table-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--color-text-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
  padding-bottom: 10px;
}
.p-table .p-table-heading-date {
  font-size: 1rem;
  line-height: 1.4;
}
.p-table .p-table-heading-price {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 980px) {
  .p-table .p-table-items {
    width: 100%;
  }
}
@media print, screen and (min-width: 981px) {
  .p-table .p-table-items {
    margin-inline: auto;
    width: 344px;
  }
}
@media only screen and (max-width: 980px) {
  .p-table .p-table-items:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-table .p-table-items:not(:last-child) {
    margin-bottom: 104px;
  }
}
.p-table .p-table-item {
  border-bottom: 1px solid var(--color-bg_B);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}
.p-table .p-table-date {
  font-size: 1rem;
  line-height: 1.4;
}
.p-table .p-table-price {
  font-size: 1rem;
  line-height: 1.4;
}

.p-float-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  position: fixed;
  right: 0;
  z-index: 999;
}
@media only screen and (max-width: 980px) {
  .p-float-buttons {
    top: 104px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-float-buttons {
    top: 190px;
  }
}
@media only screen and (max-width: 980px) {
  .p-float-buttons img {
    height: auto;
    width: 44px;
  }
}

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

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