@charset "UTF-8";
/* ===============================================
# color
=============================================== */
/* ===============================================
# breakpoint
=============================================== */
/* ===============================================
# z-index
=============================================== */
/* ===============================================
# img pass
=============================================== */
/* ===============================================
# other
=============================================== */
html,
body {
  background-color: #484748;
  color: #fff;
  font-family: "din-2014", "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  letter-spacing: 0.18rem;
  line-height: 1.6;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  html,
body {
    line-height: 1.4;
    letter-spacing: 0.1rem;
  }
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.l-footer {
  width: 100%;
  height: 72px;
  position: fixed;
  bottom: 0;
  background-color: #1D1C1F;
  z-index: 11;
}
@media screen and (max-width: 600px) {
  .l-footer {
    height: 63px;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: space-around;
  max-width: 800px;
  margin: 0 auto;
}
.l-footer__list {
  width: 100px;
}
@media screen and (max-width: 600px) {
  .l-footer__list {
    width: 65px;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #1D1C1F;
  height: 60px;
  z-index: 10;
  box-shadow: 0 0 6px rgba(29, 28, 31, 0.36);
}
@media screen and (max-width: 600px) {
  .l-header {
    font-size: 0.875rem;
    height: 40px;
  }
}
.l-header__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .l-header__box {
    margin: 0 12px;
    padding: 0;
  }
}
.l-header__back--hidden {
  visibility: hidden;
  min-width: 40px;
}
.l-header__text {
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .l-header__text {
    font-size: 0.875rem;
  }
}
.l-header__menuToggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}
.l-header__menuToggle.active .l-header__hamburger {
  background: transparent;
}
.l-header__menuToggle.active .l-header__hamburger::before {
  transform: translateY(6px) rotate(45deg);
}
.l-header__menuToggle.active .l-header__hamburger::after {
  transform: translateY(-6px) rotate(-45deg);
}
.l-header__menu {
  position: fixed;
  top: 60px;
  right: -50%;
  width: 50%;
  max-width: 350px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #232224;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .l-header__menu {
    top: 40px;
  }
}
.l-header__menu.active {
  right: 0;
}
.l-header__hamburger {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: linear-gradient(135deg, rgb(140, 66, 29) 0%, rgb(251, 230, 123) 33%, rgb(252, 251, 231) 54%, rgb(247, 209, 78) 77%, rgb(212, 160, 65) 100%);
  border-radius: 2px;
  transition: 0.3s ease;
}
.l-header__hamburger::before, .l-header__hamburger::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: linear-gradient(135deg, rgb(140, 66, 29) 0%, rgb(251, 230, 123) 33%, rgb(252, 251, 231) 54%, rgb(247, 209, 78) 77%, rgb(212, 160, 65) 100%);
  border-radius: 2px;
  transition: 0.3s ease;
}
.l-header__hamburger::before {
  top: -6px;
}
.l-header__hamburger::after {
  top: 6px;
}
.l-header__block {
  width: 100%;
  box-shadow: 0 2px 6px rgba(29, 28, 31, 0.36);
}
.l-header__list {
  width: 100%;
}
.l-header__item {
  display: block;
  position: relative;
  padding: 16px 38px;
  text-decoration: none;
  color: #fff;
  font-size: 0.875rem;
  transition: color 0.3s ease;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  background-position: 10px 17px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  transition: box-shadow 0.6s ease-out, background-color 0.6s ease-out;
}
.l-header__item:hover {
  text-shadow: 0 0 10px rgba(251, 230, 123, 0.5);
  background-color: rgb(48, 47, 49);
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.l-header--home {
  background-image: url(../img/web_suite_ow_symbol_home.svg);
}
.l-header--recommendation {
  background-image: url(../img/web_suite_ow_symbol_recommendation.svg);
}
.l-header--new {
  background-image: url(../img/web_suite_ow_symbol_new.svg);
}
.l-header--wellpaid {
  background-image: url(../img/web_suite_ow_symbol_wellpaid.svg);
}
.l-header--free {
  background-image: url(../img/web_suite_ow_symbol_free.svg);
}
.l-header--beginner {
  background-image: url(../img/web_suite_ow_symbol_beginner_white.svg);
}
.l-header--help {
  background-image: url(../img/web_suite_ow_symbol_help_white.svg);
}
.l-header--mail {
  background-image: url(../img/web_suite_ow_symbol_mail_white.svg);
}
.l-header__overlay {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 71, 72, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .l-header__overlay {
    top: 40px;
  }
}
.l-header__overlay.active {
  opacity: 1;
  pointer-events: all;
}

.l-main {
  width: 100dvw;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 72px;
  display: block;
}
@media screen and (max-width: 600px) {
  .l-main {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 63px;
  }
}
@media screen and (max-width: 600px) {
  .l-main--top {
    padding-top: 20px;
  }
}
.l-main--dark {
  max-width: 100%;
  min-height: 100vh;
}
@media screen and (max-width: 600px) {
  .l-main--dark {
    margin: 0;
    padding-top: 40px;
  }
}

.l-wysiwyg {
  word-break: break-all;
}
.l-wysiwyg div {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.l-wysiwyg p {
  font-size: 1em;
  margin-bottom: 20px;
  color: unset;
}
.l-wysiwyg strong {
  font-weight: bolder;
  color: unset;
}
.l-wysiwyg u {
  text-decoration: underline;
  color: unset;
}
.l-wysiwyg del {
  text-decoration: line-through;
  color: unset;
}
.l-wysiwyg sub {
  bottom: -0.25em;
}
.l-wysiwyg sup {
  top: -0.5em;
  color: unset;
}
.l-wysiwyg code {
  font-family: monospace;
  color: #666;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 6px;
  padding: 0.2em 0.4em;
}
.l-wysiwyg pre {
  display: block;
  color: #666;
  background-color: #f9f9f9;
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  font-family: monospace;
  max-height: 400px;
  overflow: auto;
  scrollbar-width: thin;
  margin: 1em 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.l-wysiwyg hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.l-wysiwyg hr.__se__solid {
  border-style: solid none none;
}
.l-wysiwyg hr.__se__dashed {
  border-style: dashed none none;
}
.l-wysiwyg hr.__se__dotted {
  border-style: dotted none none;
}
.l-wysiwyg h1,
.l-wysiwyg h2,
.l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
.l-wysiwyg h1 {
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
}
.l-wysiwyg h2 {
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  border-bottom: 1px solid #eee;
  padding: 5px 0 10px;
}
.l-wysiwyg h3 {
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.l-wysiwyg h4 {
  font-size: 1em;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
}
.l-wysiwyg h5 {
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
}
.l-wysiwyg h6 {
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
}
.l-wysiwyg blockquote {
  display: block;
  font-family: inherit;
  font-size: inherit;
  color: #999;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  padding: 0 5px 0 20px;
  border: solid #b1b1b1;
  border-width: 0 0 0 5px;
}
.l-wysiwyg img {
  width: 100%;
  max-width: 620px;
}
.l-wysiwyg iframe {
  width: 100%;
  max-width: 620px;
  aspect-ratio: 16/9;
}
.l-wysiwyg a {
  text-decoration: none;
  color: #004ccf;
}
.l-wysiwyg a:hover {
  cursor: pointer;
  color: #0093ff;
  text-decoration: underline;
}
.l-wysiwyg ol {
  list-style-position: outside;
  list-style-type: decimal;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.l-wysiwyg ol ol {
  list-style-type: lower-alpha;
}
.l-wysiwyg ol ol ol {
  list-style-type: upper-roman;
}
.l-wysiwyg ol ol ul {
  list-style-type: square;
}
.l-wysiwyg ol ul {
  list-style-type: circle;
}
.l-wysiwyg ol ul ul {
  list-style-type: square;
}
.l-wysiwyg ul {
  list-style-type: disc;
  list-style-position: outside;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.l-wysiwyg ul ol {
  list-style-type: lower-alpha;
}
.l-wysiwyg ul ol ol {
  list-style-type: upper-roman;
}
.l-wysiwyg ul ul {
  list-style-type: circle;
}
.l-wysiwyg ul ul ul {
  list-style-type: square;
}
.l-wysiwyg li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin-bottom: 5px;
  list-style: inherit;
}
.l-wysiwyg table {
  display: table;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  clear: both;
  text-indent: initial;
}
.l-wysiwyg table td,
.l-wysiwyg table th {
  border: 1px solid #e1e1e1;
  padding: 0.4em;
  background-clip: padding-box;
  display: table-cell;
  text-align: initial;
  width: auto;
}
.l-wysiwyg table th {
  background-color: #f3f3f3;
}
.l-wysiwyg table tr {
  display: table-row;
  border: 1px solid #efefef;
}
.l-wysiwyg table thead {
  border-bottom: 2px solid #333;
}
.l-wysiwyg table.se-table-layout-auto {
  table-layout: auto !important;
}
.l-wysiwyg table.se-table-layout-fixed {
  table-layout: fixed !important;
}
.l-wysiwyg table.se-table-size-auto {
  width: auto !important;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-button__common {
  color: #1D1C1F;
  background-color: #fff;
  font-size: 1rem;
  font-weight: bold;
  min-width: 300px;
  max-width: 300px;
  height: 48px;
  padding: 12px;
  border-radius: 28px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(29, 28, 31, 0.36);
  transition: box-shadow 0.4s ease;
}
@media screen and (max-width: 600px) {
  .c-button__common {
    font-size: 0.875rem;
    min-width: 240px;
    max-width: 240px;
    border-radius: 20px;
    height: 40px;
  }
}
.c-button__common:hover {
  box-shadow: 0 0 10px rgba(251, 230, 123, 0.5);
  transition: box-shadow 0.2s ease;
}
.c-button__common--loading {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CCCBCE;
  color: #484748;
  font-weight: normal;
  pointer-events: none;
  gap: 6px;
  padding-left: 8px;
}
.c-button__common--get {
  height: 52px;
  font-size: 1.125rem;
  background: linear-gradient(180deg, rgb(140, 66, 29) 0%, rgb(251, 230, 123) 33%, rgb(252, 251, 231) 54%, rgb(247, 209, 78) 77%, rgb(212, 160, 65) 100%);
  transition: box-shadow 0.4s ease-out;
}
.c-button__common--get:hover {
  box-shadow: 0 0 10px rgba(251, 230, 123, 0.5);
  transition: box-shadow 0.2s ease;
}
@media screen and (max-width: 600px) {
  .c-button__common--get {
    font-size: 1rem;
    height: 44px;
  }
}
.c-button__revision {
  color: #fff;
  border: 1px solid #fff;
  font-size: 1rem;
  min-width: 220px;
  max-width: 220px;
  height: 36px;
  padding: 16px;
  margin: 0 auto;
  border-radius: 18px;
  transition: background-color 0.4s ease-out;
}
.c-button__revision:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 600px) {
  .c-button__revision {
    font-size: 0.875rem;
    min-width: 180px;
    max-width: 180px;
    height: 32px;
  }
}

.c-icon__box {
  display: block;
  text-align: center;
  padding: 12px 4px;
  transition: filter 0.6s ease-out;
}
.c-icon__box:hover {
  filter: drop-shadow(0 0 10px rgba(251, 230, 123, 0.5));
  transition: filter 0.2s ease;
}
.c-icon__box:hover .c-icon__info {
  background-color: #fff;
  transition: color 0.2s ease;
}
.c-icon__box:hover .c-icon__text {
  color: #fff;
  transition: color 0.2s ease;
}
.c-icon__box--gold {
  padding: 10px;
  transition: filter 0.6s ease-out;
}
.c-icon__box--gold:hover {
  filter: drop-shadow(0 0 9.17px rgba(251, 230, 123, 0.5));
  transition: filter 0.2s ease;
}
.c-icon__box--gold:active {
  filter: drop-shadow(0 0 10px rgba(251, 230, 123, 0.5));
  transition: filter 0.2s ease;
}
.c-icon__box.active {
  filter: drop-shadow(0 0 10px rgba(251, 230, 123, 0.5));
  transition: filter 0.2s ease;
}
.c-icon__info {
  display: inline-block;
  background-color: #CCCBCE;
  width: 24px;
  height: 23px;
  transition: background-color 0.4s ease-out;
}
@media screen and (max-width: 600px) {
  .c-icon__info {
    transform: scale(0.9);
  }
}
.c-icon__info--beginner {
  -webkit-mask-image: url("../img/web_suite_ow_symbol_beginner.svg");
          mask-image: url("../img/web_suite_ow_symbol_beginner.svg");
}
.c-icon__info--help {
  -webkit-mask-image: url("../img/web_suite_ow_symbol_help.svg");
          mask-image: url("../img/web_suite_ow_symbol_help.svg");
}
.c-icon__info--mail {
  -webkit-mask-image: url("../img/web_suite_ow_symbol_mail.svg");
          mask-image: url("../img/web_suite_ow_symbol_mail.svg");
}
.c-icon__text {
  font-size: 0.8125rem;
  color: #CCCBCE;
  transition: color 0.4s ease-out;
}
.c-icon__text--gold {
  font-size: 0.875rem;
  background: linear-gradient(180deg, rgb(140, 66, 29) 0%, rgb(251, 230, 123) 33%, rgb(252, 251, 231) 54%, rgb(247, 209, 78) 77%, rgb(212, 160, 65) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: filter 0.6s ease-out;
}
.c-icon__text--gold.active {
  filter: drop-shadow(0 0 10px rgba(251, 230, 123, 0.5));
  transition: filter 0.2s ease;
}
@media screen and (max-width: 600px) {
  .c-icon__text--gold {
    font-size: 0.625rem;
  }
}
.c-icon__nav {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  justify-content: space-around;
  gap: 6px;
  padding: 18px 0;
}
@media screen and (max-width: 600px) {
  .c-icon__nav {
    padding: 18px 6px;
  }
}
.c-icon__item {
  width: 100%;
  max-width: 240px;
}
.c-icon--gold {
  width: 28px;
  height: 28px;
  margin-bottom: -5px;
}
@media screen and (max-width: 600px) {
  .c-icon--gold {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
  }
}

.c-tag {
  padding: 1px 3px 1px 4px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  border-radius: 1px;
  white-space-collapse: collapse;
}
@media screen and (max-width: 600px) {
  .c-tag {
    font-size: 0.75rem;
  }
}
.c-tag--recommendation {
  background-color: #0A98BF;
  border: 1px solid #0A98BF;
}
.c-tag--new {
  background-color: #CA1060;
  border: 1px solid #CA1060;
}
.c-tag--expensive {
  position: relative;
  background: linear-gradient(173deg, rgb(252, 246, 209) 0%, rgb(189, 148, 87) 10%, rgb(227, 202, 137) 25%, rgb(254, 232, 200) 70%, rgb(77, 58, 26) 85%, rgb(252, 240, 209) 100%);
  border-radius: 1px;
  display: flex;
  align-items: center;
  z-index: 6;
}
.c-tag--expensive::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: linear-gradient(180deg, rgb(47, 45, 50) 0%, rgb(0, 0, 0) 100%);
  border-radius: inherit;
  z-index: -10;
}
.c-tag--free {
  background-color: #349412;
  border: 1px solid #349412;
}
.c-tag__text--expensive {
  background: linear-gradient(173deg, rgb(252, 246, 209) 0%, rgb(189, 148, 87) 10%, rgb(227, 202, 137) 25%, rgb(254, 232, 200) 70%, rgb(77, 58, 26) 85%, rgb(252, 240, 209) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-img {
  width: 145px;
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.c-img__loading {
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}
@media screen and (max-width: 600px) {
  .c-img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 300px) {
  .c-img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.c-subject {
  display: block;
  padding: 1px;
  max-width: 800px;
  width: 97%;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(60deg, rgba(168, 168, 166, 0.5) 0%, rgba(105, 105, 105, 0.5) 45%, rgba(141, 141, 140, 0.5) 50%, rgba(249, 248, 246, 0.5) 67%, rgba(212, 212, 212, 0.5) 82%, rgba(127, 127, 127, 0.5) 100%);
  margin: 0 auto 10px;
  position: relative;
  filter: drop-shadow(0 2px 6px rgba(29, 28, 31, 0.36));
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 600px) {
  .c-subject {
    margin-bottom: 6px;
  }
}
.c-subject:last-of-type {
  margin-bottom: 0px;
}
.c-subject::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, rgb(252, 246, 209) 0%, rgb(189, 148, 87) 10%, rgb(227, 202, 137) 25%, rgb(254, 232, 200) 70%, rgb(77, 58, 26) 85%, rgb(252, 240, 209) 100%);
  border-radius: 6px;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  border-radius: 6px;
}
.c-subject:hover::before {
  opacity: 1;
  transition: opacity 0.2s;
}
.c-subject--pickup {
  padding: 2px;
  border-radius: 6px;
  margin: 52px auto 12px;
  background: linear-gradient(173deg, rgb(252, 246, 209) 0%, rgb(189, 148, 87) 10%, rgb(227, 202, 137) 25%, rgb(254, 232, 200) 70%, rgb(77, 58, 26) 85%, rgb(252, 240, 209) 100%);
  transition: filter 0.4s ease-out, border 0.4s ease-out;
}
.c-subject--pickup:hover {
  filter: drop-shadow(0 0 10px rgba(251, 230, 123, 0.5));
  transition: filter 0.2s ease, border 0.2s ease;
}
.c-subject--pickup:hover:before {
  opacity: 0;
  transition: opacity 0.2s;
}
.c-subject__badge {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -18px;
  left: 5px;
}
@media screen and (max-width: 600px) {
  .c-subject__badge {
    width: 90px;
    height: 90px;
    top: -18px;
    left: 0;
  }
}
.c-subject__box {
  width: 100%;
  background: #232224;
  border-radius: 5px;
  position: relative;
  z-index: 20;
  padding: 0 10px;
}
.c-subject__box--pickup {
  border-radius: 4px;
}
.c-subject__item {
  display: flex;
  gap: 12px;
  padding: 12px 0 7px;
}
.c-subject__block {
  width: 100%;
}
.c-subject__attributes {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.c-subject__text {
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .c-subject__text {
    margin-bottom: 6px;
  }
}
.c-subject__text--title {
  font-size: 1.25rem;
  line-height: 28.8px;
  margin-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .c-subject__text--title {
    font-size: 0.875rem;
    line-height: 18.2px;
    margin-bottom: 4px;
  }
}
.c-subject__text--details {
  font-size: 1.0625rem;
  color: #A3A2A5;
}
@media screen and (max-width: 600px) {
  .c-subject__text--details {
    font-size: 0.8125rem;
  }
}
.c-subject__text--pickup {
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .c-subject__text--pickup {
    font-size: 1rem;
  }
}
.c-subject__category {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.c-subject__list {
  display: flex;
  gap: 6px;
  padding: 8px 0;
}
@media screen and (max-width: 600px) {
  .c-subject__list {
    gap: 3px;
  }
}
.c-subject__list--image {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 600px) {
  .c-subject__list--image {
    width: 18px;
    height: 18px;
  }
}
.c-subject__point {
  display: flex;
  align-items: baseline;
  gap: 1px;
}
.c-subject__point--pickup {
  justify-content: end;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(0deg, rgb(168, 168, 166) 0%, rgb(105, 105, 105) 45%, rgb(141, 141, 140) 50%, rgb(249, 248, 246) 67%, rgb(212, 212, 212) 82%, rgb(127, 127, 127) 100%) 1;
     border-image: linear-gradient(0deg, rgb(168, 168, 166) 0%, rgb(105, 105, 105) 45%, rgb(141, 141, 140) 50%, rgb(249, 248, 246) 67%, rgb(212, 212, 212) 82%, rgb(127, 127, 127) 100%) 1;
}
.c-subject__point--get {
  font-size: 2.5rem;
  font-weight: bold;
  background: linear-gradient(0deg, rgb(168, 168, 166) 0%, rgb(105, 105, 105) 45%, rgb(141, 141, 140) 50%, rgb(249, 248, 246) 67%, rgb(212, 212, 212) 82%, rgb(127, 127, 127) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 14px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-subject__point--get {
    font-size: 2rem;
  }
}
.c-subject__point--get::before {
  content: url(../img/web_suite_ow_twinkle01.svg);
  position: absolute;
  width: 70px;
  height: 70px;
  top: -5px;
  left: -25px;
  transform: scale(1.3);
}
@media screen and (max-width: 600px) {
  .c-subject__point--get::before {
    top: -9px;
    left: -27px;
    transform: scale(1);
  }
}
.c-subject__point--twinkle {
  position: relative;
}
.c-subject__point--twinkle::before {
  content: url(../img/web_suite_ow_twinkle02.svg);
  position: absolute;
  width: 70px;
  height: 70px;
  top: -14px;
  right: 37px;
  transform: scale(1.3);
}
@media screen and (max-width: 600px) {
  .c-subject__point--twinkle::before {
    top: -17px;
    right: 18px;
    transform: scale(1);
  }
}
.c-subject__figure {
  font-size: 2.625rem;
  letter-spacing: 0;
  font-weight: bold;
  background: linear-gradient(180deg, rgb(140, 66, 29) 0%, rgb(251, 230, 123) 33%, rgb(252, 251, 231) 54%, rgb(247, 209, 78) 77%, rgb(212, 160, 65) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 600px) {
  .c-subject__figure {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 300px) {
  .c-subject__figure {
    font-size: 2rem;
  }
}
.c-subject__figure--pickup {
  font-size: 2.875rem;
  text-shadow: 0 0 6px rgba(251, 230, 123, 0.5);
}
@media screen and (max-width: 600px) {
  .c-subject__figure--pickup {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 300px) {
  .c-subject__figure--pickup {
    font-size: 2rem;
  }
}

.c-contents {
  width: 100%;
  display: block;
  justify-content: center;
  flex: none;
}
.c-contents__title {
  display: flex;
  justify-content: space-between;
  padding: 16px 12px;
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.c-contents__title--faq {
  border-bottom: none;
}
.c-contents__text {
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (max-width: 600px) {
  .c-contents__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .c-contents__total {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  .c-contents__figure {
    font-size: 0.9375rem;
    letter-spacing: 0.02rem;
    padding: 0 4px;
  }
}

.c-text {
  font-size: 1.25rem;
  line-height: 29.2px;
}
@media screen and (max-width: 600px) {
  .c-text {
    font-size: 0.875rem;
  }
}
.c-text__title {
  font-size: 1.25rem;
  background: linear-gradient(180deg, rgb(140, 66, 29) 0%, rgb(251, 230, 123) 33%, rgb(252, 251, 231) 54%, rgb(247, 209, 78) 77%, rgb(212, 160, 65) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .c-text__title {
    font-size: 0.875rem;
  }
}
.c-text__sub {
  font-size: 1.125rem;
  color: #CCCBCE;
  padding-bottom: 6px;
}
@media screen and (max-width: 600px) {
  .c-text__sub {
    font-size: 0.8125rem;
  }
}

.c-pulldown {
  display: flex;
  max-width: 800px;
  padding: 14px 12px;
  gap: 8px;
  margin: 0 auto;
}
.c-pulldown__title {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.c-pulldown__text {
  font-size: 0.875rem;
}
@media screen and (max-width: 600px) {
  .c-pulldown__text {
    font-size: 0.75rem;
  }
}
.c-pulldown__button {
  position: relative;
  max-width: 700px;
  width: 100%;
}
.c-pulldown__button::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 15px;
  width: 14px;
  height: 10px;
  background-color: #A3A2A5;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  transition: transform 0.3s ease, background-color 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .c-pulldown__button::after {
    top: 16px;
    right: 14px;
    width: 12px;
    height: 8px;
  }
}
.c-pulldown__button:has(select:focus)::after {
  transform: scale(1, -1);
  background-color: #fff;
}
.c-pulldown__button select {
  width: 100%;
  height: 46px;
  color: #fff;
  background-color: rgba(35, 34, 36, 0.48);
  border: 1px solid #232224;
  padding: 0 16px;
  border-radius: 23px;
  font-size: 0.8125rem;
  transition: border 0.4s ease-out;
}
@media screen and (max-width: 600px) {
  .c-pulldown__button select {
    padding: 0 12px;
    height: 40px;
    border-radius: 20px;
  }
}
.c-pulldown__button select:hover {
  border: 1px solid #A3A2A5;
  transition: border 0.2s ease;
}
.c-pulldown__button select:focus {
  border: 1px solid #fff;
  transition: border 0.2s ease;
}
.c-pulldown__button--decision::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 14px;
  width: 14px;
  height: 10px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-radius: 3px;
}
.c-pulldown__button--decision select {
  border: 1px solid #fff;
}

.c-wrapper {
  background-color: #232224;
}

.p-detail {
  background-color: #232224;
  padding: 6px 12px 0;
  max-width: 800px;
  margin: 0 auto;
}
.p-detail__button {
  display: flex;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 28px;
}
.p-detail__button--line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.p-detail__table {
  padding-top: 16px;
}
.p-detail__list {
  width: 100%;
  display: grid;
  margin-bottom: 24px;
}
.p-detail__list--faq {
  margin-bottom: 36px;
}
.p-detail__title {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .p-detail__title {
    font-size: 0.875rem;
    width: 100%;
    display: block;
  }
}
.p-detail__text {
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .p-detail__text {
    font-size: 0.875rem;
    width: 100%;
    display: block;
  }
}

.p-list__button {
  width: 100%;
  margin: 30px auto 36px;
  display: flex;
  justify-content: center;
}

.c-listDiffNone {
  margin: 36px auto 54px;
  gap: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 47vh;
}
.c-listDiffNone__text {
  color: #CCCBCE;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-listDiffNone__text {
    font-size: 0.875rem;
  }
}

.p-faq__details {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  margin: 0 auto;
  max-width: 800px;
}
.p-faq__details:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  margin-bottom: 22px;
}
.p-faq__details[open] .p-faq__summary::after {
  transform: scale(1, -1);
  background-color: #0A98BF;
}
.p-faq__summary {
  position: relative;
  display: block;
  padding: 20px 45px;
  color: #fff;
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .p-faq__summary {
    font-size: 0.875rem;
    padding: 16px 35px;
  }
}
.p-faq__summary::before {
  content: "Q";
  color: #0A98BF;
  font-weight: 700;
  width: 20px;
  height: 10px;
  font-size: 22px;
  position: absolute;
  top: 13px;
  left: 17px;
}
@media screen and (max-width: 600px) {
  .p-faq__summary::before {
    font-size: 18px;
    left: 12px;
  }
}
.p-faq__summary::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 17px;
  width: 12px;
  height: 8px;
  background-color: #A3A2A5;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 600px) {
  .p-faq__summary::after {
    right: 12px;
  }
}
.p-faq__summary:hover {
  cursor: pointer;
  background-color: #302F31;
}
.p-faq__content {
  padding: 20px 34px;
  margin: 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}
@media screen and (max-width: 600px) {
  .p-faq__content {
    padding: 20px 24px;
  }
}
.p-faq__answer {
  margin: 0 0 20px;
  color: #fff;
  font-size: 1rem;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-faq__answer {
    font-size: 0.875rem;
  }
}
.p-faq__answer:first-of-type::before {
  content: "A";
  color: #CA1060;
  font-weight: 700;
  width: 20px;
  height: 10px;
  font-size: 22px;
  position: absolute;
  top: -6px;
  left: -25px;
}
@media screen and (max-width: 600px) {
  .p-faq__answer:first-of-type::before {
    font-size: 18px;
    top: -2px;
    left: -20px;
  }
}
.p-faq__answer:last-of-type {
  margin: 0 0 0;
}
.p-faq__table {
  padding-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .p-faq__table {
    padding-bottom: 0;
  }
}

.p-guide {
  background-color: #232224;
}
.p-guide__slide {
  display: flex;
  justify-content: center;
  width: 360px;
  height: 50%;
  margin: 30px auto;
}
.p-guide__image {
  width: 300px;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-guide__image {
    width: 240px;
    height: 360px;
  }
}
.p-guide__button {
  display: flex;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 24px;
}
.p-guide__buttonText {
  display: inline-block;
  color: #1D1C1F;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  min-width: 240px;
  max-width: 240px;
  height: 44px;
  padding: 12px;
  border-radius: 22px;
  text-align: center;
  filter: drop-shadow(0 2px 6px rgba(29, 28, 31, 0.36));
  transition: all 300ms ease;
}
.p-guide__buttonText:hover {
  cursor: pointer;
  filter: drop-shadow(0 0 10px rgba(251, 230, 123, 0.5));
  transition: all 300ms ease;
}
.p-guide__title {
  font-size: 1.25rem;
  background: linear-gradient(180deg, rgb(140, 66, 29) 0%, rgb(251, 230, 123) 33%, rgb(252, 251, 231) 54%, rgb(247, 209, 78) 77%, rgb(212, 160, 65) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.p-guide__text {
  margin-top: 16px;
  padding: 0 12px;
  font-size: 0.875rem;
  text-align: center;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  font-size: 0;
  border: none;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  transition: background-color 0.3s;
}

.slick-dots li.slick-active button {
  background: linear-gradient(180deg, rgb(140, 66, 29) 0%, rgb(251, 230, 123) 33%, rgb(252, 251, 231) 54%, rgb(247, 209, 78) 77%, rgb(212, 160, 65) 100%);
}

.slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 0.24);
}

.p-contact {
  background-color: #232224;
  padding: 24px 12px 0;
  max-width: 800px;
  margin: 0 auto;
}
.p-contact__heading {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .p-contact__heading {
    font-size: 0.875rem;
  }
}
.p-contact__section {
  margin-bottom: 24px;
}
.p-contact__title {
  font-size: 1rem;
  background: linear-gradient(180deg, rgb(140, 66, 29) 0%, rgb(251, 230, 123) 33%, rgb(252, 251, 231) 54%, rgb(247, 209, 78) 77%, rgb(212, 160, 65) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .p-contact__title {
    font-size: 0.875rem;
  }
}
.p-contact__label {
  background-color: #CA1060;
  display: inline-block;
  position: relative;
  background-clip: border-box;
  -webkit-text-fill-color: #fff;
  font-size: 0.75rem;
  border-radius: 1px;
  width: 36px;
  height: 17px;
  text-align: center;
  margin-left: 8px;
  letter-spacing: 0.1rem;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .p-contact__label {
    font-size: 0.6875rem;
    padding: 2px 4px;
  }
}
.p-contact__subText {
  background-color: #A3A2A5;
  display: inline-block;
  position: relative;
  font-size: 0.75rem;
  margin-left: 12px;
  background-clip: border-box;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: unset;
}
.p-contact__form.is-error input {
  background-color: #FFF0F7;
  border: 1px solid #CA1060;
  box-shadow: 0 0 0 1px rgb(202, 16, 96);
}
.p-contact__form.is-error textarea {
  background-color: #FFF0F7;
  border: 1px solid #CA1060;
  box-shadow: 0 0 0 1px rgb(202, 16, 96);
}
.p-contact__form.is-error select {
  background-color: #FFF0F7;
  border: 1px solid #CA1060;
  box-shadow: 0 0 0 1px rgb(202, 16, 96);
}
.p-contact__form input {
  background-color: #fff;
  width: 100%;
  height: 48px;
  padding: 0 12px;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid #A3A2A5;
  transition: border 0.4s ease-out, box-shadow 0.4s ease-out;
}
.p-contact__form input:hover {
  border: 1px solid #DCAC44;
  box-shadow: 0 0 10px rgba(251, 230, 123, 0.5);
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
.p-contact__form input::-moz-placeholder {
  color: #CCCBCE;
}
.p-contact__form input::placeholder {
  color: #CCCBCE;
}
.p-contact__form textarea {
  background-color: #fff;
  width: 100%;
  min-height: 144px;
  font-size: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #A3A2A5;
  transition: border 0.4s ease-out, box-shadow 0.4s ease-out;
}
.p-contact__form textarea:hover {
  border: 1px solid #DCAC44;
  box-shadow: 0 0 10px rgba(251, 230, 123, 0.5);
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
.p-contact__pulldown select {
  color: #1D1C1F;
  background-color: #fff;
  border: 1px solid #A3A2A5;
  width: 100%;
  height: 48px;
  padding: 0 12px;
  font-size: 1rem;
  border-radius: 4px;
  position: relative;
  transition: border 0.4s ease-out, box-shadow 0.4s ease-out;
}
.p-contact__pulldown select:hover {
  border: 1px solid #DCAC44;
  box-shadow: 0 0 10px rgba(251, 230, 123, 0.5);
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
.p-contact__pulldown::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 14px;
  width: 12px;
  height: 8px;
  background-color: #A3A2A5;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.p-contact__pulldown:has(select:focus)::after {
  transform: scale(1, -1);
  background-color: #A3A2A5;
}
.p-contact__pulldown:hover::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 14px;
  width: 12px;
  height: 8px;
  background-color: #484748;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.p-contact__calender {
  position: relative;
}
.p-contact__calender::after {
  content: url(../img/web_suite_ow_symbol_calendar.svg);
  position: absolute;
  top: 0;
  right: 20px;
  width: 14px;
  height: 10px;
  transition: opacity 0.4s ease-out;
  opacity: 1;
}
.p-contact__calender:hover::after {
  content: url(../img/web_suite_ow_symbol_calendar_hover.svg);
  transition: opacity 0.2s ease;
  opacity: 1;
}
.p-contact__box {
  display: flex;
}
.p-contact__date {
  margin-right: 8px;
  width: 50%;
  display: inline-block;
}
.p-contact__date.is-error input {
  background-color: #FFF0F7;
  border: 1px solid #CA1060;
  box-shadow: 0 0 0 1px rgb(202, 16, 96);
}
.p-contact__date input {
  width: 100%;
}
.p-contact__times {
  width: 50%;
  display: flex;
}
.p-contact__time {
  position: relative;
  display: inline-block;
  width: 100%;
}
.p-contact__time:last-of-type {
  position: relative;
  margin-left: 8px;
}
.p-contact__time:last-of-type::before {
  content: ":";
  display: inline;
  width: auto;
  height: auto;
  position: absolute;
  top: 9px;
  left: -6px;
  color: #fff;
}
.p-contact__time.is-error select {
  background-color: #FFF0F7;
  border: 1px solid #CA1060;
  box-shadow: 0 0 0 1px rgb(202, 16, 96);
}
.p-contact__time select {
  width: 100%;
  position: relative;
}
.p-contact__leading {
  font-size: 1rem;
  margin-bottom: 6px;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .p-contact__leading {
    font-size: 0.875rem;
  }
}
.p-contact__button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 36px;
}

.p-contactError__box {
  background-color: #FFF0F7;
  color: #CA1060;
  font-size: 1rem;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #CA1060;
  box-shadow: 0 0 0 1px rgb(202, 16, 96);
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .p-contactError__box {
    font-size: 0.875rem;
  }
}
.p-contactError__title {
  font-weight: bold;
  position: relative;
  margin-left: 20px;
  padding-left: 6px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .p-contactError__title {
    margin-bottom: 6px;
  }
}
.p-contactError__title::after {
  content: url(../img/web_suite_ow_symbol_alert_red.svg);
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: -1px;
  left: -20px;
}
.p-contactError__list {
  margin: 4px 0 4px 4px;
}
.p-contactError__text {
  position: relative;
  margin-left: 14px;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .p-contactError__text {
    margin-bottom: 6px;
  }
}
.p-contactError__text::before {
  content: "●";
  display: inline-block;
  position: absolute;
  color: #FA5FA1;
  width: 5px;
  height: 5px;
  top: 4px;
  left: -15px;
  transform: scale(0.4);
}
.p-contactError__message {
  color: #FA5FA1;
  font-size: 0.8125rem;
  position: relative;
  margin-top: 6px;
  margin-left: 22px;
}
.p-contactError__message::before {
  content: url(../img/web_suite_ow_symbol_alert_pink.svg);
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: -20px;
}

.p-contactConfirmation__button {
  width: 100%;
  margin-top: 26px;
  padding-bottom: 10px;
}
.p-contactConfirmation__button--common {
  margin: 26px auto 0;
}
.p-contactConfirmation__button--revision {
  margin-top: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .p-contactConfirmation__button--revision {
    margin-top: 24px;
  }
}
.p-contactConfirmation__table {
  padding-top: 0;
}

.p-complete {
  padding: 6px 12px 58px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-complete {
    padding: 6px 12px 0;
  }
}
.p-complete__finished {
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
  gap: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .p-complete__finished {
    gap: 12px;
  }
}
.p-complete__title {
  font-size: 1.125rem;
}
@media screen and (max-width: 600px) {
  .p-complete__title {
    font-size: 0.9375rem;
  }
}
.p-complete__list {
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
  padding-bottom: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .p-complete__list {
    line-height: 1.4;
  }
}
.p-complete__text {
  font-size: 1rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .p-complete__text {
    font-size: 0.8125rem;
  }
}
.p-complete__text:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .p-complete__button {
    padding: 0 12px 36px;
  }
}
/*# sourceMappingURL=style.css.map */