@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap);
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #999;
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type='search'] {
  box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.ant-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-form-hide-required-mark .ant-form-item-required::before {
  display: none;
}
.ant-form-item-label > label {
  color: #666;
}
.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}
.ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-form-item label {
  position: relative;
}
.ant-form-item label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ant-form-item-control {
  position: relative;
  line-height: 40px;
  zoom: 1;
}
.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: '';
}
.ant-form-item-control::after {
  clear: both;
}
.ant-form-item-children {
  position: relative;
}
.ant-form-item-with-help {
  margin-bottom: 5px;
}
.ant-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 39.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ant-form-item-label-left {
  text-align: left;
}
.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-explain,
.ant-form-extra {
  clear: both;
  min-height: 22px;
  margin-top: -2px;
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-form-explain {
  margin-bottom: -1px;
}
.ant-form-extra {
  padding-top: 4px;
}
.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 30px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input {
  padding-right: 49px;
}
form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
  padding-right: 68px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form .ant-mentions,
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}
form .ant-upload {
  background: transparent;
}
form input[type='radio'],
form input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
form .ant-input-number-handler-wrap {
  z-index: 2;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  display: inline-block;
  vertical-align: middle;
}
form:not(.ant-form-vertical) :not(.ant-input-group-wrapper) > .ant-input-group,
form:not(.ant-form-vertical) .ant-input-group-wrapper {
  position: relative;
  top: -1px;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5;
  white-space: initial;
  text-align: left;
}
.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
  display: none;
}
.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}
.ant-form-vertical .ant-form-item-control {
  line-height: 1.5;
}
.ant-form-vertical .ant-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}
.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}
@media (max-width: 575px) {
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item-label label::after {
    display: none;
  }
  .ant-col-xs-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xs-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-sm-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-md-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-lg-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xl-24.ant-form-item-label label::after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-text {
  display: inline-block;
}
.ant-form-inline .has-feedback {
  display: inline-block;
}
.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.has-success.has-feedback .ant-form-item-children-icon {
  color: #40bc9c;
  animation-name: diffZoomIn1 !important;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #e8cb27;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #e8cb27;
}
.has-warning .ant-input:focus {
  border-color: #f5e251;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(232, 203, 39, 0.2);
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #e8cb27;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #f5e251;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(232, 203, 39, 0.2);
}
.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #e8cb27;
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #f5e251;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(232, 203, 39, 0.2);
}
.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #e8cb27;
}
.has-warning .ant-input-prefix {
  color: #e8cb27;
}
.has-warning .ant-input-group-addon {
  color: #e8cb27;
  background-color: #fff;
  border-color: #e8cb27;
}
.has-warning .has-feedback {
  color: #e8cb27;
}
.has-warning.has-feedback .ant-form-item-children-icon {
  color: #e8cb27;
  animation-name: diffZoomIn3 !important;
}
.has-warning .ant-select-selection {
  border-color: #e8cb27;
}
.has-warning .ant-select-selection:hover {
  border-color: #e8cb27;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #f5e251;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(232, 203, 39, 0.2);
}
.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #e8cb27;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #e8cb27;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #f5e251;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(232, 203, 39, 0.2);
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #e8cb27;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #f5e251;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(232, 203, 39, 0.2);
}
.has-warning .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #e8cb27;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #c34b67;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #c34b67;
}
.has-error .ant-input:focus {
  border-color: #cf7083;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(195, 75, 103, 0.2);
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #c34b67;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #cf7083;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(195, 75, 103, 0.2);
}
.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #c34b67;
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #cf7083;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(195, 75, 103, 0.2);
}
.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #c34b67;
}
.has-error .ant-input-prefix {
  color: #c34b67;
}
.has-error .ant-input-group-addon {
  color: #c34b67;
  background-color: #fff;
  border-color: #c34b67;
}
.has-error .has-feedback {
  color: #c34b67;
}
.has-error.has-feedback .ant-form-item-children-icon {
  color: #c34b67;
  animation-name: diffZoomIn2 !important;
}
.has-error .ant-select-selection {
  border-color: #c34b67;
}
.has-error .ant-select-selection:hover {
  border-color: #c34b67;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #cf7083;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(195, 75, 103, 0.2);
}
.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #c34b67;
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  box-shadow: none;
}
.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #c34b67;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #c34b67;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #cf7083;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(195, 75, 103, 0.2);
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #c34b67;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #c34b67;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #cf7083;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(195, 75, 103, 0.2);
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #cf7083;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(195, 75, 103, 0.2);
}
.has-error .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #c34b67;
}
.has-error .ant-transfer-list {
  border-color: #c34b67;
}
.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #ccc;
}
.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #4890c7;
  border-right-width: 1px !important;
}
.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #4890c7;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(38, 116, 186, 0.2);
}
.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #2674ba;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}
.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 5px;
}
.show-help-enter,
.show-help-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  animation-name: antShowHelpIn;
  animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  animation-name: antShowHelpOut;
  animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
}
.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: sub;
  outline: none;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #2674ba;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(38, 116, 186, 0.08);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2674ba;
  border-radius: 50%;
  visibility: hidden;
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #2674ba;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #2674ba;
}
.ant-radio-checked .ant-radio-inner::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #ccc !important;
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: #666;
  line-height: 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-top-width: 1.02px;
  border-left: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.ant-radio-button-wrapper a {
  color: #666;
}
.ant-radio-button-wrapper > .ant-radio-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  content: '';
}
.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #2674ba;
}
.ant-radio-button-wrapper:focus-within {
  outline: 3px solid rgba(38, 116, 186, 0.06);
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #2674ba;
  background: #fff;
  border-color: #2674ba;
  box-shadow: -1px 0 0 0 #2674ba;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #2674ba !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #2674ba;
  box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #4890c7;
  border-color: #4890c7;
  box-shadow: -1px 0 0 0 #4890c7;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #165594;
  border-color: #165594;
  box-shadow: -1px 0 0 0 #165594;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(38, 116, 186, 0.06);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #2674ba;
  border-color: #2674ba;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #4890c7;
  border-color: #4890c7;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #165594;
  border-color: #165594;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(38, 116, 186, 0.06);
}
.ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #ccc;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #ccc;
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #ccc;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #ccc;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  .ant-radio {
    vertical-align: text-bottom;
  }
}

._2z5U7 .ant-spin-nested-loading,
._2z5U7 .ant-spin-container {
  height: 100%;
}

._1hNWZ {
  cursor: pointer;
  margin: 4px;
  white-space: nowrap;
  display: inline-block;
}
._1hNWZ._8DKJ8 ._2kiB6 {
  background-color: transparent;
}
._1hNWZ._8DKJ8 ._2F2Fn {
  color: #ccc;
}
._1hNWZ ._2kiB6 {
  -webkit-print-color-adjust: exact;
  width: 24px;
  height: 16px;
  border-radius: 4px;
  display: inline-block;
  background: #aaa;
  margin: auto 4px auto 0;
  vertical-align: middle;
}
._1hNWZ ._2F2Fn {
  color: #666;
  margin: auto 0;
  vertical-align: middle;
}
._3PD5d {
  position: absolute;
  display: block;
  border-style: solid;
  white-space: nowrap;
  z-index: 9999999;
  transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, top 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  background-color: rgba(50, 50, 50, 0.7);
  border-width: 0px;
  border-color: #333333;
  border-radius: 4px;
  color: #ffffff;
  font: 14px / 21px Roboto, "Noto Sans JP", sans-serif;
  padding: 5px;
}
.etNTQ {
  position: relative;
  display: flex;
  flex-direction: column;
}
.etNTQ svg {
  user-select: none;
}

._1o7jM {
  width: 100%;
  display: flex;
}
._1o7jM ._2PYKk {
  width: 100%;
  margin: auto;
  text-align: center;
}
._1o7jM ._2PYKk .EWrKk {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 8px;
}
._1o7jM ._2PYKk .m75WO {
  font-size: 12px;
  line-height: 1;
}

._2CSz4 {
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.yxzAZ {
  background: #fff;
  border-radius: 4px;
}
._2-Npm {
  width: 100%;
  height: calc(100vh - calc(80px + 32px));
}
@media screen and (max-width: 1200px) {
  ._2-Npm {
    height: calc(100vh - 200px);
  }
}
.ant-modal {
  top: 10px;
}
@media screen and (max-width: 1200px) {
  .ant-modal {
    top: 100px;
  }
}
._2oQGs {
  page-break-inside: avoid;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
._2oQGs .ant-card-head {
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  ._2oQGs .ant-card-head .ant-card-head-title {
    padding: 12px 0;
  }
}
@media screen and (max-width: 1200px) {
  ._2oQGs .ant-card-head {
    font-size: 14px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 1200px) {
  ._2oQGs .ant-card-body {
    padding: 14px;
  }
}
._3qBnP {
  margin: 0 4px 4px 0;
}
._18iL5 ._3Pmep {
  margin-right: 24px;
}
@media screen and (max-width: 1200px) {
  ._18iL5 ._3Pmep {
    margin-right: 8px;
  }
}
@media print {
  ._18iL5 {
    display: none !important;
  }
}
._2dnBM {
  margin-right: 8px;
  color: #f29700;
}
._2dnBM .Soxj7 {
  margin-right: 8px;
}

._3yCZC {
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  width: 60%;
  height: 48px;
  margin: auto;
  color: white;
  padding: 8px 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9;
  cursor: pointer;
  touch-action: manipulation;
  background-color: #f29700;
}
@media screen and (max-width: 1200px) {
  ._3yCZC {
    font-size: 14px;
    width: 80%;
    height: 40px;
  }
}
._3yCZC ._3saXR {
  display: inline-block;
  vertical-align: sub;
}
._3yCZC .KOiyH {
  margin: auto 0 auto 4px;
  font-size: 16px;
  color: white;
  background-color: transparent;
  border: 0;
}
._1APi7 {
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  width: 60%;
  height: 48px;
  margin: auto;
  color: white;
  padding: 8px 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9;
  cursor: pointer;
  touch-action: manipulation;
  background-color: #24a584;
}
@media screen and (max-width: 1200px) {
  ._1APi7 {
    font-size: 14px;
    width: 80%;
    height: 40px;
  }
}
._1APi7 ._3saXR {
  display: inline-block;
  vertical-align: sub;
}
._1APi7 .KOiyH {
  margin: auto 0 auto 4px;
  font-size: 16px;
  color: white;
  background-color: transparent;
  border: 0;
}

._23vbs {
  display: flex;
  padding: 16px;
}
._37c3P {
  vertical-align: middle;
  margin: auto 16px auto 0;
}
._37c3P > i {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  ._37c3P > i {
    font-size: 20px;
  }
}
._2FAmB ._26geZ {
  color: #999;
  font-size: 12px;
}
._2FAmB ._2nK7t {
  color: #666;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  ._2FAmB ._2nK7t {
    font-size: 16px;
  }
}

._2W3W0 {
  display: flex;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
._1XzCH {
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  ._1XzCH {
    width: 200px;
    font-size: 12px;
  }
}
._1XzCH ._1fzh7 {
  margin-right: 16px;
}
@media screen and (max-width: 1200px) {
  ._1XzCH ._1fzh7 {
    margin-right: 4px;
  }
}
._3LYCY {
  width: 100%;
}
.cmSLC {
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .cmSLC {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .SmucM {
    padding-right: 8px;
    font-size: 15px;
  }
}

._233-w {
  display: flex;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  ._233-w {
    margin-bottom: 8px;
  }
}
._233-w ._3f8J4 {
  margin: auto;
  margin-left: 8px;
  color: #2674ba;
}
._233-w ._3f8J4 ._2orp3 {
  width: 28px;
  height: 28px;
}
._233-w ._3f8J4 ._2orp3 i {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  ._233-w ._3f8J4 ._2orp3 i {
    width: 22px;
    height: 22px;
    font-size: 22px;
  }
}
._233-w .-MNXO {
  margin: auto 0;
  flex: 1 1 auto;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
}
._233-w .-MNXO ._1gs0v {
  color: #666;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  ._233-w .-MNXO ._1gs0v {
    font-size: 15px;
  }
}
._233-w .hofuo {
  flex-grow: 1;
}
._233-w ._33MBl {
  margin: auto;
  height: 16px;
  line-height: 16px;
}
._233-w ._33MBl > i {
  margin: 0 2px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  ._233-w ._33MBl > i {
    font-size: 16px;
  }
}

._2403k {
  display: flex;
  background: #a9a9a9;
  width: 100%;
  height: 116px;
}
._2403k ._1a2ST {
  margin: auto;
  color: #fff;
  font-size: 12px;
}
._1BTa_ {
  display: flex;
  background: #a9a9a9;
  width: 100%;
  height: 108px;
}
._1BTa_ .yMvsX {
  margin: auto;
  color: #fff;
  font-size: 24px;
}
.g5jF3 {
  width: 100%;
  height: 120px;
}
._3tFRW {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  ._45Gjr .ant-card-body {
    padding: 14px;
  }
}
._45Gjr ._2o1df {
  display: flex;
}
@media screen and (max-width: 1200px) {
  ._45Gjr ._2o1df {
    display: inline;
  }
}
._45Gjr ._2o1df .ha8LP {
  margin-bottom: 8px;
}
._45Gjr ._2o1df ._2bnj3 {
  width: 120px;
  display: inline-block;
  vertical-align: top;
  font-weight: 900;
}
._45Gjr ._2o1df ._1ch77 {
  width: calc(100% - 120px);
  display: inline-block;
}
._45Gjr ._2o1df ._1JoI3 {
  position: relative;
  width: 250px;
  height: 145px;
  margin: 0 0 8px 8px;
}
@media screen and (max-width: 1200px) {
  ._45Gjr ._2o1df ._1JoI3 {
    margin: 8px auto;
  }
}
._45Gjr ._2o1df ._1JoI3 ._1fRmp {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  margin: 0;
}
._45Gjr ._2o1df ._1JoI3 ._2_jBb {
  position: absolute;
  top: 3.6%;
  left: 2%;
  width: 76.2%;
  margin: 0;
}
._45Gjr ._2o1df ._1JoI3 ._3Cp_N {
  position: absolute;
  bottom: 1%;
  right: 0;
  width: 25%;
  margin: 0;
}
._45Gjr ._2o1df ._1JoI3 ._5gPvG {
  position: absolute;
  bottom: 1%;
  right: 1%;
  width: 23%;
  margin: 0;
}
._45Gjr ._2o1df ._19usX {
  width: 100%;
  height: auto;
}

.N5RP6 {
  padding: 8px;
  font-size: 16px;
  text-align: center;
}
._3KhUC {
  padding: 8px;
  text-align: center;
}

._22qZJ {
  filter: blur(7px);
  pointer-events: none;
}
.kXJ9s {
  position: absolute;
  right: 24px;
  bottom: 24px;
  opacity: 0.5;
  font-size: 10px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .kXJ9s {
    right: 14px;
    bottom: 14px;
  }
}

.FyCN9 {
  overflow: auto;
  max-width: calc(1920px - 400px);
  margin: 0 auto;
}
.wxNa2 {
  width: 80px;
  position: fixed;
  margin: 8px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .wxNa2 {
    display: none;
  }
}
@media print {
  .wxNa2 {
    display: none;
  }
}
.faM0n {
  color: #aaa;
  font-size: 10px;
  margin: 4px 0;
}
.faM0n ._3YxRv {
  height: 63px;
  font-size: 42px;
}
._MJ-4 .faM0n {
  color: #2674ba;
}
._3xQVh {
  margin: 24px 24px 24px calc(80px + 16px);
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 1200px) {
  ._3xQVh {
    margin: 0;
  }
}
._3xQVh ._2LwFc {
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  z-index: 999;
  border-radius: 4px 4px 0 0;
  position: relative;
}
._3xQVh ._14k8y {
  width: calc(calc(1920px - 400px) - calc(80px + 16px + 24px));
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  z-index: 999;
  border-radius: 4px 4px 0 0;
  position: fixed;
}
@media screen and (max-width: calc(1920px - 400px)) {
  ._3xQVh ._14k8y {
    width: calc(100% - calc(80px + 16px + 24px));
  }
}
@media screen and (max-width: 1200px) {
  ._3xQVh ._14k8y {
    width: 100%;
  }
}
._3xQVh ._1cFhG {
  padding: 24px;
}
@media screen and (max-width: 1200px) {
  ._3xQVh ._1cFhG {
    padding: 16px;
  }
}
@media print {
  ._3xQVh {
    margin: 0;
  }
}
._1W_tY {
  margin-top: 32px;
}

