/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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-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:  ;
}

::-webkit-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-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:  ;
}

::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-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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 767px) {

  .container {
    max-width: 767px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-\[25\%\] {
  top: 25%;
}
.bottom-\[16\%\] {
  bottom: 16%;
}
.left-0 {
  left: 0px;
}
.left-\[-15px\] {
  left: -15px;
}
.bottom-\[10\%\] {
  bottom: 10%;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.float-right {
  float: right;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mr-3\.5 {
  margin-right: 0.875rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mr-auto {
  margin-right: auto;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mr-\[-0\.35rem\] {
  margin-right: -0.35rem;
}
.mt-\[-0\.65rem\] {
  margin-top: -0.65rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-\[0\.5rem\] {
  margin-right: 0.5rem;
}
.ml-\[13\.75rem\] {
  margin-left: 13.75rem;
}
.ml-\[-0\.65rem\] {
  margin-left: -0.65rem;
}
.mr-\[1rem\] {
  margin-right: 1rem;
}
.ml-\[-\.45rem\] {
  margin-left: -.45rem;
}
.ml-\[\.65rem\] {
  margin-left: .65rem;
}
.ml-\[0rem\] {
  margin-left: 0rem;
}
.mt-\[-0\.20rem\] {
  margin-top: -0.20rem;
}
.mt-\[0\.20rem\] {
  margin-top: 0.20rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-\[20px\] {
  height: 20px;
}
.\!h-\[150px\] {
  height: 150px !important;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[50px\] {
  height: 50px;
}
.h-5 {
  height: 1.25rem;
}
.h-\[45px\] {
  height: 45px;
}
.w-full {
  width: 100%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-1\/2 {
  width: 50%;
}
.w-\[20px\] {
  width: 20px;
}
.w-32 {
  width: 8rem;
}
.w-3\/6 {
  width: 50%;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[470px\] {
  width: 470px;
}
.w-5 {
  width: 1.25rem;
}
.min-w-\[35\%\] {
  min-width: 35%;
}
.min-w-\[20rem\] {
  min-width: 20rem;
}
.min-w-\[55px\] {
  min-width: 55px;
}
.min-w-\[14rem\] {
  min-width: 14rem;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[135px\] {
  min-width: 135px;
}
.min-w-\[75px\] {
  min-width: 75px;
}
.min-w-\[65px\] {
  min-width: 65px;
}
.min-w-\[95px\] {
  min-width: 95px;
}
.min-w-\[43\%\] {
  min-width: 43%;
}
.min-w-\[41\%\] {
  min-width: 41%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[170px\] {
  max-width: 170px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.\!max-w-none {
  max-width: none !important;
}
.table-fixed {
  table-layout: fixed;
}
@-webkit-keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-move {
  cursor: move;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-3 {
  gap: 0.75rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.\!border-0 {
  border-width: 0px !important;
}
.border-solid {
  border-style: solid;
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.bg-\[\#B0FCDF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(176 252 223 / var(--tw-bg-opacity));
}
.bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-\[\#A1D6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(161 214 255 / var(--tw-bg-opacity));
}
.bg-\[\#62A2EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(98 162 239 / var(--tw-bg-opacity));
}
.bg-\[\#66BDFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 189 255 / var(--tw-bg-opacity));
}
.bg-\[\#40D2FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 210 255 / var(--tw-bg-opacity));
}
.bg-\[\#75D4FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(117 212 255 / var(--tw-bg-opacity));
}
.bg-\[\#B0EAFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(176 234 252 / var(--tw-bg-opacity));
}
.bg-\[\#F9FCB0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 176 / var(--tw-bg-opacity));
}
.bg-\[\#D9F6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 246 255 / var(--tw-bg-opacity));
}
.bg-\[\#FBFFD9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 255 217 / var(--tw-bg-opacity));
}
.bg-\[\#E9D9FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 217 255 / var(--tw-bg-opacity));
}
.bg-\[\#FFD9DD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 221 / var(--tw-bg-opacity));
}
.bg-\[\#D9FFDF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 255 223 / var(--tw-bg-opacity));
}
.bg-\[\#FFEFD9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 217 / var(--tw-bg-opacity));
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-primary-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 177 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pl-\[60px\] {
  padding-left: 60px;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.text-center {
  text-align: center;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[9\.5px\] {
  font-size: 9.5px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[18px\] {
  font-size: 18px;
}
.\!text-\[30px\] {
  font-size: 30px !important;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-light-red {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-\[\#ef475b\] {
  --tw-text-opacity: 1;
  color: rgb(239 71 91 / var(--tw-text-opacity));
}
.text-\[\#31708F\] {
  --tw-text-opacity: 1;
  color: rgb(49 112 143 / var(--tw-text-opacity));
}
.text-primary-blue {
  --tw-text-opacity: 1;
  color: rgb(0 75 177 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  height: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  height: 100%;
  color: #3b4043;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

.heading {
  margin: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 767px) {

  .heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.heading__links {
  display: inline-block;
  padding-bottom: 70px;
  font-size: 22px;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 4px;
}

.section {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 767px) {

  .section {
    padding: 80px;
  }
}
.section__wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 900px;
}
.section__container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 1200px;
}
.section__text {
  max-width: 890px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}
@media (min-width: 767px) {

  .section__text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.section__text--red {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.section__text--gray {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.section__text--blue {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.section__text--extend {
  max-width: 1200px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}
@media (min-width: 767px) {

  .section__text--extend {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .section__text--indent {
    margin-left: 1rem;
  }
}

.button {
  display: flex;
  max-width: 250px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 177 / var(--tw-bg-opacity));
  padding: 0.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.button--small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 767px) {

  .button--small {
    font-size: 1.5vw;
  }
}
@media (min-width: 1024px) {

  .button--small {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.button--full {
  width: 100%;
  max-width: 360px;
}
@media (min-width: 767px) {

  .button--full {
    max-width: 100%;
  }
}
.button--mt {
  margin-top: 0.75rem;
}
@media (min-width: 767px) {

  .button--mt {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0px;
  }
}
.button--reversed {
  margin-top: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 75 177 / var(--tw-text-opacity));
}
.button--reversed:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 767px) {

  .button--reversed {
    margin-top: 0px;
    max-width: 125px;
  }
}
.button--sm {
  max-width: 150px;
}
.button--pagination {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 243 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 0.625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 75 177 / var(--tw-text-opacity));
}
.button--pagination:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
@media (min-width: 767px) {

  .button--back {
    position: absolute;
    left: 0px;
  }

  .button--left {
    left: 0px;
  }
}
.button--error {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 767px) {

  .button--error {
    right: auto;
  }
}
.button:disabled {
  pointer-events: none;
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.button--apply {
  display: flex;
  min-width: 120px;
  max-width: 250px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 177 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--apply:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.button--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.button--gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.button--red {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.button--red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.button--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.button--blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.button--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.button--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.button--add {
  margin-top: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.600rem;
  --tw-text-opacity: 1;
  color: rgb(0 75 177 / var(--tw-text-opacity));
}
.button--add:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 767px) {

  .button--add {
    margin-top: 0px;
    min-width: 10rem;
  }
}
.button--remove-btn {
  position: absolute;
  margin-top: -20px;
  margin-left: 0.4rem;
  height: 25px;
  width: 25px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 102 102 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--remove-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 102 102 / var(--tw-bg-opacity));
}

.form__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 767px) {

  .form__wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.form__wrapper--start {
  align-items: flex-start;
}
.form__wrapper--justify-center {
  justify-content: center;
}
.form__wrapper--row {
  flex-direction: row;
}
.form__wrapper--issue {
  padding-bottom: 0.25rem;
}
@media (min-width: 767px) {

  .form__wrapper--margin-left {
    margin-left: 13.75rem;
  }
}
.form__wrapper--issue-question1 {
  max-width: 44.5rem;
  padding-right: 5rem;
}
.form__wrapper--issue-question {
  margin-left: -10px;
  margin-bottom: 0.75rem;
  display: block;
  max-width: 41.2rem;
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0px;
  padding-left: 0.625rem;
  padding-right: 1rem;
}
@media (min-width: 767px) {

  .form__wrapper--margin-left {
    margin-left: 13.75rem;
  }
}
.form__label {
  margin-bottom: 0.25rem;
  min-width: 200px;
  max-width: 200px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
@media (min-width: 767px) {

  .form__label {
    margin-bottom: 0px;
    margin-right: 1.25rem;
  }
}
.form__label--secondary {
  margin-right: 0.25rem;
  min-width: 85px;
  max-width: 85px;
}
.form__label--xs {
  margin-right: 0.25rem;
  min-width: 70px;
  max-width: 70px;
}
.form__label--auto {
  margin-right: 0.375rem;
  min-width: 0px;
}
.form__label--md {
  margin-right: 0.25rem;
  min-width: 100px;
  max-width: 100px;
}
.form__label--baseline {
  align-self: baseline;
}
.form__label--issue {
  min-width: 100px;
  max-width: 100px;
}
.form__text {
  word-break: break-all;
  font-weight: 700;
}
.form__select,  .form__input {
  height: 40px;
  width: 100%;
}
.form__button-wrapper {
  position: relative;
  margin-top: 0.75rem;
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.form__button-wrapper--flex-row {
  justify-content: space-between;
}
@media (min-width: 767px) {

  .form__button-wrapper--flex-row {
    flex-direction: row;
  }
}
.form__input:focus,  .form__select:focus,  .form__checkbox:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}
.form__checkbox,  .form__radio {
  margin-right: 0.375rem;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 75 177 / var(--tw-text-opacity));
}
.form__checkbox:focus,  .form__radio:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}
.form__checkbox ~ label,  .form__radio ~ label {
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
}
.form__checkbox ~ label i,  .form__radio ~ label i {
  padding-left: 0.375rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.form__check-wrapper,  .form__radio-wrapper {
  margin-right: 1.25rem;
  display: inline-flex;
  height: 40px;
  align-items: center;
}
.form__column-wrapper {
  display: flex;
  align-items: center;
}
.form__column-wrapper span {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  display: block;
}
.form__input::-moz-placeholder {
  color: #ccc;
}
.form__input::placeholder {
  color: #ccc;
}
.form__textarea {
  height: 90px;
  width: 100%;
  resize: none;
  padding: 0.375rem;
}
.form__date {
  background: #fff url("/img/icons/calendar.svg") no-repeat;
  background-position: right 10px center;
}
.form__error {
  margin-top: 0.125rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.form__issue-note {
  font-size: 0.70rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
@media (min-width: 767px) {

  .form__issue-note {
    margin-left: 0.35rem;
  }
}
.form__issue-note {
  font-size: 0.70rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
@media (min-width: 767px) {

  .form__issue-note {
    margin-left: 0.35rem;
  }
}
.form__pre-line {
  white-space: pre-line;
}
.form__file-label-wrapper {
  position: relative;
  display: flex;
  height: 150px;
  width: 150px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.form__file-label {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.form__file-label i, 
.form__file-label span {
  z-index: -1;
}
.form__file-label--dashed {
  height: 150px;
  width: 100%;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.form__file {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.form__filename {
  display: block;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form__filename-wrapper {
  display: flex;
  width: 32%;
  align-items: center;
  justify-content: space-between;
}

.form-label {
  font-weight: bold;
}

.multipleSelection {
  width: 30%;
  margin: 0 5px;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
}

.optionsContainer {
  display: none;
  position: absolute;
  min-width: 22.444%;
  max-height: 150px; /* Set the maximum height for the options container */
  overflow-y: auto; /* Enable vertical scrolling when options exceed max height */
  border: 1px #8DF5E4 solid;
  z-index: 2; /* Ensure the optionsContainer is on top of the overSelect */
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#targetAttributes,
#targetLearningPhase,
#subTeacher {
  display: none;
  border: 1px #8DF5E4 solid;
  background-color: white;
}

#targetAttributes label,
#targetLearningPhase label,
#subTeacher label {
  display: block;
  padding: 5px 15px;
}

@media (max-width: 767px) {
  .form__wrapper--issue-question1 {
    width: auto;
    padding-right: 0px;
  }
  .form__wrapper--issue-question {
    margin-top: 0.25rem;
    margin-left: auto;
    width: auto;
  }
  .form__wrapper--filter {
    display: block;
  }
  .form__wrapper--filter label {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    display: block;
  }
  .form__wrapper--filter .multipleSelection {
    display: block !important;
    min-width: -webkit-fill-available;
  }
  .form__wrapper--filter .optionsContainer {
    display: block;
    margin-right: 25px;
    min-width: -webkit-fill-available;
    max-width: -webkit-fill-available;
  }
  .form__wrapper--filter .section__container {
    display: flex;
    justify-content: center !important;
  }
  .filterSearch {
    display: flex;
    justify-content: center;
  }
}
.progress__wrapper {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.progress__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress__list--2 .progress__item:last-child::after {
  width: 100%;
}
.progress__list--4 .progress__item:nth-child(2)::after, .progress__list--4 .progress__item:nth-child(3)::after, .progress__list--4 .progress__item:last-child::after {
  width: 33.3333333333%;
}
.progress__list--4 .progress__item:nth-child(3)::after {
  left: 33.3333333333%;
}
.progress__item {
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.progress__item:nth-child(2)::after, .progress__item:nth-child(3)::after, .progress__item:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  height: 8px;
  width: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.progress__item:nth-child(2)::after {
  left: 0px;
}
.progress__item:last-child::after {
  right: 0px;
}
.progress__item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.progress__item.active::after {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.modal__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.2;
}
.modal__content {
  z-index: 5;
  height: auto;
  max-height: 95%;
  width: 100%;
  max-width: 500px;
  overflow: auto;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.modal__button-wrapper {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 767px) {

  .modal__button-wrapper {
    flex-direction: row;
  }
}
.modal__button-wrapper .button {
  margin-bottom: 0.75rem;
  max-height: 44px;
  width: 100%;
}
@media (min-width: 767px) {

  .modal__button-wrapper .button {
    margin-bottom: 0px;
    max-height: 48px;
    min-width: 150px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.modal__confirmation-message {
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}
.modal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
  scroll-behavior: initial;
}

.legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.legend__item {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.legend__item--no-margin-right {
  margin-right: 0px;
}
.legend__color {
  margin-right: 0.375rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.legend__text {
  white-space: nowrap;
}

.table__header,  .table__data {
  position: relative;
  align-items: center;
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding: 0.5rem;
  text-align: center;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.table__header--wrap,  .table__data--wrap {
  white-space: normal;
}
.table__header--wrap--sub, .table__data--wrap--sub {
  word-break: keep-all;
}
.table__header--pre-line,  .table__data--pre-line {
  white-space: pre-line;
}
.table__header--left,  .table__data--left {
  text-align: left;
}
.table__header--blue,  .table__data--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(217 246 255 / var(--tw-bg-opacity));
}
.table__header--yellow,  .table__data--yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(251 255 217 / var(--tw-bg-opacity));
}
.table__header--purple,  .table__data--purple {
  --tw-bg-opacity: 1;
  background-color: rgb(233 217 255 / var(--tw-bg-opacity));
}
.table__header--red,  .table__data--red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 221 / var(--tw-bg-opacity));
}
.table__header--green,  .table__data--green {
  --tw-bg-opacity: 1;
  background-color: rgb(217 255 223 / var(--tw-bg-opacity));
}
.table__header--orange,  .table__data--orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 217 / var(--tw-bg-opacity));
}
.table__header--gray,  .table__data--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.table__header--date,  .table__data--date {
  vertical-align: middle;
}
.table__header--sticky,  .table__data--sticky {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.table__header {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table__header--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.table__label {
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.table__label--invisible {
  visibility: hidden;
}
.table__label--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(217 246 255 / var(--tw-bg-opacity));
}
.table__label--yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(251 255 217 / var(--tw-bg-opacity));
}
.table__label--purple {
  --tw-bg-opacity: 1;
  background-color: rgb(233 217 255 / var(--tw-bg-opacity));
}
.table__label--red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 221 / var(--tw-bg-opacity));
}
.table__label--green {
  --tw-bg-opacity: 1;
  background-color: rgb(217 255 223 / var(--tw-bg-opacity));
}
.table__label--orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 217 / var(--tw-bg-opacity));
}
.table__label:not(:last-child) {
  margin-bottom: 0.75rem;
}
.table__label-time {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.table__icons {
  display: block;
  width: 100%;
  cursor: pointer;
}
.table__icons i {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.table__icons i:not(:last-child) {
  margin-right: 0.375rem;
}
.table-container {
  position: relative;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}
@media (min-width: 767px) {

  .table-container {
    overflow: visible;
  }

  .table--selection {
    table-layout: fixed;
  }
}
.table--selection .table__header, 
.table--selection .table__data {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  vertical-align: middle;
}
.table--selection i {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.table--column_target {
  width: 9%;
}
.table--column_main_teacher {
  width: 9rem;
}
.table--column_sub_teacher {
  width: 6rem;
}
.table--column_numbers {
  width: 4%;
}
.table--topic_column_target {
  width: 45rem;
}

@media (min-width: 767px) {
  .none-lg-md {
    display: none;
  }
}
@media (max-width: 767px) {
  .table--topic_column_target {
    min-width: 18rem;
  }
}
.table-content tr:nth-child(odd) {
  background-color: #D8D8D8;
}

.table-border .table__data, .table-border .table__header {
  border-left: 2px solid #C7C8C8;
  border-right: 2px solid #C7C8C8;
  border-top: 2px solid #C7C8C8;
}

.profile__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 767px) {

  .profile__wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 17px;
  }
}
.profile__img-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 1rem;
  height: 220px;
  width: 200px;
  min-width: 200px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 245 / var(--tw-bg-opacity));
}
.profile__img-wrapper i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 8rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(152 166 181 / var(--tw-text-opacity));
}
.profile__img {
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile__name {
  margin-bottom: 1rem;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 767px) {

  .profile__name {
    text-align: left;
    font-size: 19px;
  }
}
.profile__details {
  margin-top: 1rem;
}
@media (min-width: 767px) {

  .profile__details {
    margin-top: 0px;
  }
}
.profile__white-space {
  white-space: pre-line;
}

.flash-message {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  min-height: 40px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  white-space: normal;
  word-break: break-all;
  border-radius: 0.25rem;
  padding: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.flash-message--info {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.flash-message--warning {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.flash-message--success {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.flash-message--failed {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.flash-message i {
  margin-left: 0.75rem;
  min-width: 30px;
  cursor: pointer;
  text-align: right;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.loading {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 4;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.loading__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.2;
}

.announcement {
  margin-top: 1.25rem;
  border-radius: 0.125rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.announcement__text {
  white-space: pre-line;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

[v-cloak] {
  display: none;
}

input[type=radio]:disabled {
  cursor: default;
  border-color: rgba(118, 118, 118, 0.3) !important;
}

.tooltip {
  position: relative;
}
.tooltip--title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.tooltip--title:hover .tooltip--content {
  display: block;
}
.tooltip--content {
  display: none;
  top: 50%;
  left: 90%;
  z-index: 1;
  background-color: white;
  padding: 1rem;
  font-size: 1rem;
  text-align: left;
}
@media (min-width: 767px) {

  .pc\:m-0 {
    margin: 0px;
  }

  .pc\:ml-6 {
    margin-left: 1.5rem;
  }

  .pc\:mt-0 {
    margin-top: 0px;
  }

  .pc\:ml-5 {
    margin-left: 1.25rem;
  }

  .pc\:mb-0 {
    margin-bottom: 0px;
  }

  .pc\:mr-4 {
    margin-right: 1rem;
  }

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

  .pc\:ml-3 {
    margin-left: 0.75rem;
  }

  .pc\:ml-2 {
    margin-left: 0.5rem;
  }

  .pc\:max-w-sm {
    max-width: 24rem;
  }

  .pc\:max-w-xs {
    max-width: 20rem;
  }

  .pc\:max-w-\[90\%\] {
    max-width: 90%;
  }

  .pc\:flex-row {
    flex-direction: row;
  }

  .pc\:items-center {
    align-items: center;
  }

  .pc\:justify-between {
    justify-content: space-between;
  }

  .pc\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .pc\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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