@charset "UTF-8";
*, ::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:  ;
}
/*
! tailwindcss v3.4.19 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@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;
  }
}
.visible{
  visibility: visible;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.float-right{
  float: right;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-410p{
  width: 410px;
}
.w-48{
  width: 12rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-96{
  width: 24rem;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[80\%\]{
  width: 80%;
}
.w-content{
  width: 1140px;
}
.w-form-row{
  width: 415px;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-1{
  flex: 1 1 0%;
}
.transform{
  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));
}
.cursor-pointer{
  cursor: pointer;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.gap-4{
  gap: 1rem;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.bg-\[\#282c8d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 141 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E4ECF3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(228 236 243 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#E4ECF3\]{
  --tw-gradient-from: #E4ECF3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 236 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#E4ECF3\]{
  --tw-gradient-to: #E4ECF3 var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-normal{
  line-height: 1.5;
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-main-color{
  --tw-text-opacity: 1;
  color: rgb(194 0 28 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.shadow{
  --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);
}
.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);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
html {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

input[type=text], input[type=email], input[type=password], input[type=date], select {
  font-size: 16px;
}

.cat .cls-1 {
  fill: #d6b49a;
}
.cat .cls-1, .cat .cls-10, .cat .cls-11, .cat .cls-13, .cat .cls-14, .cat .cls-15, .cat .cls-17, .cat .cls-2, .cat .cls-4, .cat .cls-5, .cat .cls-6 {
  stroke: #000;
}
.cat .cls-1, .cat .cls-11, .cat .cls-13, .cat .cls-14, .cat .cls-16, .cat .cls-8 {
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cat .cls-1, .cat .cls-10, .cat .cls-11, .cat .cls-12, .cat .cls-13, .cat .cls-14, .cat .cls-15, .cat .cls-16, .cat .cls-17, .cat .cls-2, .cat .cls-3, .cat .cls-4, .cat .cls-5, .cat .cls-6, .cat .cls-7, .cat .cls-8, .cat .cls-9 {
  stroke-width: 3px;
}
.cat .cls-2 {
  fill: #020202;
}
.cat .cls-10, .cat .cls-12, .cat .cls-15, .cat .cls-17, .cat .cls-2, .cat .cls-3, .cat .cls-4, .cat .cls-5, .cat .cls-6, .cat .cls-7, .cat .cls-9 {
  stroke-miterlimit: 10;
}
.cat .cls-3 {
  fill: #818181;
}
.cat .cls-12, .cat .cls-16, .cat .cls-3, .cat .cls-7, .cat .cls-8, .cat .cls-9 {
  stroke: #191818;
}
.cat .cls-4 {
  fill: #dcdbda;
}
.cat .cls-5 {
  fill: #4ea7f1;
}
.cat .cls-14, .cat .cls-6 {
  fill: #f8f3ed;
}
.cat .cls-16, .cat .cls-7 {
  fill: #333;
}
.cat .cls-13, .cat .cls-8 {
  fill: none;
}
.cat .cls-9 {
  fill: #f8f59c;
}
.cat .cls-10, .cat .cls-11 {
  fill: #f3d2c9;
}
.cat .cls-15 {
  fill: #8bb174;
}
.cat .cls-17 {
  fill: #da4e22;
}

.left-enter-active, .left-leave-active {
  transform: translate(0px, 0px);
  transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.left-enter, .left-leave-to {
  transform: translateX(-100vw) translateX(0px);
}

.right-enter-active, .right-leave-active {
  transform: translate(0px, 0px);
  transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.right-enter, .right-leave-to {
  transform: translateX(100vw) translateX(0px);
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.start-page{
  padding-bottom: 8rem;
}
.start-page .section-bg{
  display: flex;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(194 0 28 / var(--tw-bg-opacity, 1));
}
.start-page .header-title{
  display: flex;
  width: 1140px;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem;
}
.welcome-page .start-page .header-title {
  flex: 1;
  justify-content: center;
}
.start-page .header-title .logo-image{
  margin-right: 1rem;
  width: 2.5rem;
}
@media (min-width: 1024px){
  .start-page .header-title .logo-image{
    width: 5rem;
  }
}
.start-page .header-title .logo-image img{
  width: 100%;
}
.start-page .header-title h1{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .start-page .header-title h1{
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing: 0.025em;
  }
}
.start-page h4.section-label{
  width: 1140px;
  max-width: 100%;
  padding: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .start-page h4.section-label{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.start-page section.content{
  margin: auto;
  box-sizing: border-box;
  width: 1140px;
  max-width: 100%;
}
.start-page div.form-group{
  padding: 0.5rem;
}
.start-page label.form-label{
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(194 0 28 / var(--tw-text-opacity, 1));
}
.start-page input[type=text], .start-page input[type=email], .start-page input[type=password], .start-page input[type=date]{
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
}
.start-page select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
}
.start-page select.placeholder{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.start-page .select-box{
  position: relative;
  box-sizing: border-box;
}
.start-page .select-box:after{
  position: absolute;
  display: block;
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  content: "";
  width: 10px;
  height: 10px;
  right: 12px;
  top: 16px;
  transform: rotate(45deg) translateY(-30%);
}
.start-page div.detail-table{
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.start-page div.detail-table table{
  box-sizing: border-box;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.start-page div.detail-table table th, .start-page div.detail-table table td{
  padding: 0.25rem;
}
.start-page div.detail-table table th:nth-of-type(2), .start-page div.detail-table table td:nth-of-type(2){
  text-align: right;
}
.start-page div.detail-table table thead{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(194 0 28 / var(--tw-border-opacity, 1));
}
.start-page div.detail-table table thead th{
  text-align: left;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(194 0 28 / var(--tw-text-opacity, 1));
}
.start-page div.detail-table table tfoot{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(194 0 28 / var(--tw-border-opacity, 1));
}
.start-page button.cancel-button{
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .start-page button.cancel-button{
    padding: 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.start-page button.cancel-button:after{
  position: absolute;
  display: block;
  border-top-width: 2px;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  content: "";
  width: 20px;
  height: 20px;
  left: 24px;
  top: 30px;
  transform: rotate(-45deg) translateY(-30%);
}
@media screen and (max-width: 1024px) {
  .start-page button.cancel-button:after {
    width: 15px;
    height: 15px;
    top: 18px;
  }
}
.start-page button.cancel-button:disabled{
  opacity: 0.5;
}
.start-page button.submit-button{
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(194 0 28 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.start-page button.submit-button:after{
  position: absolute;
  display: block;
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  content: "";
  width: 20px;
  height: 20px;
  right: 24px;
  top: 30px;
  transform: rotate(-45deg) translateY(-30%);
}
.start-page button.submit-button:disabled{
  opacity: 0.5;
}
.start-page .error{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.start-page .agreement-container{
  padding: 0.5rem;
}
.start-page .agreement-container .agreement{
  height: 20rem;
  overflow-y: scroll;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding: 1rem;
}
@media (min-width: 1024px){
  .start-page .agreement-container .agreement{
    padding: 2rem;
  }
}
.start-page .agreement-container .agreement h2{
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .start-page .agreement-container .agreement h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.start-page .agreement-container .agreement h3{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .start-page .agreement-container .agreement h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.start-page .agreement-container .agreement h4{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.start-page .agreement-container .agreement h5{
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.start-page .agreement-container .agreement p{
  margin-bottom: 0.5rem;
}
.start-page .agreement-container .agreement blockquote{
  margin-left: 1rem;
}
.start-page .agreement-container .agreement ul.circle{
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
}
.start-page .agreement-container .agreement-group{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.start-page .agreement-container .agreement-group .check{
  display: flex;
  align-items: center;
}
.start-page .agreement-container .agreement-group .check label{
  margin-left: 0.5rem;
}
.start-page .link-text{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.thank-you-page{
  padding-bottom: 8rem;
}
.thank-you-page .section-bg{
  display: flex;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(194 0 28 / var(--tw-bg-opacity, 1));
}
.thank-you-page .header-title{
  display: flex;
  width: 1140px;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem;
}
.welcome-page .thank-you-page .header-title {
  flex: 1;
  justify-content: center;
}
.thank-you-page .header-title .logo-image{
  margin-right: 1rem;
  width: 2.5rem;
}
@media (min-width: 1024px){
  .thank-you-page .header-title .logo-image{
    width: 5rem;
  }
}
.thank-you-page .header-title .logo-image img{
  width: 100%;
}
.thank-you-page .header-title h1{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .thank-you-page .header-title h1{
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing: 0.025em;
  }
}
.thank-you-page h4.section-label{
  width: 1140px;
  max-width: 100%;
  padding: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .thank-you-page h4.section-label{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.thank-you-page section.content{
  margin: auto;
  box-sizing: border-box;
  width: 1140px;
  max-width: 100%;
}
.thank-you-page a.link{
  position: relative;
  display: block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(194 0 28 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .thank-you-page a.link{
    width: 24rem;
  }
}
.thank-you-page a.link:after{
  position: absolute;
  display: block;
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  content: "";
  width: 20px;
  height: 20px;
  right: 24px;
  top: 30px;
  transform: rotate(-45deg) translateY(-30%);
}

.loading{
  pointer-events: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.loading .loading-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loading .loading-container .circle-container{
  position: relative;
  display: flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
}
.loading .loading-container .circle{
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: flex;
  width: 20rem;
  max-width: 100%;
  justify-content: center;
  animation: rotate-anim 1.5s 0.5s ease-in infinite;
}
.loading .loading-container .circle:before{
  display: block;
  border-radius: 9999px;
  content: "";
  height: 40px;
  width: 40px;
  margin-top: -30px;
  background-color: #B81D25;
}
.loading .loading-container img {
  width: 160px;
  height: 160px;
}
.loading .loading-container p{
  margin-top: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .loading .loading-container p{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.loading .loading-container p span {
  display: inline-block;
  animation: bound-anim 0.8s linear infinite;
}
.loading .loading-container p span:nth-child(1) {
  animation-delay: 0.1s;
}
.loading .loading-container p span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading .loading-container p span:nth-child(3) {
  animation-delay: 0.3s;
}
.loading .loading-container p span:nth-child(4) {
  animation-delay: 0.4s;
}
.loading .loading-container p span:nth-child(5) {
  animation-delay: 0.5s;
}
.loading .loading-container p span:nth-child(6) {
  animation-delay: 0.6s;
}
.loading .loading-container p span:nth-child(7) {
  animation-delay: 0.7s;
}
.loading .loading-container p span:nth-child(8) {
  animation-delay: 0.8s;
}
.loading .loading-container p span:nth-child(9) {
  animation-delay: 0.9s;
}
.loading .loading-container p span:nth-child(10) {
  animation-delay: 1s;
}

@keyframes bound-anim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotate-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  color: #3c4c56;
}

.start-page div.form-group{
  margin-bottom: 1rem;
  flex-direction: row;
}

.welcome-page .start-page div.form-group {
  flex: 1;
  justify-content: center;
}

@media (min-width: 1024px){
  .start-page div.form-group{
    display: flex;
    padding-left: 0px;
  }
}
.start-page label.form-label{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  width: 250px;
  padding-top: 10px;
  letter-spacing: 0.12em;
}
.start-page input[type=text], .start-page input[type=email], .start-page input[type=password], .start-page input[type=date], .start-page select {
  border-color: #a2d2ee;
  border-width: 1px;
}
.start-page button.submit-button{
  width: 100%;
  max-width: 100%;
  border-radius: 0.25rem;
  padding: 0px;
}
@media (min-width: 1024px){
  .start-page button.submit-button{
    width: 100%;
  }
}
.start-page button.submit-button {
  height: 55px;
  line-height: 55px;
  font-size: 17px;
  letter-spacing: 0.1em;
}
.start-page button.submit-button:before, .start-page button.submit-button:after {
  background: #fff;
  content: "";
  position: absolute;
  transition: 0.3s;
}
.start-page button.submit-button:before {
  height: 1px;
  right: 16px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 10px;
}
.start-page button.submit-button:after {
  height: 6px;
  right: 18px;
  top: calc(50% + 2px);
  transform: translateY(-100%) rotate(-45deg);
  width: 1px;
  border: none;
}
.start-page button.cancel-button{
  width: 100%;
  max-width: 100%;
  border-radius: 0.25rem;
  padding: 0px;
}
@media (min-width: 1024px){
  .start-page button.cancel-button{
    width: 100%;
  }
}
.start-page button.cancel-button {
  height: 55px;
  line-height: 55px;
  font-size: 17px;
  letter-spacing: 0.1em;
  background-color: #869ca9;
}
.start-page button.cancel-button:after {
  content: none;
}
.start-page button.search-postal{
  margin-top: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .start-page button.search-postal{
    margin-top: 0.25rem;
  }
}
.start-page button.search-postal {
  background-color: #258be2;
  height: 30px;
}

.thank-you-page a.link{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(194 0 28 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(194 0 28 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .thank-you-page a.link{
    width: 100%;
  }
}

.thank-you-page a.link {
  height: 55px;
  line-height: 55px;
  font-size: 17px;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
.thank-you-page a.link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(194 0 28 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.thank-you-page a.link:hover:before, .thank-you-page a.link:hover:after{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.thank-you-page a.link:before, .thank-you-page a.link:after{
  --tw-bg-opacity: 1;
  background-color: rgb(194 0 28 / var(--tw-bg-opacity, 1));
  content: "";
  position: absolute;
  transition: 0.3s;
}
.thank-you-page a.link:before {
  height: 1px;
  right: 16px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 10px;
}
.thank-you-page a.link:after {
  height: 6px;
  right: 18px;
  top: calc(50% + 2px);
  transform: translateY(-100%) rotate(-45deg);
  width: 1px;
  border: none;
}

.welcome-page-container {
  min-height: 100vh;
  background-color: #CDF0E1;
}

.welcome-page .screen {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  padding: 16px;
  background-color: #CDF0E1;
  box-sizing: border-box;
}
.welcome-page .flex-row {
  flex: 1;
  justify-content: center;
}
.welcome-page h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.83333px;
  margin-top: 24px;
}
@media screen and (min-width: 480px) {
  .welcome-page h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
.welcome-page .description {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  color: #3c3c3c;
  letter-spacing: 0.83333px;
  margin-top: 24px;
}
@media screen and (min-width: 480px) {
  .welcome-page .description {
    font-size: 24px;
    line-height: 54px;
  }
}
.welcome-page .footer {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  text-align: center;
  margin-top: 64px;
}
.welcome-page .footer .logo {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.welcome-page .submit-box {
  display: flex;
  margin: 32px auto 0;
  width: 100%;
  max-width: 500px;
}
.welcome-page a.submit-button{
  position: relative;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(194 0 28 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 18px;
}
.welcome-page a.submit-button:after{
  position: absolute;
  display: block;
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  content: "";
  width: 12px;
  height: 12px;
  right: 24px;
  top: 30px;
  transform: rotate(-45deg) translateY(-30%);
}
.welcome-page a.submit-button:disabled{
  opacity: 0.5;
}

.header-box {
  background-color: white;
  border-bottom: 1px solid #E1E1E1;
}
.header-box .header {
  padding: 16px;
  background-color: white;
  flex-direction: row;
  align-items: center;
}
.header-box .header .icon {
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.login-page {
  background-color: #FFF;
  flex: 1;
  padding: 16px 8px;
  width: 100%;
  max-width: 900px;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .login-page {
    padding: 16px 0;
  }
}
.login-page .login-page-container {
  padding: 0;
  box-sizing: border-box;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
.login-page .description {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #3c3c3c;
}
.login-page input {
  font-size: 16px;
}
.login-page .id-input {
  border: 1px solid #78CC9B;
  border-radius: 2px;
  padding: 12px 16px;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.login-page .password-input {
  margin-top: 16px;
  margin-bottom: 8px;
  border: 1px solid #78CC9B;
  border-radius: 2px;
  padding: 12px 16px;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.login-page .error{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.login-page button.submit-button{
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(194 0 28 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 18px;
  margin-top: 32px;
}
.login-page button.submit-button:after{
  position: absolute;
  display: block;
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  content: "";
  width: 12px;
  height: 12px;
  right: 24px;
  top: 30px;
  transform: rotate(-45deg) translateY(-30%);
}
.login-page button.submit-button:disabled{
  opacity: 0.5;
}
.login-page .agreement{
  height: 20rem;
  overflow-y: scroll;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding: 1rem;
}
@media (min-width: 1024px){
  .login-page .agreement{
    padding: 2rem;
  }
}
.login-page .agreement h2{
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .login-page .agreement h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.login-page .agreement h3{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .login-page .agreement h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.login-page .agreement h4{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.login-page .agreement h5{
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.login-page .agreement p{
  margin-bottom: 0.5rem;
}
.login-page .agreement blockquote{
  margin-left: 1rem;
}
.login-page .agreement ul.circle{
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
}
.login-page .agreement-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
}
.login-page .agreement-label input[type=checkbox] {
  margin-right: 4px;
}
.hover\:bg-\[\#e9ee34\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 238 52 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#676767\]:hover{
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:bg-blue-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
@media (min-width: 768px){
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px){
  .lg\:block{
    display: block;
  }
  .lg\:w-200p{
    width: 200px;
  }
  .lg\:w-250p{
    width: 250px;
  }
  .lg\:w-410p{
    width: 410px;
  }
  .lg\:w-500p{
    width: 500px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:pl-2{
    padding-left: 0.5rem;
  }
  .lg\:pr-2{
    padding-right: 0.5rem;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
