@tailwind base;

@tailwind components;

@tailwind utilities;

@font-face {
  font-family: 'Noto Sans JP';

  font-style: normal;

  font-weight: 400;

  src: url('/css/landlord/font/NotoSansJP-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';

  font-style: normal;

  font-weight: 600;

  src: url('/css/landlord/font/NotoSansJP-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';

  font-style: normal;

  font-weight: 700;

  src: url('/css/landlord/font/NotoSansJP-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';

  font-style: normal;

  font-weight: 900;

  src: url('/css/landlord/font/NotoSansJP-ExtraBold.woff2') format('woff2');
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: Noto Sans JP;
  font-weight: 700;
  color: #151515;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
}

label,
p,
span:not(.label):not(.small-text) {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

header {
  height: auto !important;
}

h1 a {
  transition: all 0.5s;
}

h1 a:hover {
  opacity: 0.6;
}

label,
p,
span:not(.label):not(.small-text) {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

a:hover {
  text-decoration: none;
}

.nav-link {
  display: inherit;
  padding: 0;
}

.modal-header {
  position: relative;
  display: block;
}

.modal-header .close {
  background-color: #eb6200;
  color: #fff;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.btnWrap input[type='submit'] {
  background-color: #eb6200;
  color: #fff;
  border: 1px solid transparent;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  max-width: 140px;
  width: 80%;
  cursor: pointer;
  transition: all 0.5s;
}

.btnWrap input[type='submit']:hover {
  background-color: #fff;
  color: #eb6200;
  border: 1px solid #eb6200;
}

.rightSide {
  background-color: #f3f3f3;
}

#mainLayoutSidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 35px 0;
  height: 100vh;
  position: fixed;
  top: -120vh;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
}

#mainLayoutSidebar h1 img {
  max-width: 220px;
}

.nameArea {
  margin-top: 25px;
  margin-bottom: 50px;
}

.nameWrap {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  min-width: 225px;
}

.welcome {
  font-size: 11px;
  margin-right: 25px;
}

.name {
  margin-right: 1em;
}

.honorific {
  margin-right: 1em;
}

.name,
.honorific {
  font-size: 16px;
  font-weight: 700;
}

#mainNav ul li {
  line-height: 25px;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-left: 45px;
  background-repeat: no-repeat;
  position: relative;
}

#mainNav ul li a {
  color: #000;
}

#mainNav ul li a:hover {
  color: #000;
}

#mainNav ul li::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 40px;
  width: calc(100% - 65px);
  height: 1px;
  background: black;
  transition: all 0.5s;
  transform: scale(0, 0);
  transform-origin: left;
}

#mainNav ul li:hover::after {
  transform: scale(1, 1);
}

.mainNavHome {
  background-image: url('/assets/landlord/images/dashboard/home_icon.svg');
}

.mainNavInquiry {
  background-image: url('/assets/landlord/images/dashboard/mail_icon.svg');
}

.mainNavProperty {
  background-image: url('/assets/landlord/images/dashboard/notebook_icon.svg');
}

.mainNavReaction {
  background-image: url('/assets/landlord/images/dashboard/domino_icon.svg');
}

.mainNavAi {
  background-image: url('/assets/landlord/images/dashboard/anatomy_icon.svg');
}

.mainNav99 {
  background-image: url('/assets/landlord/images/dashboard/books_icon.svg');
}

.mainNavPoint {
  background-image: url('/assets/landlord/images/dashboard/package_icon.svg');
}

.mainNavCalendar {
  background-image: url('/assets/landlord/images/dashboard/calendar_icon.svg');
}

#mainFirstContent {
  background-image: url('/assets/landlord/images/dashboard/header1.png');
  background-size: cover;
  padding: 100px 0;
}

.lineBtn a {
  display: block;
  background-color: #00b24f;
  width: 150px;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  transition: all 0.5s;
}

.lineBtn a:hover {
  box-shadow: 0 0 6px #00b24f;
}

.line-qrcode .qrcode-image img {
  margin: 0 auto;
  margin-top: 30px;
}

.openBtnWrap {
  width: 50px;
  position: absolute;
  top: 10px;
  right: 2%;
  z-index: 9999;
}

#mainLayoutSidebar.activeMenu {
  top: 0;
  overflow-y: auto;
}

.openbtn1 {
  position: relative;
  background: #000;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

footer {
  background-color: #eb6100;
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
}

.breakLine {
  display: none;
}

.sp-col-span{
  grid-column-start: 1;
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  body {
    min-width: 1280px;
  }

  #mainLayoutSidebar {
    display: block;
    padding-left: 30px;
    height: auto;
    position: static;
    background-color: rgba(255, 255, 255, 1);
  }

  .openBtnWrap {
    display: none;
  }

  .breakLine {
    display: block;
  }

  .sp-col-span {
    grid-column-start: 4!important;
    grid-column: span 9 / span 9;
  }
}

/*
! tailwindcss v3.4.3 | 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] {
  display: none;
}

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

.flex-center-center{
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-left-center{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

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

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

.grid12{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.5rem;
}

.mainLayoutWrap{
  display: block;
}

#mainLayoutSidebar{
  width: 100%;
}

.rightSide{
  width: 100%;
}

/* #mainLayoutMainContents {
        @apply w-10/12;
    } */

@media (min-width: 768px) {
  .mainLayoutWrap{
    display: flex;
  }

  .rightSide{
    width: 83.333333%;
  }

  #mainLayoutSidebar{
    height: 100vh;
    width: 16.666667%;
    min-width: 295px;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.relative{
  position: relative;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-11{
  grid-column: span 11 / span 11;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-span-7{
  grid-column: span 7 / span 7;
}

.col-span-8{
  grid-column: span 8 / span 8;
}

.col-span-9{
  grid-column: span 9 / span 9;
}

.col-start-3{
  grid-column-start: 3;
}

.col-start-4{
  grid-column-start: 4;
}

.col-start-5{
  grid-column-start: 5;
}

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

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

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

.mr-2{
  margin-right: 0.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-screen{
  height: 100vh;
}

.w-1\/4{
  width: 25%;
}

.w-11\/12{
  width: 91.666667%;
}

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

.w-4\/5{
  width: 80%;
}

.w-full{
  width: 100%;
}

.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));
}

.resize{
  resize: both;
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

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

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

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

.justify-center{
  justify-content: center;
}

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

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-8{
  gap: 2rem;
}

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

.blur{
  --tw-blur: blur(8px);
  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);
}

.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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.red{
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

#wrap {
  background-color: #f3f3f3;
  padding-bottom: 60px;
}

.container-scroller {
  overflow: visible;
  height: auto !important;
}

.backBtnArea a {
  display: block;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid #eb6200;
  background-color: #fff;
  color: #eb6200;
  width: 150px;
  padding: 10px 0;
  border-radius: 10px;
  text-align: center;
  transition: all 0.5s;
}

.backBtnArea a:hover {
  border: 1px solid transparent;
  background-color: #eb6200;
  color: #fff;
}

.centerContents {
  width: 95%;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 120px;
}

.centerContents2 {
  background-color: #f3f3f3;
}

.centerContents2 .centerContents {
  padding-bottom: 0;
}

.whiteArea {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
  border: 2px solid #ededed;
}

.whiteAreaFirst {
  margin-bottom: 50px;
}

.whiteArea h2 {
  font-size: 20px;
  font-weight: 900;
}

.formTitle {
  color: #82848f;
}

.whiteArea input,
.whiteArea textarea {
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  padding: 5px;
  outline: none;
  transition: all 0.5s;
}

.whiteArea input:focus,
.whiteArea textarea:focus {
  box-shadow: 0 0 6px #999;
}

.shortInput {
  max-width: 270px;
}

.whiteArea textarea {
  resize: none;
  height: 170px;
}

.whiteArea input[type='submit'] {
  margin: 0;
}

label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

label::before,
label::after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

label::before {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: 5px;
}

label::after {
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  width: 15px;
  height: 15px;
  left: 5px;
}

label,
p,
span:not(.label):not(.small-text) {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  font-family: inherit;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

a:hover {
  text-decoration: none;
}

input:checked + label::after {
  opacity: 1;
}

.orgRadio {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.telNoBtnArea a {
  display: block;
  background-color: #eb6200;
  color: #fff;
  border: 1px solid transparent;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  width: 80%;
  text-align: center;
  transition: all 0.5s;
}

.telNoBtnArea a:hover {
  background-color: #fff;
  color: #eb6200;
  border: 1px solid #ed6101;
}

@media (min-width: 768px) {
  #wrap {
    padding-bottom: 0;
  }

  .telNoBtnArea a {
    max-width: 200px;
  }

  ..centerContents {
    width: 80%;
  }

  .md\:flex-between{
    display: flex;
    justify-content: space-between;
  }

  .md\:flex-evenly{
    display: flex;
    justify-content: space-evenly;
  }

  .md\:grid12{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .md\:mb-1{
    margin-bottom: 0.25rem;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-1\/4{
    width: 25%;
  }

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

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

  .md\:items-start{
    align-items: flex-start;
  }

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