@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
*,
*::before,
*::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
  word-break: break-word;
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

br {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

ol, ul, li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
  line-height: inherit;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

label {
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=checkbox] {
  margin: 5px;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

figure {
  margin: 0;
}

[hidden] {
  display: none !important;
}

head, style, script {
  display: none !important;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  text-underline-offset: 10%;
}

body {
  font-family: YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #333;
  background: #FFF;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

[tabindex] {
  cursor: pointer;
}

/* --使う色をまとめる-- */
/* viewport 切り替え */
:root {
  --main-accent: #008ccf;
  --text-heading: #000;
  --text-main: #222;
  --text-white: #fff;
  --text-note: #444;
  --bg-black: #222;
  --bg-white: #fff;
  --bg-gray: #f0f3f7;
  --border-gray: #a5b2bf;
  --border-palegray: #d2d6d9;
}

body {
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text-main);
}
body.is-no-scroll {
  overflow: hidden;
  height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
p,
a {
  color: var(--text-main);
}

a:hover {
  -webkit-text-decoration-style: none;
          text-decoration-style: none;
}

p {
  line-height: 1.9;
}

button {
  border: none;
  cursor: pointer;
  background: inherit;
}

input {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  color: #999;
  border-radius: 0.5rem;
}
input[type=submit] {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 1px solid #005fcc;
}

img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767.98px) {
  .pcOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

.l-content-inner {
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .l-content-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.p-contact .c-text {
  font-size: 1.6rem;
  line-height: 1.9;
}
.p-contact .c-list--note {
  margin-top: 2rem;
}
.p-contact .c-list--note li {
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  padding-left: 2rem;
  text-indent: -2rem;
}
.p-contact .c-list--note li::before {
  content: "※";
  font-size: 1.4rem;
  line-height: 1.6;
  margin-right: 0.5rem;
}

#container.container {
  border: none;
  padding: 0;
  padding-bottom: 12rem;
  background: none;
  max-width: inherit;
}

#form-container,
#confirmation-container {
  max-width: 76.8rem;
  margin: 0 auto;
}

.description-block {
  display: flex;
  justify-content: space-between;
  max-width: 52rem;
  gap: 0 17rem;
  margin: 6rem auto 5rem;
}
@media screen and (max-width: 767.98px) {
  .description-block {
    max-width: 29.8rem;
    gap: 0 8rem;
    margin: 4.5rem auto 3rem;
  }
}
.description-block p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.description-block p span {
  position: relative;
}
.description-block p span:first-child {
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--main-accent);
  border: 0.2rem solid var(--main-accent);
  font-family: "Manrope", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .description-block p span:first-child {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2rem;
  }
}
.description-block p span:last-child {
  display: block;
  margin-top: 1.8rem;
  color: var(--main-accent);
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .description-block p span:last-child {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}
.description-block p:not(:last-child) span:first-child {
  position: relative;
}
.description-block p:not(:last-child) span:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18rem;
  height: 0.2rem;
  background-color: var(--main-accent);
}
@media screen and (max-width: 767.98px) {
  .description-block p:not(:last-child) span:first-child::before {
    width: 9rem;
  }
}

.badge {
  margin-left: 0;
}
.badge.badge-required {
  color: var(--text-white);
  background: #c51003;
  width: 4.4rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
}

.form-column .label {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: ver(--text-heading);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .form-column .label {
    font-size: 1.7rem;
    gap: 1rem;
  }
}
.form-column + .form-column {
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .form-column + .form-column {
    margin-top: 3rem;
  }
}
.form-column input:not([type=checkbox]),
.form-column select,
.form-column textarea {
  outline: none;
  background: var(--bg-gray);
  border: 0.2rem solid #a5b2bf;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 1.5rem 2rem;
  font-weight: 400;
  color: var(--text-main);
  width: 100%;
  max-width: inherit;
  transition: border-color 0.3s, background-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .form-column input:not([type=checkbox]):hover,
.form-column select:hover,
.form-column textarea:hover {
    border-color: var(--main-accent);
  }
}
@media screen and (max-width: 767.98px) {
  .form-column input:not([type=checkbox]),
.form-column select,
.form-column textarea {
    padding: 1.3rem 2rem;
  }
}
.form-column input:not([type=checkbox]):focus,
.form-column select:focus,
.form-column textarea:focus {
  border-color: var(--main-accent);
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .form-column input[autocomplete=name] {
    max-width: 40rem;
  }
  .form-column input[placeholder=例）やまだたろう] {
    max-width: 40rem;
  }
  .form-column input[autocomplete=tel] {
    max-width: 40rem;
  }
  .form-column input[autocomplete=email] {
    max-width: 40rem;
  }
}
@media screen and (max-width: 767.98px) {
  .form-column input input[type=text],
.form-column input input[type=url],
.form-column input input[type=email],
.form-column input input[type=tel] {
    max-width: 100%;
  }
}
.form-column select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .form-column select {
    max-width: 40rem;
  }
}
.form-column textarea {
  min-height: 20rem;
}
.form-column .preview-block {
  font-size: 1.6rem;
  line-height: 1.9;
}
.form-column[data-column=お問合せ種別] {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .form-column[data-column=お問合せ種別] {
    max-width: 40rem;
  }
}
.form-column[data-column=お問合せ種別]::before {
  content: "";
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: absolute;
  right: 2rem;
  bottom: 2.5rem;
  z-index: 2;
  -webkit-mask-image: url("https://www.cre-jpn.com/dam/include-content/content01/PUBLIC/assets/img/common/icon_arrow_select_bottom.svg");
          mask-image: url("https://www.cre-jpn.com/dam/include-content/content01/PUBLIC/assets/img/common/icon_arrow_select_bottom.svg");
  background-color: var(--main-accent);
  width: 1.2rem;
  height: 0.8rem;
  pointer-events: none;
}
.form-column[data-column=個人情報の取り扱いについて] {
  margin-top: 6rem;
  border: 0.1rem solid #a5b2bf;
  padding: 4rem;
}
@media screen and (max-width: 767.98px) {
  .form-column[data-column=個人情報の取り扱いについて] {
    margin-top: 4rem;
    padding: 2.5rem 2rem;
  }
}
.form-column[data-column=個人情報の取り扱いについて] .label {
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .form-column[data-column=個人情報の取り扱いについて] .label {
    font-size: 1.8rem;
  }
}
.form-column[data-column=個人情報の取り扱いについて] .input-group {
  margin-top: 1.5rem;
}
.form-column[data-column=個人情報の取り扱いについて] .input-group label {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
}
.form-column[data-column=個人情報の取り扱いについて] .input-group input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.form-column[data-column=個人情報の取り扱いについて] .input-group input[type=checkbox] + .option-text::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: var(--bg-gray);
  border: 0.2rem solid #a5b2bf;
  border-radius: 0.5rem;
  transition: 0.3s all ease-in;
}
.form-column[data-column=個人情報の取り扱いについて] .input-group input[type=checkbox] + .option-text::after {
  content: "";
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: 0.3s all ease-in;
  -webkit-mask-image: url("https://www.cre-jpn.com/dam/include-content/content01/PUBLIC/assets/img/common/icon_check.svg");
          mask-image: url("https://www.cre-jpn.com/dam/include-content/content01/PUBLIC/assets/img/common/icon_check.svg");
  background-color: #fff;
  width: 1.5rem;
  height: 1rem;
  pointer-events: none;
  opacity: 0;
}
.form-column[data-column=個人情報の取り扱いについて] .input-group input[type=checkbox]:checked + .option-text::before {
  background: var(--main-accent);
  border: 0.2rem solid var(--main-accent);
}
.form-column[data-column=個人情報の取り扱いについて] .input-group input[type=checkbox]:checked + .option-text::after {
  opacity: 1;
}
.form-column[data-column=個人情報の取り扱いについて] .input-group .option-text {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.form-column[data-column=個人情報の取り扱いについて] .description-block {
  display: block;
  max-width: inherit;
  margin: 2.8rem 0 0;
}
.form-column[data-column=個人情報の取り扱いについて] .description-block p {
  display: block;
  font-size: 1.6rem;
  line-height: 1.9;
}
.form-column[data-column=個人情報の取り扱いについて] .description-block p a {
  color: var(--main-accent);
  -webkit-text-decoration: 0.1rem underline var(--main-accent);
          text-decoration: 0.1rem underline var(--main-accent);
  text-underline-offset: 0.3rem;
  margin-right: 0.5rem;
  transition: 0.3s all ease-in;
}
.form-column[data-column=個人情報の取り扱いについて] .description-block p a[target=_blank]:not([href$=".pdf"])::after {
  content: "";
  -webkit-mask-image: url("https://www.cre-jpn.com/dam/include-content/content01/PUBLIC/assets/img/common/icon_newwindow.svg");
          mask-image: url("https://www.cre-jpn.com/dam/include-content/content01/PUBLIC/assets/img/common/icon_newwindow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--main-accent);
  transition: 0.3s all ease-in;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  margin-left: 0.7rem;
}
@media print, screen and (min-width: 768px) {
  .form-column[data-column=個人情報の取り扱いについて] .description-block p a:hover, .form-column[data-column=個人情報の取り扱いについて] .description-block p a:focus-visible {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}

.help-block {
  display: none;
}

.button-group {
  margin: 6rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.button {
  color: var(--text-white);
  background: var(--main-accent);
  width: 100%;
  padding: 1.8rem 3rem;
  border-radius: 6rem;
  border: 0.1rem solid var(--main-accent);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  position: relative;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .button {
    max-width: 40rem;
  }
}
.button.button-submit .icon {
  display: none;
}
.button::after {
  content: "";
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: 0.3s all ease-in;
  -webkit-mask-image: url("https://www.cre-jpn.com/dam/include-content/content01/PUBLIC/assets/img/common/icon_arrow_right.svg");
          mask-image: url("https://www.cre-jpn.com/dam/include-content/content01/PUBLIC/assets/img/common/icon_arrow_right.svg");
  background-color: #fff;
  width: 1.1rem;
  height: 0.9rem;
  pointer-events: none;
}

.button-back {
  border-color: #a5b2bf;
  background: #fff;
  color: var(--text-heading);
  padding-left: 4.5rem;
}
.button-back::after {
  content: "";
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  transition: 0.3s all ease-in;
  -webkit-mask-image: url("https://www.cre-jpn.com/dam/include-content/content01/PUBLIC/assets/img/common/icon_arrow_right.svg");
          mask-image: url("https://www.cre-jpn.com/dam/include-content/content01/PUBLIC/assets/img/common/icon_arrow_right.svg");
  background-color: #000;
  width: 1.1rem;
  height: 0.9rem;
  pointer-events: none;
}

.message-block-error {
  margin-top: 5rem;
  background: #fff1f0;
  padding: 4rem;
  color: #c51003;
}
@media screen and (max-width: 767.98px) {
  .message-block-error {
    margin-top: 4rem;
    padding: 2.5rem 2rem;
  }
}
.message-block-error > span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .message-block-error > span {
    font-size: 1.7rem;
    padding-left: 3.4rem;
  }
}
.message-block-error > span::before {
  content: "";
  background: url("https://www.cre-jpn.com/dam/include-content/content01/PUBLIC/assets/img/common/icon_error.svg") center/contain no-repeat;
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .message-block-error > span::before {
    top: 0.2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.message-block-error ul {
  padding: 0;
}
.message-block-error ul li {
  position: relative;
  padding-left: 2rem;
  text-indent: -2rem;
}
.message-block-error ul li + li {
  margin-top: 1.5rem;
}
.message-block-error ul li::before {
  content: "";
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: absolute;
  top: 1.3rem;
  left: 0;
  z-index: 2;
  -webkit-mask-image: url("https://www.cre-jpn.com/dam/include-content/content01/PUBLIC/assets/img/common/icon_arrow_error_bottom.svg");
          mask-image: url("https://www.cre-jpn.com/dam/include-content/content01/PUBLIC/assets/img/common/icon_arrow_error_bottom.svg");
  background-color: #c51003;
  width: 1.1rem;
  height: 0.6rem;
  pointer-events: none;
}
.message-block-error ul li a {
  padding-left: 2rem;
  -webkit-text-decoration: 0.1rem underline #c51003;
          text-decoration: 0.1rem underline #c51003;
  text-underline-offset: 0.3rem;
  transition: 0.3s all ease-in;
}
.message-block-error ul li a strong {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #c51003;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .message-block-error ul li a strong {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .message-block-error ul li a:hover, .message-block-error ul li a:focus-visible {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}

.formlink__area {
  display: none !important;
}

.content-form .description-block p:first-child span:first-child {
  color: var(--text-white);
  background: var(--main-accent);
}
.content-form .description-block p:first-child span:last-child {
  font-weight: 600;
}
.content-form .button-submit.hidden {
  display: none;
}

.message-block-confirmation {
  display: none;
}

.content-confirmation .description-block p:first-child span:first-child {
  color: var(--text-white);
  background: var(--main-accent);
}
.content-confirmation .description-block p:first-child span:last-child {
  font-weight: 600;
}
.content-confirmation .description-block p:nth-child(2) span:first-child {
  color: var(--text-white);
  background: var(--main-accent);
}
.content-confirmation .description-block p:nth-child(2) span:last-child {
  font-weight: 600;
}
.content-confirmation .form-column[data-column=お問合せ種別]::before {
  display: none;
}
.content-confirmation .form-column[data-column=個人情報の取り扱いについて] {
  display: none;
}
.content-confirmation .button-group {
  display: flex;
  flex-direction: column-reverse;
}

.content-complete .description-block {
  margin-bottom: 4rem;
}
.content-complete .description-block p:first-child span:first-child {
  color: var(--text-white);
  background: var(--main-accent);
}
.content-complete .description-block p:first-child span:last-child {
  font-weight: 600;
}
.content-complete .description-block p:nth-child(2) span:first-child {
  color: var(--text-white);
  background: var(--main-accent);
}
.content-complete .description-block p:nth-child(2) span:last-child {
  font-weight: 600;
}
.content-complete .description-block p:nth-child(3) span:first-child {
  color: var(--text-white);
  background: var(--main-accent);
}
.content-complete .description-block p:nth-child(3) span:last-child {
  font-weight: 600;
}
.content-complete p {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .content-complete p {
    font-size: 1.8rem;
  }
}
.content-complete .button-group .button {
  border-color: #a5b2bf;
  background: #fff;
  color: var(--text-heading);
}
.content-complete .button-group .button::after {
  background-color: #000;
}

.recaptcha-v3-badge {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
.recaptcha-v3-badge iframe {
  width: auto !important;
}

.grecaptcha-badge {
  width: auto !important;
}