/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  clear: both;
  overflow: visible;
  /* 2 */
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  margin: 0;
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit;
  /* 2 */
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */

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

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/**
 * Fix appearance for Firefox
 */

[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-collapse: collapse;
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

:root {
  --color-background-default: #f0f0ff;
  --color-text-default: #343434;
  --color-border-default: #a0a0a0;
  --color-placeholder-default: hsl(0deg 0% 75%);
  /* ヘッダー部 */
  --color-header-background-default: var(--color-background-default);
  --color-header-text-default: var(--color-text-default);
  --color-header-border-default: #a0a0a0;
  /* メイン部 */
  --color-main-background-default: #fff;
  --color-main-text-default: var(--color-text-default);
  --color-main-border-default: #a0a0a0;
  /* フッター部 */
  --color-footer-background-default: #fffff8;
  --color-footer-text-default: #8b4513;
  --color-footer-border-default: #8b4513;
  /* パンクズリスト */
  --color-breadcrumbs-background-default: #f5f5f5;
  --color-breadcrumbs-text-default: #999;
  --color-breadcrumbs-border-default: #f5f5f5;
  --color-breadcrumbs-background-selected: #0070bd;
  --color-breadcrumbs-text-selected: #fff;
  --color-breadcrumbs-border-selected: #a0a0a0;
  --color-breadcrumbs-description-background-default: #ff8c00;
  --color-breadcrumbs-description-text-default: #fff;
  --color-breadcrumbs-description-border-default: #bc7d03;
  /* ドロップダウンリスト */
  --color-dropdown-background-default: whitesmoke;
  --color-dropdown-text-default: var(--color-text-default);
  --color-dropdown-border-default: #ff8c00;
  --color-dropdown-background-hover: #abdbf9;
  --color-dropdown-text-hover: #fce96b;
  --color-dropdown-border-hover: #ff8c00;
}

[data-theme="periwinkle"] {
  --color-background-default: #f0f0ff;
  --color-text-default: #343434;
  --color-border-default: #a0a0a0;
  --color-placeholder-default: hsl(0deg 0% 75%);
  /* ヘッダー部 */
  --color-header-background-default: var(--color-background-default);
  --color-header-text-default: var(--color-text-default);
  --color-header-border-default: #4f6cc4;
  /* メイン部 */
  --color-main-background-default: #fff;
  --color-main-text-default: var(--color-text-default);
  --color-main-border-default: #4f6cc4;
  /* フッター部 */
  --color-footer-background-default: var(--color-background-default);
  --color-footer-text-default: var(--color-text-default);
  --color-footer-border-default: #4f6cc4;
  /* パンクズリスト */
  --color-breadcrumbs-background-default: #f5f5f5;
  --color-breadcrumbs-text-default: #999;
  --color-breadcrumbs-border-default: #f5f5f5;
  --color-breadcrumbs-background-selected: #0070bd;
  --color-breadcrumbs-text-selected: #fff;
  --color-breadcrumbs-border-selected: #4f6cc4;
  --color-breadcrumbs-description-background-default: #40c0b0;
  --color-breadcrumbs-description-text-default: #fff;
  --color-breadcrumbs-description-border-default: #0c51d2;
  /* ドロップダウンリスト */
  --color-dropdown-background-default: #f5f5f5;
  --color-dropdown-text-default: var(--color-text-default);
  --color-dropdown-border-default: #0c51d2;
  --color-dropdown-background-hover: #abdbf9;
  --color-dropdown-text-hover: var(--color-text-default);
  --color-dropdown-border-hover: #0c51d2;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

html {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

body {
  color: var(--color-text-default);
  background-color: var(--color-background-default);
}

input[type="checkbox"] {
  position: relative;
  inset: 0;
  width: 14px;
  height: 14px;
  margin-right: 0.5rem;
  outline: none;
  background: #fff;
  border: 1px solid var(--color-border-default);
  border-radius: 3px;
}

input[type="checkbox"]:checked::before {
  position: absolute;
  top: 2px;
  left: 1px;
  display: inline-block;
  width: 9px;
  height: 6px;
  font-size: 20px;
  line-height: 15px;
  text-align: center;
  content: "";
  border-bottom: 2px solid #008080;
  border-left: 2px solid #008080;
  transform: rotate(-45deg);
}

input[type="email"],
  input[type="tel"],
  input[type="text"] {
  width: 100%;
  padding: 4px;
  border: solid 1px var(--color-border-default);
  border-radius: 2px;
}

input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder {
  color: var(--color-placeholder-default);
}

input[type="email"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="text"]::placeholder {
  color: var(--color-placeholder-default);
}

input[type="radio"] + label {
  position: relative;
  padding-left: 23px;
}

input[type="radio"] + label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: " ";
  border: 1px solid var(--color-border-default);
  border-radius: 25px;
}

input[type="radio"]:checked + label::after {
  position: absolute;
  top: 8px;
  left: 4px;
  display: block;
  width: 8px;
  height: 8px;
  content: " ";
  background-color: #008080;
  border-radius: 25px;
}

th,
  td {
  vertical-align: middle;
  border: solid 1px var(--color-border-default);
}

#select-date {
  table {
    width: 100%;
  }
  th {
    text-align: center;
  }
}

#select-time {
  table {
    margin: 0 auto;
  }
  th,
    td {
    height: 28px;
    text-align: center;
  }
  th {
    background-color: #f8f8f0;
  }
}

#entry,
  #confirm,
  #result {
  section.main {
    > div {
      width: 600px;
      margin: 0 auto 24px;
    }
    table {
      width: 100%;
    }
    th,
      td {
      min-height: 32px;
      padding: 4px;
      vertical-align: middle;
    }
    th {
      width: 200px;
      text-align: center;
      background-color: #f8f8f0;
    }
    td {
      word-break: break-all;
    }
    @media (width <= 640px) {
      > div {
        width: calc(100% - 16px);
      }

      th,
        td {
        display: block;
        width: 100%;
      }
    }
  }
}

#entry .required th::after {
  font-size: 12px;
  color: #f00;
  content: '*';
}

.wrapper {
  max-width: 800px;
  margin: 8px auto;
}

.header {
  width: 100%;
  padding: 0;
  margin: 0;
  color: var(--color-header-text-default);
  background-color: var(--color-header-background-default);
  border-color: var(--color-header-border-default);
}

.main {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
  color: var(--color-main-text-default);
  text-align: center;
  background-color: var(--color-main-background-default);
  border-color: var(--color-main-border-default);
}

.footer {
  width: 100%;
  padding: 8px 24px;
  margin-top: 20px;
  color: var(--color-footer-text-default);
  background-color: var(--color-footer-background-default);
  border-color: var(--color-footer-border-default);
  border-width: 2px 0;
}

.horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* パンクズリスト */

.breadcrumb {
  display: flex;
}

.breadcrumb div {
  position: relative;
  flex-grow: 1;
  height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  background-color: var(--color-breadcrumbs-background-default);
}

.breadcrumb div:not(:last-child)::before,
  .breadcrumb div:not(:last-child)::after {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  content: "";
  border-color: transparent;
  border-width: 24px;
  border-left: 12px solid var(--color-breadcrumbs-border-default);
}

.breadcrumb div:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: var(--color-breadcrumbs-border-default);
}

.breadcrumb div span {
  color: var(--color-breadcrumbs-text-default);
}

.breadcrumb div.selected {
  z-index: 1;
  background-color: var(--color-breadcrumbs-background-selected);
}

.breadcrumb div.selected:not(:last-child)::after {
  border-left-color: var(--color-breadcrumbs-background-selected);
}

.breadcrumb div.selected:not(:last-child)::before {
  border-left: none;
}

.breadcrumb div.selected span {
  color: var(--color-breadcrumbs-text-selected);
}

.breadcrumb-description h3 {
  padding: 4px 8px;
  color: var(--color-breadcrumbs-description-text-default);
  background-color: var(--color-breadcrumbs-description-background-default);
  border-top: 4px solid var(--color-breadcrumbs-description-border-default);
}

/* ドロップダウンリスト */

.dropdown {
  max-width: 600px;
  padding-right: 4px;
  padding-left: 4px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.dropdown li {
  margin-bottom: 5px;
  background-color: var(--color-dropdown-background-default);
  border-left: 8px solid var(--color-dropdown-border-default);
}

.dropdown li:hover {
  background-color: var(--color-dropdown-background-hover);
}

.dropdown li a {
  display: block;
  padding: 8px;
  color: var(--color-dropdown-text-default);
}

/* ボタン */

.button {
  padding: 8px 16px;
  color: #fff;
  border-radius: 12px;
}

.button img {
  display: inline-block;
  vertical-align: middle;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.mx-\[4px\] {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-\[4px\] {
  margin-left: 4px;
}

.ml-\[8px\] {
  margin-left: 8px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[15px\] {
  height: 15px;
}

.h-\[20px\] {
  height: 20px;
}

.h-auto {
  height: auto;
}

.max-h-\[400px\] {
  max-height: 400px;
}

.min-h-\[40px\] {
  min-height: 40px;
}

.\!w-\[28px\] {
  width: 28px !important;
}

.\!w-\[40px\] {
  width: 40px !important;
}

.\!w-\[48px\] {
  width: 48px !important;
}

.\!w-\[84px\] {
  width: 84px !important;
}

.w-1\/2 {
  width: 50%;
}

.w-\[128px\] {
  width: 128px;
}

.w-\[15px\] {
  width: 15px;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[600px\] {
  width: 600px;
}

.w-\[calc\(100\%-8px\)\] {
  width: calc(100% - 8px);
}

.w-full {
  width: 100%;
}

.max-w-\[260px\] {
  max-width: 260px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-full {
  max-width: 100%;
}

.resize-none {
  resize: none;
}

.flex-col {
  flex-direction: column;
}

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

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-\[3px\] {
  border-radius: 3px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[4px\] {
  border-width: 4px;
}

.border-double {
  border-style: double;
}

.border-\[\#000080\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 128 / var(--tw-border-opacity, 1));
}

.border-\[\#a0a0a0\] {
  --tw-border-opacity: 1;
  border-color: rgb(160 160 160 / var(--tw-border-opacity, 1));
}

.border-\[\#aaa\] {
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity, 1));
}

.border-\[\#bfbfbf\] {
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity, 1));
}

.bg-\[\#006DD9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#60cf80\] {
  --tw-bg-opacity: 1;
  background-color: rgb(96 207 128 / var(--tw-bg-opacity, 1));
}

.bg-\[\#c0e0ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 224 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#efefef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f0f0ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f8f8f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fafad2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 210 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ff80c0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 128 192 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffd0e0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 208 224 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-\[3px\] {
  padding: 3px;
}

.p-\[4px\] {
  padding: 4px;
}

.p-\[8px\] {
  padding: 8px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[3\] {
  padding-left: 3;
  padding-right: 3;
}

.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}

.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pl-\[6px\] {
  padding-left: 6px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.indent-\[16px\] {
  text-indent: 16px;
}

.align-middle {
  vertical-align: middle;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.text-\[\#000080\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 128 / var(--tw-text-opacity, 1));
}

.text-\[\#00f\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity, 1));
}

.text-\[\#343434\] {
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity, 1));
}

.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-\[\#aaa\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.text-\[\#c0c0c0\] {
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity, 1));
}

.text-\[\#f00\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.required {
  th::after {
    font-size: 12px;
    color: #f00;
    content: '*';
  }
}