html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
  a {
    display: block;
  }
}
html {
  font-size: 62.5% !important;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  vertical-align: top;
  text-align: left;
}

img,
video,
svg {
  vertical-align: top;
}

svg {
  fill: currentColor;
}

address,
em {
  font-style: normal;
}

i {
  font-style: normal;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
  top: 0;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f5f5f5;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px;
}

header {
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 1em;
  border-radius: 6px;
  margin-bottom: 1em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

header h1 {
  font-size: 1.5em;
  margin-bottom: 0.2em;
}

header p {
  font-size: 0.9em;
  opacity: 0.9;
}

section {
  background: #fff;
  margin-bottom: 0.75em;
  padding: 0.6em;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

section h2 {
  color: #4a5568;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #e2e8f0;
  font-size: 1em;
}

.animal-list-section {
  background: #f8f9fa;
  padding: 0.75em;
}

.list-selector {
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}

.radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 1em;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 0.5em;
  transition: all 0.2s ease;
  position: relative;
}

.radio-label:hover {
  border-color: #2c5f2d;
  background: #f0f8ff;
}

.radio-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-custom {
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #cbd5e0;
  border-radius: 50%;
  margin-right: 0.75em;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.radio-label input[type="radio"]:checked + .radio-custom {
  border-color: #2c5f2d;
  background: #2c5f2d;
}

.radio-label input[type="radio"]:checked + .radio-custom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5em;
  height: 0.5em;
  background: #fff;
  border-radius: 50%;
}

.radio-label input[type="radio"]:checked ~ .radio-text {
  font-weight: bold;
  color: #2c5f2d;
}

.radio-text {
  font-size: 1em;
  color: #333;
  transition: all 0.2s ease;
}

.controls {
  display: flex;
  gap: 0.5em;
  margin-bottom: 0.75em;
  align-items: center;
  flex-wrap: wrap;
}

.main-layout {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.left-column {
  width: 100%;
}

.right-column {
  width: 100%;
  min-width: 0;
}

.animal-grid {
  display: block;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
}

.animal-card {
  border: none !important;
  border-bottom: 1px solid #f0f0f0 !important;
  border-radius: 0 !important;
  padding: 0.5em 0.75em !important;
  transition: background-color 0.2s ease !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0.8em !important;
}

.animal-card:hover {
  background-color: #f8f9fa;
}

.animal-card.selected {
  background-color: #eef2ff;
  color: #4c51bf;
}

.animal-image-container {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #f8f9fa;
  flex-shrink: 0;
  margin-right: 0.5em;
}

.animal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.animal-content {
  flex: 1;
  min-width: 0;
}

.animal-checkbox {
  transform: scale(0.9);
  margin: 0;
}

.animal-species {
  font-size: 0.8em;
  font-weight: 600;
  color: #2d3748;
  line-height: 1.2;
}

.animal-details {
  font-size: 0.7em;
  color: #666;
  line-height: 1.2;
}

.animal-detail-value {
  color: #666;
  font-size: 0.7em;
}

.animal-price {
  color: #e53e3e;
  font-weight: bold;
  font-size: 0.75em;
  margin-left: auto;
  flex-shrink: 0;
}

.settings-compact {
  display: flex;
  gap: 0.5em;
  align-items: center;
  flex-wrap: wrap;
}

.setting-select {
  padding: 0.25em 0.5em;
  border: 1px solid #cbd5e0;
  border-radius: 4px;
  font-size: 0.8em;
  background-color: #fff;
  min-width: 120px;
}

.layout-fields-info {
  margin-top: 0.5em;
  padding: 0.5em;
  background: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
}

.layout-fields-info p {
  font-size: 0.75em;
  color: #666;
  margin: 0;
  line-height: 1.3;
}

.result-area {
  min-height: 200px;
  border: 2px dashed #cbd5e0;
  border-radius: 8px;
  background-color: #f9f9f9;
  overflow-x: auto;
  overflow-y: auto;
  margin-bottom: 1em;
  max-height: 600px;
}

.result-placeholder {
  text-align: center;
  color: #a0aec0;
}

.result-placeholder p {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}

.result-content {
  padding: 1em;
  width: 100%;
}

.print-summary {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 0.5em;
  margin-bottom: 0.75em;
}

.print-info {
  font-size: 0.85em;
  color: #4a5568;
  text-align: center;
}

.selected-count-area {
  text-align: center;
  padding: 1em;
  background: #f7fafc;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  align-items: center;
}

.download-controls {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  justify-content: center;
}

.selected-count {
  color: #667eea;
  font-weight: bold;
  font-size: 1.2em;
}

.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  background: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
}

.category-filters label {
  display: flex;
  align-items: center;
  font-size: 0.7em;
  cursor: pointer;
  white-space: nowrap;
  background: #fff;
  padding: 0.25em 0.4em;
  border-radius: 3px;
  border: 1px solid #e2e8f0;
  transition: background-color 0.2s ease;
}

.category-filters label:hover {
  background-color: #f0f0f0;
}

.category-filters input[type=checkbox] {
  margin-right: 0.25em;
  transform: scale(0.8);
}

.btn {
  padding: 0.5em 1em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  white-space: nowrap;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}

.btn-primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-secondary {
  background-color: #e2e8f0;
  color: #4a5568;
}

.btn-secondary:hover {
  background-color: #cbd5e0;
}

.print-card__store {
  margin-bottom: 1px;
}

.print-card__store-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5mm;
}

.print-card__store-name {
  font-size: 0.6em;
  color: #666;
  font-weight: 500;
  flex: 1;
  line-height: 1.1;
}

.print-card__logo-area {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 12mm;
  height: 8mm;
}

.print-card__logo-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}

.print-card__logo-fallback {
  font-size: 0.6em;
  color: #666;
}

.print-card__header {
  margin-bottom: 2px;
}

.print-card__species {
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}

.print-card--business .print-card__species {
  font-size: 1.1em;
  margin-bottom: 3px;
}

.print-card--business-half .print-card__species {
  font-size: 1.2em;
  margin-top: 2px;
  margin-bottom: 1px;
}

.print-card--strip .print-card__species {
  font-size: 1.2em;
  margin-bottom: 4px;
}

.print-card__detail-line {
  color: #444;
  line-height: 1.1;
  margin: 0;
  background: #f2f2f2;
  padding: 2px 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.print-card--business .print-card__detail-line {
  font-size: 0.85em;
  margin: 0 -4px;
  padding: 3px 4px;
}

.print-card--business-half .print-card__detail-line {
  font-size: 0.9em;
  line-height: 1.1;
}

.print-card--strip .print-card__detail-line {
  font-size: 0.75em;
  padding: 2px 4px;
}

.print-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.print-card__layout {
  display: flex;
  height: 100%;
  align-items: stretch;
}

.print-card__layout--business {
  flex-direction: column;
  gap: 4px;
}

.print-card__layout--business-half {
  flex-direction: column;
  gap: 2px;
}

.print-card__layout--strip {
  flex-direction: row;
  gap: 8px;
}

.print-card__photo {
  flex-shrink: 0;
}

.print-card--business .print-card__photo {
  width: 54px;
}

.print-card--business-half .print-card__photo {
  width: 28px;
}

.print-card--strip .print-card__photo {
  width: 100px;
}

.print-card__photo-container {
  overflow: hidden;
  border-radius: 2px;
  background: #eee;
  text-align: center;
}

.print-card--business .print-card__photo-container {
  width: 54px;
  height: 54px;
  border-radius: 2px;
}

.print-card--business-half .print-card__photo-container {
  width: 28px;
  height: 28px;
  border-radius: 1px;
}

.print-card--strip .print-card__photo-container {
  width: 100px;
  height: 66px;
  border-radius: 4px;
}

.print-card__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.print-card__photo-fallback {
  font-size: 12px;
  color: #999;
}

.print-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.print-card--business .print-card__content {
  gap: 1px;
}

.print-card--business-half .print-card__content {
  gap: 0px;
}

.print-card--strip .print-card__content {
  gap: 3px;
  padding: 2px 0;
}

.print-card__info-item {
  color: #666;
  line-height: 1.2;
}

.print-card--business .print-card__info-item {
  font-size: 0.9em;
  line-height: 1.1;
}

.print-card--business-half .print-card__info-item {
  font-size: 0.8em;
  line-height: 1.2;
}

.print-card--strip .print-card__info-item {
  font-size: 0.8em;
}

.print-card__notes {
  color: #888;
  font-style: italic;
  line-height: 1.2;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.print-card--business .print-card__notes {
  font-size: 0.9em;
  line-height: 1.1;
}

.print-card--business-half .print-card__notes {
  font-size: 0.8em;
  line-height: 1.2;
}

.print-card--strip .print-card__notes {
  font-size: 0.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.print-card__price {
  margin-top: auto;
}

.print-card--business .print-card__price {
  padding-top: 1px;
  border-top: 1px solid #ddd;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
}

.print-card--business-half .print-card__price {
  padding-top: 1px;
  border-top: 1px solid #ddd;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
}

.print-card--strip .print-card__price {
  text-align: right;
  padding: 3px 6px;
  background: #f8f9fa;
  border-radius: 3px;
  border: 1px solid #e9ecef;
}

.print-card__price-only {
  font-weight: bold;
  line-height: 1;
}

.print-card--business .print-card__price-only {
  font-size: 1.6em;
  color: #d63384;
  line-height: 1.1;
}

.print-card--business-half .print-card__price-only {
  font-size: 1.4em;
  color: #d63384;
  line-height: 1.1;
}

.print-card--strip .print-card__price-only {
  font-size: 1.3em;
  color: #333;
}

.print-card__price-normal {
  text-decoration: line-through;
  line-height: 1;
}

.print-card--business .print-card__price-normal {
  font-size: 1em;
  color: #999;
  line-height: 1.1;
}

.print-card--business-half .print-card__price-normal {
  font-size: 0.9em;
  color: #999;
  line-height: 1.1;
}

.print-card--strip .print-card__price-normal {
  font-size: 0.9em;
  color: #999;
  margin-right: 4px;
}

.print-card__price-special {
  font-weight: bold;
  line-height: 1;
}

.print-card--business .print-card__price-special {
  font-size: 1.8em;
  color: #dc3545;
  line-height: 1.1;
}

.print-card--business-half .print-card__price-special {
  font-size: 1.75em;
  color: #dc3545;
  line-height: 1.1;
}

.print-card--strip .print-card__price-special {
  font-size: 1.4em;
  color: #dc3545;
}

.print-card--business-half .print-card__store-header {
  justify-content: center;
  height: 10px;
}

.print-card--business-half .print-card__store-name {
  font-size: 7px;
  text-align: center;
  width: 100%;
}

.print-card--strip .print-card__store {
  position: absolute;
  top: 2px;
  right: 4px;
  width: auto;
  margin: 0;
  z-index: 1;
}

.print-card--strip .print-card__store-header {
  height: auto;
  justify-content: flex-end;
}

.print-card--strip .print-card__store-name {
  font-size: 7px;
  text-align: right;
  writing-mode: horizontal-tb;
  width: auto;
  color: #999;
  background: rgba(255, 255, 255, 0.8);
  padding: 1px 2px;
  border-radius: 2px;
}

.font-gothic {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

.font-mincho {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", serif !important;
}

.font-settings-section {
  background: #fff;
  margin-bottom: 0.75em;
  padding: 0.6em;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.font-settings-section h2 {
  font-size: 1em;
  margin-bottom: 0.75em;
  color: #333;
}

.font-settings {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.font-setting-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.font-setting-row label {
  font-size: 0.9em;
  color: #666;
  font-weight: 500;
}

.custom-dropdown {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.custom-dropdown-selected {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  min-height: 60px;
  transition: border-color 0.2s;
}

.custom-dropdown-selected:hover {
  border-color: #999;
}

.custom-dropdown.open .custom-dropdown-selected {
  border-color: #667eea;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #667eea;
  border-top: none;
  border-radius: 0 0 4px 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}

.custom-dropdown.open .custom-dropdown-options {
  display: block;
}

.custom-dropdown-option {
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: 60px;
  transition: background-color 0.2s;
}

.custom-dropdown-option:hover {
  background-color: #f5f5f5;
}

.custom-dropdown-option.selected {
  background-color: #e8f2ff;
}

.font-sample-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  max-height: 60px;
  object-fit: contain;
  border-radius: 4px;
  border: 1px solid #eee;
}

.font-sample-fallback {
  font-size: 0.9em;
  color: #666;
}

.print-preview {
  width: 100%;
  height: 60vh;
  max-height: 600px;
  overflow: auto;
  border: 2px dashed #cbd5e0;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 3.5mm;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em;
  gap: 2em;
}

.print-page {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  position: relative;
}

.a4-page {
  width: 210mm;
  height: 297mm;
  padding: 3mm;
  min-width: 210mm;
  min-height: 297mm;
  flex-shrink: 0;
}

.a4-page.landscape {
  width: 297mm;
  height: 210mm;
  min-width: 297mm;
  min-height: 210mm;
  padding: 3mm;
  flex-shrink: 0;
}

.print-grid {
  display: grid;
  gap: 2px;
  height: 100%;
  width: 100%;
}

.print-grid--business {
  grid-template-columns: repeat(2, 91mm);
  grid-template-rows: repeat(5, 55mm);
  gap: 2px;
  justify-content: center;
}

.print-grid--business-half {
  grid-template-columns: repeat(5, 55mm);
  grid-template-rows: repeat(4, 45.5mm);
  gap: 1px;
  justify-content: center;
}

.print-grid--strip {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 2px;
}

.print-card {
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.print-card--business {
  padding: 2mm 3mm;
  font-size: 1.1em;
}

.print-card--business-half {
  padding: 1mm 2mm;
  font-size: 0.9em;
}

/* strip layout removed */
.card-store {
  margin-bottom: 1px;
}

.store-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 12mm;
}

.store-logo {
  font-size: 0.7em;
}

.store-logo-img {
  width: 8mm;
  height: 5mm;
  object-fit: contain;
  margin-right: 1mm;
}

.store-logo-fallback {
  font-size: 0.7em;
  margin-right: 1mm;
}

.store-name {
  font-size: 0.8em;
  color: #666;
  font-weight: 500;
  flex: 1;
  line-height: 1.1;
}

.store-logo-area {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 25mm;
  height: 15mm;
}

.header-logo-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}

.header-logo-fallback {
  font-size: 0.7em;
  color: #666;
}

.card-species {
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
  line-height: 1.1;
  margin-bottom: 3px;
}

.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.card-detail {
  font-size: 0.8em;
  color: #666;
  line-height: 1.1;
  margin: 0;
}

.card-detail-line {
  font-size: 0.85em;
  color: #444;
  line-height: 1.2;
  margin: 0 -4px;
  background: #f2f2f2;
  padding: 3px 4px;
}

.card-notes {
  font-size: 0.9em;
  color: #888;
  margin-top: 1px;
  font-style: italic;
  line-height: 1.1;
}

.card-photo {
  text-align: center;
  font-size: 1em;
  margin-top: 1mm;
  color: #999;
}

.card-photo-container {
  text-align: center;
  margin-top: auto;
  margin-bottom: 2px;
  overflow: hidden;
  position: relative;
}

.card-photo-img {
  border-radius: 2px;
  object-fit: cover;
}

.store-logo-overlay {
  position: absolute;
  bottom: 0.5mm;
  right: 0.5mm;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1mm;
  padding: 0.3mm;
  border: 0.2mm solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.3mm 0.8mm rgba(0, 0, 0, 0.1);
  z-index: 10;
  max-width: 5mm;
  max-height: 3.5mm;
}

.logo-overlay-img {
  max-width: 4.5mm;
  max-height: 3mm;
  object-fit: contain;
  display: block;
  width: auto;
  height: auto;
}

.logo-overlay-fallback {
  font-size: 0.7em;
  color: #666;
}

.card-photo-fallback {
  font-size: 1em;
  color: #999;
}

.card-price-area {
  margin-top: auto;
  padding-top: 1px;
  border-top: 1px solid #ddd;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
}

.card-price-only {
  font-weight: bold;
  font-size: 1.6em;
  color: #d63384;
  line-height: 1.1;
}

.card-price-normal {
  font-size: 1em;
  color: #999;
  text-decoration: line-through;
  line-height: 1.1;
}

.card-price-special {
  font-weight: bold;
  font-size: 1.8em;
  color: #dc3545;
  line-height: 1.1;
}

.empty-card {
  border: 1px dashed #ccc !important;
  background: #f9f9f9 !important;
}

.business-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  height: 100%;
}

.business-content {
  display: flex;
  gap: 0.8em;
  flex: 1;
  min-height: 0;
  align-items: flex-start;
}

.business-photo {
  flex-shrink: 0;
  width: 10em;
}

.business-photo .card-photo-container {
  width: 10em;
  height: 10em;
  overflow: hidden;
  border-radius: 0.6em;
  background: #eee;
  flex-shrink: 0;
}

.business-photo .card-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.business-photo .store-logo-overlay {
  top: 0;
  left: 0;
}

.business-photo .logo-overlay-img {
  max-width: 5em;
  max-height: 4em;
  width: auto;
  height: auto;
}

.business-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  min-width: 0;
}

.info-item {
  font-size: 0.9em;
  color: #666;
  line-height: 1.1;
}

.info-notes {
  font-size: 0.9em;
  color: #888;
  font-style: italic;
  line-height: 1.1;
  flex: 1;
}

.info-price {
  margin-top: auto;
  text-align: center;
  padding-top: 0.3em;
}

.info-price .price-only {
  color: #333;
  font-size: 1.4em;
  font-weight: bold;
  display: block;
}

.info-price .price-normal {
  color: #999;
  font-size: 1em;
  text-decoration: line-through;
}

.info-price .price-special {
  color: #dc3545;
  font-size: 1.5em;
  font-weight: bold;
}

.business_half-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
  height: 100%;
}

.business_half-content {
  display: flex;
  gap: 0.3em;
  flex: 1;
  min-height: 0;
  align-items: flex-start;
}

.business_half-photo {
  flex-shrink: 0;
  width: 5em;
}

.business_half-photo .card-photo-container {
  width: 5em;
  height: 5em;
  overflow: hidden;
  border-radius: 0.3em;
  background: #eee;
  flex-shrink: 0;
}

.business_half-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15em;
  min-width: 0;
}

.business_half-card .card-species {
  font-weight: bold;
  font-size: 1.2em;
  color: #333;
  line-height: 1.1;
  margin-top: 2px;
  margin-bottom: 1px;
}

.business_half-card .card-detail {
  font-size: 0.9em;
  color: #666;
  line-height: 1.1;
  margin: 0;
}

.business_half-card .card-price-area {
  margin-top: auto;
  padding-top: 1px;
  border-top: 1px solid #ddd;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.business_half-card .card-price-only {
  font-weight: bold;
  font-size: 1.4em;
  color: #d63384;
  line-height: 1.1;
}

.business_half-card .card-price-normal {
  font-size: 0.9em;
  color: #999;
  text-decoration: line-through;
  line-height: 1.1;
}

.business_half-card .card-price-special {
  font-weight: bold;
  font-size: 1.75em;
  color: #dc3545;
  line-height: 1.1;
}

.business_half-card .store-name {
  font-size: 0.6em;
  text-align: center;
  width: 100%;
}

.business_half-card .store-header {
  justify-content: center;
  height: 1.7em;
}

/* strip layout removed */
@media print {
  body * {
    visibility: hidden;
  }
  .result-area, .result-area * {
    visibility: visible;
  }
  .result-area {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background: #fff;
  }
  .a4-page.portrait {
    width: 210mm;
    height: 297mm;
    border: none;
    box-shadow: none;
  }
  .a4-page.landscape {
    width: 297mm;
    height: 210mm;
    border: none;
    box-shadow: none;
  }
  .print-card {
    break-inside: avoid;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .container {
    padding: 10px;
  }
  header h1 {
    font-size: 2em;
  }
  .main-layout {
    grid-template-columns: 1fr !important;
    gap: 1em !important;
  }
  .left-column {
    width: 100% !important;
  }
  .right-column {
    min-width: 0 !important;
  }
  .animal-grid {
    max-height: 300px !important;
  }
  .animal-card {
    padding: 0.5em;
    font-size: 0.7em;
  }
  .animal-image-container {
    width: 28px;
    height: 28px;
  }
  .settings-compact {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75em;
  }
  .setting-select {
    min-width: auto;
    width: 100%;
  }
  .fields-checkboxes {
    justify-content: center;
  }
  .controls {
    flex-direction: row;
    justify-content: center;
  }
  .download-controls {
    flex-direction: row;
    justify-content: center;
  }
  .a4-page {
    width: 100%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 1/1.414;
  }
  .category-filters {
    gap: 0.3em;
  }
  .category-filters label {
    font-size: 0.65em;
    padding: 0.2em 0.3em;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.92em;
  }
  .container {
    padding: 10px;
  }
  section {
    margin-bottom: 1em;
    padding: 0.75em;
  }
  .font-settings-section {
    margin-bottom: 1em;
    padding: 0.75em;
  }
  .font-settings {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .font-setting-row {
    gap: 8px;
  }
  .main-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 1em;
    align-items: start;
  }
  .left-column {
    width: 280px;
  }
  .right-column {
    min-width: 0;
  }
  .animal-grid {
    max-height: 400px;
  }
}
.muDb {
  display: block !important;
}

.muDn {
  display: none !important;
}

.muFwn {
  font-weight: normal;
}

.muFwb {
  font-weight: bold;
}

.muTal {
  text-align: left;
}

.muTar {
  text-align: right;
}

.muTac {
  text-align: center;
}

.muPor {
  position: relative;
}

.muPoa {
  position: absolute;
}

.muPen {
  pointer-events: none;
}

.muDf_noWrap {
  display: flex;
}

.muDf {
  display: flex;
  flex-wrap: wrap;
}

.muDf_jcsb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.muDf_jcc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

[class*=Df]::before, [class*=Df]::after {
  content: "";
  display: block;
}
[class*=Df]::before {
  order: 100;
}

[class*=muDf].ais {
  align-items: start;
}
[class*=muDf].aic {
  align-items: center;
}
[class*=muDf].aie {
  align-items: flex-end;
}
[class*=muDf].reverse {
  flex-direction: row-reverse;
}
[class*=muDf].dirCol {
  flex-direction: column;
}

.muOw,
[class*=muOw_of] {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.muOw_restore {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  width: 100vw;
}

[class*=muOw_of] img {
  width: 100%;
  height: 100%;
}

.muOw_of_cover img {
  object-fit: cover;
}

.muFz05e {
  font-size: 0.5em;
}

.muFz06e {
  font-size: 0.6em;
}

.muFz07e {
  font-size: 0.7em;
}

.muFz08e {
  font-size: 0.8em;
}

.muFz09e {
  font-size: 0.9em;
}

.muFz10e {
  font-size: 1em;
}

.muFz11e {
  font-size: 1.1em;
}

.muFz12e {
  font-size: 1.2em;
}

.muFz13e {
  font-size: 1.3em;
}

.muFz14e {
  font-size: 1.4em;
}

.muFz15e {
  font-size: 1.5em;
}

.muFz16e {
  font-size: 1.6em;
}

.muFz17e {
  font-size: 1.7em;
}

.muFz18e {
  font-size: 1.8em;
}

.muFz19e {
  font-size: 1.9em;
}

.muFz20e {
  font-size: 2em;
}

.muMa {
  margin-left: auto !important;
  margin-right: auto !important;
}

.muW100p {
  width: 100% !important;
}

.muVp1e {
  padding-top: 1em;
  padding-bottom: 1em;
}

.muHp1e {
  padding-left: 1em;
  padding-right: 1em;
}

.muVm1e {
  margin-top: 1em;
  margin-bottom: 1em;
}

.muPt1e {
  padding-top: 1em;
}

.muPb1e {
  padding-bottom: 1em;
}

.muPl1e {
  padding-left: 1em;
}

.muPr1e {
  padding-right: 1em;
}

.muMt1e {
  margin-top: 1em;
}

.muMb1e {
  margin-bottom: 1em;
}

.muMl1e {
  margin-left: 1em;
}

.muMr1e {
  margin-right: 1em;
}

.muVp2e {
  padding-top: 2em;
  padding-bottom: 2em;
}

.muHp2e {
  padding-left: 2em;
  padding-right: 2em;
}

.muVm2e {
  margin-top: 2em;
  margin-bottom: 2em;
}

.muPt2e {
  padding-top: 2em;
}

.muPb2e {
  padding-bottom: 2em;
}

.muPl2e {
  padding-left: 2em;
}

.muPr2e {
  padding-right: 2em;
}

.muMt2e {
  margin-top: 2em;
}

.muMb2e {
  margin-bottom: 2em;
}

.muMl2e {
  margin-left: 2em;
}

.muMr2e {
  margin-right: 2em;
}

.muVp3e {
  padding-top: 3em;
  padding-bottom: 3em;
}

.muHp3e {
  padding-left: 3em;
  padding-right: 3em;
}

.muVm3e {
  margin-top: 3em;
  margin-bottom: 3em;
}

.muPt3e {
  padding-top: 3em;
}

.muPb3e {
  padding-bottom: 3em;
}

.muPl3e {
  padding-left: 3em;
}

.muPr3e {
  padding-right: 3em;
}

.muMt3e {
  margin-top: 3em;
}

.muMb3e {
  margin-bottom: 3em;
}

.muMl3e {
  margin-left: 3em;
}

.muMr3e {
  margin-right: 3em;
}

.muVp4e {
  padding-top: 4em;
  padding-bottom: 4em;
}

.muHp4e {
  padding-left: 4em;
  padding-right: 4em;
}

.muVm4e {
  margin-top: 4em;
  margin-bottom: 4em;
}

.muPt4e {
  padding-top: 4em;
}

.muPb4e {
  padding-bottom: 4em;
}

.muPl4e {
  padding-left: 4em;
}

.muPr4e {
  padding-right: 4em;
}

.muMt4e {
  margin-top: 4em;
}

.muMb4e {
  margin-bottom: 4em;
}

.muMl4e {
  margin-left: 4em;
}

.muMr4e {
  margin-right: 4em;
}

.muVp5e {
  padding-top: 5em;
  padding-bottom: 5em;
}

.muHp5e {
  padding-left: 5em;
  padding-right: 5em;
}

.muVm5e {
  margin-top: 5em;
  margin-bottom: 5em;
}

.muPt5e {
  padding-top: 5em;
}

.muPb5e {
  padding-bottom: 5em;
}

.muPl5e {
  padding-left: 5em;
}

.muPr5e {
  padding-right: 5em;
}

.muMt5e {
  margin-top: 5em;
}

.muMb5e {
  margin-bottom: 5em;
}

.muMl5e {
  margin-left: 5em;
}

.muMr5e {
  margin-right: 5em;
}

.muVp6e {
  padding-top: 6em;
  padding-bottom: 6em;
}

.muHp6e {
  padding-left: 6em;
  padding-right: 6em;
}

.muVm6e {
  margin-top: 6em;
  margin-bottom: 6em;
}

.muPt6e {
  padding-top: 6em;
}

.muPb6e {
  padding-bottom: 6em;
}

.muPl6e {
  padding-left: 6em;
}

.muPr6e {
  padding-right: 6em;
}

.muMt6e {
  margin-top: 6em;
}

.muMb6e {
  margin-bottom: 6em;
}

.muMl6e {
  margin-left: 6em;
}

.muMr6e {
  margin-right: 6em;
}

.muVp7e {
  padding-top: 7em;
  padding-bottom: 7em;
}

.muHp7e {
  padding-left: 7em;
  padding-right: 7em;
}

.muVm7e {
  margin-top: 7em;
  margin-bottom: 7em;
}

.muPt7e {
  padding-top: 7em;
}

.muPb7e {
  padding-bottom: 7em;
}

.muPl7e {
  padding-left: 7em;
}

.muPr7e {
  padding-right: 7em;
}

.muMt7e {
  margin-top: 7em;
}

.muMb7e {
  margin-bottom: 7em;
}

.muMl7e {
  margin-left: 7em;
}

.muMr7e {
  margin-right: 7em;
}

@media (max-width: 767px) {
  .spPen {
    pointer-events: none;
  }
  .spFwn {
    font-weight: normal;
  }
  .spFwb {
    font-weight: bold;
  }
  .spTal {
    text-align: left;
  }
  .spTar {
    text-align: right;
  }
  .spTac {
    text-align: center;
  }
  .spDb {
    display: block !important;
  }
  .spDn {
    display: none !important;
  }
  .spDf_noWrap {
    display: flex;
  }
  .spDf {
    display: flex;
    flex-wrap: wrap;
  }
  .spDf_jcc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .spDf_jcsb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  [class*=spDf].aic {
    align-items: center;
  }
  [class*=spDf].aie {
    align-items: flex-end;
  }
  [class*=spDf].reverse {
    flex-direction: row-reverse;
  }
  [class*=spDf].dirCol {
    flex-direction: column;
  }
  .spPartition2::before, .spPartition2::after,
  .spPartition2 > * {
    width: 50%;
  }
  .spPartition3::before, .spPartition3::after,
  .spPartition3 > * {
    width: 33.3%;
    width: 33.3333333333%;
  }
  .spCol2::before, .spCol2::after,
  .spCol2 > * {
    width: 48.5%;
  }
  .spCol3::before, .spCol3::after,
  .spCol3 > * {
    width: 33%;
  }
  .spFz05e {
    font-size: 0.5em;
  }
  .spFz06e {
    font-size: 0.6em;
  }
  .spFz07e {
    font-size: 0.7em;
  }
  .spFz08e {
    font-size: 0.8em;
  }
  .spFz09e {
    font-size: 0.9em;
  }
  .spFz10e {
    font-size: 1em;
  }
  .spFz11e {
    font-size: 1.1em;
  }
  .spFz12e {
    font-size: 1.2em;
  }
  .spFz13e {
    font-size: 1.3em;
  }
  .spFz14e {
    font-size: 1.4em;
  }
  .spFz15e {
    font-size: 1.5em;
  }
  .spFz16e {
    font-size: 1.6em;
  }
  .spFz17e {
    font-size: 1.7em;
  }
  .spFz18e {
    font-size: 1.8em;
  }
  .spFz19e {
    font-size: 1.9em;
  }
  .spFz20e {
    font-size: 2em;
  }
  .spVp1e {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .spVm1e {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .spPt1e {
    padding-top: 1em;
  }
  .spPb1e {
    padding-bottom: 1em;
  }
  .spPl1e {
    padding-left: 1em;
  }
  .spPr1e {
    padding-right: 1em;
  }
  .spMt1e {
    margin-top: 1em;
  }
  .spMb1e {
    margin-bottom: 1em;
  }
  .spMl1e {
    margin-left: 1em;
  }
  .spMr1e {
    margin-right: 1em;
  }
  .spVp2e {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .spVm2e {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .spPt2e {
    padding-top: 2em;
  }
  .spPb2e {
    padding-bottom: 2em;
  }
  .spPl2e {
    padding-left: 2em;
  }
  .spPr2e {
    padding-right: 2em;
  }
  .spMt2e {
    margin-top: 2em;
  }
  .spMb2e {
    margin-bottom: 2em;
  }
  .spMl2e {
    margin-left: 2em;
  }
  .spMr2e {
    margin-right: 2em;
  }
  .spVp3e {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .spVm3e {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .spPt3e {
    padding-top: 3em;
  }
  .spPb3e {
    padding-bottom: 3em;
  }
  .spPl3e {
    padding-left: 3em;
  }
  .spPr3e {
    padding-right: 3em;
  }
  .spMt3e {
    margin-top: 3em;
  }
  .spMb3e {
    margin-bottom: 3em;
  }
  .spMl3e {
    margin-left: 3em;
  }
  .spMr3e {
    margin-right: 3em;
  }
  .spVp4e {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .spVm4e {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .spPt4e {
    padding-top: 4em;
  }
  .spPb4e {
    padding-bottom: 4em;
  }
  .spPl4e {
    padding-left: 4em;
  }
  .spPr4e {
    padding-right: 4em;
  }
  .spMt4e {
    margin-top: 4em;
  }
  .spMb4e {
    margin-bottom: 4em;
  }
  .spMl4e {
    margin-left: 4em;
  }
  .spMr4e {
    margin-right: 4em;
  }
  .spVp5e {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .spVm5e {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .spPt5e {
    padding-top: 5em;
  }
  .spPb5e {
    padding-bottom: 5em;
  }
  .spPl5e {
    padding-left: 5em;
  }
  .spPr5e {
    padding-right: 5em;
  }
  .spMt5e {
    margin-top: 5em;
  }
  .spMb5e {
    margin-bottom: 5em;
  }
  .spMl5e {
    margin-left: 5em;
  }
  .spMr5e {
    margin-right: 5em;
  }
  .spOw,
  [class*=spOw_of] {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .pcPen {
    pointer-events: none;
  }
  .pcFwn {
    font-weight: normal;
  }
  .pcFwb {
    font-weight: bold;
  }
  .pcTal {
    text-align: left;
  }
  .pcTar {
    text-align: right;
  }
  .pcTac {
    text-align: center;
  }
  .pcDb {
    display: block !important;
  }
  .pcDn {
    display: none !important;
  }
  .pcDf_noWrap {
    display: flex;
  }
  .pcDf {
    display: flex;
    flex-wrap: wrap;
  }
  .pcDf_jcc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pcDf_jcsb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  [class*=pcDf].ais {
    align-items: start;
  }
  [class*=pcDf].aic {
    align-items: center;
  }
  [class*=pcDf].aie {
    align-items: flex-end;
  }
  [class*=pcDf].reverse {
    flex-direction: row-reverse;
  }
  [class*=pcDf].dirCol {
    flex-direction: column;
  }
  .pcPartition2 .indexCase_slider,
  .pcPartition2 .indexGallery_slider {
    width: 54.665%;
  }
  .pcPartition2 .indexCase_slider-thumbnail,
  .pcPartition2 .indexGallery_slider-thumbnail {
    width: 44.532%;
  }
  .pcCol2::before, .pcCol2::after,
  .pcCol2 > * {
    width: 48.5%;
  }
  .pcPartition3::before, .pcPartition3::after,
  .pcPartition3 > * {
    width: 33.3%;
    width: 33.3333333333%;
  }
  .pcCol3::before, .pcCol3::after,
  .pcCol3 > * {
    width: 31.2%;
  }
  .pcPartition4::before, .pcPartition4::after,
  .pcPartition4 > * {
    width: 25%;
  }
  .pcCol4::before, .pcCol4::after,
  .pcCol4 > * {
    width: 24.2%;
  }
  .houseDatas {
    align-items: normal;
  }
  .pcFz05e {
    font-size: 0.5em;
  }
  .pcFz06e {
    font-size: 0.6em;
  }
  .pcFz07e {
    font-size: 0.7em;
  }
  .pcFz08e {
    font-size: 0.8em;
  }
  .pcFz09e {
    font-size: 0.9em;
  }
  .pcFz10e {
    font-size: 1em;
  }
  .pcFz11e {
    font-size: 1.1em;
  }
  .pcFz12e {
    font-size: 1.2em;
  }
  .pcFz13e {
    font-size: 1.3em;
  }
  .pcFz14e {
    font-size: 1.4em;
  }
  .pcFz15e {
    font-size: 1.5em;
  }
  .pcFz16e {
    font-size: 1.6em;
  }
  .pcFz17e {
    font-size: 1.7em;
  }
  .pcFz18e {
    font-size: 1.8em;
  }
  .pcFz19e {
    font-size: 1.9em;
  }
  .pcFz20e {
    font-size: 2em;
  }
  .pcVp1e {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .pcVm1e {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .pcPt1e {
    padding-top: 1em;
  }
  .pcPb1e {
    padding-bottom: 1em;
  }
  .pcPl1e {
    padding-left: 1em;
  }
  .pcPr1e {
    padding-right: 1em;
  }
  .pcMt1e {
    margin-top: 1em;
  }
  .pcMb1e {
    margin-bottom: 1em;
  }
  .pcMl1e {
    margin-left: 1em;
  }
  .pcMr1e {
    margin-right: 1em;
  }
  .pcVp2e {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .pcVm2e {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .pcPt2e {
    padding-top: 2em;
  }
  .pcPb2e {
    padding-bottom: 2em;
  }
  .pcPl2e {
    padding-left: 2em;
  }
  .pcPr2e {
    padding-right: 2em;
  }
  .pcMt2e {
    margin-top: 2em;
  }
  .pcMb2e {
    margin-bottom: 2em;
  }
  .pcMl2e {
    margin-left: 2em;
  }
  .pcMr2e {
    margin-right: 2em;
  }
  .pcVp3e {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .pcVm3e {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .pcPt3e {
    padding-top: 3em;
  }
  .pcPb3e {
    padding-bottom: 3em;
  }
  .pcPl3e {
    padding-left: 3em;
  }
  .pcPr3e {
    padding-right: 3em;
  }
  .pcMt3e {
    margin-top: 3em;
  }
  .pcMb3e {
    margin-bottom: 3em;
  }
  .pcMl3e {
    margin-left: 3em;
  }
  .pcMr3e {
    margin-right: 3em;
  }
  .pcVp4e {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .pcVm4e {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .pcPt4e {
    padding-top: 4em;
  }
  .pcPb4e {
    padding-bottom: 4em;
  }
  .pcPl4e {
    padding-left: 4em;
  }
  .pcPr4e {
    padding-right: 4em;
  }
  .pcMt4e {
    margin-top: 4em;
  }
  .pcMb4e {
    margin-bottom: 4em;
  }
  .pcMl4e {
    margin-left: 4em;
  }
  .pcMr4e {
    margin-right: 4em;
  }
  .pcVp5e {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .pcVm5e {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .pcPt5e {
    padding-top: 5em;
  }
  .pcPb5e {
    padding-bottom: 5em;
  }
  .pcPl5e {
    padding-left: 5em;
  }
  .pcPr5e {
    padding-right: 5em;
  }
  .pcMt5e {
    margin-top: 5em;
  }
  .pcMb5e {
    margin-bottom: 5em;
  }
  .pcMl5e {
    margin-left: 5em;
  }
  .pcMr5e {
    margin-right: 5em;
  }
}/*# sourceMappingURL=style.css.map */