@import url(https://fonts.googleapis.com/css?family=Nunito);
@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 769px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: "Noto Sans JP", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.575rem;
}

h4, .h4 {
  font-size: 1.35rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8fafc;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 769px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8fafc;
  border-color: #dee2e6 #dee2e6 #f8fafc;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 769px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 769px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
body {
  color: var(--color-text, #333);
}

.form-control {
  font-size: 14px;
}

input,
select,
button {
  outline: none;
}

a:hover {
  text-decoration: none;
}

.text-500 {
  font-weight: 500;
}

.h-100vh {
  height: 100vh;
}

.w-240 {
  width: 240px;
  max-width: 240px;
}

.opacity-0 {
  opacity: 0;
}

.h-0 {
  height: 0;
}

.p-40 {
  padding: 40px;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.mt-57 {
  margin-top: 57px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.w-23 {
  width: 23px !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
  cursor: pointer;
  color: #e3342f;
}
.text-decoration-underline:hover {
  color: #e3342f;
}

button:disabled {
  opacity: 0.8;
}

main {
  background-color: var(--color-background, #f8f8f8);
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

#gl-wrapper {
  position: relative;
  min-width: 1080px;
}

#gl-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  min-width: 1080px;
  padding: 0 40px;
  background: #fff;
  border-bottom: 1px solid var(--color-background, #f8f8f8);
}
#gl-header .inner {
  position: relative;
  height: 80px;
}
#gl-header .inner h1 {
  font-size: 20px;
}
#gl-header .logo {
  position: absolute;
  left: 0;
  top: 50%;
  width: 140px;
  transform: translateY(-50%);
}
#gl-header .logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
#gl-header .nav .list {
  width: 100%;
  padding: 0;
}
#gl-header .nav .list li {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 10px;
}
#gl-header .nav .list li a {
  color: #666;
}
#gl-header .nav .nav {
  margin-left: 320px !important;
}
@media screen and (min-width: 1600px) {
  #gl-header .nav .nav {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 769px) {
  #gl-header .nav .nav {
    width: clamp(530px, 44.6111111111vw, 580px) !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #gl-header .nav .nav {
    width: 470px !important;
  }
}
@media screen and (max-width: 1579px) {
  #gl-header .nav .nav {
    margin-left: 400px !important;
  }
}
@media screen and (max-width: 1300px) {
  #gl-header .nav .nav {
    margin-left: 340px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #gl-header .nav {
    height: 100% !important;
    margin-left: 300px !important;
  }
  #gl-header .nav a {
    font-size: 10px;
  }
}
@media screen and (max-width: 1579px) {
  #gl-header #gl-header .nav {
    margin-left: 400px !important;
  }
}
@media screen and (max-width: 1300px) {
  #gl-header #gl-header .nav {
    margin-left: 340px !important;
  }
}
#gl-header .account {
  list-style: none;
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24px;
}
#gl-header .account a {
  color: var(--color-primary, #ff8053);
}
#gl-header .account__biz {
  display: block;
  flex-flow: column;
  color: #333 !important;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.02em;
  padding: 0;
  gap: 3px;
  align-items: start;
}
#gl-header .account__biz__user {
  display: flex;
  gap: 7px;
  max-width: 300px;
}
#gl-header .account__biz__user .bizid {
  color: var(--color-primary-forbiz, #5ab0bd);
}
#gl-header .account__biz__user .depname {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#gl-header .account__biz .corpname {
  font-size: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
#gl-header .account.--forbiz {
  right: 100px;
  width: 149px;
  height: 40px;
  border-radius: 8px;
  text-align: center;
  align-content: center;
  background-color: #2db2bf;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
#gl-header .account.--forbiz:hover {
  opacity: 0.7;
  text-decoration: none;
}
#gl-header .account.--forbiz a {
  color: var(--color-on-primary, #fff) !important;
}
#gl-header .account.--forbiz a:hover {
  text-decoration: none;
}
#gl-header .account__biz {
  display: flex;
  flex-flow: column;
  color: #666;
  font-weight: normal;
}
#gl-header .account__biz__user {
  display: flex;
  gap: 0.5rem;
}
#gl-header .account-header.--forbiz {
  padding: 11px 0;
  cursor: pointer;
}

#gl-main {
  position: relative;
  padding: 80px 0 0;
}

.border-left-title {
  position: relative;
  padding-left: 15px;
}
.border-left-title::after {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 24px;
  background: var(--color-primary, #ff8053);
  border-radius: 50px;
}

.account-header a {
  font-size: 12px;
  font-weight: bold;
  color: var(--color-text, #333) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 18px 30px;
  letter-spacing: 0.24px;
}
.account-header a img {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 16px;
  margin-right: 6px;
}
.account-header a img::before {
  position: absolute;
  bottom: 0;
  font-size: 11px;
}
.account-header a.dropdown-item-border {
  border-bottom: 1px solid #eeeeee;
}
.account-header:hover .dropdown-menu {
  display: block;
  border: none;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1215686275);
  min-width: auto;
  left: 0;
  right: auto;
}
.account-header:hover .dropdown-item:active {
  background-color: unset;
}
.account-header .dropdown-menu a {
  color: #666 !important;
}

.account-sp__names {
  display: flex;
  align-items: center;
}
.account-sp__img {
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.account-sp__img img {
  width: 100%;
  height: 100%;
}
.account-sp img {
  width: 18px;
  height: 18px;
}
.account-sp .account__biz {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.account-sp .account__biz__user {
  display: flex;
  gap: 0.5rem;
}

.full-height-screen {
  min-height: calc(100vh - 322px);
}

.breadcrumbs {
  display: flex;
  padding: 30px 0;
  margin: auto;
  align-items: center;
  justify-content: flex-end;
}
.breadcrumbs ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
.breadcrumbs ul li {
  font-size: 11px;
  color: #999999;
}
.breadcrumbs ul li i {
  margin-left: 16px;
  margin-right: 6px;
}
.breadcrumbs ul li a {
  color: #999999;
}
.breadcrumbs ul .current-page {
  color: var(--color-text, #333);
}

.avatar-list {
  margin-top: 13px;
}
.avatar-list .item-avatar {
  justify-content: center;
  align-items: center;
  display: flex;
}
.avatar-list .item-avatar .avatar-area {
  background: #eeeeee;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0;
}
.avatar-list .item-avatar .avatar-area img {
  width: 100%;
  height: auto;
  display: block;
}
.avatar-list .item-avatar .avatar-area .icon-plus {
  position: absolute;
}
.avatar-list .item-avatar .avatar-area:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.avatar-list .item-avatar .avatar-area:hover:after {
  opacity: 1;
}
.avatar-list .item-avatar .avatar-area-section {
  padding: 7px;
  border-radius: 50%;
  border: 3px solid white;
}
.avatar-list .item-avatar.active-avatar .avatar-area-section {
  border: 3px solid var(--color-primary, #ff8053);
}
.avatar-list .item-avatar.active-avatar .avatar-area-section.--forbiz {
  border: 3px solid var(--color-primary-forbiz, #5ab0bd);
}

.btn-regular {
  background-color: var(--color-primary, #ff8053);
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 22px 25px 24px;
  max-width: 320px;
  width: 100%;
  text-decoration: none;
  border-width: 0;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.btn-regular:hover {
  opacity: 0.7;
  background-color: var(--color-primary, #ff8053);
  color: #fff !important;
}

.btn-orange {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 20px 16px;
  background-color: var(--color-primary, #ff8053);
  border-radius: 32px;
  max-width: 240px;
  width: 100%;
  text-decoration: none;
  line-height: 1;
  border-width: 0;
}
.btn-orange:hover {
  opacity: 0.7;
}
.btn-orange--blue {
  background-color: var(--color-primary-forbiz, #5ab0bd);
}
.btn-orange--pink {
  background-color: var(--color-primary-fandom, #f55b79);
}

.btn-regular-bkWhite {
  background-color: #fff;
  color: var(--color-primary, #ff8053) !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 25px 22px;
  max-width: 320px;
  width: 100%;
  border: 2px solid var(--color-primary, #ff8053);
  border-radius: 32px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin: auto;
}
.btn-regular-bkWhite:hover {
  opacity: 0.7;
}
.btn-regular-bkWhite--blue {
  color: var(--color-primary-forbiz, #5ab0bd) !important;
  border: 2px solid var(--color-primary-forbiz, #5ab0bd);
}

.btn-regular-bkBlue {
  background-color: var(--color-primary-forbiz, #5ab0bd) !important;
  color: var(--color-on-primary, #fff) !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 25px 22px;
  max-width: 320px;
  width: 100%;
  border-width: 0;
  border-radius: 32px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin: auto;
}
.btn-regular-bkBlue:hover {
  opacity: 0.7;
}

.btn-regular-bkBlue {
  background-color: var(--color-primary-forbiz, #5ab0bd) !important;
  color: var(--color-on-primary, #fff) !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 25px 22px;
  max-width: 320px;
  width: 100%;
  border-width: 0;
  border-radius: 32px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin: auto;
}
.btn-regular-bkBlue:hover {
  opacity: 0.7;
}

.btn-preview {
  background-color: #fff;
  color: var(--color-primary, #ff8053) !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 25px 12px;
  width: 100%;
  border: 2px solid var(--color-primary, #ff8053);
  border-radius: 50px;
}
.btn-preview:hover {
  opacity: 0.7;
}
.btn-preview--blue {
  color: var(--color-primary-forbiz, #5ab0bd) !important;
  border: 2px solid var(--color-primary-forbiz, #5ab0bd);
}

.btn-upload {
  background-color: #fff;
  color: var(--color-primary, #ff8053);
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 17px 12px;
  max-width: 170px;
  width: 100%;
  border: 2px solid var(--color-primary, #ff8053);
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.btn-upload:hover {
  opacity: 0.7;
}
.btn-upload svg {
  margin-right: 17px;
}
.btn-upload svg.icon-plus-grey {
  display: none;
}
.btn-upload svg circle {
  fill: var(--color-primary, #ff8053) !important;
}
.btn-upload.btn-upload-grey {
  color: #ccc;
  border-color: #ccc;
}
.btn-upload.btn-upload-grey .icon-plus-grey {
  display: block;
}
.btn-upload.btn-upload-grey .icon-plus-orange {
  display: none;
}

.form-product--forbiz .btn-upload {
  color: var(--color-primary-forbiz, #5ab0bd);
  border: 2px solid var(--color-primary-forbiz, #5ab0bd);
}
.form-product--forbiz .btn-upload svg circle {
  fill: var(--color-primary-forbiz, #5ab0bd) !important;
}

.btn-regular-orange {
  background-color: #fff4f0;
  color: var(--color-primary, #ff8053);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding-top: 9px;
  padding-bottom: 11px;
  width: 100%;
  max-width: 200px;
  border-width: 0;
  border-radius: 32px;
  outline: none !important;
}
.btn-regular-orange:hover {
  opacity: 0.7;
}
.btn-regular-orange--blue {
  background-color: var(--color-background, #f8f8f8);
  color: var(--color-primary-forbiz, #5ab0bd);
}

.btn-return {
  background-color: #fff;
  color: var(--color-text, #333);
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 25px 22px;
  max-width: 320px;
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 50px;
}
.btn-return:hover {
  opacity: 0.7;
}

.btn-black {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 22px 20px 24px;
  background-color: #333;
  border-radius: 32px;
  max-width: 240px;
  width: 100%;
  line-height: 1;
  border-width: 0;
}
.btn-black:hover {
  opacity: 0.7;
}

.btn-black-methods {
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px 17px;
  background-color: #333;
  border-radius: 32px;
  max-width: 200px;
  width: 100%;
  line-height: 1;
  border-width: 0;
}
.btn-black-methods:hover {
  opacity: 0.7;
}

.btn-extend {
  padding: 15px 20px 17px;
  font-size: 14px;
}

.btn-black-message {
  background-color: #333;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 17px 12px;
  max-width: 170px;
  width: 100%;
  border: 2px solid var(--color-text, #333);
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.btn-black-message::before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  background: var(--color-primary, #ff8053);
  border-radius: 50px;
  width: 15px;
  height: 15px;
  margin-right: 15px;
}
.btn-black-message:hover {
  opacity: 0.7;
}

.btn-black-narrow {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 0 11px;
  background-color: #333;
  border-radius: 32px;
  max-width: 80px;
  width: 100%;
  line-height: 1;
  border-width: 0;
}
.btn-black-narrow:hover {
  opacity: 0.7;
}

.Top-h2-title,
.h2-title,
.h3-title,
.h4-title {
  font-weight: bold;
  color: var(--color-text, #333);
}

.Top-h2-title {
  font-size: 36px;
}

.h2-title {
  font-size: 28px;
}

.h3-title {
  font-size: 24px;
}

.h4-title {
  font-size: 18px;
}

.bg-black {
  background: var(--color-text, #333) !important;
}

.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
  max-width: 1200px;
}
.container-xl.--forbiz,
.container-lg.--forbiz,
.container-md.--forbiz,
.container-sm.--forbiz,
.container.--forbiz {
  max-width: 720px !important;
}

.bg-pink {
  background-color: #f59ba8 !important;
}

.bg-blue {
  background-color: #90ddff !important;
}

.bg-gray {
  background-color: #e5e5e5 !important;
}

.bg-green {
  background-color: #84e8a3 !important;
}

.bg-yellow {
  background-color: yellow !important;
}

.mt-220 {
  margin-top: 220px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-133 {
  padding-top: 133px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.px-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.w-20 {
  width: 20px !important;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt--80-50 {
  margin-top: -80px;
}

footer {
  background-color: var(--color-background, #f8f8f8);
}
footer .layout-footer {
  text-align: center;
  align-items: center;
  padding: 100px clamp(40px, 160 / var(--pc-design-width) * 100vw, 160px);
}
footer .layout-footer small {
  color: var(--monotone-2);
}
footer .layout-footer img {
  width: 191px;
}
footer .layout-footer .sub-logo {
  font-size: 12px;
}
footer .layout-footer ul {
  padding: 0;
  margin: 0;
}
footer .layout-footer li {
  display: inline-block;
  border-width: 0 0.5px 0 0.5px;
  line-height: 1;
  font-size: 10px;
}
footer .layout-footer li a {
  color: var(--color-text, #333);
}
footer .layout-footer li a:hover {
  color: var(--color-primary, #ff8053);
  text-decoration: underline;
}
footer .layout-footer li:nth-child(1) {
  padding: 0 38px 0 0;
}
footer .layout-footer li:nth-child(2) {
  padding: 0 30px 0 0;
}
footer .layout-footer li:nth-child(3) {
  padding: 0 50px 0 0;
}
footer .layout-footer li:first-child {
  border-width: 0;
}
footer .layout-footer li:last-child {
  border-width: 0;
}
footer .layout-footer li .nav-link {
  padding: 0;
}

.left-sidebar {
  background-color: #fff;
  border-radius: 10px;
}
.left-sidebar a {
  color: var(--color-text, #333);
}
.left-sidebar a:hover {
  color: var(--color-primary, #ff8053);
  text-decoration: none;
}
.left-sidebar .search-sidebar {
  border-radius: 5px;
  height: 36px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding-left: 12px;
}
.left-sidebar .title {
  font-size: 20px;
  font-weight: bold;
}
.left-sidebar .box-search {
  padding: 23px 30px 23px;
  border: 0 solid #eeeeee;
  border-bottom-width: 1px;
}
.left-sidebar .box-search .h4-title {
  margin-bottom: 14px;
}
.left-sidebar .box-search .tabs {
  margin-bottom: 0;
}
.left-sidebar .box-search .tabs .tab.active-tab,
.left-sidebar .box-search .tabs .tab:hover {
  background: var(--color-primary, #ff8053);
  font-weight: bold;
}
.left-sidebar .box-search .tabs .tab.active-tab a,
.left-sidebar .box-search .tabs .tab:hover a {
  color: #fff;
}
.left-sidebar .box-search .btn-collapse {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-sidebar .box-search .btn-collapse .plus-show {
  display: block;
}
.left-sidebar .box-search .btn-collapse .minus-show {
  display: none;
}
.left-sidebar .box-search .btn-box-checkbox {
  padding: 9px 16px;
  font-size: 12px;
}
.left-sidebar .box-search:last-child {
  border-bottom-width: 0;
  padding-bottom: 35px;
}
.left-sidebar .key-search {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: normal;
}
.left-sidebar .key-search:last-child {
  margin-bottom: 0;
}
.left-sidebar #collapseExample label {
  position: relative;
  display: flex;
}
.left-sidebar #collapseExample label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  border: 1px solid #999999;
  position: relative;
  margin-right: 20px;
}
.left-sidebar #collapseExample label.active-collapseExample span:after {
  content: "";
  background: var(--color-primary, #ff8053);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
}
.left-sidebar form > p {
  margin-bottom: 11px;
}
.left-sidebar > div .group-checkbox {
  border-width: 0;
  padding: 7px 0 12px;
}
.left-sidebar > div .group-checkbox input {
  width: 20px !important;
  height: 20px !important;
  opacity: 0;
}
.left-sidebar > div .group-checkbox .form-check {
  padding-left: 0;
}
.left-sidebar > div .group-checkbox .form-check-input {
  position: absolute;
  width: 0;
  height: 0;
}
.left-sidebar > div .group-checkbox .fa-check-circle {
  color: #ddd;
  font-size: 1rem;
  margin-right: 8px;
}
.left-sidebar > div .group-checkbox .checkbox-sidbar {
  font-size: 0.9rem;
  line-height: 100%;
  letter-spacing: 0.04em;
}
.left-sidebar > div .group-checkbox .checkbox-sidbar label {
  margin-bottom: 20px !important;
  width: 100%;
}
.left-sidebar > div .group-checkbox .checkbox-sidbar input {
  position: absolute;
}
.left-sidebar > div .checkbox-sidbar input:checked + label i {
  color: var(--color-primary, #ff8053) !important;
}
.left-sidebar > div .checkbox-sidbar label:hover {
  color: var(--color-primary, #ff8053) !important;
}

.d-none-pc {
  display: none;
}

.active {
  display: block !important;
}

.border-none {
  border: unset !important;
}

.border-radius-unset {
  border-radius: unset !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.left-sidebar-book {
  width: 100%;
}
.left-sidebar-book .box-search {
  padding: 14px 0;
}
.left-sidebar-book .detail-book:first-child {
  border: solid #ddd;
  border-width: 0 1px 0 0;
}
.left-sidebar-book .title-normal {
  color: #666;
  font-size: 11px;
  line-height: 1.7;
}
.left-sidebar-book .content-sidebar {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.left-sidebar-book .content-sidebar .number {
  font-size: 24px;
}
.left-sidebar-book .content-sidebar .table td {
  border-width: 0;
  padding: 6px 0;
}
.left-sidebar-book .content-sidebar .table .table-header {
  font-size: 12px;
  color: #666;
  padding-right: 10px;
}
.left-sidebar-book .content-sidebar .table .table-content {
  font-size: 12px;
  color: var(--color-text, #333);
  font-weight: bold;
  line-height: 1.5;
  word-break: break-word;
}
.left-sidebar-book .question-sidebar {
  padding: 30px 30px 40px 30px;
}

.box-shadow-image {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media screen and (max-width: 768.98px) {
  .d-none-mobile {
    display: none !important;
  }
  .left-sidebar {
    margin-right: 0;
  }
  .d-none-pc {
    display: block;
  }
  .layout-footer li a {
    padding: 0 10px;
  }
}
.cursor-pointer {
  cursor: pointer;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mr-21 {
  margin-right: 21px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-4 {
  margin-bottom: 4px !important;
}

.margin-bottom-3 {
  margin-bottom: 3px !important;
}

.table-fixed {
  table-layout: fixed;
}

#gl-footer {
  position: relative;
  z-index: 0;
  padding: 100px 40px;
}

.notification-special-char {
  color: var(--color-alert, #f00);
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 2px;
}

.model.model-none-question,
.model.model-remove-book,
.model.model-change-password,
.model.modal-buy,
.model.model-cart,
.model.modal-biz-expired {
  display: none;
}

.model.model-none-question.active,
.model.model-remove-book.active,
.model.model-change-password.active,
.model.modal-buy.active,
.model.model-cart.active,
.model.modal-biz-expired.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.model.model-none-question.active .model-content,
.model.model-remove-book.active .model-content,
.model.model-change-password.active .model-content,
.model.modal-buy.active .model-content,
.model.model-cart.active .model-content,
.model.modal-biz-expired.active .model-content {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  width: calc(100% - 320px);
  max-width: 630px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  transition: transform 0.3s ease-out;
  background: #fff;
  border: #ddd 1px solid;
  border-radius: 10px;
  z-index: 1050;
}
.model.model-none-question.active .model-content .inner,
.model.model-remove-book.active .model-content .inner,
.model.model-change-password.active .model-content .inner,
.model.modal-buy.active .model-content .inner,
.model.model-cart.active .model-content .inner,
.model.modal-biz-expired.active .model-content .inner {
  width: calc(100% - 80px);
  margin: 36px auto 45px auto;
}
.model.model-none-question.active .model-content .inner .title,
.model.model-remove-book.active .model-content .inner .title,
.model.model-change-password.active .model-content .inner .title,
.model.modal-buy.active .model-content .inner .title,
.model.model-cart.active .model-content .inner .title,
.model.modal-biz-expired.active .model-content .inner .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.28px;
  line-height: 1;
  margin-bottom: 15px;
  align-items: center;
  display: flex;
}
.model.model-none-question.active .model-content .inner .title img,
.model.model-remove-book.active .model-content .inner .title img,
.model.model-change-password.active .model-content .inner .title img,
.model.modal-buy.active .model-content .inner .title img,
.model.model-cart.active .model-content .inner .title img,
.model.modal-biz-expired.active .model-content .inner .title img {
  width: 22px;
  margin-right: 8px;
}
.model.model-none-question.active .model-content .inner .group-input,
.model.model-remove-book.active .model-content .inner .group-input,
.model.model-change-password.active .model-content .inner .group-input,
.model.modal-buy.active .model-content .inner .group-input,
.model.model-cart.active .model-content .inner .group-input,
.model.modal-biz-expired.active .model-content .inner .group-input {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.model.model-none-question.active .model-content .inner .group-input label,
.model.model-remove-book.active .model-content .inner .group-input label,
.model.model-change-password.active .model-content .inner .group-input label,
.model.modal-buy.active .model-content .inner .group-input label,
.model.model-cart.active .model-content .inner .group-input label,
.model.modal-biz-expired.active .model-content .inner .group-input label {
  margin-right: 22px;
}
.model.model-none-question.active .model-content .inner .input-checkbox label,
.model.model-remove-book.active .model-content .inner .input-checkbox label,
.model.model-change-password.active .model-content .inner .input-checkbox label,
.model.modal-buy.active .model-content .inner .input-checkbox label,
.model.model-cart.active .model-content .inner .input-checkbox label,
.model.modal-biz-expired.active .model-content .inner .input-checkbox label {
  padding-left: 21px;
  display: block;
  position: relative;
  font-size: 12px;
  margin-bottom: 0;
}
.model.model-none-question.active .model-content .inner .input-checkbox input,
.model.model-remove-book.active .model-content .inner .input-checkbox input,
.model.model-change-password.active .model-content .inner .input-checkbox input,
.model.modal-buy.active .model-content .inner .input-checkbox input,
.model.model-cart.active .model-content .inner .input-checkbox input,
.model.modal-biz-expired.active .model-content .inner .input-checkbox input {
  width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.model.model-none-question.active .model-content .inner .input-checkbox input + span:after,
.model.model-remove-book.active .model-content .inner .input-checkbox input + span:after,
.model.model-change-password.active .model-content .inner .input-checkbox input + span:after,
.model.modal-buy.active .model-content .inner .input-checkbox input + span:after,
.model.model-cart.active .model-content .inner .input-checkbox input + span:after,
.model.modal-biz-expired.active .model-content .inner .input-checkbox input + span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("https://assets.sugoyose.jp/storage/images/icon_input_checkbox.png") 0 0/100% no-repeat;
}
.model.model-none-question.active .model-content .inner .input-checkbox input:checked + span:after,
.model.model-remove-book.active .model-content .inner .input-checkbox input:checked + span:after,
.model.model-change-password.active .model-content .inner .input-checkbox input:checked + span:after,
.model.modal-buy.active .model-content .inner .input-checkbox input:checked + span:after,
.model.model-cart.active .model-content .inner .input-checkbox input:checked + span:after,
.model.modal-biz-expired.active .model-content .inner .input-checkbox input:checked + span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_checkbox.png") 0 0/100% no-repeat;
}
.model.model-none-question.active .model-background,
.model.model-remove-book.active .model-background,
.model.model-change-password.active .model-background,
.model.modal-buy.active .model-background,
.model.model-cart.active .model-background,
.model.modal-biz-expired.active .model-background {
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.5;
  position: fixed;
}
.model.model-none-question.active .message-model,
.model.model-remove-book.active .message-model,
.model.model-change-password.active .message-model,
.model.modal-buy.active .message-model,
.model.model-cart.active .message-model,
.model.modal-biz-expired.active .message-model {
  font-size: 14px;
  color: var(--color-text, #333);
  letter-spacing: 0.02px;
  line-height: 1.7142857143;
  margin-bottom: 10px;
}
.model.model-none-question.active .message-model span,
.model.model-remove-book.active .message-model span,
.model.model-change-password.active .message-model span,
.model.modal-buy.active .message-model span,
.model.model-cart.active .message-model span,
.model.modal-biz-expired.active .message-model span {
  color: var(--color-alert, #f00);
}
.model.model-none-question.active .mb-22,
.model.model-remove-book.active .mb-22,
.model.model-change-password.active .mb-22,
.model.modal-buy.active .mb-22,
.model.model-cart.active .mb-22,
.model.modal-biz-expired.active .mb-22 {
  margin-bottom: 22px;
}
.model.model-none-question.active .cmn-btn,
.model.model-remove-book.active .cmn-btn,
.model.model-change-password.active .cmn-btn,
.model.modal-buy.active .cmn-btn,
.model.model-cart.active .cmn-btn,
.model.modal-biz-expired.active .cmn-btn {
  display: flex;
  justify-content: center;
}
.model.model-none-question.active .cmn-btn.large a,
.model.model-remove-book.active .cmn-btn.large a,
.model.model-change-password.active .cmn-btn.large a,
.model.modal-buy.active .cmn-btn.large a,
.model.model-cart.active .cmn-btn.large a,
.model.modal-biz-expired.active .cmn-btn.large a {
  min-width: 320px;
  padding: 20px;
  font-size: 18px;
  letter-spacing: 0.28px;
  border-radius: 32px;
}
.model.model-none-question.active .cmn-btn.medium a,
.model.model-remove-book.active .cmn-btn.medium a,
.model.model-change-password.active .cmn-btn.medium a,
.model.modal-buy.active .cmn-btn.medium a,
.model.model-cart.active .cmn-btn.medium a,
.model.modal-biz-expired.active .cmn-btn.medium a {
  min-width: 170px;
  padding: 8px;
  font-size: 12px;
  letter-spacing: 0.2px;
  border-radius: 32px;
}
.model.model-none-question.active .cmn-btn.white a,
.model.model-remove-book.active .cmn-btn.white a,
.model.model-change-password.active .cmn-btn.white a,
.model.modal-buy.active .cmn-btn.white a,
.model.model-cart.active .cmn-btn.white a,
.model.modal-biz-expired.active .cmn-btn.white a {
  background: #fff;
  border: 1px solid #ddd;
}
.model.model-none-question.active .cmn-btn.border-orange a,
.model.model-remove-book.active .cmn-btn.border-orange a,
.model.model-change-password.active .cmn-btn.border-orange a,
.model.modal-buy.active .cmn-btn.border-orange a,
.model.model-cart.active .cmn-btn.border-orange a,
.model.modal-biz-expired.active .cmn-btn.border-orange a {
  background: #fff;
  border: 1px solid var(--color-primary, #ff8053);
  color: var(--color-primary, #ff8053);
}
.model.model-none-question.active .cmn-btn a,
.model.model-remove-book.active .cmn-btn a,
.model.model-change-password.active .cmn-btn a,
.model.modal-buy.active .cmn-btn a,
.model.model-cart.active .cmn-btn a,
.model.modal-biz-expired.active .cmn-btn a {
  display: block;
  height: 100%;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.2s ease;
  color: var(--color-text, #333);
  text-decoration: none;
  line-height: 1;
}
.model.model-none-question.active.--forbiz .model-content .inner .input-checkbox input:checked + span:after,
.model.model-remove-book.active.--forbiz .model-content .inner .input-checkbox input:checked + span:after,
.model.model-change-password.active.--forbiz .model-content .inner .input-checkbox input:checked + span:after,
.model.modal-buy.active.--forbiz .model-content .inner .input-checkbox input:checked + span:after,
.model.model-cart.active.--forbiz .model-content .inner .input-checkbox input:checked + span:after,
.model.modal-biz-expired.active.--forbiz .model-content .inner .input-checkbox input:checked + span:after {
  background: url("/_assets/images/common/icon/forbiz_icon_checkbox.png") 0 0/100% no-repeat;
}

.model.model-remove-book.active .btn-close,
.model.model-change-password.active .btn-close,
.model.modal-buy.active .btn-close,
.model.model-cart.active .btn-close,
.model.modal-biz-expired.active .btn-close {
  position: absolute;
  top: 15px;
  right: 19px;
  width: 29px;
  padding: 0;
  border: 0;
}
.model.model-remove-book.active .btn-close img,
.model.model-change-password.active .btn-close img,
.model.modal-buy.active .btn-close img,
.model.model-cart.active .btn-close img,
.model.modal-biz-expired.active .btn-close img {
  width: 100%;
}
.model.model-remove-book.active .btn-close:hover,
.model.model-change-password.active .btn-close:hover,
.model.modal-buy.active .btn-close:hover,
.model.model-cart.active .btn-close:hover,
.model.modal-biz-expired.active .btn-close:hover {
  position: absolute;
  content: "";
  top: 15px;
  right: 19px;
  width: 29px;
  height: 29px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/x@2x.png") 0 0/100% no-repeat;
}
.model.model-remove-book.active .btn-close:hover img,
.model.model-change-password.active .btn-close:hover img,
.model.modal-buy.active .btn-close:hover img,
.model.model-cart.active .btn-close:hover img,
.model.modal-biz-expired.active .btn-close:hover img {
  width: 0;
}
.model.model-remove-book.active .cmn-btn.large a,
.model.model-change-password.active .cmn-btn.large a,
.model.modal-buy.active .cmn-btn.large a,
.model.model-cart.active .cmn-btn.large a,
.model.modal-biz-expired.active .cmn-btn.large a {
  font-weight: 500;
  min-width: 260px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0.28px;
  border-radius: 32px;
  color: #ccc;
}
.model.model-remove-book.active .model-content,
.model.model-change-password.active .model-content,
.model.modal-buy.active .model-content,
.model.model-cart.active .model-content,
.model.modal-biz-expired.active .model-content {
  max-width: 570px;
  border: 0;
}
.model.model-remove-book.active .model-content .inner .input-checkbox input,
.model.model-change-password.active .model-content .inner .input-checkbox input,
.model.modal-buy.active .model-content .inner .input-checkbox input,
.model.model-cart.active .model-content .inner .input-checkbox input,
.model.modal-biz-expired.active .model-content .inner .input-checkbox input {
  width: 0;
}
.model.model-remove-book.active .model-content .inner .input-checkbox input:after,
.model.model-change-password.active .model-content .inner .input-checkbox input:after,
.model.modal-buy.active .model-content .inner .input-checkbox input:after,
.model.model-cart.active .model-content .inner .input-checkbox input:after,
.model.modal-biz-expired.active .model-content .inner .input-checkbox input:after {
  top: 50%;
  transform: translate(0, -50%);
}
.model.model-remove-book.active .model-content .inner .input-checkbox input:checked:after,
.model.model-change-password.active .model-content .inner .input-checkbox input:checked:after,
.model.modal-buy.active .model-content .inner .input-checkbox input:checked:after,
.model.model-cart.active .model-content .inner .input-checkbox input:checked:after,
.model.modal-biz-expired.active .model-content .inner .input-checkbox input:checked:after {
  top: 50%;
  transform: translate(0, -50%);
}
.model.model-remove-book.active .cmn-btn.active,
.model.model-change-password.active .cmn-btn.active,
.model.modal-buy.active .cmn-btn.active,
.model.model-cart.active .cmn-btn.active,
.model.modal-biz-expired.active .cmn-btn.active {
  display: flex !important;
  border: transparent !important;
}
.model.model-remove-book.active .cmn-btn.active a,
.model.model-change-password.active .cmn-btn.active a,
.model.modal-buy.active .cmn-btn.active a,
.model.model-cart.active .cmn-btn.active a,
.model.modal-biz-expired.active .cmn-btn.active a {
  border-color: transparent !important;
  background: #333 !important;
  color: #fff;
}
.model.model-remove-book.active .model-content .inner,
.model.model-change-password.active .model-content .inner,
.model.modal-buy.active .model-content .inner,
.model.model-cart.active .model-content .inner,
.model.modal-biz-expired.active .model-content .inner {
  margin: 40px auto;
}

.model.model-change-password.active .model-content,
.model.model-cart .model-content,
.model.modal-biz-expired .model-content {
  max-width: 630px;
}
.model.model-change-password.active .model-content .form-group,
.model.model-cart .model-content .form-group,
.model.modal-biz-expired .model-content .form-group {
  max-width: 330px;
  margin: 25px auto;
}
.model.model-change-password.active .model-content .form-group input,
.model.model-cart .model-content .form-group input,
.model.modal-biz-expired .model-content .form-group input {
  border-radius: 4px;
  font-size: 12px;
  height: 44px;
  border: 1px solid #ddd;
  box-shadow: none;
  color: var(--color-text, #333);
}
.model.model-change-password.active .model-content .form-group input::-moz-placeholder, .model.model-cart .model-content .form-group input::-moz-placeholder, .model.modal-biz-expired .model-content .form-group input::-moz-placeholder {
  color: #999999;
}
.model.model-change-password.active .model-content .form-group input::placeholder,
.model.model-cart .model-content .form-group input::placeholder,
.model.modal-biz-expired .model-content .form-group input::placeholder {
  color: #999999;
}
.model.model-change-password.active .model-content .cmn-btn a,
.model.model-cart .model-content .cmn-btn a,
.model.modal-biz-expired .model-content .cmn-btn a {
  background: var(--color-primary, #ff8053) 0 0 no-repeat padding-box;
  color: white;
  border: none;
  min-width: 200px;
}
.model.model-change-password.active .model-content .cmn-btn--forbiz a,
.model.model-cart .model-content .cmn-btn--forbiz a,
.model.modal-biz-expired .model-content .cmn-btn--forbiz a {
  background: var(--color-primary-forbiz, #5ab0bd) 0 0 no-repeat padding-box;
}

.modal-have-close .btn-close {
  position: absolute;
  top: 15px;
  right: 19px;
  width: 29px;
  padding: 0;
  border: 0;
}
.modal-have-close .btn-close img {
  width: 100%;
}
.modal-have-close .btn-close:hover {
  position: absolute;
  content: "";
  top: 15px;
  right: 19px;
  width: 29px;
  height: 29px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/x@2x.png") 0 0/100% no-repeat;
}
.modal-have-close .btn-close:hover img {
  width: 0;
}

.modal-content {
  border: none !important;
}

.modal-quest-message .modal-dialog {
  max-width: 630px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 100%;
}
.modal-quest-message .modal-content {
  padding: 40px;
}
.modal-quest-message .modal-content .title {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}
.modal-quest-message .modal-content .message-modal {
  letter-spacing: 0.28px;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 300;
}
.modal-quest-message .modal-content .message-modal-more {
  font-size: 12px;
  margin-bottom: 30px;
  letter-spacing: 0.28px;
  font-weight: bold;
}
.modal-quest-message .modal-content .btn-regular {
  height: 56px;
  font-size: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  font-weight: 500;
}
.modal-quest-message .modal-content b {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .modal-quest-message .modal-dialog {
    max-width: 360px;
  }
  .modal-quest-message .modal-content {
    padding: 30px 20px;
  }
  .modal-quest-message .modal-content .btn-regular {
    width: 240px;
    height: 54px;
  }
}
.modal-meg-recommend {
  width: 630px;
  padding: 40px !important;
  padding-top: 30.08px !important;
  border-radius: 12px !important;
}
@media screen and (max-width: 768px) {
  .modal-meg-recommend {
    width: 100%;
    padding: 30px !important;
    padding-top: 27.78px !important;
    padding-bottom: 9px !important;
    border-radius: 10px !important;
  }
}
.modal-meg-recommend .btn-return-cancel {
  z-index: 1;
  position: absolute;
  padding: 0;
  border: 0;
  top: 21.36px;
  right: 19.64px;
  width: 28.5px;
  height: 28.5px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_remove.png") 0 0/100% no-repeat;
}
.modal-meg-recommend .btn-return-cancel:hover {
  background: url("https://assets.sugoyose.jp/storage/images/icon/×@2x.png") 0 0/100% no-repeat;
}
.modal-meg-recommend__head {
  height: 89.92px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .modal-meg-recommend__head {
    height: 15.441025641vw;
    margin-bottom: 20px;
  }
}
.modal-meg-recommend__head img {
  width: 271.63px;
  height: 50.4px;
}
@media screen and (max-width: 768px) {
  .modal-meg-recommend__head img {
    width: 49.7153846154vw;
    height: 9.2256410256vw;
  }
}
.modal-meg-recommend__head h2 {
  font-size: 20px !important;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .modal-meg-recommend__head h2 {
    font-size: 3.0769230769vw !important;
    letter-spacing: 0.03em;
  }
}
.modal-meg-recommend__content {
  margin-bottom: 30px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .modal-meg-recommend__content {
    margin-bottom: 40px;
  }
}
.modal-meg-recommend__content a {
  transition: all 0.2s ease;
}
.modal-meg-recommend__content a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.modal-meg-recommend__content__item {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .modal-meg-recommend__content__item {
    width: 46.6666666667%;
  }
}
.modal-meg-recommend__content__item__text {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .modal-meg-recommend__content__item__text {
    margin-top: 10px;
    height: 69px;
  }
}
.modal-meg-recommend__content__item__text__brand {
  height: 12px;
  margin-top: 4px;
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.04em;
  color: #a2a2a2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-meg-recommend__content__item__text__title {
  height: 33px;
  margin-top: 4px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 16.5px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.modal-meg-recommend__content__item__text__price {
  height: 19px;
  margin-top: 4px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #000;
}
.modal-meg-recommend__content__item__text__price span {
  height: 10px;
  margin-top: 6px;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #000;
}

.model.modal-biz-expired .model-content {
  text-align: center;
}
.model.modal-biz-expired .model-content .inner .message {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768.98px) {
  .model.modal-biz-expired .model-content .inner .message {
    font-size: 1.4rem;
    margin-bottom: 2.8rem;
  }
}
.model.modal-biz-expired .model-content .inner .message p {
  margin-block: 0;
}

.popover {
  max-width: unset;
  margin-top: 12px;
  border: 2px solid #ddd;
  border-radius: 6px;
}
.popover .popover-body {
  color: var(--color-text, #333);
  padding: 0;
}
.popover.bs-popover-bottom > .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] > .arrow::before,
.popover .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-width: 0 7px 10px 7px;
  border-bottom-color: #ddd;
}
.popover.bs-popover-bottom > .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] > .arrow::after,
.popover .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 3px;
  border-width: 0 7px 10px 7px;
  border-bottom-color: #fff;
}
.popover.bs-popover-bottom > .arrow, .popover.bs-popover-auto[x-placement^=bottom] > .arrow,
.popover .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: -10px;
}
.popover .arrow {
  width: 14px;
}

.popover-guest-message {
  padding: 25px 20px;
  font-size: 12px;
  max-width: 360px;
}
.popover-guest-message .btn-close {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 23px;
  height: 23px;
  padding: 0;
  border: 0;
  font-size: 0;
}
.popover-guest-message .btn-close img {
  width: 100%;
}
.popover-guest-message .btn-close:hover {
  position: absolute;
  content: "";
  top: 12px;
  right: 10px;
  width: 23px;
  height: 23px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/x@2x.png") 0 0/100% no-repeat;
}
.popover-guest-message .btn-close:hover img {
  width: 0;
}
.popover-guest-message .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.popover-guest-message .message-modal {
  margin-bottom: 10px;
}
.popover-guest-message .message-modal-more {
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 15px;
}
.popover-guest-message .btn-regular {
  width: 140px;
  height: 26px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .popover {
    max-width: 340px;
    left: 0;
    right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .popover-guest-message {
    padding: 23px 20px 28px 20px;
  }
  .popover-guest-message .message-modal {
    line-height: 20px;
  }
  .popover-guest-message .message-modal-more {
    font-size: 9px;
  }
  .popover-guest-message .btn-regular {
    width: 160px;
    height: 36px;
    font-size: 12px;
  }
  .popover-guest-message .btn-close {
    width: 28px;
    height: 28px;
  }
  .popover-guest-message .btn-close:hover {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  #gl-footer {
    padding: 100px clamp(40px, 160 / var(--pc-design-width) * 100vw, 160px);
  }
}
@media screen and (max-width: 768px) {
  #gl-footer {
    padding: 80px calc(15 / var(--sp-design-width) * 100%) 50px;
  }
}
#gl-footer .inner {
  position: relative;
}

#gl-footer .inner .totop {
  position: absolute;
  right: 0;
  top: -14px;
  width: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}

@media screen and (min-width: 769px) {
  #gl-footer .inner .left-group {
    float: left;
    width: 200px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .model-none-question.model.active .message-model,
  .model-remove-book.model.active .message-model,
  .model-change-password.model.active .message-model,
  .modal-buy.model.active .message-model,
  .model.model-cart.active .message-model,
  .model.modal-biz-expired.active .message-model {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .model-none-question.model.active .model-content,
  .model-remove-book.model.active .model-content,
  .model-change-password.model.active .model-content,
  .modal-buy.model.active .model-content,
  .model.model-cart.active .model-content,
  .model.modal-biz-expired.active .model-content {
    width: calc(100% - 30px);
  }
  .model-none-question.model.active .model-content .inner,
  .model-remove-book.model.active .model-content .inner,
  .model-change-password.model.active .model-content .inner,
  .modal-buy.model.active .model-content .inner,
  .model.model-cart.active .model-content .inner,
  .model.modal-biz-expired.active .model-content .inner {
    width: calc(100% - 40px);
  }
  #gl-footer .inner .left-group {
    width: 131px;
    margin: 0 0 36px;
  }
}
#gl-footer .inner .right-group {
  letter-spacing: 0.2px;
}

@media screen and (min-width: 769px) {
  #gl-footer .inner .right-group {
    float: right;
    width: 657px;
    height: 45px;
    line-height: 45px;
  }
}
#gl-footer .inner .right-group .list {
  display: block;
}

@media screen and (min-width: 769px) {
  #gl-footer .inner .right-group .list {
    float: left;
    margin: 0 50px 0 0;
    font-size: 0;
    padding-left: 0;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #gl-footer .inner .right-group .list {
    margin: 0 0 48px;
  }
}
#gl-footer .inner .right-group .list li {
  display: inline-block;
  font-size: 10px;
}
#gl-footer .inner .right-group .list li a {
  color: var(--secondary-color);
}
#gl-footer .inner .right-group .list li a:hover {
  color: var(--color-primary, #ff8053);
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #gl-footer .inner .right-group .list li {
    display: block;
    margin: 16px 0 0;
  }
}
#gl-footer .inner .right-group .list li + li {
  margin: 0 0 0 34px;
}

@media screen and (max-width: 768px) {
  #gl-footer .inner .right-group .list li + li {
    margin: 16px 0 0;
  }
}
#gl-footer .inner .right-group .copy {
  color: var(--monotone-2);
}

@media screen and (min-width: 769px) {
  #gl-footer .inner .right-group .copy {
    float: right;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #gl-footer .inner .right-group .copy {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}
.model-cart h3,
.modal-biz-expired h3 {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.model-cart__bookimage,
.modal-biz-expired__bookimage {
  position: relative;
  width: 100%;
  height: 193px;
  margin: 0 auto;
}
@media screen and (max-width: 768.98px) {
  .model-cart__bookimage,
  .modal-biz-expired__bookimage {
    position: inherit;
  }
}
.model-cart__bookimage__big,
.modal-biz-expired__bookimage__big {
  position: absolute;
  top: 0;
  left: 20%;
  width: 180px;
}
@media screen and (max-width: 768.98px) {
  .model-cart__bookimage__big,
  .modal-biz-expired__bookimage__big {
    position: inherit;
    margin: 0 auto;
  }
}
.model-cart__bookimage__big .book-cover,
.modal-biz-expired__bookimage__big .book-cover {
  width: 180px;
  height: auto;
  aspect-ratio: 1/1;
}
.model-cart__bookimage__big .book-cover .book-cover-inner,
.modal-biz-expired__bookimage__big .book-cover .book-cover-inner {
  transform: scale(0.0705605645);
}
.model-cart__bookimage__small,
.modal-biz-expired__bookimage__small {
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 130px;
}
@media screen and (max-width: 768.98px) {
  .model-cart__bookimage__small,
  .modal-biz-expired__bookimage__small {
    display: none;
  }
}
.model-cart__bookimage__small .book-cover,
.modal-biz-expired__bookimage__small .book-cover {
  width: 130px;
  height: auto;
  aspect-ratio: 1/1;
}
.model-cart__bookimage__small .book-cover .book-cover-inner,
.modal-biz-expired__bookimage__small .book-cover .book-cover-inner {
  transform: scale(0.0509604077);
}
.model-cart__btns,
.modal-biz-expired__btns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 78px;
}
.model-cart__btns__item,
.modal-biz-expired__btns__item {
  position: relative;
}
.model-cart__btns__item:first-child::before,
.modal-biz-expired__btns__item:first-child::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -20px;
  width: 32px;
  height: 38px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/recommend.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768.98px) {
  .model-cart__btns__item:first-child::before,
  .modal-biz-expired__btns__item:first-child::before {
    top: -40px;
  }
}
.model-cart__btns__item.--forbiz:first-child::before,
.modal-biz-expired__btns__item.--forbiz:first-child::before {
  background: url("/_assets/images/common/icon/forbiz_recommend.svg") no-repeat;
}
.model-cart__btns__item.--fandom:first-child::before,
.modal-biz-expired__btns__item.--fandom:first-child::before {
  background: url("/_assets/images/common/icon/fandom_recommend.svg") no-repeat;
}
.model-cart__btns h4,
.modal-biz-expired__btns h4 {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}
.model-cart__btns .btns,
.modal-biz-expired__btns .btns {
  width: 170px;
  font-weight: bold;
}
@media screen and (max-width: 768.98px) {
  .model-cart__btns .btns,
  .modal-biz-expired__btns .btns {
    width: 116px;
  }
}
.model-cart__btns__separator,
.modal-biz-expired__btns__separator {
  width: 1px;
  height: 80px;
  background-color: #c3c3c3;
}
.model-cart_success h3,
.modal-biz-expired_success h3 {
  color: var(--color-primary, #ff8053);
  margin-bottom: 40px;
}
.model-cart_success__btns,
.modal-biz-expired_success__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.model-cart_success__btns a,
.modal-biz-expired_success__btns a {
  width: 240px;
  max-width: 100%;
}
.model-cart__isnotprintable,
.modal-biz-expired__isnotprintable {
  display: none;
  margin-top: 39px;
  margin-bottom: 39px;
  font-size: 14px;
  text-align: center;
}

.modals--popups_quantity_limit_over .modals__close_icon {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.modals--popups_quantity_limit_over .modals__close_icon img {
  max-width: 100%;
}
.modals--popups_quantity_limit_over h2 {
  font-size: 20px;
  color: var(--color-primary, #ff8053);
  text-align: center;
}
.modals--popups_quantity_limit_over .inner p {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 37px;
  line-height: 25px;
  text-align: center;
}
.modals--popups_quantity_limit_over .inner p span {
  color: var(--color-primary, #ff8053);
}
.modals--popups_quantity_limit_over .modals__buttons {
  display: flex;
  justify-content: center;
}

.modals--forbiz_remain .modals__close_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modals--forbiz_remain .modals__content {
  overflow: visible !important;
  border: none !important;
}
.modals--forbiz_remain .modals__content .inner {
  margin: 0 auto !important;
  overflow: auto;
  width: 100% !important;
  padding: 36px 40px 45px;
  max-height: calc(100vh - 100px);
  text-align: center;
}
.modals--forbiz_remain .modals__content .inner .message {
  line-height: 2;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 768.98px) {
  .modals--forbiz_remain .modals__content .inner .message {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 2.8rem;
  }
}
.modals--forbiz_remain .modals__content .inner .message p {
  margin-block: 0;
}
.modals--forbiz_remain .modals__content .inner .message p span {
  font-size: 1.5rem;
}
.modals--forbiz_remain .modals__content__relativer {
  position: relative;
  max-height: calc(100vh - 100px);
}

.modals--forbiz .modals__content {
  position: relative;
}
.modals--forbiz .modals__content .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.modals--forbiz .modals__content .btn-close img {
  max-width: 100%;
  height: auto;
}
.modals--forbiz .modals__content .message__wrapper {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
  letter-spacing: 0.02em;
}
.modals--forbiz .modals__content .message__wrapper .title {
  margin-bottom: 25px;
}
.modals--forbiz .modals__content .message__wrapper .message {
  font-size: 14px;
  line-height: 24px;
}
.modals--forbiz .modals__content .btns__wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.modals--forbiz .modals__content .modals__close_btn {
  margin-top: 10px;
}
.modals--forbiz .modals__background.--forbiz {
  background: #000 !important;
  opacity: 0.6 !important;
}

.modals--fandom .modals__content {
  position: relative;
}
.modals--fandom .modals__content .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.modals--fandom .modals__content .btn-close img {
  max-width: 100%;
  height: auto;
}
.modals--fandom .modals__content .message__wrapper {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
  letter-spacing: 0.02em;
}
.modals--fandom .modals__content .message__wrapper .title {
  margin-bottom: 25px;
}
.modals--fandom .modals__content .message__wrapper .message {
  font-size: 14px;
  line-height: 24px;
}
.modals--fandom .modals__content .btns__wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.modals--fandom .modals__content .modals__close_btn {
  margin-top: 10px;
}
.modals--fandom .modals__background.--fandom {
  background: #000 !important;
  opacity: 0.6 !important;
}

.locale_en .btn,
.locale_en .btn-regular,
.locale_en .btn-regular-bkWhite {
  border-radius: 6px !important;
}
.locale_en .btn-preview,
.locale_en .btn-return {
  border-radius: 6px;
}
.locale_en .model-cart__btns__item:first-child::before {
  display: none !important;
}

.btn-banner {
  position: absolute;
  top: min(30.625vw, 441px);
  left: min(11.25vw, 162px);
  width: 22.2222222222vw;
}

.home-banner {
  position: relative;
  margin-left: 160px;
}
.home-banner img {
  width: 100%;
}

.slider-book {
  width: 190px;
  height: 180px;
  font-size: 11px;
  font-weight: normal;
  padding-left: 33px;
  padding-right: 33px;
}
.slider-book img {
  width: 100%;
}
.slider-book .regular-sub {
  text-align: center;
  line-height: 1.4;
  margin-top: 22px;
  margin-bottom: 0;
  color: #666;
}
.slider-book .bold-sub {
  text-align: center;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  color: var(--color-text, #333);
}

.home-page {
  background: #fff;
}
.home-page .container {
  max-width: clamp(1200px, 100vw - 30px, 1440px);
}
.home-page .title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 42px;
  line-height: 1;
}
.home-page .slider-banner {
  padding: 60px 20px 0 20px;
  width: 100%;
}
.home-page .slider-banner .title {
  font-size: 24px;
  text-align: left;
  padding-left: 140px;
}
.home-page .slider-banner .title img {
  margin-right: 15px;
}
.home-page .slider-banner .btn-slider {
  padding: 23px 59px;
}
.home-page .key-text {
  color: var(--color-primary, #ff8053);
}
.home-page .background-blue-left {
  background-image: url("https://assets.sugoyose.jp/storage/images/home/bgLeft@3x.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 83px;
  padding-bottom: 100px;
}
.home-page .background-blue-left .normal-book {
  margin-bottom: 110px;
}
.home-page .background-blue-right {
  background-image: url("https://assets.sugoyose.jp/storage/images/home/bg@3x.png");
  background-repeat: no-repeat;
  background-position: top right;
  margin-top: 110px;
  padding-top: 120px;
  padding-bottom: 130px;
  margin-bottom: 130px;
}
.home-page .background-gray-right {
  background-image: url("https://assets.sugoyose.jp/storage/images/home/bg.png");
  padding-top: 80px;
  margin-bottom: 0;
}
.home-page button.btn.btn-regular.btn-slider:hover {
  color: white;
  opacity: 0.8;
}
.home-page .list-design .btn-list-design:hover {
  color: white;
  opacity: 0.8;
}
.home-page .list-design .title {
  padding-bottom: 31px;
  font-size: 36px;
}
.home-page .list-design .content {
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  padding-bottom: 53px;
}
.home-page .list-design .box-content {
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.home-page .list-design .box-content img {
  width: 100%;
}
.home-page .list-design .text-content {
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.home-page .list-design .btn-list-design {
  margin-top: 36px;
  padding: 22px 71px;
  font-size: 16px;
}
.home-page .group-question {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.home-page .group-question .question {
  margin: 0 13px;
  background: #fff;
  border-radius: 10px;
  min-width: 380px;
  padding: 13px 20px;
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: bold;
}
.home-page .group-question .box-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 20px;
}
.home-page .rate-plan {
  text-align: center;
}
.home-page .rate-plan .text-orange {
  color: var(--color-primary, #ff8053);
}
.home-page .rate-plan .text-bold {
  font-weight: bold;
}
.home-page .rate-plan .text-large {
  font-size: 24px;
}
.home-page .rate-plan .text-medium {
  font-size: 14px;
  margin-top: -10px;
  padding-bottom: 10px;
}
.home-page .rate-plan .text-content {
  padding-top: 25px;
}
.home-page .rate-plan .title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 50px;
  padding-bottom: 0;
}
.home-page .rate-plan .content {
  padding-bottom: 50px;
}
.home-page .rate-plan .box-content {
  height: 100%;
  background-color: #f6f9f9;
  border-radius: 50px 0 50px 0;
  flex-direction: column;
  display: flex;
}
.home-page .rate-plan .box-content .title {
  font-size: 24px;
  margin-top: 50px;
  padding-top: 0;
  margin-bottom: 30px;
}
.home-page .rate-plan .box-content .text-content {
  padding-top: 0;
  font-size: 16px;
}
.home-page .rate-plan .box-content .text-content .text-large {
  font-size: 36px;
}
.home-page .rate-plan .box-content .line-br {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 18px;
  font-weight: bold;
}
.home-page .rate-plan .box-image {
  margin: 13px 77px 30px 77px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.home-page .rate-plan .box-image img {
  width: 100%;
}
.home-page .rate-plan .col {
  padding: 0 17px;
}
.home-page .rate-plan .line-br {
  position: relative;
  margin: 0 20px;
}
.home-page .rate-plan .line-br span {
  position: relative;
  z-index: 2;
  background-color: #f6f9f9;
  padding: 0 20px;
}
.home-page .rate-plan .line-br:before {
  content: "";
  position: absolute;
  border: #e4e6e6 1px solid;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.home-page .rate-plan .btn-list-design {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 47px;
}
.home-page .box-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 110px;
}
.home-page .box-col .card-home {
  width: min(24.3055555556vw, 350px);
  padding: 0 17px;
}
.home-page .box-col .card-home-end {
  margin-bottom: 10px;
}
.home-page .box-col .card-home-end .box-image {
  padding: 50px 59px 40px 59px;
  height: unset;
  margin: initial;
  margin-bottom: auto;
}
.home-page .box-col .card-home-end .btn-list-design {
  margin-bottom: 50px;
  margin-top: 30px;
}
.home-page .box-col .card-home-end .text-content {
  font-size: 12px;
  color: var(--color-primary, #ff8053);
}
.home-page .box-col .card-home-end .text-content .text-large {
  color: var(--color-text, #333);
  font-size: 20px;
}
.home-page .box-col .card-home-end .text-content .text-title {
  margin-bottom: 5px;
}

.slick-slider-half .slick-list {
  padding: 0 120px 0 0;
}

.normal-book {
  position: relative;
  margin-bottom: 50px;
}
.normal-book .next-book,
.normal-book .prev-book {
  position: absolute;
  z-index: 1;
  opacity: 1;
  top: 50%;
  right: 0;
  transform: translate(0, calc(-20px - 50%));
  background-color: rgba(51, 51, 51, 0.8);
  border-radius: 50%;
  color: white;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.normal-book:hover .next-book {
  opacity: 0.8;
}
.normal-book .prev-book {
  right: unset;
  left: 0;
}

.header-list-book {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 140px;
  padding-right: 140px;
}
.header-list-book .title {
  padding-bottom: 0;
}
.header-list-book .action a {
  color: #555555;
  text-decoration: underline;
}

.group-image {
  margin: 0 -15px;
}
.group-image .slider-book {
  margin: 0 10px;
}

.error-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 20px;
  min-height: 460px;
}
@media screen and (min-width: 769px) {
  .error-main {
    padding: 80px 10% 0 !important;
    min-height: 550px;
  }
}
@media screen and (max-width: 768.98px) {
  .error-main {
    flex-flow: column;
    justify-content: unset;
    align-items: unset;
    gap: 0;
    padding: 50px 15px 40px !important;
  }
}
.error__left {
  width: 30%;
  font-weight: bold;
  opacity: 0.5;
  font-size: xx-large;
}
@media screen and (max-width: 768.98px) {
  .error__left {
    width: 100%;
    padding: 15px 0;
  }
}
.error__right {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 20px auto 0;
  max-width: 800px;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768.98px) {
  .error__right {
    width: 100%;
    display: block;
    padding: 40px 20px;
    margin: 0 auto;
    max-width: none;
  }
}
.error__right__message {
  font-size: 1.05em;
}
.error__right__btns {
  display: flex;
  bottom: 50px;
  margin-top: 30px;
  gap: 20px;
}
@media screen and (max-width: 768.98px) {
  .error__right__btns {
    width: auto;
    display: flex;
    justify-content: unset;
    flex-flow: column;
    gap: 20px;
    margin-top: 40px;
  }
}

.step-bar {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 45px;
  text-align: center;
  z-index: 998;
  position: relative;
}

.step-bar.--product {
  margin-bottom: 32px;
}

.step-bar.--product-en {
  margin-bottom: 32px;
}

.step-bar.--mybook-create {
  width: 100%;
  background: none;
}

@media screen and (max-width: 768.98px) {
  .step-bar {
    width: 100%;
    background: var(--color-background, #f8f8f8);
    margin-top: 0;
    margin-bottom: auto;
    padding-bottom: 30px;
    padding-top: 45px;
  }
  .step-bar.--product-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .step-bar.--product-feature {
    margin-left: -15px;
  }
  .step-bar.--product-filter {
    display: none !important;
  }
  .step-bar.--mybook-edit {
    background: none;
  }
  .step-bar.--register-en {
    background: --color-background, #f8f8f8;
  }
  .step-bar.--product-en {
    margin-bottom: 0;
    background: --color-background, #f8f8f8;
  }
}
.step-bar .progressbar {
  counter-reset: step;
  padding: 0;
  min-width: 300px;
  display: inline-flex;
  width: 615px;
}

@media screen and (max-width: 768.98px) {
  .step-bar .progressbar {
    max-width: 100%;
  }
}
.step-bar .progressbar li {
  list-style: none;
  position: relative;
  width: 33.3333333333%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.step-bar .progressbar li:after {
  background: #ccc;
  content: "";
  height: 3px;
  left: -50%;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: -2;
}

.step-bar .progressbar p {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  font-size: 12px;
  color: #8c8c8c;
}

@media screen and (min-width: 769px) {
  .step-bar .progressbar p {
    top: -20px;
  }
}
@media screen and (max-width: 768.98px) {
  .step-bar .progressbar p {
    top: -30px;
    font-size: 10px !important;
    font-weight: 400;
  }
}
.step-bar .progressbar span:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: #ccc;
  border-radius: 50px;
}

.step-bar .progressbar li:first-child:after {
  content: none;
}

.step-bar .progressbar li.enable {
  color: var(--color-primary, #ff8053);
  font-weight: bold;
  font-size: 12px;
}

.step-bar .progressbar li.enable p {
  color: var(--color-primary, #ff8053);
  font-weight: bold;
  font-size: 12px;
}

@media screen and (max-width: 768.98px) {
  .step-bar .progressbar li.enable p {
    font-size: 10px !important;
  }
}
.step-bar .progressbar li.enable:before {
  background: var(--color-primary, #ff8053);
  border: 2px solid var(--color-primary, #ff8053);
}

.step-bar .progressbar li.enable span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  border: 2px solid var(--color-primary, #ff8053);
  width: 24px;
  height: 24px;
}

.step-bar .progressbar li.enable span:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: var(--color-primary, #ff8053);
  border-radius: 50px;
}

.step-bar.step-bar--forbiz .progressbar li.enable {
  color: var(--color-primary-forbiz, #5ab0bd);
}

.step-bar.step-bar--forbiz .progressbar li.enable p {
  color: var(--color-primary-forbiz, #5ab0bd);
}

.step-bar.step-bar--forbiz .progressbar li.enable:before {
  background: var(--color-primary-forbiz, #5ab0bd);
  border-color: var(--color-primary-forbiz, #5ab0bd);
}

.step-bar.step-bar--forbiz .progressbar li.enable span {
  border-color: var(--color-primary-forbiz, #5ab0bd);
}

.step-bar.step-bar--forbiz .progressbar li.enable span:before {
  background: var(--color-primary-forbiz, #5ab0bd);
}

.step-bar.step-bar--forfandom .progressbar li.enable {
  color: var(--color-primary-forfandom, #f55b79);
}

.step-bar.step-bar--forfandom .progressbar li.enable p {
  color: var(--color-primary-forfandom, #f55b79);
}

.step-bar.step-bar--forfandom .progressbar li.enable:before {
  background: var(--color-primary-forfandom, #f55b79);
  border-color: var(--color-primary-forfandom, #f55b79);
}

.step-bar.step-bar--forfandom .progressbar li.enable span {
  border-color: var(--color-primary-forfandom, #f55b79);
}

.step-bar.step-bar--forfandom .progressbar li.enable span:before {
  background: var(--color-primary-forfandom, #f55b79);
}

.locale_en .Product-Popup .message-option .message-setting input[type=radio]:checked + label:before {
  background-image: url("https://assets.sugoyose.jp/storage/images/locale/en/icon/radio_enable.svg") !important;
}

.locale_en .modal-cropper-avatar .modal-body .group-input label input:checked:after {
  background-image: url("https://assets.sugoyose.jp/storage/images/locale/en/icon/model_radio_check.png") !important;
}

.locale_en .change-expired-book .modal-content .modal-body label input:checked ~ .checkmark:after {
  background-image: url("https://assets.sugoyose.jp/storage/images/locale/en/icon/icon_check_on.png") !important;
}

.locale_en .form-product .box-input .group-form .number-question input:checked ~ .checkmark:after,
.locale_en .result-product .box-input .group-form .number-question input:checked ~ .checkmark:after {
  background-image: url("https://assets.sugoyose.jp/storage/images/locale/en/icon/icon_checkbox.png") !important;
}

.main-form-product {
  padding: 30px 0 0;
}
.main-form-product .banner-book {
  padding-bottom: 47px;
}
.main-form-product .banner-book .main-title {
  margin-bottom: 35px !important;
}
.main-form-product .box-input {
  margin-bottom: 0;
}

.form-product #calendar-left {
  border-right: 1px solid #ddd;
}
.form-product #calendar-left .next {
  opacity: 0;
  pointer-events: none;
}
.form-product #calendar-right .prev {
  opacity: 0;
  pointer-events: none;
}
.form-product .expired-at {
  padding: 40px 0;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.form-product .expired-at > div {
  flex: 1 1 auto;
}
.form-product .expired-at > div .head {
  display: flex;
  align-items: center;
}
.form-product .expired-at > div table {
  border-collapse: collapse;
  width: 100%;
}
.form-product .expired-at > div .year-month {
  flex: 1 1 auto;
  text-align: center;
}
.form-product .expired-at > div table td,
.form-product .expired-at > div table th {
  width: 32px;
  height: 32px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: middle;
}
.form-product .expired-at > div .date-time {
  max-width: 240px;
  margin: auto;
}
.form-product .expired-at > div .date-time .date-picker[data-days="0"] {
  color: #e3342f;
}
.form-product .expired-at > div .date-time .date-picker[data-days="6"] {
  color: #3490dc;
}
.form-product .expired-at > div .date-time .date-picker.selected {
  color: #fff;
  border-width: 0;
  background: var(--color-primary, #ff8053);
}
.form-product .expired-at > div .date-time .date-picker.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form-product .expired-at > div .head {
  margin-bottom: 1rem;
}
.form-product .expired-at > div .head .year-month {
  font-weight: bold;
  font-size: 14px;
}
.form-product .expired-at > div .head span {
  cursor: pointer;
}
.form-product .expired-at > div .thead-month {
  display: none;
}
.form-product .select-question #select-option {
  width: 100%;
  height: 44px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.102' height='6.805' viewBox='0 0 12.102 6.805'%3E%3Cpath id='_' data-name='&gt;' d='M15127.829,20659.893c-.018-.018-.034-.035-.049-.053l-5.25-5.25a.75.75,0,0,1,1.063-1.059l4.771,4.77,4.771-4.77a.751.751,0,0,1,1.063,1.063l-5.3,5.3a.746.746,0,0,1-1.063,0Z' transform='translate(-15122.313 -20653.311)' fill='%23333'/%3E%3C/svg%3E") no-repeat right 10px center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-product.form-product--forbiz .expired-at > div .date-time .date-picker.selected {
  background: var(--color-primary-forbiz, #5ab0bd);
}
.form-product.form-product--forbiz .box-input .title .require {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.form-product.form-product--forbiz .box-input .form-header input:checked ~ .checkmark:after {
  background-color: var(--color-primary-forbiz, #5ab0bd);
}
.form-product.form-product--forbiz .box-input .group-form .number-question input:checked ~ .checkmark:after {
  background-image: url("/_assets/images/common/icon/forbiz_icon_checkbox.png");
}
.form-product.form-product--forfandom .box-input .title .require {
  color: var(--color-primary-forfandom, #f55b79);
}

.product-modal .modal-dialog {
  max-width: 811px;
  min-height: 380px;
}
.product-modal .modal-dialog .modal-content {
  border: none;
  padding: 0;
}
.product-modal .modal-dialog .modal-content .modal-body {
  margin-bottom: 24px;
}
.product-modal h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 17px;
}
.product-modal p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 30px;
}
.product-modal .btn-describe {
  font-size: 18px;
  font-weight: bold;
  display: block;
  max-width: 320px;
  width: 100%;
  margin: auto;
  border: 1px solid #ccc;
  padding: 0;
  height: 64px;
  border-radius: 32px;
}

.content-product {
  max-width: clamp(1200px, 100vw - 30px, 1440px);
  padding: 0 40px;
}
.content-product .with-left-sidebar {
  width: 260px;
}
.content-product .main-content {
  width: calc(100% - 280px);
}
.content-product .btn-buy {
  width: min(320px, 100%);
  margin-top: 30px;
}
.content-product .btn-pop-up {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 17px 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  line-height: 1;
  font-size: 16px;
}
.content-product .product-tabs {
  width: 500px;
  display: flex;
  justify-content: space-between;
  border-width: 0 !important;
  position: relative;
  padding: 52px 0;
  margin: auto;
}
.content-product .product-tabs .nav-link {
  position: relative;
  border-radius: 50%;
  line-height: 1;
  padding: 5px;
  color: #ccc;
  font-size: 14px;
  border-width: 0;
}
.content-product .product-tabs .title {
  position: absolute;
  width: 120px;
  font-size: 12px;
  font-weight: bold;
  top: -16px;
  left: -40px;
}
.content-product .product-tabs .active {
  color: var(--color-primary, #ff8053);
  z-index: 1;
}
.content-product .product-tabs .active:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px var(--color-primary, #ff8053) solid;
  color: var(--color-primary, #ff8053);
  top: 0;
  border-radius: 50%;
  left: 0;
  z-index: 1;
}
.content-product .product-tabs:after {
  content: "";
  position: absolute;
  width: 480px;
  left: 7px;
  z-index: 0;
  border-bottom: 2px solid #ccc;
  top: 50%;
  transform: translate(0, -100%);
}
.content-product .main {
  background: #fff;
  border-radius: 10px;
}
.content-product .main .book-section {
  margin-bottom: 80px;
}
.content-product .main .list-book-product {
  width: 100%;
  text-align: center;
}
.content-product .main .list-book-product img {
  width: min(327px, 100%);
}
.content-product .main .box-detail .tabs .tab:hover {
  background: var(--color-primary, #ff8053);
  font-weight: bold;
  color: white;
}
.content-product .main .header {
  background-color: #f7f7f7;
  font-size: 13px;
  width: 17%;
  min-width: 80px;
}
.content-product .main .detail-book {
  padding-right: 40px;
  width: 100%;
  margin-bottom: 30px;
}
.content-product .main .detail-book .tabs {
  margin-bottom: 0;
}
.content-product .main .title {
  font-size: 28px;
  font-weight: bold;
}
.content-product .main .slider-nav .slick-center img {
  border: 2px solid rgb(255, 128, 84);
}
.content-product .section-detail {
  padding-top: 40px;
  padding-bottom: 90px;
}
.content-product .section-detail .image-detail {
  display: flex;
  align-items: flex-end;
}
.content-product .section-detail .box-detail {
  padding-left: 10px;
}
.content-product .section-detail .image-small {
  margin-top: 54px;
}
.content-product .tabs {
  margin-bottom: 20px;
}
.content-product .tabs span {
  padding: 6px 12px;
  border-radius: 15px;
  background: #eeeeee;
  cursor: pointer;
}
.content-product .tabs .tab {
  padding: 6px 12px;
  border-radius: 15px;
  background: #eeeeee;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 2px;
  color: var(--color-text, #333);
}
.content-product .list-book {
  padding: 35px;
}
.content-product .list-book-filter {
  padding: 40px 40px 10px;
}
.content-product .list-book-filter .header-list-book {
  margin-bottom: 40px;
}
.content-product .list-book-filter .list-book-filter-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}
.content-product .list-book-filter .list-book-filter-content .slider-book {
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 40px;
}
.content-product .list-book-filter__selected_tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768.98px) {
  .content-product .list-book-filter__selected_tags {
    display: none;
  }
}
.content-product .list-book-filter__selected_tags p {
  margin-bottom: 6px;
  margin-right: 5px;
  font-size: 14px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  color: #666;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 100px;
  background: #fafafa;
}
.content-product .list-book-filter__selected_tags p span {
  line-height: 0;
  margin-left: 0.8em;
}
.content-product .list-book-filter__selected_tags img {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.content-product .list-book-product-detail {
  padding: 25px;
}
.content-product .pt-100 {
  padding-top: 100px;
}
.content-product .pb-100 {
  padding-bottom: 100px;
}
.content-product .header-list-book {
  margin-bottom: 23px;
  padding: 0;
}
.content-product .header-list-book .h3-title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0;
}
.content-product .header-list-book .h3-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 24px;
  background: var(--color-primary, #ff8053);
  border-radius: 50px;
}
.content-product .group-image {
  width: min(26.4285714286vw, 370px);
  min-height: min(12.8571428571vw, 180px);
}
.content-product .group-image img {
  max-width: 160px;
}
.content-product .list-book-slider {
  padding-right: 0;
  padding-left: 40px;
  padding-bottom: 86px;
}
.content-product .list-book-slider .action {
  padding-right: 35px;
}
.content-product .slick-slider-half .slick-list {
  padding: 0 min(22.8571428571vw, 320px) 0 0;
}

.product-list .content-product .slider-book {
  font-weight: normal;
}
.product-list .content-product .slider-book-product-list {
  padding: 0 33px;
}
.product-list .main {
  padding: 40px;
}
.product-list .main .list-book {
  padding: 0 0 55px 0;
}
.product-list .main .list-book .normal-book > div {
  display: flex;
}

.product-image-preview .image-small img {
  max-height: 66px;
}

.product-edit .box-detail-book {
  padding: 30px 40px;
}
.product-edit .box-detail-book .header-list-book {
  padding-bottom: 40px;
}
.product-edit .box-detail-book .header-list-book .title {
  padding-bottom: 0;
}
.product-edit .url-demo {
  display: flex;
  align-items: center;
  background-color: #333;
  border-radius: 10px;
  color: #fff;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 31px;
  position: relative;
}
.product-edit .url-demo .share-dropdown {
  position: relative;
}
.product-edit .url-demo .share-dropdown:hover .dropdown-menu {
  display: block;
}
.product-edit .url-demo .share-dropdown .dropdown-menu {
  position: relative;
  padding: 0;
  right: 0;
  left: inherit;
  top: 0;
  border: none;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1215686275);
  width: 260px;
}
.product-edit .url-demo .share-dropdown .dropdown-menu__wrap {
  padding-top: 20px;
  position: absolute;
  top: 100%;
  right: -86px;
}
.product-edit .url-demo .share-dropdown .dropdown-menu ul {
  width: 100%;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0;
}
.product-edit .url-demo .share-dropdown .dropdown-menu ul li {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-edit .url-demo .share-dropdown .dropdown-menu ul li.bd {
  background: #eee;
  height: 30px;
  width: 1px;
}
.product-edit .url-demo .share-dropdown .dropdown-menu ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666;
  width: 100px;
  font-weight: 500;
  padding: 10px 5px;
  font-size: 11px;
}
.product-edit .url-demo .share-dropdown .dropdown-menu ul li a:hover {
  background: #e9ecef;
}
.product-edit .url-demo .share-dropdown .dropdown-menu ul li a img {
  margin-bottom: 4px;
  width: 22px;
  max-width: 100%;
}
.product-edit .url-demo .share-dropdown .dropdown-menu ul li:not(:last-child):not(.bd) {
  width: calc(33% - 1px);
}
.product-edit .url-demo .box-link {
  color: var(--color-text, #333);
  background-color: #fff;
  padding: 16px 20px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  margin-left: 15px;
  flex: 1;
}
.product-edit .url-demo .box-button {
  color: #ccc;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding-left: 12px;
}
.product-edit .config-design-book {
  padding-bottom: 45px;
}
.product-edit .config-design-book .title {
  padding-top: 41px;
  font-size: 24px;
  font-weight: bold;
}
.product-edit .config-design-book .title img {
  width: 37px;
  margin-right: 10px;
}
.product-edit .config-design-book .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.product-edit .config-design-book .page-frist {
  width: min(23.2638888889vw, 335px);
  padding-right: 5px;
}
.product-edit .config-design-book .page-center {
  width: min(46.5277777778vw, 670px);
  padding-left: 5px;
}
.product-edit .config-design-book .btn-buy-book {
  max-width: 320px;
  width: 100%;
}
.product-edit .sec-meg-recommend {
  padding: 31px 40px 60px 40px;
}
.product-edit .sec-meg-recommend__text {
  margin: 0 auto 39px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-family: "Noto Sans";
  font-weight: bold;
}
.product-edit .sec-meg-recommend__text__subtitle {
  width: -moz-fit-content;
  width: fit-content;
  height: 39.5px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #23989a;
  background-image: url("https://assets.sugoyose.jp/storage/images/index/meg_subtitle_line.png");
  background-size: contain;
}
.product-edit .sec-meg-recommend__text__title {
  font-size: 28px;
  letter-spacing: 0.04em;
  color: var(--color-text, #333);
  white-space: nowrap;
}
.product-edit .sec-meg-recommend__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-block-start: 0;
  padding-inline-start: 0;
}
.product-edit .sec-meg-recommend__list a {
  transition: all 0.2s ease;
}
.product-edit .sec-meg-recommend__list a:hover {
  opacity: 0.7;
}
.product-edit .sec-meg-recommend__list__item {
  width: 22.7053140097%;
}
.product-edit .sec-meg-recommend__list__item img {
  width: 100%;
}
.product-edit .sec-meg-recommend__list__item__text {
  margin-top: 17px;
  height: 91px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-family: "Noto Sans";
  text-align: left;
}
.product-edit .sec-meg-recommend__list__item__text .product_brand {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #a2a2a2;
}
.product-edit .sec-meg-recommend__list__item__text .product_title {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #666;
}
.product-edit .sec-meg-recommend__list__item__text .product_price {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #000;
}
.product-edit .sec-meg-recommend__list__item__text .product_tax {
  margin-top: 6px;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #000;
}
.product-edit .box-content-book {
  padding: 58px 40px 40px 40px;
}
.product-edit .box-content-book .title {
  padding-top: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 24px;
}
.product-edit .box-content-book .title img {
  width: 31px;
  margin-right: 19px;
}
.product-edit .box-content-book .list-card {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.product-edit .box-content-book .width-card {
  width: 25%;
  padding: 45px 10px 0;
  margin-top: 19px;
}
.product-edit .box-content-book .card {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 57px 20px 20px 20px;
  min-height: 100%;
}
.product-edit .box-content-book .card .avatar {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}
.product-edit .box-content-book .card .avatar img {
  width: 100%;
}
.product-edit .box-content-book .card .title {
  margin: 0 auto;
  font-size: 18px;
  padding-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  max-width: 100%;
}
.product-edit .box-content-book .card .content {
  font-size: 12px;
  font-weight: normal;
}
.product-edit .box-content-book .card .table td {
  border-top: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 12px;
}
.product-edit .box-content-book .card .table-header {
  color: var(--color-primary, #ff8053);
}
.product-edit .box-content-book .card-push {
  height: 100%;
  align-items: center;
  padding-top: 100px;
  min-height: 340px;
}
.product-edit .box-content-book .card-push .btn-push {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 0;
  box-shadow: none;
}
.product-edit .box-content-book .card-push .content {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  padding-top: 14px;
  text-align: center;
}
.product-edit .pop-up-copy,
.product-edit .pop-up-change-design {
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  background: black;
  color: white;
  padding: 10px 20px;
  opacity: 0;
  border-radius: 5px;
  transition: visibility 0s, opacity 0.5s linear;
  z-index: 10;
  width: auto;
}
.product-edit .pop-up-copy.active,
.product-edit .pop-up-change-design.active {
  visibility: visible;
  opacity: 0.8;
}

.product {
  background: var(--color-background, #f8f8f8) 0 0 no-repeat padding-box;
}

.main-product-edit {
  padding: 0 min(2.7777777778vw, 40px);
  display: flex;
}

.form-product,
.result-product {
  display: none;
}
.form-product .sub-label,
.result-product .sub-label {
  font-size: 12px;
  color: #666;
}
.form-product .main-title,
.result-product .main-title {
  text-align: left;
  padding-left: 40px;
}
.form-product .btn-back-form,
.result-product .btn-back-form {
  padding-top: 22px;
  padding-bottom: 22px;
  min-width: 320px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 32px;
}
.form-product .result-header,
.result-product .result-header {
  padding: 16px 20px !important;
  border-radius: 6px;
}
.form-product .result-header h4,
.result-product .result-header h4 {
  margin-bottom: 0;
  line-height: 16px;
}
.form-product .result-header h4 label,
.result-product .result-header h4 label {
  font-size: 16px;
}
.form-product .detail-result,
.result-product .detail-result {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.form-product #content_images .detail-result p,
.result-product #content_images .detail-result p {
  font-size: 12px;
  padding-top: 7px;
  margin-bottom: 0;
  font-weight: 400;
}
.form-product .image-book img,
.result-product .image-book img {
  width: 200px;
  height: 200px;
}
.form-product .image-book .sub-image,
.result-product .image-book .sub-image {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.form-product .main,
.result-product .main {
  width: min(50vw, 720px);
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
.form-product .main .box-datapicker,
.result-product .main .box-datapicker {
  width: 210px;
  border: solid 1px #ddd;
  border-radius: 15px;
}
.form-product .main .input-append,
.result-product .main .input-append {
  position: relative;
  display: inline-block;
}
.form-product .main .input-append input,
.result-product .main .input-append input {
  border-radius: 4px;
}
.form-product .main .input-append .add-on,
.result-product .main .input-append .add-on {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #999999;
}
.form-product .main .sub-datepicker,
.result-product .main .sub-datepicker {
  text-align: left;
  font-size: 12px;
  margin: 0;
}
.form-product .main .btn-submit-form,
.result-product .main .btn-submit-form {
  min-width: 320px;
  margin-bottom: 30px;
}
.form-product .box-input,
.result-product .box-input {
  position: relative;
  z-index: 3;
  padding: 0 40px 45px;
}
.form-product .box-input .input_fullwidth,
.result-product .box-input .input_fullwidth {
  padding-left: 15px;
  height: 44px;
}
.form-product .box-input .input_fullwidth::-moz-placeholder, .result-product .box-input .input_fullwidth::-moz-placeholder {
  color: #999999;
}
.form-product .box-input .input_fullwidth::placeholder,
.result-product .box-input .input_fullwidth::placeholder {
  color: #999999;
}
.form-product .box-input #sectionName,
.result-product .box-input #sectionName {
  padding-top: 100px;
  margin-top: -100px;
}
.form-product .box-input hr,
.result-product .box-input hr {
  margin: 0;
}
.form-product .box-input .title,
.result-product .box-input .title {
  text-align: left;
  font-size: 18px;
  padding-top: 0;
}
.form-product .box-input .title .require,
.result-product .box-input .title .require {
  color: var(--color-primary, #ff8053);
}
.form-product .box-input .title .fa-question-circle,
.result-product .box-input .title .fa-question-circle {
  color: #ddd;
  cursor: pointer;
  margin-left: 5px;
}
.form-product .box-input .sub-title,
.result-product .box-input .sub-title {
  font-size: 12px;
  text-align: left;
  margin-bottom: 21px;
}
.form-product .box-input .col-form-label,
.result-product .box-input .col-form-label {
  text-align: left;
}
.form-product .box-input .list-radio,
.result-product .box-input .list-radio {
  text-align: left;
}
.form-product .box-input .list-radio .radio-inline,
.result-product .box-input .list-radio .radio-inline {
  position: relative;
  padding-left: 17px;
  padding-right: 10px;
  font-weight: bold;
  margin-bottom: 0;
}
.form-product .box-input .list-radio input,
.result-product .box-input .list-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-product .box-input .list-radio .checkmark,
.result-product .box-input .list-radio .checkmark {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #999999;
}
.form-product .box-input .list-radio .checkmark:after,
.result-product .box-input .list-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-product .box-input .list-radio input:checked ~ .checkmark:after,
.result-product .box-input .list-radio input:checked ~ .checkmark:after {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-primary, #ff8053);
}
.form-product .box-input .form-header,
.result-product .box-input .form-header {
  padding: 13px 50px 13px;
  font-weight: bold;
  font-size: 16px;
  background-color: #f5f5f5;
  text-align: left;
  display: block;
  position: relative;
  cursor: pointer;
}
.form-product .box-input .form-header .form-check-label-confirm,
.result-product .box-input .form-header .form-check-label-confirm {
  font-size: 16px;
}
.form-product .box-input .form-header .sub-header,
.result-product .box-input .form-header .sub-header {
  color: #999999;
  font-size: 11px;
}
.form-product .box-input .form-header .form-check-label,
.result-product .box-input .form-header .form-check-label {
  cursor: pointer;
}
.form-product .box-input .form-header input,
.result-product .box-input .form-header input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-product .box-input .form-header .checkmark,
.result-product .box-input .form-header .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #999999;
}
.form-product .box-input .form-header .checkmark:after,
.result-product .box-input .form-header .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-product .box-input .form-header input:checked ~ .checkmark:after,
.result-product .box-input .form-header input:checked ~ .checkmark:after {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-primary, #ff8053);
}
.form-product .box-input .form-group > div small,
.result-product .box-input .form-group > div small {
  display: none;
}
.form-product .box-input .group-form,
.result-product .box-input .group-form {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.form-product .box-input .group-form .form__check-header .form-content,
.result-product .box-input .group-form .form__check-header .form-content {
  opacity: 0.3;
}
.form-product .box-input .group-form .form__check-header input,
.result-product .box-input .group-form .form__check-header input {
  background: #e9ecef;
  pointer-events: none;
}
.form-product .box-input .group-form .btn-add-question,
.result-product .box-input .group-form .btn-add-question {
  padding-top: 41px !important;
  padding-bottom: 31px !important;
  display: flex;
  justify-content: center;
}
.form-product .box-input .group-form .number-question,
.result-product .box-input .group-form .number-question {
  display: flex;
  color: var(--color-text, #333);
  font-size: 16px;
  font-weight: 500;
  padding-right: 0;
}
.form-product .box-input .group-form .number-question .form-check,
.result-product .box-input .group-form .number-question .form-check {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-product .box-input .group-form .number-question label,
.result-product .box-input .group-form .number-question label {
  font-size: 10px;
  color: var(--color-text, #333);
  padding-left: 20px;
  font-weight: 500;
}
.form-product .box-input .group-form .number-question input,
.result-product .box-input .group-form .number-question input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-product .box-input .group-form .number-question .checkmark,
.result-product .box-input .group-form .number-question .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  height: 12px;
  width: 12px;
  background-color: #fff;
  /*border-radius: 2px;
            border: 1px solid colors.$grey-light;*/
}
.form-product .box-input .group-form .number-question .checkmark:after,
.result-product .box-input .group-form .number-question .checkmark:after {
  content: "";
  position: absolute;
  background-image: url("https://assets.sugoyose.jp/storage/images/icon_input_checkbox.png");
  background-size: 100%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  color: var(--color-primary, #ff8053);
}
.form-product .box-input .group-form .number-question input:checked ~ .checkmark:after,
.result-product .box-input .group-form .number-question input:checked ~ .checkmark:after {
  background-image: url("https://assets.sugoyose.jp/storage/images/icon_checkbox.png");
  background-size: 100%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  color: var(--color-primary, #ff8053);
}
.form-product .box-input .group-form .select-question,
.result-product .box-input .group-form .select-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-product .box-input .group-form .select-question select,
.result-product .box-input .group-form .select-question select {
  padding-right: 40px;
  width: calc(100% - 35px);
  display: inline-block;
  font-weight: 500 !important;
  font-size: 12px !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.102' height='6.805' viewBox='0 0 12.102 6.805'%3E%3Cpath id='_' data-name='&gt;' d='M15127.829,20659.893c-.018-.018-.034-.035-.049-.053l-5.25-5.25a.75.75,0,0,1,1.063-1.059l4.771,4.77,4.771-4.77a.751.751,0,0,1,1.063,1.063l-5.3,5.3a.746.746,0,0,1-1.063,0Z' transform='translate(-15122.313 -20653.311)' fill='%23333'/%3E%3C/svg%3E") no-repeat right 15px center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-product .box-input .group-form .select-question select.d-none-input,
.result-product .box-input .group-form .select-question select.d-none-input {
  display: none;
}
.form-product .box-input .group-form .select-question input,
.result-product .box-input .group-form .select-question input {
  width: calc(100% - 35px);
  height: 44px;
  display: inline-block;
  font-weight: 500 !important;
  font-size: 12px !important;
  position: relative;
}
.form-product .box-input .group-form .select-question input.d-none-input,
.result-product .box-input .group-form .select-question input.d-none-input {
  display: none;
}
.form-product .box-input .group-form .select-question input + div,
.result-product .box-input .group-form .select-question input + div {
  top: 85%;
  right: 60px;
  position: absolute;
  font-size: 0.7rem;
  line-height: 1.2857142857;
  width: calc(100% - 60px);
}
.form-product .box-input .group-form .select-question input + div input,
.result-product .box-input .group-form .select-question input + div input {
  border: none;
  width: 18px;
  background: none;
  color: rgb(151, 151, 151);
}
.form-product .box-input .group-form .select-question .btn-close,
.result-product .box-input .group-form .select-question .btn-close {
  padding: 10px;
}
.form-product .box-input .group-form .select-question .btn-close .close-hover,
.result-product .box-input .group-form .select-question .btn-close .close-hover {
  display: none;
}
.form-product .box-input .group-form .select-question .btn-close:hover .close,
.result-product .box-input .group-form .select-question .btn-close:hover .close {
  display: none;
}
.form-product .box-input .group-form .select-question .btn-close:hover .close-hover,
.result-product .box-input .group-form .select-question .btn-close:hover .close-hover {
  display: block;
}
.form-product .box-input .group-form .sub-input,
.result-product .box-input .group-form .sub-input {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  text-align: left;
  line-height: 1;
  margin: 0 0 6px;
}
.form-product .box-input .group-form .form-group,
.result-product .box-input .group-form .form-group {
  align-items: center;
  padding: 20px 20px 0 20px;
  margin-bottom: 0;
}
.form-product .box-input .group-form .form-group label,
.result-product .box-input .group-form .form-group label {
  padding-bottom: 0;
  padding-top: 0;
}
.form-product .box-input .group-form .form-group .main-label,
.result-product .box-input .group-form .form-group .main-label {
  font-size: 16px;
  font-weight: bold;
}
.form-product .box-input .group-form .form-group .sub-label,
.result-product .box-input .group-form .form-group .sub-label {
  font-size: 12px;
}
.form-product .box-input .group-form .form-group select,
.result-product .box-input .group-form .form-group select {
  font-size: 16px;
  font-weight: bold;
}
.form-product .box-input .group-form ::-moz-placeholder,
.result-product .box-input .group-form ::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-product .box-input .group-form ::-moz-placeholder, .result-product .box-input .group-form ::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-product .box-input .group-form ::placeholder,
.result-product .box-input .group-form ::placeholder {
  color: #999999;
  opacity: 1;
}
.form-product .box-input .group-form :-ms-input-placeholder,
.result-product .box-input .group-form :-ms-input-placeholder {
  color: #999999;
}
.form-product .box-input .group-form ::-ms-input-placeholder,
.result-product .box-input .group-form ::-ms-input-placeholder {
  color: #999999;
}
.form-product .box-input .group-form .choose-purpose,
.result-product .box-input .group-form .choose-purpose {
  text-align: left;
  padding: 14px;
  color: #666;
}
.form-product .box-input .group-form .choose-purpose .form-header,
.result-product .box-input .group-form .choose-purpose .form-header {
  font-size: 14px;
  padding: 10px 25px 10px 40px;
}
.form-product .box-input .group-form .choose-purpose .form-header .checkmark,
.result-product .box-input .group-form .choose-purpose .form-header .checkmark {
  height: 14px;
  width: 14px;
}
.form-product .box-input .group-form .choose-purpose .form-header input:checked ~ .checkmark:after,
.result-product .box-input .group-form .choose-purpose .form-header input:checked ~ .checkmark:after {
  width: 8px;
  height: 8px;
}
.form-product .box-input .group-form .choose-purpose .form-header .other-note,
.result-product .box-input .group-form .choose-purpose .form-header .other-note {
  font-size: 10px;
  padding-left: 10px;
  font-weight: normal;
}
.form-product .box-input .group-form .choose-purpose .purpose-input,
.result-product .box-input .group-form .choose-purpose .purpose-input {
  padding: 0 20px 15px;
}
.form-product .box-input .group-form .choose-purpose .purpose-input input,
.result-product .box-input .group-form .choose-purpose .purpose-input input {
  padding: 10px 15px;
  height: auto;
  line-height: 1;
  box-shadow: none;
  border-color: #ddd;
  background-color: white;
  color: #999999;
}
.form-product .box-input .group-form .choose-purpose .purpose-input input:disabled,
.result-product .box-input .group-form .choose-purpose .purpose-input input:disabled {
  opacity: 0.3;
}
.form-product .box-input .group-form .choose-purpose .purpose-two,
.result-product .box-input .group-form .choose-purpose .purpose-two {
  width: 93px;
  padding-right: 0;
}
.form-product .box-input .group-form .choose-purpose .purpose-three,
.result-product .box-input .group-form .choose-purpose .purpose-three {
  width: 107px;
  padding-right: 0;
}
.form-product .box-input.box-input-images h4.title,
.result-product .box-input.box-input-images h4.title {
  margin-bottom: 12px;
}
.form-product .box-input.box-input-images .group-form .form-content,
.result-product .box-input.box-input-images .group-form .form-content {
  text-align: left;
  padding: 8px 30px 25px;
}
.form-product .box-input.box-input-images .group-form .form-content label,
.result-product .box-input.box-input-images .group-form .form-content label {
  font-size: 12px;
  line-height: 22px;
}
.form-product .box-input.box-input-images .group-form .form-content textarea,
.result-product .box-input.box-input-images .group-form .form-content textarea {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 24px;
  border: 1px solid #ddd;
  box-shadow: none;
}
.form-product #spine-text,
.result-product #spine-text {
  margin-top: -150px;
  padding-top: 150px;
  z-index: 2;
}
.form-product #expire,
.result-product #expire {
  z-index: 1;
  margin-top: -130px;
  padding-top: 130px;
}

.product-result {
  padding-top: 20px;
}
.product-result .header-list-book {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
.product-result .header-list-book .title {
  padding: 0;
}
.product-result .box-content-book .title {
  color: #666;
  font-size: 14px;
  padding-bottom: 0;
}
.product-result .box-content-book .list-card .width-card:last-child {
  order: 2;
}
.product-result .body-result-book {
  background: var(--color-background, #f8f8f8);
  border-radius: 10px;
  text-align: center;
  padding: 25px 20px 20px 20px;
}
.product-result .body-result-book .title {
  padding-bottom: 25px;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  padding-top: 0;
}
.product-result .body-result-book .title-show-user {
  text-align: left;
  font-size: 16px;
  color: var(--color-text, #333);
  font-weight: 600;
  line-height: 28px;
}
.product-result .body-result-book .content {
  background: #fff;
  border-radius: 6px;
  padding: 40px 0;
}
.product-result .body-result-book .box-button {
  width: 50% !important;
  font-size: 12px;
  font-weight: normal;
}
.product-result .body-result-book .box-button p {
  margin-bottom: 0;
}
.product-result .body-result-book .box-button:first-child {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #e5e5e5;
}
.product-result .body-result-book .btn-send-message {
  max-width: 320px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 16px;
}
.product-result .body-result-book .btn-same-images {
  height: 58px;
  font-size: 18px;
  padding: 0;
  align-items: center;
}
.product-result .body-result-book .btn-send-message-no-login {
  max-width: 316px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
}

.change-expired-vue .btn-close-modal-change-expired {
  z-index: 1;
  top: -22px;
  right: -20px;
}

.change-expired-book .modal-dialog {
  max-width: 630px;
}
.change-expired-book .btn-close-step-1 {
  margin: 10px auto 0;
}
.change-expired-book .modal-content {
  padding: 37px 40px 45px 40px;
}
.change-expired-book .modal-content .title-message-popup {
  display: flex;
  align-items: center;
}
.change-expired-book .modal-content .title-message-popup h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 0;
}
.change-expired-book .modal-content .title-message-popup img {
  margin-right: 8px;
  width: 20px;
}
.change-expired-book .modal-content .modal-body {
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.002px;
  text-align: justify;
  border-width: 0;
}
.change-expired-book .modal-content .modal-body .description {
  margin-bottom: 15px;
}
.change-expired-book .modal-content .modal-body .description-warning {
  padding: 27px 30px 30px 30px;
  border: 1px solid var(--color-alert, #f00);
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.6666666667;
  background-color: var(--color-alert-bg, #fff8f8);
}
.change-expired-book .modal-content .modal-body .description-warning p {
  margin-bottom: 0;
}
.change-expired-book .modal-content .modal-body .description-warning .title-description-warning {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4285714286;
  margin-bottom: 12px;
}
.change-expired-book .modal-content .modal-body .text-red {
  color: var(--color-alert, #f00);
}
.change-expired-book .modal-content .modal-body .info-water-mark-book {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4166666667;
  margin: 25px 0 15px 0;
}
.change-expired-book .modal-content .modal-body .input-checkbox {
  display: inline-block;
  text-align: left;
  min-width: 300px;
}
.change-expired-book .modal-content .modal-body label {
  font-size: 14px;
  position: relative;
  padding: 0 18px 0 30px;
  margin-bottom: 6px;
}
.change-expired-book .modal-content .modal-body label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.change-expired-book .modal-content .modal-body label .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  height: 16px;
  width: 16px;
  background-color: #fff;
}
.change-expired-book .modal-content .modal-body label .checkmark:after {
  content: "";
  position: absolute;
  background-image: url("https://assets.sugoyose.jp/storage/images/icon/icon_check_off.png");
  background-size: 100%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  color: var(--color-primary, #ff8053);
}
.change-expired-book .modal-content .modal-body label input:checked ~ .checkmark:after {
  background-image: url("https://assets.sugoyose.jp/storage/images/icon/icon_check_on.png");
}
.change-expired-book .modal-content .modal-body label input:checked ~ .checkmark.--fandom:after {
  background-image: url("https://assets.sugoyose.jp/storage/images/icon/fandom_icon_check_on.png");
}
.change-expired-book .modal-content .modal-body label small {
  font-size: 10px;
  position: absolute;
  width: 100%;
  min-width: 254px;
}
.change-expired-book .modal-content .modal-body .set-password {
  background-color: var(--color-background, #f8f8f8);
  border-radius: 6px;
  padding: 30px;
  margin-top: 18px;
}
.change-expired-book .modal-content .modal-body .set-password .set-password-title {
  font-weight: bold;
}
.change-expired-book .modal-content .modal-body .set-password .form-group {
  margin-bottom: 0;
}
.change-expired-book .modal-content .modal-body .set-password .form-group label {
  padding: 10px 0 0;
  font-size: 12px;
  margin-bottom: 10px;
}
.change-expired-book .modal-content .modal-body .set-password .form-group input {
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  height: auto;
  line-height: 1.8;
  margin: 0 auto;
  box-shadow: none;
  color: var(--color-text, #333);
}
@media screen and (min-width: 769px) {
  .change-expired-book .modal-content .modal-body .set-password .form-group input {
    width: 290px;
  }
}
.change-expired-book .modal-content .modal-body .set-password .form-group input::-moz-placeholder {
  color: #999999;
}
.change-expired-book .modal-content .modal-body .set-password .form-group input::placeholder {
  color: #999999;
}
.change-expired-book .modal-content .modal-body #changeExpiredBook .btn-change-expired-book {
  display: flex;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  margin: 25px auto auto auto;
  background-color: var(--color-primary, #ff8053);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  padding: 17px 0;
  border-radius: 100px;
  color: #fff;
  border: 0;
}
.change-expired-book .modal-content .modal-body #changeExpiredBook .btn-change-expired-book.btn-change-expired-book--forbiz {
  background-color: var(--color-primary-forbiz, #5ab0bd);
}
.change-expired-book .modal-content .modal-body #changeExpiredBook .btn-change-expired-book.btn-change-expired-book--fandom {
  background-color: var(--color-primary-fandom, #f55b79);
}
.change-expired-book .modal-content .modal-body #changeExpiredBook .btn-change-expired-book:disabled {
  padding: 16px 0;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #ddd;
}
.change-expired-book .button--expired-modal {
  width: 230px;
  height: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.change-expired-book.--forbiz .modal-content .modal-body label input:checked ~ .checkmark:after {
  background-image: url("/_assets/images/common/icon/forbiz_icon_checkbox.png");
}
.change-expired-book.--forbiz .modal-content .modal-body #changeExpiredBook .btn-change-expired-book {
  background-color: var(--color-primary-forbiz, #5ab0bd);
}

.meg_recommend__brand {
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.04em;
  line-height: 24px;
  text-align: left;
  color: #a2a2a2;
}
.meg_recommend__title {
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 16.5px;
  text-align: left;
  color: #666;
}
.meg_recommend__price {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #000;
}
.meg_recommend__price span {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 28px;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 768.98px) {
  .product-edit .custom-sidebar-book .question-sidebar {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-edit .custom-sidebar-book .header-list-book {
    padding: 0;
  }
  .product-edit .custom-sidebar-book .header-list-book .title {
    font-size: 22px;
    padding-bottom: 33px;
    line-height: 1;
  }
  .product-edit .custom-sidebar-book .config-design-book {
    padding-bottom: 29px;
  }
  .product-edit .custom-sidebar-book .content {
    width: 190px;
    margin: 0 auto 32px;
  }
  .product-edit .custom-sidebar-book .detail {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 25px;
    text-align: center;
    line-height: 1;
  }
  .product-edit .custom-sidebar-book .btn-boder-orange {
    max-width: 220px;
    margin: 12px auto;
    padding: 13px 0;
    font-size: 14px;
  }
  .product-edit .custom-sidebar-book .btn-buy-book {
    max-width: 220px;
    padding: 15px 0;
    font-size: 14px;
  }
  .product-edit .custom-sidebar-book .info-count-member {
    position: relative;
    margin-bottom: 10px;
  }
  .product-edit .custom-sidebar-book .info-count-member:after, .product-edit .custom-sidebar-book .info-count-member:before {
    content: " ";
    display: block;
    position: absolute;
    height: 1px;
    background: #eeeeee;
    width: 100vw;
    left: -20px;
  }
  .product-edit .custom-sidebar-book .info-count-member:after {
    top: 0;
  }
  .product-edit .custom-sidebar-book .info-count-member:before {
    bottom: 0;
  }
  .product-edit .custom-sidebar-book .info-count-member .detail-book {
    padding-right: 0;
  }
  .product-edit .custom-sidebar-book .content-sidebar .table .table-header {
    color: var(--color-primary, #ff8053);
  }
  .product-edit .custom-sidebar-book .btn-regular-orange {
    min-width: 220px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .product-edit .main-content {
    padding-left: 15px;
    max-width: 100%;
  }
  .product-edit .box-detail-book {
    padding: 24px 20px;
  }
  .product-edit .url-demo {
    flex-wrap: wrap;
    justify-content: center;
    padding: 13px 10px;
  }
  .product-edit .url-demo .box-button {
    padding: 9px 0;
    width: calc(50% - 2px);
    background-color: #666;
    border-radius: 2px;
    margin-top: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  .product-edit .url-demo .box-button:first-child {
    margin-right: 2px;
  }
  .product-edit .url-demo .box-button:last-child {
    margin-left: 2px;
  }
  .product-edit .box-link {
    width: 100%;
    margin-left: 0 !important;
  }
  .product-edit .box-content-book {
    background: #f5f5f5;
    padding: 45px 10px 0;
    margin-bottom: 60px;
  }
  .product-edit .box-content-book .width-card {
    width: 100%;
    order: 2;
    padding-top: 0;
    margin-top: 21px;
  }
  .product-edit .box-content-book .width-card:last-child {
    order: 1;
    margin-top: 3px;
    margin-bottom: -11px;
  }
  .product-edit .box-content-book .card {
    padding: 37px 20px 14px 20px;
  }
  .product-edit .box-content-book .card .avatar {
    top: 20px;
    left: 20px;
    transform: unset;
    width: 50px;
    height: 50px;
  }
  .product-edit .box-content-book .card .title {
    margin-left: 60px;
    font-size: 16px;
  }
  .product-edit .box-content-book .card .btn-regular-orange {
    max-width: 330px;
    font-size: 14px;
    padding: 15px 0;
    margin: 0 auto;
  }
  .product-edit .box-content-book .card-show-more {
    padding: 0;
    border: unset;
    background: unset;
  }
  .product-edit .box-content-book .card-show-more .btn-show-more {
    padding: 17px 0;
    border-width: 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
  }
  .product-edit .box-content-book .card-push {
    padding: 22px 20px !important;
    min-height: auto;
  }
  .product-edit .box-content-book .card-push .btn-push {
    font-size: 16px;
    line-height: 1;
    padding: 0;
    width: unset;
    height: unset;
    position: absolute;
    top: 14px;
    left: 20px;
  }
  .product-edit .box-content-book .card-push .content {
    padding: 0;
    line-height: 1;
    min-height: auto !important;
    margin-bottom: 0 !important;
  }
  .product .main {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product .main .row {
    margin: 0;
  }
  .product .main .col-md-6 {
    padding: 0;
  }
  .product .main .list-book {
    padding: 30px 15px;
  }
  .product .main .list-book-slider {
    padding-top: 0;
  }
  .product .title {
    font-size: 20px;
  }
  .product .header-list-book .title {
    font-size: 18px;
  }
  .product .header-list-book .action {
    display: none;
  }
  .product .list-book {
    padding: 30px;
  }
  .product .slider-book {
    height: auto;
    padding: 0 11px;
  }
  .product .slider-book-product img {
    width: 100%;
  }
  .product .list-book-slider {
    margin: 0;
    width: 100%;
    padding: 0 0 66px 20px;
  }
  .product .list-book-slider .header-list-book {
    padding: 0;
  }
  .product .list-book-slider .slider-book {
    padding: 0;
    font-size: 14px;
  }
  .product .list-book-slider .group-image {
    width: min(51.2820512821vw, 200px);
    min-height: min(26.9230769231vw, 105px);
  }
  .product .normal-book {
    margin-bottom: 0;
  }
  .product .normal-book .row {
    margin-bottom: 25px !important;
    margin-left: -11px;
    margin-right: -11px;
  }
  .product .normal-book .next-book {
    display: none !important;
  }
  .product .slick-slider-half .slick-list {
    padding: 0 min(41.5384615385vw, 162px) 0 0;
  }
  .product .list-book-product {
    height: auto;
  }
  .product .list-book-product image {
    height: auto;
  }
  .product .box-detail {
    display: table;
    width: 100%;
    padding: 0 20px;
  }
  .product .box-detail .detail-book {
    display: table-footer-group;
  }
  .product .box-detail .detail-book table {
    width: 100%;
  }
  .product .box-detail .btn-buy {
    margin-bottom: 60px;
  }
  .product .box-detail .tabs {
    padding-bottom: 0 !important;
  }
  .product .box-detail .title {
    padding-top: 0;
  }
  .product .product-tabs {
    margin: 28px 30px;
    width: calc(100% - 60px);
  }
  .product .product-tabs:after {
    width: calc(100% - 20px);
  }
  .product .product-tabs .title {
    font-size: min(2.3529411765vw, 10px);
    text-align: center;
    width: min(23.5294117647vw, 100px);
    max-width: 100px;
    left: -30px;
  }
  .product .box-slider-book {
    padding: 96px 26px 20px 26px !important;
  }
  .product .box-slider-book .book-section {
    padding: 0 !important;
    margin: 0 !important;
  }
  .product .box-slider-book .btn-book-slider {
    margin: 28px auto;
    width: min(27.6923076923vw, 390px);
    font-size: 12px;
    font-weight: normal;
    padding: 7px 12px;
  }
  .form-product .main-title,
  .result-product .main-title {
    text-align: left;
    padding-left: 20px;
    font-size: 22px;
  }
  .form-product .box-input,
  .result-product .box-input {
    padding: 25px 20px;
  }
  .form-product .box-input .group-form .form-group label,
  .result-product .box-input .group-form .form-group label {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .form-product .box-input .group-form .form-group .col-6,
  .form-product .box-input .group-form .form-group .col-12,
  .form-product .box-input .group-form .form-group .col-1,
  .form-product .box-input .group-form .form-group .col-11,
  .result-product .box-input .group-form .form-group .col-6,
  .result-product .box-input .group-form .form-group .col-12,
  .result-product .box-input .group-form .form-group .col-1,
  .result-product .box-input .group-form .form-group .col-11 {
    padding-left: 3px;
    padding-right: 3px;
  }
  .form-product .main,
  .result-product .main {
    width: auto;
  }
  .form-product .btn-submit-form,
  .form-product .btn-back-form,
  .result-product .btn-submit-form,
  .result-product .btn-back-form {
    width: 100%;
  }
  .form-product .box-input .list-radio .radio-inline {
    padding-bottom: 0 !important;
    padding-right: 24px;
  }
  .result-product .box-input .group-form .form-group {
    padding-left: 0;
  }
  .product-list .content-product .list-book {
    overflow: hidden;
    padding: 40px 0 0 20px;
  }
  .product-list .content-product .list-book .action {
    display: block;
    padding-right: 15px;
  }
  .product-list .content-product .list-book-slider {
    padding: 50px 0 0 20px;
  }
  .product-list .content-product .list-scene {
    padding: 50px 20px 0 20px;
  }
  .product-list .content-product .list-scene .box-scene {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #f7f7f7;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .product-list .content-product .list-scene .box-scene:first-child {
    margin-right: 0;
  }
  .product-list .content-product .list-scene .box-scene .image {
    width: 55px;
    height: 55px;
    margin-right: 15px;
  }
  .product-list .content-product .slider-half-normal .slick-list {
    padding: 0 min(17.1794871795vw, 667px) 0 0;
  }
  .product-list .content-product .slider-book {
    padding-left: 0;
    padding-right: 19px;
    font-weight: bold;
  }
  .product-result {
    padding-top: 10px;
  }
  .product-result .first-box-result {
    padding-bottom: 10px;
    background-color: #f5f5f5;
  }
  .product-result .first-box-result .content {
    background-color: #fff;
    text-align: center;
    padding: 30px 0;
  }
  .product-result .first-box-result .content p {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
  .product-result .first-box-result .content .btn-boder-orange {
    max-width: 160px;
    font-size: 14px;
  }
  .product-result .left-sidebar-book {
    padding-top: 6px;
  }
  .product-result .left-sidebar-book .question-sidebar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .product-result .left-sidebar-book .question-sidebar .table {
    margin-bottom: 0;
  }
  .product-result .box-detail-book .header-list-book {
    display: flex;
    padding-bottom: 24px;
  }
  .product-result .box-detail-book .header-list-book .title {
    padding: 0;
    font-size: 20px;
  }
  .product-result .box-content-book .title {
    color: #666;
    font-size: 14px;
    padding-bottom: 0;
  }
  .product-result .box-content-book .list-card .width-card:last-child {
    order: 2;
  }
  .product-result .body-result-book .title {
    padding-bottom: 20px;
    line-height: 1.4;
    font-size: 24px;
    font-weight: bold;
    padding-top: 0;
  }
  .product-result .body-result-book .content {
    flex-wrap: wrap;
    background: #fff;
    border-radius: 6px;
    padding: 0 20px;
  }
  .product-result .body-result-book .box-button {
    width: 100% !important;
    font-size: 12px;
    font-weight: normal;
    padding: 36px 0;
  }
  .product-result .body-result-book .box-button:first-child {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #e5e5e5;
  }
  .product-result .body-result-book .btn-send-message {
    max-width: 320px;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 16px;
  }
  .product-result .body-result-book .btn-send-message-no-login {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    padding: 13px 0;
  }
  .sub-title-bottom {
    display: none;
  }
}
.error {
  color: red;
}

.show-popup {
  overflow: hidden;
  position: relative;
}
.show-popup .Product-Popup {
  display: block;
}
.show-popup::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4901960784);
  position: absolute;
  top: 0;
  z-index: 8;
}

.Product-Popup .title-message-popup {
  font-size: 20px;
  font-weight: bold;
}
.Product-Popup form .information-form {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.Product-Popup form .information-form .Information {
  padding-bottom: 7px;
}
.Product-Popup form .information-form .sub-title-top h4 {
  display: inline;
}
.Product-Popup form .information-form .sub-title-top span {
  font-size: 0.8rem;
  line-height: 2.5;
  letter-spacing: 0.02em;
  color: black;
}
.Product-Popup form .information-form .sub-title-bottom {
  font-size: 0.85rem;
  line-height: 2.5;
  letter-spacing: 0.02em;
  color: black;
  position: relative;
}
.Product-Popup form .information-form .sub-title-bottom::after {
  content: "";
  position: absolute;
  left: -2%;
  top: 41%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #353535;
}
.Product-Popup .title-box {
  background: #eaeaea;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.Product-Popup .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.Product-Popup input.text {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 17px;
}
.Product-Popup textarea {
  overflow: hidden;
  resize: none;
  width: 100%;
  min-height: 88px;
  height: auto;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 15px;
}
.Product-Popup textarea + .count-text + .title {
  margin-top: 15px;
}
.Product-Popup .list-question,
.Product-Popup .Information,
.Product-Popup .list-color {
  padding: 30px;
}
.Product-Popup .message-option .title-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Product-Popup .message-option .title-box .sub-title {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.2px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.Product-Popup .message-option .title-box .sub-title i {
  font-size: 20px;
  color: #999999;
  margin-left: 5px;
}
.Product-Popup .message-option.is_guest .message-setting {
  opacity: 0.3;
}
.Product-Popup .message-option .message-setting {
  padding: 30px 30px 35px 30px;
}
.Product-Popup .message-option .message-setting .description {
  margin-bottom: 22px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.22px;
  font-weight: 500;
}
.Product-Popup .message-option .message-setting .form-check {
  padding-left: 7px;
  margin-right: 25px;
}
.Product-Popup .message-option .message-setting .form-check-label {
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.28px;
  color: #666;
}
.Product-Popup .message-option .message-setting .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.Product-Popup .message-option .message-setting input[type=radio]:checked + label:before {
  background-image: url("/_assets/images/common/icon/radio_enable.svg");
}
.Product-Popup .message-option .message-setting input[type=radio] + label:before {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 2px;
  left: -7px;
  position: relative;
  background: url("/_assets/images/common/icon/radio_disable.svg") 0 0/100% no-repeat;
  content: "";
  display: inline-block;
  visibility: visible;
}
.Product-Popup .answer,
.Product-Popup .chooseColor {
  border-top: 1px solid #ddd;
}
.Product-Popup .item-question input {
  position: relative;
}
.Product-Popup .item-question .count-text {
  position: absolute;
  line-height: 1.2857142857;
  color: #999;
}
.Product-Popup .item-question .count-text .js-text-count--over {
  color: red;
}
@media screen and (min-width: 769px) {
  .Product-Popup .item-question .count-text {
    margin-top: -20px;
    font-size: 0.7rem;
    right: 45px;
  }
}
@media screen and (max-width: 768.98px) {
  .Product-Popup .item-question .count-text {
    margin-top: -20px;
    font-size: 1.2rem;
    right: 33px;
  }
}
.Product-Popup .item-question .count-text input {
  border: none;
  width: 27px;
  background: none;
  color: rgb(151, 151, 151);
}
.Product-Popup .item-question .textarea + .count-text {
  margin-top: -5px;
}
.Product-Popup .Information {
  padding-bottom: 7px;
}
.Product-Popup .Information .sub-title-top h4 {
  display: inline;
}
.Product-Popup .Information .sub-title-top span {
  font-size: 0.8rem;
  line-height: 2.5;
  letter-spacing: 0.02em;
  color: black;
}
.Product-Popup .Information .sub-title-bottom {
  font-size: 0.8rem;
  line-height: 2.5;
  letter-spacing: 0.02em;
  color: black;
  position: relative;
}
.Product-Popup .Information .sub-title-bottom::after {
  content: "";
  position: absolute;
  left: -2%;
  top: 43%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #353535;
}
.Product-Popup .Information .list-icon {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
}
.Product-Popup .Information .list-icon .item-icon.add-icon .name {
  background: var(--color-primary, #ff8053);
  color: #fff;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.Product-Popup .Information .list-icon .item-icon {
  position: relative;
  display: flex;
  width: 20%;
  align-items: center;
  justify-content: center;
}
.Product-Popup .Information .list-icon .item-icon .name {
  position: absolute;
  background: rgba(255, 255, 255, 0.7607843137);
  color: #989898;
}
.Product-Popup .list-color {
  display: flex;
  flex-wrap: wrap;
}
.Product-Popup .list-color .item-color {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Product-Popup .list-color .item-color span {
  border: 1px solid #eaeaea;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}
.Product-Popup .list-color .item-color.active-color span {
  border: 1px solid var(--color-primary, #ff8053);
}
.Product-Popup .list-color .item-color.active-color span::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  display: flex;
  background: var(--color-primary, #ff8053);
}

#delete-message button {
  display: flex;
  justify-content: center;
  margin: 27px auto auto;
}
#delete-message .btn-return-cancel {
  margin-top: 10px;
}

.popup-demo-book .link-download-book {
  display: none;
  justify-content: space-between;
  align-items: center;
  border: solid #ddd;
  border-width: 1px 0 0 0;
  padding-top: 27px;
  margin-top: 30px;
}
.popup-demo-book .data-book {
  margin: 0;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3571428571;
}
.popup-demo-book .version-book {
  font-size: 16px;
  line-height: 1.375;
}
.popup-demo-book .btn-download {
  justify-content: center;
  border-radius: 100px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 17px 40px;
  background-color: var(--color-primary, #ff8053);
  line-height: 1;
}
.popup-demo-book .modal-dialog {
  max-width: 630px;
}
.popup-demo-book .modal-content {
  padding: 40px;
}
.popup-demo-book .modal-content .modal-body {
  padding: 0;
}
.popup-demo-book .modal-content .btn-return-cancel {
  position: absolute;
  padding: 0;
  border: 0;
  top: 15px;
  right: 20px;
  width: 28.5px;
  height: 28.5px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_remove.png") 0 0/100% no-repeat;
}
.popup-demo-book .modal-content .btn-return-cancel:hover {
  background: url("https://assets.sugoyose.jp/storage/images/icon/×@2x.png") 0 0/100% no-repeat;
}
.popup-demo-book .title {
  font-size: 20px;
  margin-bottom: 19px;
  color: #333;
}
.popup-demo-book .description {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #333;
  font-weight: 400;
}
.popup-demo-book .description .color-red {
  color: var(--color-alert, #f00);
}
.popup-demo-book .box-progress {
  text-align: center;
}
.popup-demo-book .progess-detail {
  font-size: 14px;
  font-weight: bold;
  color: var(--color-primary, #ff8053);
  margin-bottom: 9px;
}
.popup-demo-book .no-progress {
  font-size: 9px;
  color: #333;
  text-align: center;
}
.popup-demo-book .progess-time {
  margin-top: 13px;
  margin-bottom: 30px;
  font-size: 12px;
  color: #aaaaaa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-demo-book .progess-time img {
  width: 13px;
  margin-right: 3px;
}
.popup-demo-book .btn-preview {
  max-width: 300px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
}
.popup-demo-book .btn-preview.disabled {
  background-color: #fff;
  color: #dddddd !important;
  border-color: #ddd;
}
.popup-demo-book .btn-book-download {
  background-color: var(--color-primary, #ff8053);
  color: #fff;
}
.popup-demo-book .btn-book-download.disabled {
  background-color: #fff;
  color: #ddd;
  border-color: #ddd;
}
.popup-demo-book .progress-bar {
  background-color: var(--color-primary, #ff8053) !important;
  border-radius: 60px;
}
.popup-demo-book .progress {
  border-radius: 60px;
  height: 10px;
  margin: 0 45px;
}
.popup-demo-book .create-demo-meg-recommend {
  border: solid #ddd;
  border-width: 1px 0 0 0;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.popup-demo-book .create-demo-meg-recommend a {
  transition: all 0.2s ease;
}
.popup-demo-book .create-demo-meg-recommend a:hover {
  opacity: 0.7;
}
.popup-demo-book .create-demo-meg-recommend .meg-recommend-title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
.popup-demo-book .create-demo-meg-recommend .meg-recommend-item {
  width: 30.5676855895%;
}
.popup-demo-book .create-demo-meg-recommend .meg-recommend-item__brand {
  height: 12px;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 9px;
  color: #a2a2a2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popup-demo-book .create-demo-meg-recommend .meg-recommend-item__title {
  height: 33px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 16.5px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.popup-demo-book .create-demo-meg-recommend .meg-recommend-item__price {
  height: 19px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #000;
}
.popup-demo-book .create-demo-meg-recommend .meg-recommend-item__price span {
  margin-top: 6px;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #000;
}
.popup-demo-book .note {
  height: 28px;
  margin-top: 30px;
  background: #ffeae2;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #ff7f51;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-demo-book.popup-demo-book--forbiz .progess-detail {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.popup-demo-book.popup-demo-book--forbiz .progess-detail .loading-anim span {
  background-color: var(--color-primary-forbiz, #5ab0bd);
}
.popup-demo-book.popup-demo-book--forbiz .progress-bar {
  background-color: var(--color-primary-forbiz, #5ab0bd) !important;
}
.popup-demo-book.popup-demo-book--forbiz .btn-submit-demo {
  color: var(--color-primary-forbiz, #5ab0bd) !important;
  border: 2px var(--color-primary-forbiz, #5ab0bd) solid;
}
.popup-demo-book.popup-demo-book--forbiz .note {
  color: var(--color-primary-forbiz, #5ab0bd);
  background: var(--color-background, #f8f8f8);
}

.show-expired-message {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.btn-wrap-content {
  justify-content: center;
}
.btn-wrap-content a {
  margin: unset;
  max-height: 65px;
}
.btn-wrap-content--main .btns span {
  padding-left: 3.5em;
  padding-right: 3.5em;
}
.btn-wrap-content--main .btns:nth-of-type(n + 2) {
  margin-left: 15px;
}

.btn-change-expired {
  max-width: 320px;
  margin-left: 20px;
  width: 100%;
}
.btn-change-expired button {
  max-width: 320px;
  margin-bottom: 5px;
}
.btn-change-expired span {
  margin-left: 20px;
}
.btn-change-expired .reset-deadline {
  color: var(--color-text, #333);
  text-decoration: underline;
}
.btn-change-expired .btn-finish-book {
  padding: 21px 20px 22px;
  background: #fff;
  color: rgb(255, 128, 83);
  border: 2px solid rgb(255, 128, 83);
}

.btn-close-modal-change-expired {
  position: absolute;
  padding: 0;
  border: 0;
  top: 15px;
  right: 20px;
  width: 28.5px;
  height: 28.5px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_remove.png") 0 0/100% no-repeat;
}
.btn-close-modal-change-expired:hover {
  background: url("https://assets.sugoyose.jp/storage/images/icon/×@2x.png") 0 0/100% no-repeat;
}

.content-product .main .list-book-product {
  width: 20%;
  text-align: center;
}

.myPage .list-book-product {
  width: 20%;
  text-align: center;
  height: auto;
}

.list-question-message {
  min-height: 96px;
}
.list-question-message .table-content {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  max-width: 100%;
}

.content-message {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 62px;
}

.header-list-message {
  padding-bottom: 0 !important;
}
.header-list-message .title {
  margin-bottom: 0 !important;
}

.config-design-book .header-list-book {
  margin-top: 60px;
  padding-bottom: 0 !important;
  margin-bottom: 40px;
}
.config-design-book .header-list-book .title {
  padding-top: 0;
  margin-bottom: 0;
}
.config-design-book .page-frist {
  margin-right: 50px;
  padding-right: 0;
}

.section-password {
  background-color: var(--color-background, #f8f8f8);
  padding: 40px;
}
.section-password .title-password {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 18px;
}
.section-password .description-password {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
}
.section-password .form-change-password {
  flex: 1;
}
.section-password .form-change-password .form-group {
  flex: 1;
  justify-content: flex-end;
}
.section-password .form-change-password .form-group input {
  padding: 11px 15px;
  height: 45px;
  border-radius: 4px;
  margin-right: 8px;
  flex: 1;
  max-width: 320px;
  border: 1px solid #ddd;
  box-shadow: none;
  font-size: 14px;
  color: var(--color-text, #333);
}
.section-password .form-change-password .form-group input::-moz-placeholder {
  color: #999999;
}
.section-password .form-change-password .form-group input::placeholder {
  color: #999999;
}
.section-password .form-change-password button {
  background-color: var(--color-primary, #ff8053);
  border: none;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 4px;
  height: 45px;
}
.section-password .form-change-password.form-change-password--forbiz button {
  background-color: var(--color-primary-forbiz, #5ab0bd);
}

.box-content-message {
  padding-top: 0 !important;
}
.box-content-message .header-list-book {
  margin-bottom: 11px;
}
.box-content-message .header-list-book .h3-title {
  margin-bottom: 0 !important;
  position: relative;
  padding-left: 15px;
}
.box-content-message .header-list-book .h3-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 24px;
  background: var(--color-primary, #ff8053);
  border-radius: 50px;
}
.box-content-message .list-card .width-card {
  padding: 45px 10px 20px;
  order: 3;
}
.box-content-message .list-card .width-card.list-card__my-message {
  order: 2;
}
.box-content-message .list-card .width-card.list-card__add-message {
  order: 1;
}
@media screen and (max-width: 768.98px) {
  .box-content-message .list-card .width-card.--no-message {
    margin-bottom: 0;
  }
}
.box-content-message .guest-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box-content-message .guest-message .guest-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.36px;
  color: #aaacb1;
}
.box-content-message .guest-message .guest-desc {
  text-decoration: underline;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.48px;
  color: var(--color-primary, #ff8053);
  cursor: pointer;
}

.box-content-images {
  padding-top: 20px;
}
.box-content-images .header-list-book i {
  color: #ddd;
  cursor: pointer;
}
.box-content-images .content_image {
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 11px;
}

.with-left-sidebar-book .left-sidebar-book .box-search {
  padding: 15px 0 15px 0;
}
.with-left-sidebar-book .left-sidebar-book .box-search-book {
  padding: 8px 0 10px 0;
}
.with-left-sidebar-book .left-sidebar-book .book-sidebar {
  margin: 10px 40px 0;
  padding: 0 0 15px;
}

.product-result-book {
  padding: 0;
}
.product-result-book .box-detail-book {
  padding: 35px 40px 0;
}
.product-result-book .box-detail-book .header-list-book {
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-result-book .box-detail-book .header-list-book .title {
  margin-bottom: 0;
}
.product-result-book .box-detail-book .body-result-book {
  padding: 0;
  margin: 28px 46px 51px;
}

.product-result-book-message {
  padding: 0;
  margin-bottom: 20px;
}
.product-result-book-message .box-detail-book .header-list-book {
  margin-bottom: 0;
}
.product-result-book-message .body-result-book {
  padding: 40px;
}
.product-result-book-message .body-result-book .title {
  padding-bottom: 0;
  margin-bottom: 25px;
}
.product-result-book-message .body-result-book .content {
  padding: 35px 0;
}
.product-result-book-message .body-result-book .content .box-button .btn-send-message {
  margin-bottom: 0;
}

.product-result-not-user {
  padding: 0;
}
.product-result-not-user .box-detail-book .header-list-book {
  margin-bottom: 0;
}
.product-result-not-user .box-detail-book .header-list-book .title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-result-not-user .box-detail-book .body-result-book {
  padding: 36px 40px 40px 40px;
}
.product-result-not-user .box-detail-book .body-result-book .title {
  padding-bottom: 0;
  margin-bottom: 20px;
  line-height: 33px;
}
.product-result-not-user .box-detail-book .body-result-book .content {
  padding: 30px 75px 30px 75px;
}
.product-result-not-user .box-detail-book .body-result-book .content .box-button .btn-send-message {
  margin-bottom: 0;
}
.product-result-not-user .box-detail-book .body-result-book .content .box-button .title-normal {
  margin-top: 10px;
}

.feature-images {
  padding-top: 41px;
}
.feature-images .feature-images-content {
  background-color: white;
  border-radius: 6px;
}
.feature-images .feature-images-content .master-avatar {
  padding: 30px;
}
.feature-images .feature-images-content .master-avatar img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-images .feature-images-content .master-message {
  margin-top: 30px;
  margin-right: 30px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 30px;
  margin-bottom: 20px;
}
.feature-images .feature-images-content .master-message .title-message {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.feature-images .feature-images-content .master-message .content-master-message {
  font-size: 14px;
  margin: 0;
  text-align: left;
}
.feature-images .feature-images-content .btn-feature-images {
  width: 266px;
  height: 58px;
  font-size: 18px;
  padding: 0;
  align-items: center;
}
.feature-images .feature-images-content .need-login {
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
  padding-bottom: 35px;
  margin-bottom: 0;
}

@media screen and (max-width: 768.98px) {
  .body-result-book {
    padding-bottom: 40px;
  }
  .body-result-book .feature-images {
    padding-top: 30px;
  }
  .body-result-book .feature-images .title {
    line-height: 24px !important;
    margin-bottom: 16px !important;
  }
  .body-result-book .feature-images .feature-images-content {
    background-color: var(--color-background, #f8f8f8);
  }
  .body-result-book .feature-images .feature-images-content .d-flex {
    flex-direction: column;
    border-radius: 6px;
    background-color: white;
    margin-bottom: 15px;
  }
  .body-result-book .feature-images .feature-images-content .d-flex .master-avatar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .body-result-book .feature-images .feature-images-content .d-flex .master-avatar img {
    width: 90px;
    height: 90px;
  }
  .body-result-book .feature-images .feature-images-content .d-flex .master-message {
    margin: 0;
    border: 0;
    padding-top: 0;
    padding-bottom: 25px;
  }
  .body-result-book .feature-images .feature-images-content .d-flex .master-message .title-message {
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .body-result-book .feature-images .feature-images-content .d-flex .master-message .content-master-message {
    font-size: 12px;
    line-height: 20px;
  }
  .body-result-book .feature-images .feature-images-content .btn-feature-images {
    width: 240px;
    height: 54px;
    font-size: 14px;
  }
  .body-result-book .feature-images .feature-images-content .need-login {
    font-size: 10px;
    padding: 0;
    margin-top: 15px;
  }
}
.book-images-page {
  padding-top: 30px !important;
}
.book-images-page .main-images-page {
  padding: 40px 45px;
}
.book-images-page .main-images-page .title {
  font-size: 28px;
  line-height: 40px;
}
.book-images-page .main-images-page .draggable {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  margin-right: 100px;
  margin-left: 100px;
  border: 3px dashed var(--color-primary, #ff8053);
  height: 300px;
}
.book-images-page .main-images-page .icon_upload {
  margin-right: 50px;
}
.book-images-page .main-images-page .icon_upload img {
  max-width: 94px;
}
.book-images-page .main-images-page p {
  font-size: 24px;
  font-weight: bold;
  color: var(--color-primary, #ff8053);
  line-height: 1;
  margin-bottom: 25px;
}
.book-images-page .main-images-page button {
  width: 242px;
  height: 42px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.book-images-page .main-images-page .images-section {
  margin-top: 70px;
  line-height: 1;
}
.book-images-page .main-images-page .contents {
  font-size: 14px;
  margin-right: -4px;
  margin-left: -4px;
}
.book-images-page .main-images-page .contents > [class*=col-] {
  padding-right: 4px;
  padding-left: 4px;
}
.book-images-page .main-images-page .contents > [class*=col-] .btn {
  border: 1px solid #ddd;
  width: 130px;
  max-width: 100%;
  height: 28px;
  font-size: 12px;
  border-radius: 2px;
  margin: 8px auto 30px;
  letter-spacing: 0.72px;
  font-weight: 500;
}
.book-images-page .main-images-page .contents > [class*=col-] .image-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.book-images-page .main-images-page .contents > [class*=col-] .image-content .crop-type {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: white;
  font-size: 10px;
  letter-spacing: 0.6px;
  font-weight: 500;
  height: 22px;
  display: flex;
  background: rgba(51, 51, 51, 0.6509803922);
  align-items: center;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.book-images-page .main-images-page .contents > [class*=col-] .image-content .main-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.book-images-page .main-images-master-page .title {
  line-height: 1;
  margin-bottom: 35px;
}
.book-images-page .main-images-master-page .description {
  font-size: 16px;
  letter-spacing: 0.29px;
  line-height: 2;
}
.book-images-page .main-images-master-page .images-section {
  margin-top: 50px;
}
.book-images-page .main-images-master-page .images-section .user-name {
  text-align: center;
  color: #666;
  margin-bottom: 8px;
  font-size: 12px;
}
.book-images-page .main-images-master-page .images-section .btn-register-images {
  color: var(--color-primary, #ff8053);
  background: #fff4f0;
  border-width: 0 !important;
}
.book-images-page .main-images-master-page .images-section .btn-register-images.opacity-0 {
  opacity: 0 !important;
}
.book-images-page .main-images-master-page .images-section .btn-register-images.active {
  color: #333;
  background: #fff;
  border-width: 1px !important;
}
.book-images-page .main-images-master-page .submit-images {
  margin-right: 0;
  width: 180px;
  height: 40px;
  font-size: 12px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-images-page .modal-delete-images .modal-dialog {
  max-width: 630px;
}
.book-images-page .modal-delete-images .modal-dialog .btn-close {
  position: absolute;
  top: 15px;
  right: 19px;
  width: 29px;
  padding: 0;
  border: 0;
  z-index: 99;
}
.book-images-page .modal-delete-images .modal-dialog .btn-close img {
  width: 100%;
}
.book-images-page .modal-delete-images .modal-dialog .btn-close:hover {
  position: absolute;
  content: "";
  top: 15px;
  right: 19px;
  width: 29px;
  height: 29px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/x@2x.png") 0 0/100% no-repeat;
}
.book-images-page .modal-delete-images .modal-dialog .btn-close:hover img {
  width: 0;
}
.book-images-page .modal-delete-images .modal-dialog .modal-body {
  padding-bottom: 30px;
  padding-top: 10px;
}
.book-images-page .modal-delete-images .modal-dialog .modal-body .title {
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
.book-images-page .modal-delete-images .modal-dialog .modal-body .title img {
  width: 20px;
  margin-right: 8px;
}
.book-images-page .modal-delete-images .modal-dialog .modal-body .model-content {
  font-size: 14px;
  line-height: 25px;
}
.book-images-page .modal-delete-images .modal-dialog .button-section {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  align-items: center;
}
.book-images-page .modal-delete-images .modal-dialog .button-section .btn-regular-bkWhite {
  width: 180px;
  height: 40px;
  font-size: 14px;
  align-items: center;
  padding: 0;
  margin: unset;
  margin-right: 10px;
  border: 1px solid #ff8053;
}
.book-images-page .modal-delete-images .modal-dialog .button-section .btn-return {
  width: 180px;
  height: 40px;
  align-items: center;
  font-size: 14px;
  padding: 0;
  border: 1px solid #ccc;
}

.images-modal .modal-dialog {
  max-width: 630px;
  margin-top: auto;
}
.images-modal .modal-dialog .modal-title {
  line-height: 1;
  padding-bottom: 10px;
}
.images-modal .modal-dialog .modal-body p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.7;
}
.images-modal .btn-close {
  position: absolute;
  top: 15px;
  right: 19px;
  width: 29px;
  padding: 0;
  border: 0;
  z-index: 99;
}
.images-modal .btn-close img {
  width: 100%;
}
.images-modal .btn-close:hover {
  position: absolute;
  content: "";
  top: 15px;
  right: 19px;
  width: 29px;
  height: 29px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/x@2x.png") 0 0/100% no-repeat;
}
.images-modal .btn-close:hover img {
  width: 0;
}

.login-register-modal .modal-dialog {
  max-width: 630px;
  margin-top: auto;
  text-align: left;
}
.login-register-modal .modal-dialog .modal-title {
  line-height: 1;
  padding-bottom: 10px;
}
.login-register-modal .modal-dialog .modal-body p {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.7;
}
.login-register-modal .modal-dialog .modal-body .btn-area a {
  width: 300px;
  height: 56px;
  padding: 0;
  align-items: center;
  font-size: 16px;
  max-width: 100%;
}
.login-register-modal .btn-close {
  position: absolute;
  top: 15px;
  right: 19px;
  width: 29px;
  padding: 0;
  border: 0;
  z-index: 99;
}
.login-register-modal .btn-close img {
  width: 100%;
}
.login-register-modal .btn-close:hover {
  position: absolute;
  content: "";
  top: 15px;
  right: 19px;
  width: 29px;
  height: 29px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/x@2x.png") 0 0/100% no-repeat;
}
.login-register-modal .btn-close:hover img {
  width: 0;
}

.book-images-body-page #gl-header {
  display: none;
}
.book-images-body-page #gl-menu {
  display: none;
}

.box-content-images .leftline-title span {
  display: flex;
  align-items: center;
}
.box-content-images .images-section {
  margin-top: 70px;
  line-height: 1;
}
.box-content-images .image-wrapper {
  font-size: 18px;
  margin-right: -4px;
  margin-left: -4px;
}
@media screen and (max-width: 768.98px) and (max-width: 768.98px) {
  .box-content-images .image-wrapper.--en {
    margin-bottom: 15px;
  }
}
.box-content-images .image-note {
  color: red;
  font-size: 12px;
}
@media screen and (max-width: 768.98px) {
  .box-content-images .image-note {
    font-size: 12px;
  }
}
.box-content-images .image-note.--bottom {
  margin: 12px 0 0 0;
}
@media screen and (max-width: 768.98px) {
  .box-content-images .image-note.--bottom {
    margin: 12px 0 0 0;
  }
}
.box-content-images .image-contents > [class*=col-] {
  padding-right: 4px;
  padding-left: 4px;
}
.box-content-images .image-contents > [class*=col-] .image-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.box-content-images .image-contents > [class*=col-] .image-content .main-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.box-content-images .images-page-redirect {
  width: 180px;
  height: 40px;
  font-size: 12px;
  padding: 0;
  align-items: center;
}

@media screen and (max-width: 768.98px) {
  .book-images-body-page .change-design-header {
    display: none;
  }
  .book-images-body-page #gl-header {
    display: block;
  }
  .book-images-body-page #gl-menu {
    display: block;
  }
  .book-images-page {
    padding-top: 50px !important;
  }
  .book-images-page .with-left-sidebar {
    display: none;
  }
  .book-images-page .main-images-page {
    padding: 35px 15px;
  }
  .book-images-page .main-images-page .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px !important;
  }
  .book-images-page .main-images-page .draggable {
    flex-direction: column;
    border: none;
    text-align: center;
    margin: 0;
    height: auto;
  }
  .book-images-page .main-images-page .draggable .icon_upload {
    margin-right: 0;
  }
  .book-images-page .main-images-page .draggable .icon_upload img {
    max-width: 64px;
  }
  .book-images-page .main-images-page .draggable button {
    width: 240px;
    height: 54px;
    margin-top: 20px;
  }
  .book-images-page .main-images-page .images-section {
    margin-top: 60px;
  }
  .book-images-page .main-images-page .images-section .h3-title {
    margin-bottom: 20px;
  }
  .book-images-page .main-images-page .contents {
    margin-right: -3px;
    margin-left: -3px;
  }
  .book-images-page .main-images-page .contents > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .book-images-page .main-images-page .contents > [class*=col-] .btn {
    height: 22px;
    width: 96px;
    font-size: 10px;
    margin: 8px auto 15px;
  }
  .book-images-page .main-images-page .back-button {
    width: 240px;
    height: 54px;
    margin: 45px auto 0;
  }
  .book-images-page .modal-delete-images .modal-dialog .button-section {
    flex-direction: column;
  }
  .book-images-page .modal-delete-images .modal-dialog .button-section .btn-regular-bkWhite {
    margin-right: 0;
    margin-bottom: 15px;
    width: 240px;
    height: 54px;
    font-size: 16px;
  }
  .book-images-page .modal-delete-images .modal-dialog .button-section .btn-return {
    width: 240px;
    height: 54px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#onclick-delete-message {
  margin-top: 10px;
}

.title-delete-message {
  font-size: 20px;
}

.Product-Popup-delete {
  padding: 0;
}

.message-content-delete {
  transform: translate(0%, 110%);
}

.product-type-input {
  padding-top: 33px !important;
}

.select-q-option {
  padding: 20px 20px 0;
}

.main-title-product {
  padding: 40px 0 35px 40px;
}

.banner-book-product {
  padding-bottom: 31px;
}

.banner-book-product-edit {
  padding: 35px 0 31px;
}

.card .btn-remove-card {
  margin-top: 5px !important;
  background-color: #fff;
  color: var(--color-text, #333);
  font-weight: bold;
  line-height: 1;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding-top: 7px;
  padding-bottom: 9px;
}

.modal-cropper-avatar {
  z-index: 1051;
}
.modal-cropper-avatar .btn-close {
  position: absolute;
  top: 15px;
  right: 19px;
  width: 29px;
  padding: 0;
  border: 0;
  z-index: 1;
}
.modal-cropper-avatar .btn-close img {
  width: 100%;
}
.modal-cropper-avatar .btn-close:hover {
  position: absolute;
  content: "";
  top: 15px;
  right: 19px;
  width: 29px;
  height: 29px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/x@2x.png") 0 0/100% no-repeat;
}
.modal-cropper-avatar .btn-close:hover img {
  width: 0;
}
.modal-cropper-avatar .modal-dialog {
  max-width: 630px;
}
.modal-cropper-avatar .modal-body {
  position: initial;
  padding: 10px;
}
.modal-cropper-avatar .modal-body .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
.modal-cropper-avatar .modal-body .desc {
  font-size: 12px;
  line-height: 20px;
  margin-top: 25px;
  margin-bottom: 13px;
}
.modal-cropper-avatar .modal-body .group-input {
  font-size: 14px;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  margin-bottom: 17px;
}
.modal-cropper-avatar .modal-body .group-input .input-radio {
  margin: 0;
}
.modal-cropper-avatar .modal-body .group-input label {
  margin: 0;
  padding-left: 19px;
  display: block;
  position: relative;
  padding-right: 20px;
}
.modal-cropper-avatar .modal-body .group-input label input {
  width: 0;
  -webkit-appearance: none;
}
.modal-cropper-avatar .modal-body .group-input label input:after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  background: url("/_assets/images/page_017/model_radio.png") 0 0/100% no-repeat;
}
.modal-cropper-avatar .modal-body .group-input label input:checked:after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  background: url("/_assets/images/page_017/model_radio_check.png") 0 0/100% no-repeat;
}
.modal-cropper-avatar .modal-body .cropper-area {
  height: 390px;
  overflow: hidden;
  position: relative;
}
.modal-cropper-avatar .modal-body .cropper-area .loading-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-cropper-avatar .modal-body .cropper-area .loading-icon .loading-icon-content {
  background: var(--color-text, #333) 0 0 no-repeat padding-box;
  border-radius: 4px;
  width: 120px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  font-size: 10px;
  letter-spacing: 0.4px;
  line-height: 1;
}
.modal-cropper-avatar .modal-body .cropper-area .loading-icon .loading-icon-content img {
  margin-bottom: 8px;
  animation: spin 1.5s linear infinite;
}
.modal-cropper-avatar .btn-area {
  margin-top: 15px;
}
.modal-cropper-avatar .btn-area button {
  font-size: 16px;
  height: 50px;
  width: 242px;
  padding: 0;
  align-items: center;
  margin-bottom: 10px;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.book_footerfix_menu {
  height: 79px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  background: #fff;
  padding: 0 25px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.0509803922);
}
@media screen and (min-width: 769px) {
  .book_footerfix_menu {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768.98px) {
  .book_footerfix_menu {
    justify-content: center;
  }
}
.book_footerfix_menu__wrap {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768.98px) {
  .book_footerfix_menu__wrap {
    display: none;
  }
}
.book_footerfix_menu__notborder {
  border: 2px solid rgba(255, 255, 255, 0) !important;
}
.book_footerfix_menu__item--complete-wrap {
  position: relative;
  order: 4;
}
[data-downloaded-expired=false] .book_footerfix_menu__item--complete-wrap:hover ~ .book_footerfix_menu__item--demo {
  animation: flash-download-expired-demo 0.6s linear infinite;
}
[data-downloaded-expired=false] .book_footerfix_menu__item--complete-wrap:hover .book_footerfix_menu__tooltip--download-expired {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .book_footerfix_menu__item--complete-wrap--sp {
    display: none;
  }
}
.book_footerfix_menu__item--complete-wrap--sp .info-message {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5714285714;
  margin-top: 25px;
  padding-bottom: 33px;
  text-align: center;
  border: solid #eeeeee;
  border-width: 0 0 1px 0;
}
[data-downloaded-expired=false] .book_footerfix_menu__item--complete {
  opacity: 0.5;
  pointer-events: none;
}
.book_footerfix_menu__item--delimiter {
  width: 1px;
  height: 50px;
  background-color: #eee;
  order: 3;
}
.book_footerfix_menu__item--extension-expired {
  order: 3;
}
.book_footerfix_menu__item--expired {
  order: 2;
}
.book_footerfix_menu__item--demo {
  order: 1;
  height: 1.6em !important;
}
.book_footerfix_menu__tooltip--download-expired {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
  width: 270px;
  height: 59px;
  color: var(--color-alert, #f00);
  text-align: center;
  background: var(--color-alert-bg, #fff8f8);
  position: absolute;
  top: -72px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 5px;
  left: -25px;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(1px 1px 0px rgb(255, 0, 0)) drop-shadow(-1px 1px 0px rgb(255, 0, 0)) drop-shadow(-1px -1px 0px rgb(255, 0, 0)) drop-shadow(1px -1px 0px rgb(255, 0, 0));
}
.book_footerfix_menu__tooltip--download-expired:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 6px;
  content: "";
  box-sizing: border-box;
  display: block;
  border: 5px solid transparent;
  border-top: 6px solid var(--color-alert-bg, #fff8f8);
  border-bottom: 0 solid transparent;
}

.book_iconlinks {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

.left-sidebar__btns__wrap {
  text-align: center;
}
.left-sidebar__btns__wrap .btns {
  min-width: 170px;
}

.change-design-header {
  background-color: white;
}
.change-design-header a {
  color: #333;
}
.change-design-header a:hover {
  opacity: 0.7;
  color: #333;
  text-decoration: unset;
}
.change-design-header .change-design-button {
  background-color: white;
  border: none;
  line-height: 60px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.8px;
}
.change-design-header .change-design-button img {
  margin-right: 10px;
  width: 7px;
}

.change-design-mode {
  padding: 30px 0 0 !important;
}
.change-design-mode h1.title-change-design {
  line-height: 1;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
}

@media screen and (max-width: 768.98px) {
  .change-design-header {
    border-bottom: 1px solid #eee;
  }
  .change-design-mode h1.title-change-design {
    margin-bottom: -15px;
    margin-top: 20px;
    font-size: 20px;
  }
}
@keyframes flash-download-expired-demo {
  0%, 100% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(52, 144, 220, 0.3);
  }
}
.form-group.question-list--custom:not(:first-child) {
  padding-top: 30px !important;
}

.mybook-edit__title {
  white-space: nowrap;
}

.modal-konbini-due .modal-dialog {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .modal-konbini-due .modal-content {
    width: 570px;
  }
}
@media screen and (max-width: 768.98px) {
  .modal-konbini-due .modal-content {
    width: calc(100vw - 30px);
  }
}
.modal-konbini-due .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal-konbini-due .title img {
  width: 22px;
  height: 20px;
}
.modal-konbini-due .konbini-due-date-message {
  text-align: left;
  letter-spacing: 0.28px;
  color: #333;
  font-size: 14px;
}
.modal-konbini-due .konbini-due-date-message em {
  font-weight: bold;
  font-style: normal;
  color: var(--color-alert, #f00);
}
.modal-konbini-due .button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-konbini-due .btns {
  font-size: 14px;
  font-weight: bold;
  width: 240px;
  height: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .modal-konbini-due .btns {
    width: 260px;
    height: 44px;
  }
}

.boxQuestion .input__alerter,
.Product-Popup .input__alerter {
  white-space: pre-wrap;
  position: absolute;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "arial", sans-serif;
  font-size: 0.9rem;
  top: 0;
  left: 0;
  pointer-events: none;
  color: rgba(255, 255, 255, 0);
}
.boxQuestion .input__alerter span,
.Product-Popup .input__alerter span {
  background: rgba(255, 0, 0, 0.3);
}
.boxQuestion input.text,
.boxQuestion input.text + .input__alerter,
.Product-Popup input.text,
.Product-Popup input.text + .input__alerter {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 17px;
}
.boxQuestion textarea,
.boxQuestion textarea + .input__alerter,
.Product-Popup textarea,
.Product-Popup textarea + .input__alerter {
  overflow: hidden;
  resize: none;
  width: 100%;
  min-height: 88px;
  height: auto;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 15px;
}
.boxQuestion textarea + .count-text + .title,
.boxQuestion textarea + .input__alerter + .count-text + .title,
.Product-Popup textarea + .count-text + .title,
.Product-Popup textarea + .input__alerter + .count-text + .title {
  margin-top: 15px;
}
.boxQuestion textarea.answer-item--low,
.boxQuestion textarea.answer-item--low + .input__alerter,
.Product-Popup textarea.answer-item--low,
.Product-Popup textarea.answer-item--low + .input__alerter {
  min-height: 45px;
}
.boxQuestion .count-char.js-text-count--over,
.Product-Popup .count-char.js-text-count--over {
  color: red;
}

.complete_menu.hiddens .complete_menu__wrap {
  transform: translateY(100%);
}
.complete_menu__wrap {
  background: var(--color-background, #f8f8f8);
  border-radius: 10px;
  padding: 40px;
  transition: 0.3s;
}
.complete_menu__limit {
  font-size: 20px;
  text-align: center;
}
.complete_menu__limit span {
  font-weight: bold;
}
.complete_menu__buttons {
  display: flex;
  justify-content: space-around;
  background: #fff;
  border-radius: 6px;
  padding: 30px 30px;
  gap: 30px;
}
@media screen and (min-width: 1440px) {
  .complete_menu__buttons {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.complete_menu__buttons .separator {
  width: 1px;
  background: #ddd;
}
.complete_menu__buttons .btns {
  width: 320px;
}
@media screen and (max-width: 1270px) {
  .complete_menu__buttons .btns {
    width: auto;
    letter-spacing: normal;
    font-size: 16px !important;
  }
}
.complete_menu__buttons .dropdowner .btns {
  cursor: default;
}
.complete_menu__buttons .dropdowner .dropdown-menu ul li {
  width: auto;
}
.complete_menu__buttons .dropdowner .dropdown-menu ul li a {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  font-size: 15px;
  width: auto;
}
.complete_menu__buttons .dropdowner .dropdown-menu ul li a img {
  margin-bottom: 0;
  margin-right: 5px;
  height: 19px;
}
.complete_menu--bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.complete_menu--bottom .complete_menu__wrap {
  display: flex;
  padding: 15px;
  background: #fff;
  justify-content: flex-end;
  align-items: center;
}
.complete_menu--bottom .complete_menu__limit {
  font-size: 14px;
  margin-bottom: 0;
}
.complete_menu--bottom .complete_menu__buttons {
  padding: 0;
  margin-left: 25px;
  gap: 10px;
}
.complete_menu--bottom .complete_menu__buttons .btns {
  width: 230px;
  letter-spacing: normal;
  font-size: 14px !important;
}
.complete_menu--bottom .dropdowner .dropdown-menu__wrap {
  top: initial;
  bottom: 100%;
  padding-top: 0;
  padding-bottom: 10px;
}

.product-edit--forbiz .Product-Popup .message-setting input[type=radio]:checked + label:before {
  background-image: url("/_assets/images/common/icon/forbiz_radio_enable.svg");
}

.locale_en .Product-Popup .message-option .message-setting input[type=radio]:checked + label:before {
  background-image: url("https://assets.sugoyose.jp/storage/images/locale/en/icon/radio_enable.svg") !important;
}
.locale_en .modal-cropper-avatar .modal-body .group-input label input:checked:after {
  background-image: url("https://assets.sugoyose.jp/storage/images/locale/en/icon/model_radio_check.png") !important;
}
.locale_en .change-expired-book .modal-content .modal-body label input:checked ~ .checkmark:after {
  background-image: url("https://assets.sugoyose.jp/storage/images/locale/en/icon/icon_check_on.png") !important;
}
.locale_en .form-product .box-input .group-form .number-question input:checked ~ .checkmark:after,
.locale_en .result-product .box-input .group-form .number-question input:checked ~ .checkmark:after {
  background-image: url("https://assets.sugoyose.jp/storage/images/locale/en/icon/icon_checkbox.png") !important;
}

.pb10 {
  padding-bottom: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768.98px) {
  .login-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768.98px) {
  .login-wrap2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.login-box {
  background: #fff;
  padding: 40px 0 40px 0;
  border-radius: 10px;
  margin-top: 80px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768.98px) {
  .login-box .h2-title {
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 768.98px) {
  .login-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768.98px) {
  .login-box__login {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.login-box__submit.btns {
  width: 100%;
}
@media screen and (max-width: 768.98px) {
  .login-box__submit.btns {
    font-size: 1.4rem !important;
    max-width: 320px !important;
    margin-top: 40px !important;
  }
  .login-box__submit.btns span {
    font-size: 1em !important;
  }
}
@media screen and (max-width: 768.98px) {
  .login-box section:first-child {
    border-right: none !important;
  }
}
.login-box .col-box {
  padding: 0 40px 0 40px;
}
@media screen and (max-width: 768.98px) {
  .login-box .col-box {
    padding: 0;
  }
}
.login-box .col-box:first-child {
  border-right: 1px solid #ddd;
}
.login-box .h2-title {
  margin-bottom: 23px;
}
.login-box .form-control {
  font-size: 12px;
  color: var(--color-text, #333);
}
.login-box .form-control::-moz-placeholder {
  color: #999999;
}
.login-box .form-control::placeholder {
  color: #999999;
}
.login-box .social-text label {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  width: 100%;
}

.login-form .form-group {
  margin-bottom: 10px;
}
.login-form label {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  width: 100%;
}
@media screen and (max-width: 768.98px) {
  .login-form label {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.login-form input {
  height: 44px;
  border: 1px solid #ddd;
}
.login-form .right-arrow {
  color: var(--color-primary, #ff8053);
  margin-left: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768.98px) {
  .login-form .resset-password {
    font-size: 11px;
    margin-top: 10px;
  }
}
.login-form .resset-password span {
  font-size: 12px;
}
.login-form .resset-password a {
  font-size: 12px;
  color: var(--color-text, #333);
  text-decoration: underline;
}
.login-form a:hover {
  text-decoration: none;
}
.login-form button {
  display: flex;
  justify-content: center;
  margin: 25px auto 0;
}

.social-box .login-button {
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #000;
  border-radius: 50px;
  margin-bottom: 14px;
  width: 100%;
  padding-bottom: 16px;
  padding-top: 16px;
}
.social-box .btn-regular-bkWhite {
  margin-bottom: 18px;
  padding: 17px 25px;
}
@media screen and (max-width: 768.98px) {
  .social-box .btn-regular-bkWhite {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 10px;
  }
}

.social-text label {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 18px;
}

.colororange {
  color: var(--color-primary, #ff8053);
}

.colorblue {
  color: var(--color-primary-forbiz, #5ab0bd);
}

.colorpink {
  color: var(--color-primary-fandom, #f55b79);
}

.register-box {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
.register-box .h2-title {
  margin-bottom: 30px;
}
.register-box .register-content {
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: hidden;
}
.register-box .register-content .form-group {
  margin-bottom: 0;
}
.register-box .register-content .register-field-body {
  padding: 30px;
}
.register-box .register-content .register-field-body p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.register-box .register-content .register-field-body p.note {
  font-size: 10px;
  font-weight: normal;
  padding-top: 3px;
  padding-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .register-box .register-content .register-field-body p.note {
    padding-bottom: 12px;
  }
}
.register-box .register-content .register-field-body .password-hide {
  font-size: 10px;
}
.register-box .register-content .register-field-body .text-newsletter {
  font-size: 16px;
  font-weight: bold;
}
.register-box .register-content .register-field-body input {
  border: 1px solid #ddd;
  height: 44px;
  margin-right: 7px;
  font-size: 12px;
}
.register-box .register-content .register-field-body input[type=radio]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 0;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #ddd;
}
.register-box .register-content .register-field-body input[type=radio]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 0;
  left: -1px;
  position: relative;
  background-color: var(--color-primary, #ff8053);
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #ddd;
}
.register-box .register-field-header p {
  margin-bottom: 0;
  padding: 12px 30px;
  background-color: #f5f5f5;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
}

.avatar-box {
  display: flex;
}
.avatar-box .flex-width {
  width: 20%;
  text-align: center;
}

.hidden {
  display: none !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.title-small {
  font-size: 12px;
  font-weight: normal;
  margin-left: 40px;
}

.radio-input {
  height: unset !important;
}

.mb40 {
  margin-right: 40px;
}

.register-footer {
  text-align: center;
  margin-top: 40px;
}
.register-footer .btn-regular,
.register-footer .btn-regular-bkBlue {
  margin: 10px auto;
}
.register-footer .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-footer .checkbox label {
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 0;
}
.register-footer .checkbox label .gotoLegal {
  color: var(--color-primary, #ff8053);
}
.register-footer .checkbox > div {
  position: relative;
  line-height: 1;
}
.register-footer .checkbox > div input {
  opacity: 0;
  position: relative;
  z-index: 9;
}
.register-footer .checkbox > div input:checked + span i {
  color: var(--color-primary, #ff8053) !important;
  display: block !important;
}
.register-footer .checkbox > div input + span i {
  display: none;
}
.register-footer .checkbox > div span {
  width: 15px;
  height: 15px;
  border: 1px solid #a5a2a2;
  position: absolute;
  z-index: 0;
  margin: 0;
  top: -1px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-select {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-select .text {
  position: absolute;
  background: whitesmoke;
  color: #9c9c9c;
}

.progressbar li.complete:before {
  background: var(--color-primary, #ff8053);
  color: var(--color-primary, #ff8053);
  border: 2px solid var(--color-primary, #ff8053);
}

.progressbar li.complete {
  color: var(--color-text, #333);
  font-weight: 700;
}

.forgot-content {
  margin-top: 10px;
}
.forgot-content label {
  font-size: 16px;
  font-weight: bold;
}
.forgot-content input {
  height: 44px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.forgot-content .input-des {
  font-size: 9px;
  font-weight: normal;
  margin-bottom: 0;
  color: var(--color-text, #333);
}

.mt150 {
  margin-top: 150px;
}

.finish-box {
  padding: 50px 45px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.finish-box .text-bottom {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 20px;
}
.finish-box .text-bottom-verify {
  font-size: 14px;
  font-weight: 600;
}
.finish-box .popular-design {
  font-size: 18px;
  font-weight: bold;
}

.finish-list-book {
  width: 100%;
}
.finish-list-book ul {
  padding-left: 0;
  list-style: none;
  width: 100%;
  display: flex;
}
.finish-list-book ul li {
  width: 33.3333333333%;
  padding-left: 35px;
  padding-right: 35px;
}
.finish-list-book ul li img {
  display: block;
  width: 100%;
}
.finish-list-book ul li .img-box-title {
  font-size: 11px;
  color: #666;
  margin-top: 22px;
  margin-bottom: 0;
}

.breadcrumb-custom {
  font-size: 11px;
  padding: 40px 0;
  text-align: right;
}
.breadcrumb-custom .b-link {
  color: #666;
}
.breadcrumb-custom .b-link a {
  color: #666;
  text-decoration: none;
}
.breadcrumb-custom .b-link span {
  color: #000;
}

.delete-user {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}

.modal-content {
  padding: 30px;
  border-radius: 10px;
}

.modal-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}

.delete-content {
  font-size: 14px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin-top: 10rem;
  }
}
.products-ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  display: flex;
  text-align: center;
}
.products-ul .product-box .product-name {
  text-align: left;
  font-size: 9px;
}
.products-ul .product-box .product-des {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
}

.product-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.register-page .progressbar {
  width: 630px;
}

.user-update {
  padding: 35px 40px 25px 40px;
}
.user-update .login-header h2 {
  line-height: 1.5714285714;
  margin-bottom: 31px;
  font-weight: bold;
}
.user-update .register-field-header p {
  padding: 14px 30px;
}
.user-update .register-content .register-field-body {
  padding: 25px 30px 35px 30px;
}
.user-update .form-control:disabled,
.user-update .form-control[readonly] {
  background-color: var(--color-background, #f8f8f8);
}
.user-update .delete-user {
  margin-bottom: 0;
}
.user-update .register-content .register-field-body input[type=radio]:after {
  top: 0;
}
.user-update .register-content .register-field-body input[type=radio]:checked:after {
  top: 0;
}

.register-confirm .register-content {
  border: unset;
  border-radius: 0;
  overflow: hidden;
}
.register-confirm .login-header h2 {
  line-height: 1.5714285714;
  margin-bottom: 28px;
  font-weight: bold;
}
.register-confirm .register-field-header p {
  padding: 14px 30px;
}
.register-confirm .register-content .register-field-body {
  padding: 25px 30px 35px 30px;
}

.register-box.user-more-info {
  padding-top: 55px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0;
}
.register-box.user-more-info .register-content {
  padding: 30px;
}
.register-box.user-more-info .register-content .field-body {
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.29px;
  font-weight: 400;
  color: var(--color-text, #333);
  padding-bottom: 20px;
}
.register-box.user-more-info .register-content .field-body .input-area {
  padding-left: 0;
}
.register-box.user-more-info .register-content .field-body .input-area input {
  height: 44px;
  font-size: 14px;
  color: var(--color-text, #333);
  letter-spacing: 0.25px;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 4px;
  padding-left: 15px;
}
.register-box.user-more-info .register-content .field-body .input-area input.is-invalid {
  border-color: #e3342f !important;
}
.register-box.user-more-info .register-content .field-body .input-area.ship-postcode-area {
  display: flex;
  align-items: center;
  position: relative;
}
.register-box.user-more-info .register-content .field-body .input-area.ship-postcode-area .input-group-append {
  width: 100px;
  flex: 0 0 100px;
  height: 44px;
  align-items: center;
  background: #333 0 0 no-repeat padding-box;
  letter-spacing: 0.25px;
  color: #fff;
  justify-content: center;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 8px;
  cursor: pointer;
}
@media screen and (max-width: 768.98px) {
  .register-box.user-more-info .register-content .field-body .input-area.ship-postcode-area .input-group-append {
    flex: 0 0 87px;
  }
}
.register-box.user-more-info .register-content .field-body .input-area.ship-postcode-area .text-error {
  position: absolute;
  bottom: -15px;
  color: var(--color-alert, #f00);
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0;
  text-indent: 0;
}
.register-box.user-more-info .register-content .field-body .input-area .note {
  position: absolute;
  font-size: 9px;
  bottom: -30px;
}
.register-box.user-more-info .register-footer .delete-user {
  margin-top: 30px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768.98px) {
  .register-box.user-more-info {
    padding-top: 37px !important;
  }
  .register-box.user-more-info .login-header h2 {
    margin-bottom: 18px !important;
  }
  .register-box.user-more-info .register-content {
    padding-top: 22px !important;
    padding-bottom: 15px !important;
  }
  .register-box.user-more-info .register-content .col-form-label {
    padding-left: 0;
    font-size: 14px;
  }
  .register-box.user-more-info .register-content .col-form-label span.colororange,
  .register-box.user-more-info .register-content .col-form-label span.colorblue {
    display: inline;
  }
  .register-box.user-more-info .register-content .field-body {
    padding-bottom: 10px !important;
  }
  .register-box.user-more-info .register-content .field-body .input-area .note {
    font-size: 10px;
    bottom: -10px;
  }
  .register-box.user-more-info .register-content .field-body .input-area.has-note {
    padding-bottom: 15px;
  }
  .register-box.user-more-info .register-footer {
    margin-top: 30px;
  }
  .register-box.user-more-info .register-footer .delete-user {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

.register-box.register-confirm .confirm-user-more-info {
  padding: 20px 30px 0;
}
.register-box.register-confirm .confirm-user-more-info .label {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: var(--color-text, #333);
  padding-bottom: 20px;
  line-height: 24px;
}
.register-box.register-confirm .confirm-user-more-info .label.last {
  padding-bottom: 0;
}
.register-box.register-confirm .confirm-user-more-info .value {
  padding-left: 23px;
  font-size: 14px;
  letter-spacing: 0.25px;
  color: var(--color-text, #333);
  font-weight: 500;
  padding-bottom: 20px;
  line-height: 24px;
}
@media screen and (max-width: 768.98px) {
  .register-box.register-confirm .confirm-user-more-info .label {
    padding-left: 0;
    padding-right: 0;
  }
  .register-box.register-confirm .confirm-user-more-info .value {
    padding-right: 0;
    font-weight: 700;
  }
}
.register-box.register-confirm .confirm-user-more-info .label {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: var(--color-text, #333);
  padding-bottom: 20px;
  line-height: 24px;
}
.register-box.register-confirm .confirm-user-more-info .label.last {
  padding-bottom: 0;
}
.register-box.register-confirm .confirm-user-more-info .value {
  padding-left: 23px;
  font-size: 14px;
  letter-spacing: 0.25px;
  color: var(--color-text, #333);
  font-weight: 500;
  padding-bottom: 20px;
  line-height: 24px;
}
@media screen and (max-width: 768.98px) {
  .register-box.register-confirm .confirm-user-more-info .label {
    padding-left: 0;
    padding-right: 0;
  }
  .register-box.register-confirm .confirm-user-more-info .value {
    padding-right: 0;
    font-weight: 700;
  }
}

.cart_item button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.cart_item p {
  margin-bottom: 0;
}

.cart_item__wrap {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 20px 10px;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .cart_item__wrap {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768.98px) {
  .cart_item__wrap {
    padding-top: 30px;
  }
}
.cart_item__info {
  padding-left: 20px;
  flex-grow: 1;
}

.cart_item__info p {
  font-weight: bold;
  line-height: 26px;
  max-width: 200px;
}

@media screen and (max-width: 768.98px) {
  .cart_item__info p {
    max-width: 100%;
  }
}
.cart_item__info__name {
  font-size: 16px;
}

@media screen and (max-width: 768.98px) {
  .cart_item__info__name {
    font-size: 14px;
  }
}
.cart_item__info__quantity {
  font-size: 14px;
}

@media screen and (max-width: 768.98px) {
  .cart_item__info__quantity {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.cart_item__price {
  font-size: 14px;
  padding-left: 40px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .cart_item__price p {
    margin-bottom: 5px;
  }
}
.cart_item__page {
  font-size: 14px;
  padding-left: 40px;
  font-weight: bold;
  text-wrap: nowrap;
}

.cart_item__nums {
  padding-left: 30px;
}

.cart_item__nums select {
  display: block;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 0.5em 1em;
  text-align: center;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.cart_item__nums__delete {
  text-align: center;
  text-decoration: underline !important;
  font-size: 12px;
  display: block;
  margin-top: 10px;
  color: #555;
}

.cart_item__nums--sp {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 15px;
}

.cart_item__nums--sp img,
.cart_item__nums--sp button {
  width: 24px;
  height: 24px;
}

.cart_item__img {
  overflow: hidden !important;
}

@media screen and (max-width: 768.98px) {
  .cart_item__img {
    width: 80px;
    height: 80px;
  }
}
.cart_item__img .book-cover {
  width: 140px !important;
  height: 140px !important;
}

@media screen and (max-width: 768.98px) {
  .cart_item__img .book-cover {
    width: 80px !important;
    height: 80px !important;
  }
}
.cart_item__img .book-cover .book-cover-inner {
  transform: scale(0.054880439, 0.054880439) !important;
}

@media screen and (max-width: 768.98px) {
  .cart_item__img .book-cover .book-cover-inner {
    transform: scale(0.0313602509, 0.0313602509) !important;
  }
}
.cart_item__delete {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: none;
  background: none;
}

@media screen and (max-width: 768.98px) {
  .cart_item__delete {
    top: 5px;
    right: 0;
  }
}
.cart_item__sp_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}

.cart_item__sp_bottom .cart_item__price {
  font-size: 14px;
  padding-left: 0;
}

.cart_item__other {
  position: absolute;
  bottom: 20px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768.98px) {
  .cart_item__other {
    display: none;
  }
}
.cart_item__other p {
  font-size: 10px;
  color: #666;
}

.cart_item__other a {
  font-size: 12px;
  text-decoration: underline;
  color: var(--color-primary, #ff8053) !important;
}

.cart_item.cart_item--forbiz .cart_item__other a {
  color: var(--color-primary-forbiz, #5ab0bd) !important;
}

.cart_item.cart_item--fandom .cart_item__other a {
  color: var(--color-primary-fandom, #f55b79) !important;
}

@media screen and (max-width: 768.98px) {
  .pc_disp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp_disp {
    display: none !important;
  }
}
.locale_en .view-payment .table .cell {
  line-height: 1.5;
  text-indent: 0;
  padding: 10px;
  font-size: 14px;
}

#payment-confirm {
  display: none;
}

#social-gift-payment-confirm {
  display: none;
}

.payment .submiter .submiter__rakuten {
  display: none;
}
.payment .submiter.rakuten .submiter__rakuten {
  display: block;
}
.payment .submiter.rakuten .submiter__normal {
  display: none;
}
.payment .mb-40 {
  margin-bottom: 40px !important;
}
.payment .mb-20 {
  margin-bottom: 20px !important;
}
.payment .mb-30 {
  margin-bottom: 30px !important;
}
.payment h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px;
}
.payment .line-height-15 {
  line-height: 1.5 !important;
}
.payment .pt-20 {
  padding-top: 20px !important;
}
.payment .pb-24 {
  padding-bottom: 24px !important;
}
.payment .ml-minus-40 {
  margin-left: -60px !important;
}

.payment .text-coupon-message {
  color: var(--color-alert, #f00);
  margin-bottom: 5px;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.4444444444;
  text-align: center;
}
.payment .coupon-information .input-coupon input {
  max-width: 300px;
}
.payment .coupon-information .btn-rm {
  display: flex;
  text-align: center;
  justify-content: center;
}
.payment .coupon-information .btn-rm .reset-coupon {
  width: 200px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.8rem;
}
.payment .coupon-information .disable-input {
  opacity: 0.5;
  pointer-events: none;
}
.payment .coupon-information .d-none {
  display: none !important;
}
.payment .coupon-information .content {
  padding: 30px 15px;
}
.payment .coupon-information .col-form-label {
  width: 100%;
  color: var(--color-text, #333);
  font-size: 16px;
  font-weight: 500;
  max-width: 173px;
}
.payment .coupon-information .text-error {
  position: absolute;
  color: var(--color-alert, #f00);
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.4444444444;
}
.payment .coupon-information .form-control {
  height: 44px;
}
.payment .coupon-information .form-control.error {
  color: var(--color-alert, #f00);
  border-color: var(--color-alert, #f00);
  background-color: var(--color-alert-bg, #fff8f8);
}
.payment .coupon-information .form-control:disabled {
  background-color: var(--color-background, #f8f8f8);
  border-color: #ddd;
  border-width: 0;
  border-radius: 4px;
}
.payment .coupon-information .btn-check-coupon {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100px;
  border-width: 0;
  line-height: 1.4285714286;
  align-self: self-start;
  margin-left: 8px;
}
.payment .coupon-info {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 40px;
}
.payment .coupon-info .form_check-header {
  padding: 14px 50px;
  font-weight: bold;
  font-size: 16px;
  background-color: #f5f5f5;
  text-align: left;
  display: block;
  position: relative;
  cursor: pointer;
  line-height: 1;
}
.payment .coupon-info .form_check-header label {
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.payment .coupon-info .form_check-header label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.payment .coupon-info .form_check-header label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #999999;
}
.payment .coupon-info .form_check-header label span:after {
  content: "";
  position: absolute;
  display: none;
}
.payment .coupon-info .form_check-header label input:checked ~ span:after {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-primary, #ff8053);
}
.payment .coupon-info .disable_check-top .coupon-information {
  pointer-events: none;
  opacity: 0.5;
}
.payment .coupon-info .form_check-top .form-group {
  align-items: center;
  margin-bottom: 0;
  padding: 0 15px;
}
.payment .type-delivery.disabled .date-time td {
  opacity: 0.5;
  font-weight: 400;
  pointer-events: none;
}
.payment .type-delivery.disabled .custom-control {
  opacity: 0.5;
  pointer-events: none;
}
.payment .expired-at {
  padding: 0;
  margin-bottom: 1rem;
}
.payment .expired-at > div {
  flex: 1 1 auto;
}
.payment .expired-at > div .head {
  display: flex;
}
.payment .expired-at > div .head > div:first-child {
  display: none;
}
.payment .expired-at > div .head > div:last-child {
  display: none;
}
.payment .expired-at > div table {
  border-collapse: collapse;
  width: 100%;
}
.payment .expired-at > div .year-month {
  flex: 1 1 auto;
  text-align: left;
  margin-bottom: 10px;
  opacity: 0.5;
}
.payment .expired-at > div .year-month-active {
  opacity: 1;
}
.payment .expired-at > div table td,
.payment .expired-at > div table th {
  padding: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: middle;
}
.payment .expired-at > div .date-time {
  max-width: 225px;
}
.payment .expired-at > div .date-time .date-picker[data-days="0"] {
  color: #e3342f;
}
.payment .expired-at > div .date-time .date-picker[data-days="6"] {
  color: #3490dc;
}
.payment .expired-at > div .date-time .date-picker.selected {
  color: #fff;
  border-width: 0;
  background: var(--color-primary, #ff8053);
}
.payment .expired-at > div .date-time .date-picker.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.payment .expired-at > div .head {
  margin-bottom: 0.15rem;
}
.payment .expired-at > div .head .year-month {
  font-weight: normal;
  font-size: 14px;
}
.payment .expired-at > div .head span {
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  background: #eeeeee;
  text-align: center;
  line-height: 22px;
  color: #999999;
}
.payment .expired-at > div .thead-month {
  display: none;
}
.payment .content-flex-fill {
  font-size: 9px;
  font-weight: 500;
}
.payment .content-flex-fill span {
  margin-left: 10px;
}
.payment .content-flex-fill span#danger {
  margin-left: 0;
  color: red;
}
.payment .content-flex-fill a {
  color: #2d97a7;
  position: relative;
}
.payment .content-flex-fill a::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #2d97a7;
  left: 0;
  bottom: 1px;
}

.payment {
  color: var(--color-text, #333);
  max-width: 720px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 40px 40px 60px;
  min-height: 1000px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}
.payment button.btn:hover {
  opacity: 0.75;
}
.payment-konbini .payment {
  min-height: auto;
}
.payment h2 {
  font-size: 28px;
  font-weight: bold;
}
.payment .alert {
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  padding: 22px 38px 29px 38px;
  background-color: var(--color-alert-bg, #fff8f8);
  border: 2px solid #f00;
}
.payment .alert h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #f00;
  margin-bottom: 16px;
}
.payment .alert span {
  font-weight: bold;
  color: var(--color-primary, #ff8053);
  position: relative;
}
.payment .alert span::after {
  content: "";
  width: 100%;
  bottom: 0;
  height: 1px;
  transform: translateX(-100%);
  background-color: var(--color-primary, #ff8053);
  position: absolute;
}
.payment .social-gift-alert {
  font-size: 12px;
  border-radius: 4px;
  padding: 15px;
  background-color: var(--color-alert-bg, #fff8f8);
  border: 2px solid #f00;
}
.payment .social-gift-alert h6 {
  color: #f00;
}
.payment .social-gift-alert span {
  color: #f00;
  font-weight: bold;
}
.payment .social-gift-alert ul {
  padding-left: 20px;
}
.payment .books {
  max-width: 261px;
  position: relative;
  margin: 0 auto;
}
.payment .books img {
  position: relative;
  z-index: 10;
}
.payment .books .box-shadow {
  bottom: 0;
  left: -75px;
  z-index: 9;
  position: absolute;
}
.payment .product-information h4 {
  font-size: 18px;
  font-weight: bold;
}
.payment .product-information .table {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.payment .product-information .table > div {
  border-bottom: 1px solid #ddd;
}
.payment .product-information .table > div:last-child {
  border-bottom: 0;
}
.payment .product-information .table > div .label {
  width: 100%;
  font-size: 16px;
  max-width: 130px;
  background-color: #f7f7f7;
}
.payment .product-information .table > div > div {
  padding: 13px 15px;
}
.payment .product-information .table > div > div:last-child {
  font-weight: bold;
  font-size: 14px;
}
.payment .product-information .table > div > div p.unit-price {
  font-weight: 400;
}
.payment .product-information .table > div .input-delivery-date {
  opacity: 0;
  height: 1px;
}
.payment .product-information .table.print .card {
  max-width: 223px;
  border: 0;
}
.payment .product-information .table.print .card .card-img-top {
  min-height: 124px;
}
.payment .product-information .table.print .card .card-body {
  padding: 0;
}
.payment .product-information .table.print .card .card-body .custom-control-label {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768.98px) {
  .payment .product-information .table.print .card .card-body .custom-control-label {
    min-width: 148px;
  }
}
@media screen and (min-width: 769px) {
  .payment .product-information .table.print .card .card-body .custom-control-label {
    min-width: 163px;
  }
}
.payment .product-information .table.print .card .card-body .custom-control-label::before,
.payment .product-information .table.print .card .card-body .custom-control-label::after {
  top: 6px;
}
.payment .product-information .table.print .card .card-body p {
  font-size: 9px;
  font-weight: 500;
  text-indent: 25px;
  margin-bottom: 0.25rem;
}
.payment .product-information .table.print .select-mumber {
  margin-bottom: 0;
}
.payment .product-information .table.print .select-mumber .form-control {
  max-width: 58px;
}
.payment .product-information .table.print .select-mumber label {
  margin-left: 8px;
  margin-right: 20px;
  margin-bottom: 0;
}
.payment .product-information .table.print .select-mumber p {
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 400;
}
.payment .product-information .table.print .select-mumber .custom-select {
  background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='6' height='4' viewBox='0 0 6 4'%3e%3cpath id='Polygon_14' data-name='Polygon 14' d='M3,0,6,4H0Z' transform='translate(6 4) rotate(180)' fill='%23333'/%3e%3c/svg%3e") right 0.75 rem center/8 px 10 px no-repeat;
}
.payment .product-information .table.print .type-delivery-section .card {
  max-width: none;
}
.payment .product-information .table.print .type-delivery-section .card .card-body .have-border-bottom {
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
.payment .product-information .table.print .type-delivery-section .card .card-body .custom-control {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.payment .product-information .table.print .type-delivery-section .card .card-body .custom-control .logo-yumail {
  margin-left: 20px;
  padding-top: 5px;
}
.payment .product-information .table.print .type-delivery-section .card .card-body .custom-control .logo-yupack {
  margin-left: 9px;
  margin-top: -5px;
}
.payment .product-information .table.print .type-delivery-section .card .card-body .custom-control-label {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: var(--color-text, #333);
}
.payment .product-information .table.print .type-delivery-section .card .card-body .custom-control-label .type-delivery-class {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  margin-bottom: 5px;
  height: 22px;
  align-items: center;
  justify-content: flex-start;
}
.payment .product-information .table.print .type-delivery-section .card .card-body .custom-control-label .type-delivery-desc-class {
  font-size: 10px;
  line-height: 15px;
}
.payment .product-information .table.print .type-delivery-section .card .card-body .custom-control-label::before,
.payment .product-information .table.print .type-delivery-section .card .card-body .custom-control-label::after {
  top: auto;
}
.payment .product-information .table.print .payment-method-section .konbini-payment-card,
.payment .product-information .table.print .type_select_section .konbini-payment-card {
  display: none;
}
.payment .product-information .table.print .payment-method-section .konbini-payment-card.active,
.payment .product-information .table.print .type_select_section .konbini-payment-card.active {
  display: block;
}
.payment .product-information .table.print .payment-method-section .card,
.payment .product-information .table.print .type_select_section .card {
  max-width: none;
}
.payment .product-information .table.print .payment-method-section .card .card-body .custom-control-label,
.payment .product-information .table.print .type_select_section .card .card-body .custom-control-label {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: var(--color-text, #333);
}
.payment .product-information .table.print .payment-method-section .card .card-body .custom-control-label .type-delivery-class,
.payment .product-information .table.print .type_select_section .card .card-body .custom-control-label .type-delivery-class {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  margin-bottom: 5px;
  height: 22px;
  align-items: center;
  justify-content: flex-start;
}
.payment .product-information .table.print .payment-method-section .card .card-body .custom-control-label .type-delivery-desc-class,
.payment .product-information .table.print .type_select_section .card .card-body .custom-control-label .type-delivery-desc-class {
  font-size: 10px;
  line-height: 15px;
}
.payment .product-information .table.print .payment-method-section .card .card-body .custom-control-label .type-delivery-desc-class + .type-delivery-desc-class,
.payment .product-information .table.print .type_select_section .card .card-body .custom-control-label .type-delivery-desc-class + .type-delivery-desc-class {
  margin-top: 10px;
}
.payment .product-information .table.print .payment-method-section .card .card-body .custom-control,
.payment .product-information .table.print .type_select_section .card .card-body .custom-control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.payment .product-information .table.print .payment-method-section .card .card-body .custom-control img,
.payment .product-information .table.print .type_select_section .card .card-body .custom-control img {
  margin-left: 40px;
}
.payment .product-information .table.print .payment-method-section .card .card-body .have-border-bottom,
.payment .product-information .table.print .type_select_section .card .card-body .have-border-bottom {
  padding-bottom: 18px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 19px;
}
.payment .product-information .table.print .payment-method-section .card .card-body .have-border-bottom img,
.payment .product-information .table.print .type_select_section .card .card-body .have-border-bottom img {
  margin-left: 40px;
}
.payment .product-information .table.print .payment-method-section .card .card-body .custom-control-label::before,
.payment .product-information .table.print .payment-method-section .card .card-body .custom-control-label::after,
.payment .product-information .table.print .type_select_section .card .card-body .custom-control-label::before,
.payment .product-information .table.print .type_select_section .card .card-body .custom-control-label::after {
  top: auto;
}
.payment .shipping-information {
  margin-bottom: 1rem;
}
.payment .shipping-information h5 {
  font-size: 18px;
  font-weight: bold;
}
.payment .shipping-information .postcode .form-control {
  border-radius: 4px;
}
.payment .shipping-information .postcode input::-webkit-outer-spin-button,
.payment .shipping-information .postcode input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.payment .shipping-information .postcode .input-group-append {
  margin-left: 8px;
  cursor: pointer;
  display: inline-block;
}
.payment .shipping-information .postcode .input-group-append span {
  font-size: 14px;
  color: white;
  border-radius: 4px;
  background-color: var(--color-text, #333);
}
.payment .shipping-information .tabs .tab-head div {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #999999;
  background-color: #f7f7f7;
  text-align: center;
  min-height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}
.payment .shipping-information .tabs .tab-head div.active {
  color: var(--color-primary, #ff8053);
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ddd;
  border-bottom-width: 0;
}
.payment .shipping-information .tabs .tab-content {
  border-radius: 0 0 4px 4px;
  border: 1px solid #ddd;
  border-top-width: 0;
}
.payment .shipping-information .tabs .tab-content > .tab-pane {
  padding: 35px 30px 32px 35px;
}
.payment .shipping-information .tabs .tab-content .col-form-label {
  width: 100%;
  color: var(--color-text, #333);
  font-size: 16px;
  font-weight: 500;
  max-width: 185px;
}
.payment .shipping-information .tabs .tab-content .required .col-form-label:after {
  content: "＊";
  font-weight: bold;
  color: var(--color-primary, #ff8053);
  margin-left: 5px;
}
.payment .shipping-information .tabs .tab-content .col-form-label-long {
  color: var(--color-text, #333);
  font-size: 16px;
  font-weight: 500;
}
.payment .shipping-information .tabs .tab-content .theme-detail-link {
  cursor: pointer;
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 15px;
  letter-spacing: 0;
  color: var(--color-primary, #ff8053);
  border-bottom: 1px solid var(--color-primary, #ff8053);
  font-size: 12px;
  font-weight: 500;
}
.payment .shipping-information .tabs .tab-content .theme-detail-link:hover {
  opacity: 0.75;
}
.payment .shipping-information .tabs .tab-content .theme-detail-link i {
  margin-left: 3px;
}
.payment .shipping-information .tabs .tab-content .delivery-deadline-text .delivery-deadline {
  font-size: 14px;
  font-weight: bold;
  color: var(--color-primary, #ff8053);
}
.payment .shipping-information .tabs .tab-content .delivery-deadline-text .delivery-deadline-alert-text {
  font-size: 12px;
}
.payment .shipping-information .tabs .tab-content .required .col-form-label-long:after {
  content: "＊";
  font-weight: bold;
  color: var(--color-primary, #ff8053);
  margin-left: 5px;
}
.payment .shipping-information .tabs .tab-content .col-form-alert-label {
  font-size: 10px;
}
.payment .shipping-information .tabs .tab-content .social-gift-page-themes .social-gift-page-theme {
  width: 25%;
}
.payment .shipping-information .tabs .tab-content .social-gift-page-themes .social-gift-page-theme img {
  -o-object-fit: cover;
     object-fit: cover;
}
.payment .shipping-information .tabs .tab-content .social-gift-page-themes .social-gift-page-theme .card-body {
  text-align: center;
  padding: 0.5rem;
}
.payment .shipping-information .tabs .tab-content .social-gift-page-themes .social-gift-page-theme img {
  cursor: pointer;
}
.payment .shipping-information .tabs .tab-content .social-gift-page-themes .social-gift-page-theme img:hover {
  opacity: 0.75;
}
.payment .shipping-information .tabs .tab-content .social-gift-page-themes .social-gift-page-theme input[type=radio]:checked + label img.radio-image {
  border: 3px solid var(--color-primary, #ff8053);
  box-sizing: border-box;
}
.payment .shipping-information .tabs .tab-content .form-control::-moz-placeholder {
  color: #999999;
}
.payment .shipping-information .tabs .tab-content .form-control::placeholder {
  color: #999999;
}
.payment .shipping-information .tabs .tab-content .form-control.grey {
  color: #999999;
}
.payment .shipping-information .tabs .tab-content .form-control.grey option {
  color: #666;
}
.payment .shipping-information .tabs .tab-content .fix-label label {
  margin-bottom: 12px;
}
.payment .shipping-information .tabs .tab-content .fix-label .form-control {
  margin-bottom: 1px;
}
.payment .shipping-information .tabs .tab-content .fix-label p.note {
  font-size: 9px;
  font-weight: 400;
  margin-bottom: 0;
  text-indent: 0;
}
.payment .shipping-information .tabs .tab-content .fix-label p.note.tab2 {
  font-weight: 500;
}
.payment .shipping-information .tabs .tab-content .text-error {
  display: none;
}
.payment .shipping-information .tabs .tab-content .error label {
  margin-bottom: 14px;
}
.payment .shipping-information .tabs .tab-content .error .form-control {
  color: #f00;
  border-color: #f00;
  margin-bottom: 1px;
  background-color: var(--color-alert-bg, #fff8f8);
}
.payment .shipping-information .tabs .tab-content .error p.text-error {
  color: #f00;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0;
  text-indent: 0;
  display: block;
}
.payment .shipping-information .tabs .tab-content .show-error {
  color: #f00;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0;
  text-indent: 0;
  display: block;
}
.payment .shipping-information .tabs .tab-content div.hr {
  height: 1px;
  background: #ddd;
  margin: 2rem -15px;
}
.payment .shipping-information .tabs .tab-content h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.payment .shipping-information .tabs .tab-content .fill-user-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  margin-top: -10px;
}
.payment .shipping-information .tabs .tab-content .fill-user-info .fill-user-info-btn {
  width: 236px;
  height: 44px;
  letter-spacing: 0.25px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #333 0 0 no-repeat padding-box;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment .shipping-information .tabs .tab-content .fill-user-info .fill-user-info-btn:hover {
  opacity: 0.75;
}
.payment .shipping-information .tabs .tab-content .fill-user-info .my-page-update-link {
  letter-spacing: 0;
  color: var(--color-primary, #ff8053);
  font-size: 12px;
  font-weight: 500;
}
.payment .shipping-information .tabs .tab-content .fill-user-info .my-page-update-link:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768.98px) {
  .payment .shipping-information .tabs .tab-content .fill-user-info {
    display: block;
    margin-top: 3px;
  }
  .payment .shipping-information .tabs .tab-content .fill-user-info .fill-user-info-btn {
    width: 100%;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .payment .shipping-information .tabs .tab-content .fill-user-info .my-page-update-link {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.payment .shipping-information .tabs .tab-content .save-user-info {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.payment .shipping-information .tabs .tab-content .save-user-info h6 {
  padding-right: 35px;
  margin-bottom: 3px;
}
.payment .shipping-information .tabs .tab-content .save-user-info .custom-radio {
  margin-right: 20px;
}
@media screen and (max-width: 768.98px) {
  .payment .shipping-information .tabs .tab-content .save-user-info {
    margin-top: 35px;
    display: block;
    margin-bottom: 35px;
  }
  .payment .shipping-information .tabs .tab-content .save-user-info h6 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.64px;
    margin-bottom: 19px;
  }
}
.payment .shipping-information .tabs .tab-content option:checked {
  color: #666;
}
.payment .shipping-information .tabs .tab-content .tab2.footer {
  margin-bottom: 2rem;
}
.payment .shipping-information .tabs .tab-content .tab2.footer label {
  font-size: 14px;
  font-weight: bold;
}
.payment .shipping-information .tabs .tab-content .tab2.footer .custom-radio {
  margin-right: 30px;
}
.payment .shipping-information .tabs .tab-content .tab2.footer .custom-radio:last-child {
  margin-right: 0;
}
.payment .shipping-information .tabs .tab-content .tab2.footer .custom-radio .custom-control-label::before,
.payment .shipping-information .tabs .tab-content .tab2.footer .custom-radio .custom-control-label::after {
  top: 3px;
}
.payment .delivery.product-information {
  margin-bottom: 5rem;
}
.payment .delivery.product-information .table.print .card.payment-active {
  opacity: 1;
}
.payment .delivery.product-information .table.print .card .card-body p {
  color: var(--color-text, #333);
  font-size: 10px;
  padding-left: 25px;
  text-indent: 0;
  max-width: 180px;
  font-weight: bold;
}
.payment .delivery.product-information .table.print .card .card-img-top {
  min-height: 74px;
}
.payment .delivery.product-information .table.print .social-gift-delivery-date-section {
  display: none !important;
}
.payment .delivery.product-information .table.print .social-gift-delivery-date-section.active {
  display: flex !important;
}
.payment .delivery.product-information .table.print .delivery-date-section {
  display: none !important;
}
.payment .delivery.product-information .table.print .delivery-date-section.active {
  display: flex !important;
}
.payment .delivery.product-information .table.print .delivery-time-section {
  display: none !important;
}
.payment .delivery.product-information .table.print .delivery-time-section.active {
  display: flex !important;
}
.payment .delivery.product-information .datetime {
  max-width: 227px;
}
.payment .delivery.product-information .datetime + p {
  color: #666;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0;
}
.payment .delivery.product-information .print .note {
  color: red;
  font-size: 10px;
  font-weight: 500;
  text-indent: 0;
  margin-bottom: 0;
}
.payment .delivery.product-information .times label {
  width: 85px;
  font-size: 14px;
}
.payment .delivery.product-information .tokkyu_content .note {
  color: var(--color-text, #333);
  font-size: 10px;
  font-weight: 500;
  text-indent: 0;
  margin-bottom: 0;
}
.payment .confirm.product-information h4.title {
  padding: 0.85rem 0.75rem;
  border-radius: 6px;
  background-color: #f5f5f5;
}
.payment .confirm.product-information .btn-submit.btn-none {
  color: var(--color-text, #333);
  border-color: #ccc;
  background-color: #fff;
}
.payment .confirm.product-information .table {
  border-radius: 4px;
  overflow: hidden;
}
.payment .confirm.product-information .table .fix-table .note {
  margin-bottom: 0;
}
.payment .confirm.product-information .table.table-none {
  border-width: 0;
}
.payment .confirm.product-information .table.table-none > div {
  border-width: 0;
  font-size: 14px;
}
.payment .confirm.product-information .table.table-none > div .label {
  font-size: 12px;
  font-weight: 400;
  min-width: 185px;
  background-color: transparent;
}
.payment .confirm.product-information .table.table-none > div > div {
  word-break: break-word;
}
.payment .confirm.product-information .table.table-none .note {
  font-size: 9px;
  font-weight: 400;
  text-indent: 0;
  margin-bottom: 0;
}
.payment .confirm.product-information .table.table-none .fix-table div:first-child {
  margin-right: 20px;
}
.payment .confirm.product-information .table.table-none .d-flex {
  align-items: center;
}
.payment .confirm.product-information .table.table-none #delivery_date .fix-table div:first-child {
  max-width: 180px;
  width: 100%;
  margin-right: 0;
}
.payment .confirm.product-information .table.table-none .img-logo.confirm2 p {
  margin-top: 0.5rem;
}
.payment .confirm.product-information .table.table-none .img-logo p {
  font-weight: 400;
  font-size: 9px;
  margin-bottom: 0;
}
.payment .shipping-information.credit {
  margin-bottom: 2.5rem;
}
.payment .shipping-information.credit .show-error .form-control {
  margin-bottom: 1px;
}
.payment .shipping-information.credit .show-error label {
  margin-bottom: 1rem;
}
.payment .shipping-information.credit .show-error .text-error {
  display: block;
  font-size: 9px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-text, #333);
}
.payment .shipping-information.credit .show-error .form-control.error {
  color: var(--color-alert, #f00);
  border-color: var(--color-alert, #f00);
  background-color: var(--color-alert-bg, #fff8f8);
}
.payment .shipping-information.credit .show-error .text-error.error {
  color: var(--color-alert, #f00);
}
.payment .shipping-information.credit .show-error input::-webkit-outer-spin-button,
.payment .shipping-information.credit .show-error input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.payment .shipping-information.credit h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px;
}
.payment .shipping-information.credit .tab-content {
  border-radius: 4px;
  border-top-width: 1px;
  padding-top: 35px;
}
@media screen and (max-width: 768.98px) {
  .payment-konbini .payment .shipping-information.credit .tab-content {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .payment-konbini .payment .shipping-information.credit .tab-content {
    padding: 25px 30px 2px;
  }
}
.payment .shipping-information.credit .payment-card img {
  margin-bottom: 0.5rem;
}
.payment .shipping-information.credit .payment-card p {
  font-size: 9px;
  margin-bottom: 0;
  text-align: center;
}
.payment .shipping-information.credit .payment-card p:last-child {
  color: #f00;
  font-weight: bold;
}
.payment .payment.credit {
  min-height: auto;
}
.payment .note.credit {
  color: #f00;
  margin-bottom: 0;
  text-align: center;
}
.payment .note {
  color: var(--color-text, #333);
  font-size: 12px;
  text-indent: 15px;
}
.payment .note p {
  font-weight: 500;
  margin-bottom: 0;
}
.payment .note p:first-child {
  text-indent: 0;
}
.payment .note p span {
  color: #f00;
}
.payment .btn-submit {
  font-size: 18px;
  font-weight: bold;
  border-radius: 32px;
  color: #fff;
  padding: 0;
  max-width: 320px;
  min-height: 64px;
  line-height: 64px;
  margin: auto;
  background-color: var(--color-primary, #ff8053);
}
.payment.payment-qrcode {
  min-height: calc(100vh - 355px);
}
.payment.payment-qrcode h2 {
  margin-bottom: 21px !important;
  line-height: 44px;
  margin-top: -4px;
  letter-spacing: 0.4px;
}
.payment.payment-qrcode .subtitle {
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 28px;
  margin-top: -6px;
  letter-spacing: 0.2px;
}
.payment.payment-qrcode .product-information {
  text-align: center;
}
.payment.payment-qrcode .product-information .img-qr-code {
  border: 1px solid var(--color-primary, #ff8053);
  border-radius: 15px;
  padding: 15px;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment.payment-qrcode .product-information .img-qr-code .btn-reload {
  display: none;
  position: absolute;
}
.payment.payment-qrcode .product-information .time-left {
  color: var(--color-primary, #ff8053);
  white-space: nowrap;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 15px;
}
.payment.payment-qrcode .product-information .link-qr-desc {
  line-height: 24px;
  margin-top: -5px;
  font-size: 14px;
}
.payment.payment-qrcode .product-information .link-qr-desc .link-qr {
  font-weight: bold;
  color: var(--color-primary, #ff8053);
  text-decoration: underline;
}
.payment.payment-qrcode .product-information.expiry .img-qr-code svg {
  opacity: 0.3;
}
.payment.payment-qrcode .product-information.expiry .img-qr-code .btn-reload {
  display: block;
}
.payment .coupon-section h4 {
  line-height: 1;
}
.payment .coupon-section .coupon-subtitle {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 17px;
}
.payment .benefit-subtitle {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 17px;
}

.payment-section {
  padding-top: 30px;
}

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  top: 4px;
  width: 16px;
  height: 16px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: var(--color-primary, #ff8053);
  border-radius: 50%;
  transform: scale(0.625);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #999999;
  background-color: #fff;
}
.custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #999999;
  background-color: #fff;
}
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(255, 128, 84, 0);
}

.datetime .datepicker {
  width: 100%;
}
.datetime .datepicker .table-condensed thead tr:last-child {
  display: none;
}
.datetime .datepicker .table-condensed th,
.datetime .datepicker .table-condensed td {
  padding: 0;
}

.view-payment {
  max-width: 720px;
  margin: auto;
  padding: 35px 40px 80px 40px;
  color: var(--color-text, #333);
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768.98px) {
  .view-payment {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768.98px) {
  .view-payment .modal-dialog .modal-content__pricedata p {
    margin-bottom: 10px !important;
    text-indent: 0;
    padding: 0 15px;
  }
}
.view-payment .modal-dialog .modal-content .table .cell {
  max-width: 150px;
}
@media screen and (max-width: 768.98px) {
  .view-payment .modal-dialog .modal-content .table .cell {
    max-width: inherit;
  }
}
.view-payment .group-delivery .title-form-print {
  color: var(--color-text, #333);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px;
}
@media screen and (max-width: 768.98px) {
  .view-payment .group-delivery .title-form-print {
    font-size: 15px;
  }
}
.view-payment .group-order-details .title-form-print {
  color: var(--color-text, #333);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px;
}
.view-payment .input-group-append {
  margin: 5px 0 60px 0;
  justify-content: center;
  display: flex;
}
.view-payment .input-group-append .btn {
  color: #fff;
  font-weight: bold;
  background-color: #333;
  min-width: 320px;
  border-radius: 32px;
  font-size: 18px;
  padding: 20px 0;
  line-height: 1;
}
.view-payment .show-alert {
  max-width: 640px;
  border-radius: 4px;
  margin: 0 auto 45px;
  padding: 17px 15px 19px 15px;
  border: 2px solid var(--color-primary, #ff8053);
}
.view-payment .show-alert h4 {
  color: var(--color-primary, #ff8053);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 768.98px) {
  .view-payment .show-alert h4 {
    margin-bottom: 20px;
  }
}
.view-payment .show-alert p {
  color: var(--color-text, #333);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768.98px) {
  .view-payment .show-alert p {
    margin-top: 10px;
  }
}
.view-payment .show-alert p span {
  color: var(--color-primary, #ff8053);
}
.view-payment .show-alert #sub-title {
  cursor: pointer;
}
.view-payment .show-alert .meg-recommend-wrapper {
  width: 561px;
  border: solid #ddd;
  border-width: 1px 0 0 0;
  margin: 30px auto 0;
  padding-top: 30px;
}
.view-payment .show-alert .meg-recommend-wrapper__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--color-text, #333);
}
.view-payment .show-alert .meg-recommend-wrapper a {
  transition: all 0.2s ease;
}
.view-payment .show-alert .meg-recommend-wrapper a:hover {
  opacity: 0.7;
}
.view-payment .show-alert .meg-recommend-item {
  margin-top: 8px;
  height: 69px;
}
.view-payment .show-alert .meg-recommend-item .product_brand {
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.04em;
  color: #a2a2a2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.view-payment .show-alert .meg-recommend-item .product_title {
  height: 30px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 16.5px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.view-payment .show-alert .meg-recommend-item .product_price {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #000;
}
.view-payment .show-alert .meg-recommend-item .product_price span {
  margin-top: 6px;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #000;
}
.view-payment h2 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 25px;
}
.view-payment h3 {
  position: relative;
  font-size: 24px;
  padding-left: 15px;
  margin-bottom: 0;
  font-weight: 700;
}
@media screen and (max-width: 768.98px) {
  .view-payment h3 {
    font-size: 16px;
    line-height: 32px;
  }
}
.view-payment h3:after {
  top: 50%;
  left: 0;
  content: "";
  width: 4px;
  height: 24px;
  position: absolute;
  border-radius: 4px;
  transform: translateY(-50%);
  background-color: var(--color-primary, #ff8053);
}
.view-payment h4 {
  color: var(--color-text, #333);
  font-size: 18px;
  font-weight: bold;
}
.view-payment h4.pdf_type {
  margin-bottom: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 768.98px) {
  .view-payment h4 {
    font-size: 16px;
  }
}
.view-payment .books {
  max-width: 261px;
  position: relative;
  margin: 0 auto;
}
.view-payment .books img {
  position: relative;
  z-index: 10;
}
.view-payment .books .box-shadow {
  bottom: 0;
  left: -85px;
  z-index: 9;
  position: absolute;
}
.view-payment p.caption {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 60px;
  text-align: center;
}
.view-payment .purchased {
  margin-bottom: 20px;
}
.view-payment .purchased span {
  padding: 0 2px;
  min-width: 66px;
  margin-top: 3px;
  cursor: pointer;
  font-size: 12px;
  height: 22px;
  display: block;
  color: var(--color-primary, #ff8053);
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
  position: relative;
  z-index: 10;
  margin-left: 33px;
}
.view-payment .purchased span::before {
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
  position: absolute;
  border-radius: 4px;
  border: 1px solid var(--color-primary, #ff8053);
}
.view-payment .purchased.delivery {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .view-payment .purchased.delivery {
    margin-bottom: 20px;
  }
}
.view-payment .purchased.delivery span {
  color: #999999;
}
.view-payment .purchased.delivery span::after {
  content: none;
}
.view-payment .purchased.delivery span::before {
  border-color: #999999;
}
.view-payment .purchased.after-border-none span::after {
  content: none;
}
.view-payment .first-delivery {
  margin-bottom: 60px;
}
.view-payment .group-delivery p {
  color: var(--color-text, #333);
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 768.98px) {
  .view-payment .group-delivery p {
    font-size: 14px;
    line-height: 24px;
  }
}
.view-payment .group-delivery p a {
  color: var(--color-primary, #ff8053);
}
.view-payment .group-delivery p span {
  color: var(--color-primary, #ff8053);
}
.view-payment .deadline-at-text {
  display: block;
  text-indent: 0;
  word-break: break-all;
  margin-left: 15px;
}
.view-payment .color-primary {
  color: var(--color-primary, #ff8053);
}
.view-payment .font-size-sm {
  font-size: 12px;
}
.view-payment .table {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  z-index: 10;
  margin-bottom: 15px;
}
@media screen and (max-width: 768.98px) {
  .view-payment .table .d-flex {
    flex-direction: column;
  }
}
.view-payment .table .cell {
  max-width: 120px;
  width: 100%;
  font-size: 16px;
  text-indent: 15px;
  min-height: 45px;
  line-height: 45px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768.98px) {
  .view-payment .table .cell {
    max-width: inherit;
  }
}
.view-payment .table .cell + .cell-last {
  font-weight: bold;
  font-size: 16px;
  text-indent: 15px;
  padding: 10px;
}
.view-payment .table .cell + .cell-last .delivery-input-link {
  display: block;
  margin: 15px;
  text-indent: 0;
  word-break: break-all;
}
.view-payment .table .cell + .cell-last .delivery-input-link .copy-button {
  border-radius: 5px;
  color: var(--color-primary, #ff8053);
  background-color: white;
  border: 1px solid var(--color-primary, #ff8053);
}
.view-payment .table .cell + .cell-last .delivery-input-link .copy-button:hover {
  opacity: 0.75;
}
.view-payment .table .cell + .cell-last .pop-up-copy {
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  background: black;
  color: white;
  padding: 10px 20px;
  opacity: 0;
  border-radius: 5px;
  transition: visibility 0s, opacity 0.5s linear;
  z-index: 10;
  width: auto;
}
.view-payment .table .cell + .cell-last .pop-up-copy.active {
  visibility: visible;
  opacity: 0.8;
}
@media screen and (max-width: 768.98px) {
  .view-payment .table .cell + .cell-last {
    text-align: left;
    padding: 20px 0;
    width: 100%;
  }
}
.view-payment .table .cell.cell-fix {
  min-width: 120px;
}
.view-payment .table .link {
  color: var(--color-primary, #ff8053);
  font-size: 12px;
  font-weight: bold;
  text-indent: 0;
  cursor: pointer;
  margin-left: 24px;
  display: inline-block;
  padding-right: 9px;
}
.view-payment .table .link i.fa-external-link {
  width: 13px;
  height: 13px;
  position: relative;
}
.view-payment .table .link i.fa-external-link::after {
  top: 2px;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("https://assets.sugoyose.jp/storage/images/Component 246 – 2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.view-payment .table .cell-row {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.view-payment .table .cell-row:last-child {
  border-width: 0;
}
.view-payment .group-custom {
  margin-bottom: 30px;
}
.view-payment .group-custom span {
  border-width: 0;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
}
.view-payment .group-custom .form-control {
  color: var(--color-text, #333);
  font-size: 12px;
  border-radius: 4px !important;
  padding: 22px 15px;
  margin-left: 7px;
}
.view-payment .group-custom .form-control::-moz-placeholder {
  color: #999999;
}
.view-payment .group-custom .form-control::placeholder {
  color: #999999;
}
.view-payment .group-custom .btn {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  background-color: #333;
}
.view-payment .view-order-details .table .cell {
  max-width: 150px;
}
.view-payment .view-order-details .table .cell + .cell-last {
  text-indent: 0;
  padding: 12px;
}
.view-payment .btn-download {
  color: #fff;
  width: 100%;
  max-width: 320px;
  font-size: 18px;
  font-weight: bold;
  min-height: 64px;
  border-radius: 32px;
  display: block;
  line-height: 64px;
  height: 64px;
  padding: 0;
  margin: 0 auto 5px;
  background-color: var(--color-primary, #ff8053);
}
.view-payment .btn-download:hover {
  opacity: 0.75;
}
.view-payment .btn-view-back {
  color: #333;
  width: 100%;
  max-width: 320px;
  font-size: 18px;
  font-weight: bold;
  min-height: 64px;
  border-radius: 32px;
  display: block;
  margin: 0 auto 5px;
  border-color: #ccc;
  background-color: #fff;
}
.view-payment .btn-view-back:hover {
  opacity: 0.75;
}
.view-payment .btn-order-details {
  color: var(--color-primary, #ff8053);
  width: 100%;
  max-width: 180px;
  font-size: 14px;
  font-weight: bold;
  min-height: 40px;
  border-radius: 32px;
  margin: 0 auto;
  display: block;
  border: 2px solid var(--color-primary, #ff8053);
  background-color: #fff;
}
.view-payment .btn-order-details:hover {
  opacity: 0.75;
}
.view-payment .btn-note {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 768.98px) {
  .view-payment .pdf_present_data__item {
    padding: 5px 15px;
    text-indent: 0;
  }
}
@media screen and (max-width: 768.98px) {
  .view-payment .input-group-prepend span {
    font-size: 13px;
  }
}
.view-payment.view-payment--forbiz .table .link {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.view-payment.view-payment--forbiz .table .link i.fa-external-link::after {
  background-image: url("/_assets/images/common/icon/forbiz_icon_newtab.png");
}
.view-payment.view-payment--forbiz .table .cell + .cell-last .delivery-input-link .copy-button {
  color: var(--color-primary-forbiz, #5ab0bd);
  border: 1px solid var(--color-primary-forbiz, #5ab0bd);
}
.view-payment.view-payment--forbiz .show-alert {
  border: 2px solid var(--color-primary-forbiz, #5ab0bd);
}
.view-payment.view-payment--forbiz .show-alert h4 {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.view-payment.view-payment--forbiz .show-alert p span {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.view-payment.view-payment--forbiz h3:after {
  background-color: var(--color-primary-forbiz, #5ab0bd);
}
.view-payment.view-payment--forbiz .purchased span {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.view-payment.view-payment--forbiz .purchased span::before {
  border-color: var(--color-primary-forbiz, #5ab0bd);
}
.view-payment.view-payment--fandom .table .link {
  color: var(--color-primary-fandom, #f55b79);
}
.view-payment.view-payment--fandom .table .link i.fa-external-link::after {
  background-image: url("/_assets/images/common/icon/fandom_icon_newtab.png");
}
.view-payment.view-payment--fandom .table .cell + .cell-last .delivery-input-link .copy-button {
  color: var(--color-primary-fandom, #f55b79);
  border: 1px solid var(--color-primary-fandom, #f55b79);
}
.view-payment.view-payment--fandom .show-alert {
  border: 2px solid var(--color-primary-fandom, #f55b79);
}
.view-payment.view-payment--fandom .show-alert h4 {
  color: var(--color-primary-fandom, #f55b79);
}
.view-payment.view-payment--fandom .show-alert p span {
  color: var(--color-primary-fandom, #f55b79);
}
.view-payment.view-payment--fandom h3:after {
  background-color: var(--color-primary-fandom, #f55b79);
}
.view-payment.view-payment--fandom .purchased span {
  color: var(--color-primary-fandom, #f55b79);
}
.view-payment.view-payment--fandom .purchased span::before {
  border-color: var(--color-primary-fandom, #f55b79);
}

.group-order-details .title-form-print {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768.98px) {
  .group-order-details .title-form-print {
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
  }
}

#page-026-thanks.payment-section-thanks-page .product-information .icon-check {
  margin-bottom: 22px;
}
#page-026-thanks.payment-section-thanks-page .product-information .thanks-content {
  line-height: 28px;
  margin-top: -3px;
  font-weight: bold;
  font-size: 18px;
  color: var(--color-primary, #ff8053);
  margin-bottom: 9px;
}
#page-026-thanks.payment-section-thanks-page .product-information .thanks-content-more {
  line-height: 20px;
  font-size: 12px;
  color: #333;
  margin-bottom: 24px;
}
#page-026-thanks.payment-section-thanks-page .product-information .btn-black-methods {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  letter-spacing: 0.8px;
}

#page-026-print {
  padding-top: 30px !important;
}
#page-026-print .form-control {
  color: #333;
}
#page-026-print .form-control:focus {
  color: #333;
}
#page-026-print .payment .content-flex-fill {
  font-size: 10px;
  font-weight: 400;
}
#page-026-print .payment .content-flex-fill.disabled {
  opacity: 0.5;
}
#page-026-print .about-shipping {
  margin-top: 13px;
  padding: 20px 15px;
  background-color: #fafafa;
  font-size: 9px;
  line-height: 14px;
}
#page-026-print .about-shipping .title-about-shipping {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 8px;
}
#page-026-print .about-shipping .title-about-shipping img {
  width: 11px;
  margin-right: 3px;
}
#page-026-print .about-shipping a {
  color: var(--color-primary, #ff8053);
  text-decoration: underline;
}
#page-026-print .about-shipping a::after {
  display: none;
}
#page-026-print #payment-confirm .confirm.product-information h4.title {
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 22px;
  margin-bottom: 6px !important;
}
#page-026-print #payment-confirm .confirm.product-information h4.title.shipping-title {
  margin-bottom: 0 !important;
}
#page-026-print #payment-confirm .payment .confirm.product-information .table.table-none .d-flex {
  align-items: flex-start;
}
#page-026-print #payment-confirm .confirm.product-information .table.table-none > div .label {
  padding-left: 20px;
  line-height: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}
#page-026-print #payment-confirm .payment .product-information .table > div > div:last-child {
  line-height: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}
#page-026-print #payment-confirm #coupon-price {
  display: flex;
}
#page-026-print #payment-confirm .img-logo .logo-yumail {
  margin-right: 20px;
}
#page-026-print #payment-confirm .img-logo .logo-yupack {
  margin-left: -15px;
  width: 175px;
  margin-right: 20px;
}
#page-026-print #payment-confirm .date-shipping label {
  padding-top: 0;
}
#page-026-print #payment-confirm .date-shipping .fix-table {
  padding-top: 0;
}
#page-026-print #payment-confirm .payment .confirm.product-information .table.table-none > div .label {
  max-width: 177px;
}
#page-026-print #payment-confirm .payment .confirm.product-information .table.table-none .shipping-yumail {
  margin-bottom: 13px;
  margin-top: 6px;
}
#page-026-print #payment-confirm .product-information.total-price {
  margin-bottom: 30px !important;
}
#page-026-print #socialGiftDescriptionModal .modal-header {
  display: unset;
  border-bottom: none;
  padding-bottom: 0;
}
#page-026-print #socialGiftDescriptionModal .modal-footer {
  border-top: none;
}
#page-026-print #socialGiftDescriptionModal .modal-footer button {
  font-size: 18px;
}
#page-026-print #socialGiftDescriptionModal .modal-title {
  font-weight: normal;
}
#page-026-print #socialGiftDescriptionModal .modal-body h5 {
  font-size: 22px;
}
#page-026-print #socialGiftDescriptionModal .modal-body p {
  font-size: 14px;
}
#page-026-print #socialGiftDescriptionModal .connected-icons {
  gap: 20px;
}
#page-026-print #socialGiftDescriptionModal .connected-icons .icon {
  position: relative;
  margin: 0 10px;
  display: inline;
}
#page-026-print #socialGiftDescriptionModal .connected-icons .icon .number {
  padding: 5px 12px;
  border-radius: 50%;
  color: white;
  background-color: var(--color-primary, #ff8053);
  font-size: 16px;
}
#page-026-print #socialGiftDescriptionModal .connected-icons .icon span {
  font-size: 16px;
}
#page-026-print #socialGiftDescriptionModal .connected-icons .icon:not(.not-applied-class):after {
  content: "";
  position: absolute;
  top: 75%;
  left: 46%;
  transform: translateY(-50%);
  width: 2px; /* 点線の長さ */
  height: 115%; /* 点線の太さ */
  display: inline-block;
  border: 1px dashed var(--color-primary, #ff8053);
}
#page-026-print #socialGiftDescriptionModal .connected-icons .section-title {
  font-size: 16px;
}
#page-026-print #themeModal .modal-header {
  display: unset;
  border-bottom: none;
}
#page-026-print #themeModal .modal-footer {
  border-top: none;
}
#page-026-print #themeModal .modal-footer button {
  font-size: 18px;
}
#page-026-print #themeModal .modal-title {
  font-weight: normal;
  text-align: center;
}
#page-026-print #themeModal .modal-body h5 {
  font-size: 22px;
}
#page-026-print #themeModal .modal-body p {
  font-size: 14px;
}

#page-026-pdf,
#page-026-expired-book {
  padding-top: 20px !important;
}
#page-026-pdf .payment .product-information,
#page-026-expired-book .payment .product-information {
  margin-bottom: 40px !important;
}
#page-026-pdf .payment .product-information h4,
#page-026-expired-book .payment .product-information h4 {
  line-height: 1;
}
#page-026-pdf .payment .product-information .table,
#page-026-expired-book .payment .product-information .table {
  overflow: hidden;
}

@media screen and (max-width: 768.98px) {
  #page-026-pdf,
  #page-026-expired-book {
    padding-top: 0 !important;
  }
  #page-026-pdf .payment,
  #page-026-expired-book .payment {
    padding: 30px 15px;
  }
  #page-026-pdf .payment h2,
  #page-026-expired-book .payment h2 {
    font-size: 20px;
    line-height: 1;
  }
  #page-026-pdf .payment .book-cover,
  #page-026-expired-book .payment .book-cover {
    width: 200px;
    height: 200px;
  }
  #page-026-pdf .payment .book-cover .book-cover-inner,
  #page-026-expired-book .payment .book-cover .book-cover-inner {
    transform: scale(0.0784006272, 0.0784006272);
  }
  #page-026-pdf .payment .alert,
  #page-026-expired-book .payment .alert {
    border: 1px solid var(--color-alert, #f00);
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px !important;
  }
  #page-026-pdf .payment .alert h5,
  #page-026-expired-book .payment .alert h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  #page-026-pdf .payment .alert p,
  #page-026-expired-book .payment .alert p {
    font-size: 10px;
    font-weight: 500 !important;
    line-height: 18px !important;
  }
  #page-026-pdf .payment .product-information,
  #page-026-expired-book .payment .product-information {
    margin-bottom: 30px !important;
  }
  #page-026-pdf .payment .product-information h4,
  #page-026-expired-book .payment .product-information h4 {
    font-size: 16px;
    margin-bottom: 12px !important;
  }
  #page-026-pdf .payment .product-information .table,
  #page-026-expired-book .payment .product-information .table {
    border-radius: 6px;
    overflow: hidden;
  }
  #page-026-pdf .payment .product-information .table > div,
  #page-026-expired-book .payment .product-information .table > div {
    flex-direction: column;
    border-bottom: none;
  }
  #page-026-pdf .payment .product-information .table > div > div,
  #page-026-expired-book .payment .product-information .table > div > div {
    padding: 15px 15px;
  }
  #page-026-pdf .payment .product-information .table > div .pt-sp-12,
  #page-026-expired-book .payment .product-information .table > div .pt-sp-12 {
    padding-top: 12px !important;
  }
  #page-026-pdf .payment .product-information .table > div .label,
  #page-026-expired-book .payment .product-information .table > div .label {
    max-width: unset;
    font-size: 14px;
    padding: 11px 15px;
  }
  #page-026-pdf .payment .product-information.payment_method .table.print > div > div.flex-fill,
  #page-026-expired-book .payment .product-information.payment_method .table.print > div > div.flex-fill {
    padding-top: 13px !important;
    padding-bottom: 8px;
  }
  #page-026-pdf .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio,
  #page-026-expired-book .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio {
    padding-left: 21px;
  }
  #page-026-pdf .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio .custom-control-label::before,
  #page-026-pdf .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio .custom-control-label::after,
  #page-026-expired-book .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio .custom-control-label::before,
  #page-026-expired-book .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio .custom-control-label::after {
    left: -21px;
  }
  #page-026-pdf .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio .custom-control-label .type-delivery-class,
  #page-026-expired-book .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio .custom-control-label .type-delivery-class {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: bold;
  }
  #page-026-pdf .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio.have-border-bottom,
  #page-026-expired-book .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio.have-border-bottom {
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
  #page-026-pdf .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio.have-border-bottom img,
  #page-026-expired-book .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio.have-border-bottom img {
    margin-left: 28px;
  }
  #page-026-pdf .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio img,
  #page-026-expired-book .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio img {
    margin-left: 30px;
  }
  #page-026-pdf .payment .product-information.payment_method .coupon-info .form_check-header,
  #page-026-expired-book .payment .product-information.payment_method .coupon-info .form_check-header {
    font-size: 14px;
    padding-left: 36px;
    line-height: 18px;
  }
  #page-026-pdf .payment .product-information.payment_method .coupon-info .form_check-header label span,
  #page-026-expired-book .payment .product-information.payment_method .coupon-info .form_check-header label span {
    left: 15px;
    width: 16px;
    height: 16px;
  }
  #page-026-pdf .payment .product-information.payment_method .coupon-info .form_check-header label span::after,
  #page-026-expired-book .payment .product-information.payment_method .coupon-info .form_check-header label span::after {
    width: 10px;
    height: 10px;
  }
  #page-026-pdf .payment .product-information.payment_method .coupon-info .coupon-information .content,
  #page-026-expired-book .payment .product-information.payment_method .coupon-info .coupon-information .content {
    padding: 15px 15px 20px;
  }
  #page-026-pdf .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon,
  #page-026-expired-book .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon {
    padding: 0;
    flex-wrap: wrap;
  }
  #page-026-pdf .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon label,
  #page-026-expired-book .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon label {
    padding: 0;
    line-height: 1;
    margin-bottom: 10px;
    max-width: unset;
  }
  #page-026-pdf .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon > div,
  #page-026-expired-book .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon > div {
    flex-basis: 0 !important;
  }
  #page-026-pdf .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon > div input,
  #page-026-expired-book .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon > div input {
    border-radius: 4px;
    border-color: #ddd;
    box-shadow: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  #page-026-pdf .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon > div input.error,
  #page-026-expired-book .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon > div input.error {
    border-color: var(--color-alert, #f00);
  }
  #page-026-pdf .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon .text-error,
  #page-026-expired-book .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon .text-error {
    font-size: 10px;
    padding-top: 2px;
  }
  #page-026-pdf .payment .product-information.payment_method .coupon-subtitle,
  #page-026-expired-book .payment .product-information.payment_method .coupon-subtitle {
    font-size: 10px;
    margin-bottom: 10px;
  }
  #page-026-pdf .payment .benefit-subtitle,
  #page-026-expired-book .payment .benefit-subtitle {
    font-size: 10px;
    margin-bottom: 10px;
  }
  #page-026-print {
    padding-top: 0 !important;
  }
  #page-026-print .payment {
    padding: 30px 15px;
  }
  #page-026-print .payment h2 {
    font-size: 20px;
    line-height: 1;
  }
  #page-026-print .payment .book-cover {
    width: 200px;
    height: 200px;
  }
  #page-026-print .payment .book-cover .book-cover-inner {
    transform: scale(0.0784006272, 0.0784006272);
  }
  #page-026-print .payment .alert {
    border: 1px solid var(--color-alert, #f00);
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px !important;
  }
  #page-026-print .payment .alert h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  #page-026-print .payment .alert p {
    font-size: 10px;
    font-weight: 500 !important;
    line-height: 18px !important;
  }
  #page-026-print .payment .social-gift-alert ul {
    line-height: 1.6;
    margin-bottom: 10px;
  }
  #page-026-print .payment .social-text {
    font-size: 12px;
    line-height: 1.6;
  }
  #page-026-print .payment .product-information {
    margin-bottom: 30px !important;
  }
  #page-026-print .payment .product-information h4 {
    font-size: 16px;
    margin-bottom: 12px !important;
  }
  #page-026-print .payment .product-information .table {
    border-radius: 6px;
    overflow: hidden;
  }
  #page-026-print .payment .product-information .table > div {
    flex-direction: column;
    border-bottom: none;
  }
  #page-026-print .payment .product-information .table > div > div {
    padding: 15px 15px;
  }
  #page-026-print .payment .product-information .table > div .pt-sp-12 {
    padding-top: 12px !important;
  }
  #page-026-print .payment .product-information .table > div .label {
    max-width: unset;
    font-size: 14px;
    padding: 11px 15px;
  }
  #page-026-print .payment .product-information .table > div .card-print-size-left {
    padding-right: 7px;
  }
  #page-026-print .payment .product-information .table > div .card-print-size-right {
    padding-left: 7px;
  }
  #page-026-print .payment .product-information .table > div .card-print-size .card-img-top {
    min-height: auto;
    margin-bottom: 11px !important;
  }
  #page-026-print .payment .product-information .table > div .card-print-size .card-body .custom-control {
    padding-left: 21px;
  }
  #page-026-print .payment .product-information .table > div .card-print-size .card-body .custom-control .custom-control-label::before,
  #page-026-print .payment .product-information .table > div .card-print-size .card-body .custom-control .custom-control-label::after {
    left: -21px;
    top: 12px;
  }
  #page-026-print .payment .product-information .table > div .card-print-size .card-body .custom-control .custom-control-label {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    height: 37px;
  }
  #page-026-print .payment .product-information .table > div .card-print-size .card-body p {
    padding-left: 21px;
    text-indent: unset;
    font-size: 10px;
    line-height: 14px;
  }
  #page-026-print .payment .product-information .table > div .select-mumber {
    flex-wrap: wrap;
  }
  #page-026-print .payment .product-information .table > div .select-mumber .custom-select {
    font-size: 16px;
    line-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 88px;
    padding-left: 20px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #ddd;
  }
  #page-026-print .payment .product-information .table > div .select-mumber p {
    width: 100%;
    margin-top: 10px;
    font-size: 10px;
    line-height: 16px;
    height: 30px;
  }
  #page-026-print .payment .product-information .table > div .select-mumber > div.flex-fill {
    padding-top: 12px;
    padding-bottom: 10px;
  }
  #page-026-print .payment .product-information .table > div .select-mumber label {
    font-size: 16px;
  }
  #page-026-print .payment .product-information .table > div .price-section {
    padding: 12px 15px 15px;
  }
  #page-026-print .payment .product-information .table > div .price-section .unit-price {
    line-height: 20px;
    margin-bottom: 4px;
  }
  #page-026-print .payment .product-information .table > div .price-section .price-total {
    font-size: 16px;
    line-height: 22px;
  }
  #page-026-print .payment .shipping-information {
    margin-bottom: 30px !important;
  }
  #page-026-print .payment .shipping-information h5 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px !important;
  }
  #page-026-print .payment .shipping-information .tabs .tab-head .flex-fill {
    font-size: 14px;
    line-height: 53px;
    min-height: 53px;
    border-radius: 6px 6px 0 0;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content {
    border-radius: 0 0 6px 6px;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane {
    padding: 17px 15px 8px;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .form-group {
    flex-direction: column;
    margin-bottom: 12px !important;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .form-group label {
    align-self: flex-start !important;
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 7px;
    margin-bottom: 0;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .form-group.error > div.flex-fill input {
    border-color: var(--color-alert, #f00);
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .form-group > div.flex-fill input {
    height: 44px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    border-color: #ddd;
    box-shadow: none;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .form-group > div.flex-fill .input-group-append span {
    height: 44px;
    width: 87px;
    justify-content: center;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .form-group.fix-label p.note {
    padding-top: 5px;
    font-size: 10px;
    line-height: 14px;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .form-group .social-gift-page-themes {
    gap: 5px;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .form-group .social-gift-page-themes .social-gift-page-theme {
    width: 49%;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .form-group .social-gift-page-themes .social-gift-page-theme .custom-control-label::before,
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .form-group .social-gift-page-themes .social-gift-page-theme .custom-control-label::after {
    display: none;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane h6 {
    font-size: 15px;
    margin-bottom: 9px;
    line-height: 21px;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .giver-information {
    margin-top: 25px !important;
    border-top: 1px solid #f2f2f2;
    padding-top: 22px;
    margin-bottom: 9px !important;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .footer {
    padding-top: 6px;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .footer .custom-radio {
    padding-left: 21px;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .footer .custom-radio .custom-control-label::before,
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane .footer .custom-radio .custom-control-label::after {
    top: 0;
    left: -21px;
  }
  #page-026-print .payment .shipping-information .tabs .tab-content .tab-pane#tab2 {
    padding: 17px 15px 24px !important;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill {
    padding: 12px 15px 15px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio {
    justify-content: space-between;
    padding-left: 21px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio.have-border-bottom {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio .custom-control-label::before,
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio .custom-control-label::after {
    left: -21px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio .custom-control-label .type-delivery-class {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    height: auto;
    margin-bottom: 4px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio .custom-control-label .type-delivery-desc-class {
    line-height: 14px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio .logo-yumail {
    margin-right: auto;
    padding-top: 10px;
    margin-left: 38px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio .logo-yupack {
    margin-left: 45px;
    margin-right: auto;
    padding-top: 10px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .note {
    line-height: 14px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .input-delivery-date {
    padding: 0;
    height: 2px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery {
    position: relative;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery .date-time {
    margin: 0 auto;
    max-width: clamp(200px, 63.0769230769vw, 246px);
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery .date-time .year-month {
    text-align: center;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 9px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery .date-time .calendar-body .date-picker {
    font-weight: normal;
    width: 35px;
    height: 35px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery #calendar-right {
    display: none;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery .sp-btn-left {
    position: absolute;
    left: 0;
    top: 50%;
    display: none;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery .sp-btn-right {
    position: absolute;
    right: 0;
    top: 50%;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery.disabled .sp-btn-left, #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .type-delivery.disabled .sp-btn-right {
    opacity: 0.3;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .content-flex-fill {
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .content-flex-fill span {
    margin-left: 0;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .about-shipping {
    margin-top: 10px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .about-shipping .title-about-shipping {
    font-size: 12px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill .about-shipping .title-about-shipping img {
    width: 13px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill.type-delivery.times {
    padding-top: 23px;
    padding-bottom: 3px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill.type-delivery.times .custom-radio {
    line-height: 20px;
    padding-left: 31px;
    padding-bottom: 21px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill.type-delivery.times .custom-radio .custom-control-label::before,
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill.type-delivery.times .custom-radio .custom-control-label::after {
    left: -21px;
  }
  #page-026-print .payment .product-information.delivery .table.print > div > div.flex-fill.type-delivery.times .custom-radio label {
    width: 73px;
  }
  #page-026-print .payment .product-information.payment_method .table.print > div > div.flex-fill {
    padding-top: 13px !important;
    padding-bottom: 8px;
  }
  #page-026-print .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio {
    padding-left: 21px;
  }
  #page-026-print .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio .custom-control-label::before,
  #page-026-print .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio .custom-control-label::after {
    left: -21px;
  }
  #page-026-print .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio .custom-control-label .type-delivery-class {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: bold;
  }
  #page-026-print .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio.have-border-bottom {
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
  #page-026-print .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio.have-border-bottom img {
    margin-left: 28px;
  }
  #page-026-print .payment .product-information.payment_method .table.print > div > div.flex-fill .payment-method-section .custom-radio img {
    margin-left: 30px;
  }
  #page-026-print .payment .product-information.payment_method .coupon-info .form_check-header {
    font-size: 14px;
    padding-left: 36px;
    line-height: 18px;
  }
  #page-026-print .payment .product-information.payment_method .coupon-info .form_check-header label span {
    left: 15px;
    width: 16px;
    height: 16px;
  }
  #page-026-print .payment .product-information.payment_method .coupon-info .form_check-header label span::after {
    width: 10px;
    height: 10px;
  }
  #page-026-print .payment .product-information.payment_method .coupon-info .coupon-information .content {
    padding: 15px 15px 20px;
  }
  #page-026-print .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon {
    padding: 0;
    flex-wrap: wrap;
  }
  #page-026-print .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon label {
    padding: 0;
    line-height: 1;
    margin-bottom: 10px;
    max-width: unset;
  }
  #page-026-print .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon > div {
    flex-basis: 0 !important;
  }
  #page-026-print .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon > div input {
    border-radius: 4px;
    border-color: #ddd;
    box-shadow: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  #page-026-print .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon > div input.error {
    border-color: var(--color-alert, #f00);
  }
  #page-026-print .payment .product-information.payment_method .coupon-info .coupon-information .content .input-coupon .text-error {
    font-size: 10px;
    padding-top: 2px;
  }
  #page-026-print .payment .product-information.payment_method .coupon-subtitle {
    font-size: 10px;
    margin-bottom: 10px;
  }
  #page-026-print .payment .benefit-subtitle {
    font-size: 10px;
    margin-bottom: 10px;
  }
  #page-026-print #payment-confirm {
    padding-bottom: 40px !important;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information {
    margin-bottom: 20px !important;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information .table.table-none {
    margin-bottom: 20px;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information .table.table-none .d-flex {
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information .table.table-none > div .label {
    width: 105px;
    font-size: 12px;
    max-width: 105px;
    flex-shrink: 0 !important;
    padding: 10px 5px 10px 15px;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information .table.table-none > div > div {
    word-break: break-word;
    line-height: 22px;
    padding-right: 0;
    flex-direction: column !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information .table.table-none > div > div .img-logo {
    flex-direction: column;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information .table.table-none > div > div .img-logo p {
    align-self: flex-start !important;
    font-size: 10px;
    line-height: 14px;
    margin-top: 4px;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information .table.table-none .note {
    align-self: flex-start !important;
    font-size: 10px;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information .table.table-none .shipping-yupack .label {
    padding-top: 18px;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information .table.table-none .shipping-yupack .img-logo .logo-yupack {
    margin-left: -10px;
    width: 110px;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information .table.table-none .shipping-yupack .img-logo p {
    line-height: 1;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information .table.table-none .shipping-yumail .img-logo .logo-yumail {
    width: 80px;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information h4.title {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15px;
    margin-bottom: 10px !important;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information .btn-submit.btn-none {
    max-width: 240px;
    min-height: 54px;
    font-size: 14px;
    line-height: 52px;
    margin-bottom: 80px;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information.total-price h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px !important;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information.total-price .table > div .label {
    line-height: 20px;
    padding: 9px 15px;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information.total-price .table > div > div {
    padding: 12px 15px;
    line-height: 20px;
  }
  #page-026-print #payment-confirm.payment .confirm.product-information.total-price .table > div > div .price-count {
    font-weight: 400;
    margin-bottom: 4px;
  }
  #page-026-print #payment-confirm .books {
    margin-bottom: 40px !important;
  }
  #page-026-print #payment-confirm .books img {
    width: 200px;
    height: 200px;
  }
  #page-026-print #payment-confirm .books .box-shadow {
    left: -50px;
    width: auto;
    height: auto;
  }
  #page-026-print #payment-confirm .submit-form {
    margin-top: 30px !important;
    line-height: 54px;
    min-height: 54px;
    max-width: 240px;
    font-size: 14px;
  }
  #page-026-print #socialGiftDescriptionModal .modal-header button {
    font-size: 20px;
  }
  #page-026-print #socialGiftDescriptionModal .modal-header h4 {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  #page-026-print #socialGiftDescriptionModal .modal-header h5 {
    font-size: 16px;
    margin-left: 10px;
  }
  #page-026-print #socialGiftDescriptionModal .modal-footer button {
    font-size: 20px;
  }
  #page-026-print #socialGiftDescriptionModal .modal-body h5 {
    font-size: 26px;
  }
  #page-026-print #socialGiftDescriptionModal .modal-body p {
    font-size: 16px;
  }
  #page-026-print #socialGiftDescriptionModal .connected-icons .icon .number {
    padding: 5px 8px;
  }
  #page-026-print #socialGiftDescriptionModal .connected-icons .icon:not(.not-applied-class):after {
    display: none;
  }
  #page-026-print #socialGiftDescriptionModal .connected-icons .description {
    font-size: 14px;
    line-height: 2rem;
  }
  #page-026-print #socialGiftDescriptionModal .connected-icons .section-title {
    line-height: 23px;
  }
  #page-026-print #themeModal .modal-footer {
    border-top: none;
  }
  #page-026-print #themeModal .modal-footer button {
    font-size: 20px;
  }
  #page-026-print #themeModal .modal-title {
    font-size: 16px;
    text-align: left;
  }
  #page-026-print #themeModal .modal-body h5 {
    font-size: 24px;
  }
  #page-026-print #themeModal .modal-body p {
    font-size: 14px;
  }
  #page-026-credit {
    padding-bottom: 30px;
  }
  #page-026-credit .payment-qrcode {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    padding-top: 100px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  #page-026-credit .payment-qrcode h2 {
    line-height: 30px;
    margin-top: -8px;
    font-size: 22px;
    letter-spacing: 0.3px;
    margin-bottom: 30px !important;
  }
  #page-026-credit .payment-qrcode .subtitle {
    line-height: 26px;
    margin-top: -5px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.18px;
    margin-bottom: 45px;
  }
  #page-026-credit .payment-qrcode .link-qr {
    display: flex;
    width: 240px;
    height: 50px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  #page-026-credit.payment-credit {
    padding-top: 0;
    padding-bottom: 0;
  }
  #page-026-credit.payment-credit .payment {
    padding: 30px 15px 40px;
  }
  #page-026-credit.payment-credit .payment h2 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px !important;
  }
  #page-026-credit.payment-credit .payment .product-information h4 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px !important;
  }
  #page-026-credit.payment-credit .payment .product-information .table {
    overflow: hidden;
  }
  #page-026-credit.payment-credit .payment .product-information .table > div {
    flex-direction: column;
    border-bottom: 0;
  }
  #page-026-credit.payment-credit .payment .product-information .table > div .label {
    max-width: unset;
    font-size: 14px;
    padding: 9px 15px;
    line-height: 20px;
  }
  #page-026-credit.payment-credit .payment .product-information .table > div > div {
    line-height: 20px;
    padding: 12px 15px;
  }
  #page-026-credit.payment-credit .payment .product-information.total-price {
    margin-bottom: 30px !important;
  }
  #page-026-credit.payment-credit .payment .shipping-information h4 {
    font-size: 16px;
    margin-bottom: 15px !important;
  }
  #page-026-credit.payment-credit .payment .shipping-information .tabs .tab-content {
    padding-top: 20px;
  }
  #page-026-credit.payment-credit .payment .shipping-information .tabs .tab-content .form-group {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  #page-026-credit.payment-credit .payment .shipping-information .tabs .tab-content .form-group label {
    align-self: flex-start !important;
    font-size: 14px;
    padding: 0;
    line-height: 1;
  }
  #page-026-credit.payment-credit .payment .shipping-information .tabs .tab-content .form-group > div input {
    line-height: 20px;
    padding: 11px 15px;
    height: auto;
    border-radius: 4px;
    color: #333;
  }
  #page-026-credit.payment-credit .payment .shipping-information .tabs .tab-content .form-group > div p.text-error {
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  #page-026-credit.payment-credit .payment .shipping-information .tabs .tab-content .form-group > div .StripeElement {
    height: 44px;
    padding: 11px 15px;
  }
  #page-026-credit.payment-credit .payment .shipping-information .tabs .tab-content .form-group .payment-card {
    margin-bottom: 20px;
  }
  #page-026-credit.payment-credit .payment .shipping-information .tabs .tab-content .form-group .payment-card .card-before {
    margin-right: 8px !important;
  }
  #page-026-credit.payment-credit .payment .shipping-information .tabs .tab-content .form-group .payment-card p {
    font-size: 10px;
    line-height: 15px;
    font-weight: normal;
  }
  #page-026-credit.payment-credit .payment .note.credit {
    line-height: 1;
    margin-bottom: 10px !important;
    font-weight: bold;
  }
  #page-026-credit.payment-credit .payment .payment-button {
    max-width: 240px;
    min-height: 54px;
    line-height: 52px;
    font-size: 14px;
  }
  #page-026-thanks.payment-section-thanks-page {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #page-026-thanks.payment-section-thanks-page .payment-qrcode {
    padding: 64px 0 93px;
  }
  #page-026-thanks.payment-section-thanks-page .payment-qrcode h2 {
    display: none;
  }
  #page-026-thanks.payment-section-thanks-page .payment-qrcode .product-information .icon-check {
    margin-bottom: 17px;
  }
  #page-026-thanks.payment-section-thanks-page .payment-qrcode .product-information .thanks-content {
    margin-bottom: 14px;
    font-size: 20px;
  }
  #page-026-thanks.payment-section-thanks-page .payment-qrcode .product-information .thanks-content-more {
    margin-bottom: 42px;
    font-size: 15px;
  }
  #page-026-thanks.payment-section-thanks-page .payment-qrcode .product-information .btn-black-methods {
    max-width: 240px;
    height: 50px;
  }
  .payment .coupon-info {
    border-radius: 6px;
  }
  .payment .coupon-info .form_check-top .form-group.detail-coupon {
    flex-direction: column;
    padding: 0;
    margin-top: 15px !important;
  }
  .payment .coupon-info .form_check-top .form-group.detail-coupon label {
    max-width: unset;
    padding: 0;
    line-height: 1;
    margin-bottom: 10px;
  }
  .payment .coupon-info .form_check-top .form-group.detail-coupon > div {
    width: 100%;
  }
  .payment .coupon-info .form_check-top .form-group.detail-coupon > div input {
    padding-left: 15px;
    padding-right: 15px;
  }
  .payment .coupon-info .form_check-top .form-group.detail-coupon > div.reset-coupon {
    font-size: 12px;
    width: 190px;
  }
  .view-payment .group-order-details .delivery .d-flex,
  .view-payment .modal-content .delivery .d-flex {
    flex-direction: column;
  }
  .view-payment .group-order-details .delivery .d-flex .cell,
  .view-payment .modal-content .delivery .d-flex .cell {
    max-width: unset !important;
    font-size: 14px;
    padding: 0;
  }
  .view-payment .group-order-details .delivery .d-flex .cell-last,
  .view-payment .modal-content .delivery .d-flex .cell-last {
    padding: 15px 0;
  }
}
.payment-konbini__icon {
  width: 70px;
  display: block;
  margin: 0 auto 25px;
}
.payment-konbini__message {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: var(--color-primary, #ff8053);
  margin-bottom: 20px;
}
.payment-konbini__note {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-text, #333);
}
@media screen and (max-width: 768.98px) {
  .payment-konbini__container {
    background-color: var(--color-background, #f8f8f8);
    padding: 20px 15px 30px !important;
  }
}
@media screen and (min-width: 769px) {
  .payment-konbini__sp {
    display: none;
  }
}
@media screen and (max-width: 768.98px) {
  .payment-konbini__title {
    text-align: center;
  }
}
@media screen and (max-width: 768.98px) {
  .payment-konbini__inner {
    padding: 50px 0 40px;
  }
}

.tokkyu_content .custom-radio:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
.tokkyu_content .custom-control-label span {
  color: var(--color-primary, #ff8053);
  margin-left: 10px;
}
.tokkyu_content .custom-control-label--fandom span {
  color: var(--color-primary-fandom, #f55b79) !important;
  margin-left: 10px;
}
.tokkyu_content .remain {
  color: red;
}

.tokkyu_target {
  opacity: 0.3;
  background: gray;
}
.tokkyu_target.tokkyu_selected {
  opacity: 1;
  background: #fff;
}
.tokkyu_target.tokkyu_selected .type-delivery {
  position: relative;
  left: 0;
}
.tokkyu_target.tokkyu_yumail {
  opacity: 1;
  background: #fff;
}
.tokkyu_target .type-delivery {
  position: absolute;
  left: -10000000px;
}

.page-026-order--forbiz .about-shipping a {
  color: var(--color-primary-forbiz, #5ab0bd) !important;
}
.page-026-order--forbiz .payment .alert span {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.page-026-order--forbiz .payment .alert span::after {
  background-color: var(--color-primary-forbiz, #5ab0bd);
}
.page-026-order--forbiz .expired-at > div .date-time .date-picker.selected {
  background: var(--color-primary-forbiz, #5ab0bd);
}
.page-026-order--forbiz .shipping-information .tabs .tab-head div.active {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.page-026-order--forbiz .shipping-information .tabs .tab-content .delivery-deadline-text .delivery-deadline {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.page-026-order--forbiz .shipping-information .tabs .tab-content .required .col-form-label:after {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.page-026-order--forbiz .shipping-information .tabs .tab-content .required .col-form-label-long:after {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.page-026-order--forbiz .shipping-information .tabs .tab-content .theme-detail-link {
  color: var(--color-primary-forbiz, #5ab0bd);
  border-bottom: 1px solid var(--color-primary-forbiz, #5ab0bd);
}
.page-026-order--forbiz .shipping-information .tabs .tab-content .fill-user-info .my-page-update-link {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.page-026-order--forbiz .shipping-information .tabs .tab-content .social-gift-page-themes .social-gift-page-theme input[type=radio]:checked + label img.radio-image {
  border: 3px solid var(--color-primary-forbiz, #5ab0bd);
}
.page-026-order--forbiz .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: var(--color-primary-forbiz, #5ab0bd);
}
.page-026-order--forbiz #socialGiftDescriptionModal .connected-icons .icon .number {
  background-color: var(--color-primary-forbiz, #5ab0bd) !important;
}
.page-026-order--forbiz #socialGiftDescriptionModal .connected-icons .icon:not(.not-applied-class):after {
  border: 1px dashed var(--color-primary-forbiz, #5ab0bd) !important;
}

.page-026-order--fandom .about-shipping a {
  color: var(--color-primary-fandom, #f55b79) !important;
}
.page-026-order--fandom .payment .alert span {
  color: var(--color-primary-fandom, #f55b79);
}
.page-026-order--fandom .payment .alert span::after {
  background-color: var(--color-primary-fandom, #f55b79);
}
.page-026-order--fandom .expired-at > div .date-time .date-picker.selected {
  background: var(--color-primary-fandom, #f55b79);
}
.page-026-order--fandom .shipping-information .tabs .tab-head div.active {
  color: var(--color-primary-fandom, #f55b79);
}
.page-026-order--fandom .shipping-information .tabs .tab-content .delivery-deadline-text .delivery-deadline {
  color: var(--color-primary-fandom, #f55b79);
}
.page-026-order--fandom .shipping-information .tabs .tab-content .required .col-form-label:after {
  color: var(--color-primary-fandom, #f55b79);
}
.page-026-order--fandom .shipping-information .tabs .tab-content .required .col-form-label-long:after {
  color: var(--color-primary-fandom, #f55b79);
}
.page-026-order--fandom .shipping-information .tabs .tab-content .theme-detail-link {
  color: var(--color-primary-fandom, #f55b79);
  border-bottom: 1px solid var(--color-primary-fandom, #f55b79);
}
.page-026-order--fandom .shipping-information .tabs .tab-content .fill-user-info .my-page-update-link {
  color: var(--color-primary-fandom, #f55b79);
}
.page-026-order--fandom .shipping-information .tabs .tab-content .social-gift-page-themes .social-gift-page-theme input[type=radio]:checked + label img.radio-image {
  border: 3px solid var(--color-primary-fandom, #f55b79);
}
.page-026-order--fandom .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: var(--color-primary-fandom, #f55b79);
}
.page-026-order--fandom #socialGiftDescriptionModal .connected-icons .icon .number {
  background-color: var(--color-primary-fandom, #f55b79) !important;
}
.page-026-order--fandom #socialGiftDescriptionModal .connected-icons .icon:not(.not-applied-class):after {
  border: 1px dashed var(--color-primary-fandom, #f55b79) !important;
}

.payment-credit--fandom .shipping-information .tabs .tab-head div.active {
  color: var(--color-primary-fandom, #f55b79);
}
.payment-credit--fandom .shipping-information .tabs .tab-content .delivery-deadline-text .delivery-deadline {
  color: var(--color-primary-fandom, #f55b79);
}
.payment-credit--fandom .shipping-information .tabs .tab-content .required .col-form-label:after {
  color: var(--color-primary-fandom, #f55b79);
}
.payment-credit--fandom .shipping-information .tabs .tab-content .required .col-form-label-long:after {
  color: var(--color-primary-fandom, #f55b79);
}
.payment-credit--fandom .shipping-information .tabs .tab-content .theme-detail-link {
  color: var(--color-primary-fandom, #f55b79);
  border-bottom: 1px solid var(--color-primary-fandom, #f55b79);
}
.payment-credit--fandom .shipping-information .tabs .tab-content .fill-user-info .my-page-update-link {
  color: var(--color-primary-fandom, #f55b79);
}
.payment-credit--fandom .shipping-information .tabs .tab-content .social-gift-page-themes .social-gift-page-theme input[type=radio]:checked + label img.radio-image {
  border: 3px solid var(--color-primary-fandom, #f55b79);
}
.payment-credit--fandom .btn-submit {
  background-color: var(--color-primary-fandom, #f55b79);
}

.social-gift-order {
  color: var(--color-text, #333);
  max-width: 720px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 40px 40px 60px;
  min-height: 1000px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}
.social-gift-order .submiter .submiter__rakuten {
  display: none;
}
.social-gift-order .submiter.rakuten .submiter__rakuten {
  display: block;
}
.social-gift-order .submiter.rakuten .submiter__normal {
  display: none;
}
.social-gift-order .mt-20 {
  margin-top: 20px;
}
.social-gift-order .mb-40 {
  margin-bottom: 40px !important;
}
.social-gift-order .mb-20 {
  margin-bottom: 20px !important;
}
.social-gift-order .mb-30 {
  margin-bottom: 30px !important;
}
.social-gift-order .color-primary {
  color: var(--color-primary, #ff8053);
}
.social-gift-order h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px;
}
.social-gift-order .line-height-15 {
  line-height: 1.5 !important;
}
.social-gift-order .pt-20 {
  padding-top: 20px !important;
}
.social-gift-order .pb-24 {
  padding-bottom: 24px !important;
}
.social-gift-order .ml-minus-40 {
  margin-left: -60px !important;
}
.social-gift-order .type-delivery.disabled .date-time td {
  opacity: 0.5;
  font-weight: 400;
  pointer-events: none;
}
.social-gift-order .type-delivery.disabled .custom-control {
  opacity: 0.5;
  pointer-events: none;
}
.social-gift-order .expired-at {
  padding: 0;
  margin-bottom: 1rem;
}
.social-gift-order .expired-at > div {
  flex: 1 1 auto;
}
.social-gift-order .expired-at > div .head {
  display: flex;
}
.social-gift-order .expired-at > div .head > div:first-child {
  display: none;
}
.social-gift-order .expired-at > div .head > div:last-child {
  display: none;
}
.social-gift-order .expired-at > div table {
  border-collapse: collapse;
  width: 100%;
}
.social-gift-order .expired-at > div .year-month {
  flex: 1 1 auto;
  text-align: left;
  margin-bottom: 10px;
  opacity: 0.5;
}
.social-gift-order .expired-at > div .year-month-active {
  opacity: 1;
}
.social-gift-order .expired-at > div table td,
.social-gift-order .expired-at > div table th {
  padding: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: middle;
}
.social-gift-order .expired-at > div .date-time {
  max-width: 225px;
}
.social-gift-order .expired-at > div .date-time .date-picker[data-days="0"] {
  color: #e3342f;
}
.social-gift-order .expired-at > div .date-time .date-picker[data-days="6"] {
  color: #3490dc;
}
.social-gift-order .expired-at > div .date-time .date-picker.selected {
  color: #fff;
  border-width: 0;
  background: var(--color-primary, #ff8053);
}
.social-gift-order .expired-at > div .date-time .date-picker.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.social-gift-order .expired-at > div .head {
  margin-bottom: 0.15rem;
}
.social-gift-order .expired-at > div .head .year-month {
  font-weight: normal;
  font-size: 14px;
}
.social-gift-order .expired-at > div .head span {
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  background: #eeeeee;
  text-align: center;
  line-height: 22px;
  color: #999999;
}
.social-gift-order .expired-at > div .thead-month {
  display: none;
}
.social-gift-order .content-flex-fill {
  font-size: 9px;
  font-weight: 500;
}
.social-gift-order .content-flex-fill span {
  margin-left: 10px;
}
.social-gift-order .content-flex-fill span#danger {
  margin-left: 0;
  color: red;
}
.social-gift-order .content-flex-fill a {
  color: #2d97a7;
  position: relative;
}
.social-gift-order .content-flex-fill a::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #2d97a7;
  left: 0;
  bottom: 1px;
}
.social-gift-order button.btn:hover {
  opacity: 0.75;
}
.social-gift-order h2 {
  font-size: 28px;
  font-weight: bold;
}
.social-gift-order .books {
  max-width: 261px;
  position: relative;
  margin: 0 auto;
}
.social-gift-order .books img {
  position: relative;
  z-index: 10;
}
.social-gift-order .books .box-shadow {
  bottom: 0;
  left: -75px;
  z-index: 9;
  position: absolute;
}
.social-gift-order .product-information .product-info-message {
  line-height: 1.6;
  font-size: 12px;
}
.social-gift-order .product-information .product-info-message .font-size-lg {
  font-size: 18px;
}
.social-gift-order .product-information .product-info-message .product-info-message-top {
  text-align: center;
}
.social-gift-order .product-information h4 {
  font-size: 18px;
  font-weight: bold;
}
.social-gift-order .product-information .table {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.social-gift-order .product-information .table > div {
  border-bottom: 1px solid #ddd;
}
.social-gift-order .product-information .table > div:last-child {
  border-bottom: 0;
}
.social-gift-order .product-information .table > div .label {
  width: 100%;
  font-size: 16px;
  max-width: 130px;
  min-width: 130px;
  background-color: #f7f7f7;
}
.social-gift-order .product-information .table > div > div {
  padding: 13px 15px;
}
.social-gift-order .product-information .table > div > div:last-child {
  font-weight: bold;
  font-size: 14px;
}
.social-gift-order .product-information .table > div > div p.unit-price {
  font-weight: 400;
}
.social-gift-order .product-information .table > div .input-delivery-date {
  opacity: 0;
  height: 1px;
}
.social-gift-order .product-information .table.print .card {
  max-width: 223px;
  border: 0;
}
.social-gift-order .product-information .table.print .card .card-img-top {
  min-height: 124px;
}
.social-gift-order .product-information .table.print .card .card-body {
  padding: 0;
}
.social-gift-order .product-information .table.print .card .card-body .custom-control-label {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768.98px) {
  .social-gift-order .product-information .table.print .card .card-body .custom-control-label {
    min-width: 148px;
  }
}
@media screen and (min-width: 769px) {
  .social-gift-order .product-information .table.print .card .card-body .custom-control-label {
    min-width: 163px;
  }
}
.social-gift-order .product-information .table.print .card .card-body .custom-control-label::before,
.social-gift-order .product-information .table.print .card .card-body .custom-control-label::after {
  top: 6px;
}
.social-gift-order .product-information .table.print .card .card-body p {
  font-size: 9px;
  font-weight: 500;
  text-indent: 25px;
  margin-bottom: 0.25rem;
}
.social-gift-order .product-information .table.print .type-delivery-section .card {
  max-width: none;
}
.social-gift-order .product-information .table.print .type-delivery-section .card .card-body .have-border-bottom {
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
.social-gift-order .product-information .table.print .type-delivery-section .card .card-body .custom-control {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.social-gift-order .product-information .table.print .type-delivery-section .card .card-body .custom-control .logo-yumail {
  margin-left: 20px;
  padding-top: 5px;
}
.social-gift-order .product-information .table.print .type-delivery-section .card .card-body .custom-control .logo-yupack {
  margin-left: 9px;
  margin-top: -5px;
}
.social-gift-order .product-information .table.print .type-delivery-section .card .card-body .custom-control-label {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: var(--color-text, #333);
}
.social-gift-order .product-information .table.print .type-delivery-section .card .card-body .custom-control-label .type-delivery-class {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  margin-bottom: 5px;
  height: 22px;
  align-items: center;
  justify-content: flex-start;
}
.social-gift-order .product-information .table.print .type-delivery-section .card .card-body .custom-control-label .type-delivery-desc-class {
  font-size: 10px;
  line-height: 15px;
}
.social-gift-order .product-information .table.print .type-delivery-section .card .card-body .custom-control-label::before,
.social-gift-order .product-information .table.print .type-delivery-section .card .card-body .custom-control-label::after {
  top: auto;
}
.social-gift-order .shipping-information {
  margin-bottom: 1rem;
}
.social-gift-order .shipping-information h5 {
  font-size: 18px;
  font-weight: bold;
}
.social-gift-order .shipping-information .postcode .form-control {
  border-radius: 4px;
}
.social-gift-order .shipping-information .postcode input::-webkit-outer-spin-button,
.social-gift-order .shipping-information .postcode input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.social-gift-order .shipping-information .postcode .input-group-append {
  margin-left: 8px;
  cursor: pointer;
  display: inline-block;
}
.social-gift-order .shipping-information .postcode .input-group-append span {
  font-size: 14px;
  color: white;
  border-radius: 4px;
  background-color: var(--color-text, #333);
}
.social-gift-order .shipping-information .tabs .tab-content {
  border-radius: 0 0 4px 4px;
  border: 1px solid #ddd;
}
.social-gift-order .shipping-information .tabs .tab-content > .tab-pane {
  padding: 35px 30px 32px 35px;
}
.social-gift-order .shipping-information .tabs .tab-content .col-form-label {
  width: 100%;
  color: var(--color-text, #333);
  font-size: 16px;
  font-weight: 500;
  max-width: 185px;
}
.social-gift-order .shipping-information .tabs .tab-content .required .col-form-label:after {
  content: "＊";
  font-weight: bold;
  color: var(--color-primary, #ff8053);
  margin-left: 5px;
}
.social-gift-order .shipping-information .tabs .tab-content .col-form-label-long {
  width: 100%;
  color: var(--color-text, #333);
  font-size: 16px;
  font-weight: 500;
}
.social-gift-order .shipping-information .tabs .tab-content .required .col-form-label-long:after {
  content: "＊";
  font-weight: bold;
  color: var(--color-primary, #ff8053);
  margin-left: 5px;
}
.social-gift-order .shipping-information .tabs .tab-content .form-control::-moz-placeholder {
  color: #999999;
}
.social-gift-order .shipping-information .tabs .tab-content .form-control::placeholder {
  color: #999999;
}
.social-gift-order .shipping-information .tabs .tab-content .form-control.grey {
  color: #999999;
}
.social-gift-order .shipping-information .tabs .tab-content .form-control.grey option {
  color: #666;
}
.social-gift-order .shipping-information .tabs .tab-content .fix-label label {
  margin-bottom: 12px;
}
.social-gift-order .shipping-information .tabs .tab-content .fix-label .form-control {
  margin-bottom: 1px;
}
.social-gift-order .shipping-information .tabs .tab-content .fix-label p.note {
  font-size: 9px;
  font-weight: 400;
  margin-bottom: 0;
  text-indent: 0;
}
.social-gift-order .shipping-information .tabs .tab-content .fix-label p.note.tab2 {
  font-weight: 500;
}
.social-gift-order .shipping-information .tabs .tab-content .text-error {
  display: none;
}
.social-gift-order .shipping-information .tabs .tab-content .error label {
  margin-bottom: 14px;
}
.social-gift-order .shipping-information .tabs .tab-content .error .form-control {
  color: #f00;
  border-color: #f00;
  margin-bottom: 1px;
  background-color: var(--color-alert-bg, #fff8f8);
}
.social-gift-order .shipping-information .tabs .tab-content .error p.text-error {
  color: #f00;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0;
  text-indent: 0;
  display: block;
}
.social-gift-order .shipping-information .tabs .tab-content .show-error {
  color: #f00;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0;
  text-indent: 0;
  display: block;
}
.social-gift-order .shipping-information .tabs .tab-content div.hr {
  height: 1px;
  background: #ddd;
  margin: 2rem -15px;
}
.social-gift-order .shipping-information .tabs .tab-content h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.social-gift-order .delivery.product-information {
  margin-bottom: 5rem;
}
.social-gift-order .delivery.product-information .table.print .card.payment-active {
  opacity: 1;
}
.social-gift-order .delivery.product-information .table.print .card .card-body p {
  color: var(--color-text, #333);
  font-size: 10px;
  padding-left: 25px;
  text-indent: 0;
  max-width: 180px;
  font-weight: bold;
}
.social-gift-order .delivery.product-information .table.print .card .card-img-top {
  min-height: 74px;
}
.social-gift-order .delivery.product-information .table.print .delivery-date-section {
  display: none !important;
}
.social-gift-order .delivery.product-information .table.print .delivery-date-section.active {
  display: flex !important;
}
.social-gift-order .delivery.product-information .table.print .delivery-time-section {
  display: none !important;
}
.social-gift-order .delivery.product-information .table.print .delivery-time-section.active {
  display: flex !important;
}
.social-gift-order .delivery.product-information .datetime {
  max-width: 227px;
}
.social-gift-order .delivery.product-information .datetime + p {
  color: #666;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0;
}
.social-gift-order .delivery.product-information .print .note {
  color: red;
  font-size: 10px;
  font-weight: 500;
  text-indent: 0;
  margin-bottom: 0;
}
.social-gift-order .delivery.product-information .times label {
  width: 85px;
  font-size: 14px;
}
.social-gift-order .confirm.product-information h4.title {
  padding: 0.85rem 0.75rem;
  border-radius: 6px;
  background-color: #f5f5f5;
}
.social-gift-order .confirm.product-information .btn-submit.btn-none {
  color: var(--color-text, #333);
  border-color: #ccc;
  background-color: #fff;
}
.social-gift-order .confirm.product-information .table {
  border-radius: 4px;
  overflow: hidden;
}
.social-gift-order .confirm.product-information .table .fix-table .note {
  margin-bottom: 0;
}
.social-gift-order .confirm.product-information .table.table-none {
  border-width: 0;
}
.social-gift-order .confirm.product-information .table.table-none > div {
  border-width: 0;
  font-size: 14px;
}
.social-gift-order .confirm.product-information .table.table-none > div .label {
  font-size: 12px;
  font-weight: 400;
  min-width: 185px;
  background-color: transparent;
}
.social-gift-order .confirm.product-information .table.table-none > div > div {
  word-break: break-word;
}
.social-gift-order .confirm.product-information .table.table-none .note {
  font-size: 9px;
  font-weight: 400;
  text-indent: 0;
  margin-bottom: 0;
}
.social-gift-order .confirm.product-information .table.table-none .fix-table div:first-child {
  margin-right: 20px;
}
.social-gift-order .confirm.product-information .table.table-none .d-flex {
  align-items: center;
}
.social-gift-order .confirm.product-information .table.table-none #delivery_date .fix-table div:first-child {
  max-width: 180px;
  width: 100%;
  margin-right: 0;
}
.social-gift-order .confirm.product-information .table.table-none .img-logo.confirm2 p {
  margin-top: 0.5rem;
}
.social-gift-order .confirm.product-information .table.table-none .img-logo p {
  font-weight: 400;
  font-size: 9px;
  margin-bottom: 0;
}

#social-gift-order-delivery-input-confirm-form {
  display: none;
}

#social-gift-order-input-page {
  padding-top: 30px !important;
}
#social-gift-order-input-page .social-gift-order {
  padding: 40px 35px 60px;
}
#social-gift-order-input-page .page-theme {
  background-size: cover;
  background-position: center;
  padding: 60px 50px 60px;
  min-height: 0;
}
#social-gift-order-input-page .page-theme-content {
  margin: 0;
  padding: 20px;
  background-color: white;
}
#social-gift-order-input-page .heading-message {
  font-weight: bold;
  font-size: 70px;
  text-align: center;
  color: var(--color-primary, #ff8053);
  margin-bottom: 0;
}
#social-gift-order-input-page .center-message {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
#social-gift-order-input-page .center-message-sub {
  font-size: 12px;
  text-align: center;
}
#social-gift-order-input-page .center-message-sub a {
  color: var(--color-primary, #ff8053);
}
#social-gift-order-input-page .center-message-sub a:hover {
  opacity: 0.75;
}
#social-gift-order-input-page .to-recipient-message {
  font-size: 14px;
  padding: 0 35px;
  overflow-wrap: break-word;
  word-break: break-all;
}
#social-gift-order-input-page .display-book p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#social-gift-order-input-page .form-control {
  color: var(--color-text, #333);
}
#social-gift-order-input-page .form-control:focus {
  color: var(--color-text, #333);
}
#social-gift-order-input-page .payment .content-flex-fill {
  font-size: 10px;
  font-weight: 400;
}
#social-gift-order-input-page .payment .content-flex-fill.disabled {
  opacity: 0.5;
}
#social-gift-order-input-page .about-shipping {
  margin-top: 13px;
  padding: 20px 15px;
  background-color: #fafafa;
  font-size: 9px;
  line-height: 14px;
}
#social-gift-order-input-page .about-shipping .title-about-shipping {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 8px;
}
#social-gift-order-input-page .about-shipping .title-about-shipping img {
  width: 11px;
  margin-right: 3px;
}
#social-gift-order-input-page .about-shipping .yubin-link {
  color: var(--color-primary, #ff8053);
  border-bottom: 1px solid var(--color-primary, #ff8053);
}
#social-gift-order-input-page .about-shipping .yubin-link:hover {
  opacity: 0.75;
}
#social-gift-order-input-page .about-shipping a {
  color: var(--color-primary, #ff8053);
  text-decoration: underline;
}
#social-gift-order-input-page .about-shipping a::after {
  display: none;
}
#social-gift-order-input-page #social-gift-order-delivery-input-confirm-form .confirm.product-information h4.title {
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 22px;
  margin-bottom: 6px !important;
}
#social-gift-order-input-page #social-gift-order-delivery-input-confirm-form .confirm.product-information h4.title.shipping-title {
  margin-bottom: 0 !important;
}
#social-gift-order-input-page #social-gift-order-delivery-input-confirm-form .social-gift-order .confirm.product-information .table.table-none .d-flex {
  align-items: flex-start;
}
#social-gift-order-input-page #social-gift-order-delivery-input-confirm-form .confirm.product-information .table.table-none > div .label {
  padding-left: 20px;
  line-height: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}
#social-gift-order-input-page #social-gift-order-delivery-input-confirm-form .social-gift-order .product-information .table > div > div:last-child {
  line-height: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}
#social-gift-order-input-page #social-gift-order-delivery-input-confirm-form .img-logo .logo-yupack {
  margin-left: -15px;
  width: 175px;
  margin-right: 20px;
}
#social-gift-order-input-page #social-gift-order-delivery-input-confirm-form .date-shipping label {
  padding-top: 0;
}
#social-gift-order-input-page #social-gift-order-delivery-input-confirm-form .date-shipping .fix-table {
  padding-top: 0;
}
#social-gift-order-input-page #social-gift-order-delivery-input-confirm-form .product-information.total-price {
  margin-bottom: 30px !important;
}

#delivery-input-section-thanks-page.delivery-input-section-thanks {
  padding-top: 30px !important;
  line-height: 1.6;
  text-align: center;
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .color-primary {
  color: var(--color-primary, #ff8053);
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .center-message {
  font-weight: bold;
  color: var(--color-primary, #ff8053);
  font-size: 18px;
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .display-book p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .delivery-input {
  color: var(--color-text, #333);
  max-width: 720px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 40px 40px 60px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .delivery-input button.btn:hover {
  opacity: 0.75;
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .product-information .icon-check {
  margin-bottom: 22px;
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .product-information .thanks-content {
  line-height: 28px;
  margin-top: -3px;
  font-weight: bold;
  font-size: 18px;
  color: var(--color-primary, #ff8053);
  margin-bottom: 9px;
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .product-information .thanks-content-more {
  line-height: 20px;
  font-size: 12px;
  color: var(--color-text, #333);
  margin-bottom: 24px;
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .product-information .btn-black-methods {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  letter-spacing: 0.8px;
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .d-flex.url-copy {
  text-align: center;
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .d-flex.url-copy .url-input {
  padding: 9px;
  width: 70%;
  border: 1px solid #ced4da;
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .d-flex.url-copy .copy-button {
  background-color: white;
  padding: 9px;
  width: 22%;
  border: 1px solid #ced4da;
  border-left: none;
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .d-flex.url-copy .copy-button:hover {
  opacity: 0.75;
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .pop-up-copy {
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  background: black;
  color: white;
  padding: 10px 20px;
  opacity: 0;
  border-radius: 5px;
  transition: visibility 0s, opacity 0.5s linear;
  z-index: 10;
  width: auto;
}
#delivery-input-section-thanks-page.delivery-input-section-thanks .pop-up-copy.active {
  visibility: visible;
  opacity: 0.8;
}

#social-gift-order-delivery-confirm .color-primary {
  color: var(--color-primary, #ff8053);
}
#social-gift-order-delivery-confirm .social-gift-order {
  padding-top: 30px !important;
}
#social-gift-order-delivery-confirm .social-gift-order .display-book p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#social-gift-order-delivery-confirm .social-gift-order .yu_mail_tracking_no {
  line-height: 30px;
}
#social-gift-order-delivery-confirm .social-gift-order .yu_pack_tracking_no {
  line-height: 42px;
}
#social-gift-order-delivery-confirm .social-gift-order .connected-icons {
  gap: 20px;
}
#social-gift-order-delivery-confirm .social-gift-order .connected-icons .icon {
  position: relative;
  margin: 0 10px;
  display: inline;
}
#social-gift-order-delivery-confirm .social-gift-order .connected-icons .icon i {
  border: 2px dotted var(--color-primary, #ff8053);
  padding: 10px;
  border-radius: 50%;
  color: var(--color-primary, #ff8053);
}
#social-gift-order-delivery-confirm .social-gift-order .connected-icons .icon span {
  font-size: 16px;
}
#social-gift-order-delivery-confirm .social-gift-order .connected-icons .icon:not(:last-child):after {
  content: "";
  position: absolute;
  top: 130%;
  left: 10%;
  transform: translateY(-50%);
  width: 2px; /* 点線の長さ */
  height: 20px; /* 点線の太さ */
  display: inline-block;
  border: 1px dashed var(--color-primary, #ff8053);
}
#social-gift-order-delivery-confirm .social-gift-order .connected-icons .select-icon i {
  color: white;
  background-color: var(--color-primary, #ff8053);
}
#social-gift-order-delivery-confirm .social-gift-order .connected-icons .select-icon span {
  color: var(--color-primary, #ff8053) !important;
}
#social-gift-order-delivery-confirm .social-gift-order .to-recipient-message {
  overflow-wrap: break-word;
  word-break: break-all;
}

.social-gift-description-page {
  padding-top: 30px !important;
}
.social-gift-description-page .social-gift-description {
  color: var(--color-text, #333);
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 40px 40px 60px;
  min-height: 1000px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}
.social-gift-description-page .social-gift-description .top h2 {
  font-size: 26px;
  border-left: var(--color-primary, #ff8053) solid 5px;
  padding-left: 15px;
}
.social-gift-description-page .social-gift-description .top p {
  font-size: 16px;
  font-weight: 300;
}
.social-gift-description-page .social-gift-description .top .social-gift-alert {
  font-size: 12px;
  border-radius: 4px;
  padding: 15px;
  background-color: var(--color-alert-bg, #fff8f8);
  border: 2px solid #f00;
}
.social-gift-description-page .social-gift-description .top .social-gift-alert h6 {
  font-size: 16px;
  color: #f00;
}
.social-gift-description-page .social-gift-description .top .social-gift-alert span {
  color: #f00;
  font-weight: bold;
}
.social-gift-description-page .social-gift-description .top .social-gift-alert ul {
  padding-left: 20px;
}
.social-gift-description-page .social-gift-description .content h3 {
  font-size: 26px;
  border-left: var(--color-primary, #ff8053) solid 5px;
  padding-left: 15px;
}
.social-gift-description-page .social-gift-description .content h5 {
  font-size: 20px;
}
.social-gift-description-page .social-gift-description .content .connected-icons {
  gap: 20px;
}
.social-gift-description-page .social-gift-description .content .connected-icons .icon {
  position: relative;
  margin: 0 10px;
  display: inline;
}
.social-gift-description-page .social-gift-description .content .connected-icons .icon .number {
  padding: 5px 12px;
  border-radius: 50%;
  color: white;
  background-color: var(--color-primary, #ff8053);
  font-size: 16px;
}
.social-gift-description-page .social-gift-description .content .connected-icons .icon span {
  font-size: 16px;
}
.social-gift-description-page .social-gift-description .content .connected-icons .section-title {
  font-size: 18px;
  line-height: 20px;
}
.social-gift-description-page .social-gift-description .content .connected-icons p {
  font-size: 16px;
}
.social-gift-description-page .social-gift-description .content .connected-icons hr {
  margin: 10px 0;
  border-top: 1px solid #ececec;
  width: 100%;
}

@media screen and (max-width: 768.98px) {
  #social-gift-order-input-page {
    padding-top: 0 !important;
  }
  #social-gift-order-input-page .page-theme {
    padding: 30px 20px 30px !important;
    min-height: 0;
  }
  #social-gift-order-input-page .page-theme-content {
    margin: 0;
    padding: 10px;
  }
  #social-gift-order-input-page .heading-message {
    font-size: 46px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #social-gift-order-input-page .center-message {
    line-height: 2.5rem;
  }
  #social-gift-order-input-page .center-message-sub {
    line-height: 1.8rem;
  }
  #social-gift-order-input-page .to-recipient-message {
    font-size: 14px;
    padding: 0 15px;
  }
  #social-gift-order-input-page .social-gift-order {
    padding: 30px 15px;
  }
  #social-gift-order-input-page .social-gift-order h2 {
    font-size: 20px;
    line-height: 1;
  }
  #social-gift-order-input-page .social-gift-order .book-cover {
    width: 200px;
    height: 200px;
  }
  #social-gift-order-input-page .social-gift-order .book-cover .book-cover-inner {
    transform: scale(0.0784006272, 0.0784006272);
  }
  #social-gift-order-input-page .social-gift-order .product-information {
    margin-bottom: 30px !important;
  }
  #social-gift-order-input-page .social-gift-order .product-information h4 {
    font-size: 16px;
    margin-bottom: 12px !important;
  }
  #social-gift-order-input-page .social-gift-order .product-information .table {
    border-radius: 6px;
    overflow: hidden;
  }
  #social-gift-order-input-page .social-gift-order .product-information .table > div {
    flex-direction: column;
    border-bottom: none;
  }
  #social-gift-order-input-page .social-gift-order .product-information .table > div > div {
    padding: 15px 15px;
  }
  #social-gift-order-input-page .social-gift-order .product-information .table > div .pt-sp-12 {
    padding-top: 12px !important;
  }
  #social-gift-order-input-page .social-gift-order .product-information .table > div .label {
    max-width: unset;
    font-size: 14px;
    padding: 11px 15px;
  }
  #social-gift-order-input-page .social-gift-order .product-information .table > div .card-print-size-left {
    padding-right: 7px;
  }
  #social-gift-order-input-page .social-gift-order .product-information .table > div .card-print-size-right {
    padding-left: 7px;
  }
  #social-gift-order-input-page .social-gift-order .product-information .table > div .card-print-size .card-img-top {
    min-height: auto;
    margin-bottom: 11px !important;
  }
  #social-gift-order-input-page .social-gift-order .product-information .table > div .card-print-size .card-body .custom-control {
    padding-left: 21px;
  }
  #social-gift-order-input-page .social-gift-order .product-information .table > div .card-print-size .card-body .custom-control .custom-control-label::before,
  #social-gift-order-input-page .social-gift-order .product-information .table > div .card-print-size .card-body .custom-control .custom-control-label::after {
    left: -21px;
    top: 12px;
  }
  #social-gift-order-input-page .social-gift-order .product-information .table > div .card-print-size .card-body .custom-control .custom-control-label {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    height: 37px;
  }
  #social-gift-order-input-page .social-gift-order .product-information .table > div .card-print-size .card-body p {
    padding-left: 21px;
    text-indent: unset;
    font-size: 10px;
    line-height: 14px;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information {
    margin-bottom: 30px !important;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information h5 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px !important;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-head .flex-fill {
    font-size: 14px;
    line-height: 53px;
    min-height: 53px;
    border-radius: 6px 6px 0 0;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content {
    border-radius: 0 0 6px 6px;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content .tab-pane {
    padding: 17px 15px 8px;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content .tab-pane .form-group {
    flex-direction: column;
    margin-bottom: 12px !important;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content .tab-pane .form-group label {
    align-self: flex-start !important;
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 7px;
    margin-bottom: 0;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content .tab-pane .form-group.error > div.flex-fill input {
    border-color: var(--color-alert, #f00);
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content .tab-pane .form-group > div.flex-fill input {
    height: 44px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    border-color: #ddd;
    box-shadow: none;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content .tab-pane .form-group > div.flex-fill .input-group-append span {
    height: 44px;
    width: 87px;
    justify-content: center;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content .tab-pane .form-group.fix-label p.note {
    padding-top: 5px;
    font-size: 10px;
    line-height: 14px;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content .tab-pane h6 {
    font-size: 15px;
    margin-bottom: 9px;
    line-height: 21px;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content .tab-pane .giver-information {
    margin-top: 25px !important;
    border-top: 1px solid #f2f2f2;
    padding-top: 22px;
    margin-bottom: 9px !important;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content .tab-pane .footer {
    padding-top: 6px;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content .tab-pane .footer .custom-radio {
    padding-left: 21px;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content .tab-pane .footer .custom-radio .custom-control-label::before,
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content .tab-pane .footer .custom-radio .custom-control-label::after {
    top: 0;
    left: -21px;
  }
  #social-gift-order-input-page .social-gift-order .shipping-information .tabs .tab-content .tab-pane#tab2 {
    padding: 17px 15px 24px !important;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill {
    padding: 12px 15px 15px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio {
    justify-content: space-between;
    padding-left: 21px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio.have-border-bottom {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio .custom-control-label::before,
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio .custom-control-label::after {
    left: -21px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio .custom-control-label .type-delivery-class {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    height: auto;
    margin-bottom: 4px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio .custom-control-label .type-delivery-desc-class {
    line-height: 14px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio .logo-yumail {
    margin-right: auto;
    padding-top: 10px;
    margin-left: 38px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery-section .custom-radio .logo-yupack {
    margin-left: 45px;
    margin-right: auto;
    padding-top: 10px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .note {
    line-height: 14px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .input-delivery-date {
    padding: 0;
    height: 2px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery {
    position: relative;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery .date-time {
    margin: 0 auto;
    max-width: clamp(200px, 63.0769230769vw, 246px);
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery .date-time .year-month {
    text-align: center;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 9px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery .date-time .calendar-body .date-picker {
    font-weight: normal;
    width: 35px;
    height: 35px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery #calendar-right {
    display: none;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery .sp-btn-left {
    position: absolute;
    left: 0;
    top: 50%;
    display: none;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery .sp-btn-right {
    position: absolute;
    right: 0;
    top: 50%;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery.disabled .sp-btn-left, #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .type-delivery.disabled .sp-btn-right {
    opacity: 0.3;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .content-flex-fill {
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .content-flex-fill span {
    margin-left: 0;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .about-shipping {
    margin-top: 10px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .about-shipping .title-about-shipping {
    font-size: 12px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill .about-shipping .title-about-shipping img {
    width: 13px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill.type-delivery.times {
    padding-top: 23px;
    padding-bottom: 3px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill.type-delivery.times .custom-radio {
    line-height: 20px;
    padding-left: 31px;
    padding-bottom: 21px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill.type-delivery.times .custom-radio .custom-control-label::before,
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill.type-delivery.times .custom-radio .custom-control-label::after {
    left: -21px;
  }
  #social-gift-order-input-page .social-gift-order .product-information.delivery .table.print > div > div.flex-fill.type-delivery.times .custom-radio label {
    width: 73px;
  }
  #social-gift-order-input-page #social_gift_order_input_alert {
    padding-bottom: 40px !important;
  }
  #social-gift-order-input-page #social_gift_order_input_alert.social-gift-order .confirm.product-information {
    margin-bottom: 20px !important;
  }
  #social-gift-order-input-page #social_gift_order_input_alert.social-gift-order .confirm.product-information .table.table-none {
    margin-bottom: 20px;
  }
  #social-gift-order-input-page #social_gift_order_input_alert.social-gift-order .confirm.product-information .table.table-none .d-flex {
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
  }
  #social-gift-order-input-page #social_gift_order_input_alert.social-gift-order .confirm.product-information .table.table-none > div .label {
    width: 105px;
    font-size: 12px;
    max-width: 105px;
    flex-shrink: 0 !important;
    padding: 10px 5px 10px 15px;
  }
  #social-gift-order-input-page #social_gift_order_input_alert.social-gift-order .confirm.product-information .table.table-none > div > div {
    word-break: break-word;
    line-height: 22px;
    padding-right: 0;
    flex-direction: column !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #social-gift-order-input-page #social_gift_order_input_alert.social-gift-order .confirm.product-information .table.table-none > div > div .img-logo {
    flex-direction: column;
  }
  #social-gift-order-input-page #social_gift_order_input_alert.social-gift-order .confirm.product-information .table.table-none > div > div .img-logo p {
    align-self: flex-start !important;
    font-size: 10px;
    line-height: 14px;
    margin-top: 4px;
  }
  #social-gift-order-input-page #social_gift_order_input_alert.social-gift-order .confirm.product-information .table.table-none .note {
    align-self: flex-start !important;
    font-size: 10px;
  }
  #social-gift-order-input-page #social_gift_order_input_alert.social-gift-order .confirm.product-information .table.table-none .shipping-yupack .label {
    padding-top: 18px;
  }
  #social-gift-order-input-page #social_gift_order_input_alert.social-gift-order .confirm.product-information .table.table-none .shipping-yupack .img-logo .logo-yupack {
    margin-left: -10px;
    width: 110px;
  }
  #social-gift-order-input-page #social_gift_order_input_alert.social-gift-order .confirm.product-information .table.table-none .shipping-yupack .img-logo p {
    line-height: 1;
  }
  #social-gift-order-input-page #social_gift_order_input_alert.social-gift-order .confirm.product-information .table.table-none .shipping-yumail .img-logo .logo-yumail {
    width: 80px;
  }
  #social-gift-order-input-page #social_gift_order_input_alert.social-gift-order .confirm.product-information h4.title {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15px;
    margin-bottom: 10px !important;
  }
  #social-gift-order-input-page #social_gift_order_input_alert.social-gift-order .confirm.product-information .btn-submit.btn-none {
    max-width: 240px;
    min-height: 54px;
    font-size: 14px;
    line-height: 52px;
    margin-bottom: 80px;
  }
  #social-gift-order-input-page #social_gift_order_input_alert .books {
    margin-bottom: 40px !important;
  }
  #social-gift-order-input-page #social_gift_order_input_alert .books img {
    width: 200px;
    height: 200px;
  }
  #social-gift-order-input-page #social_gift_order_input_alert .books .box-shadow {
    left: -50px;
    width: auto;
    height: auto;
  }
  #social-gift-order-input-page #social_gift_order_input_alert .submit-form {
    margin-top: 30px !important;
    line-height: 54px;
    min-height: 54px;
    max-width: 240px;
    font-size: 14px;
  }
  #delivery-input-section-thanks-page.delivery-input-section-thanks {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #delivery-input-section-thanks-page.delivery-input-section-thanks .thanks-content {
    font-size: 14px;
    word-break: break-all;
  }
  #delivery-input-section-thanks-page.delivery-input-section-thanks .book-cover {
    width: 200px;
    height: 200px;
  }
  #delivery-input-section-thanks-page.delivery-input-section-thanks .book-cover .book-cover-inner {
    transform: scale(0.0784006272, 0.0784006272);
  }
  #delivery-input-section-thanks-page.delivery-input-section-thanks .delivery-input {
    padding: 20px 10px 20px;
  }
  #social-gift-order-delivery-confirm .social-gift-order {
    padding: 30px 15px;
  }
  #social-gift-order-delivery-confirm .social-gift-order .product-information h2 {
    font-size: 20px;
    line-height: 1;
  }
  #social-gift-order-delivery-confirm .social-gift-order .product-information .table {
    border-radius: 6px;
    overflow: hidden;
  }
  #social-gift-order-delivery-confirm .social-gift-order .product-information .table > div {
    flex-direction: column;
    border-bottom: none;
  }
  #social-gift-order-delivery-confirm .social-gift-order .product-information .table > div > div {
    padding: 15px 15px;
  }
  #social-gift-order-delivery-confirm .social-gift-order .product-information .table > div .pt-sp-12 {
    padding-top: 12px !important;
  }
  #social-gift-order-delivery-confirm .social-gift-order .product-information .table > div .label {
    max-width: unset;
    font-size: 14px;
    padding: 11px 15px;
  }
  .social-gift-description-page {
    padding: 0 !important;
  }
  .social-gift-description-page .social-gift-description {
    padding: 40px 15px;
  }
  .social-gift-description-page .social-gift-description .top h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .social-gift-description-page .social-gift-description .top p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: normal;
  }
  .social-gift-description-page .social-gift-description .top .social-gift-alert h6 {
    font-size: 16px;
  }
  .social-gift-description-page .social-gift-description .top .social-gift-alert ul {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .social-gift-description-page .social-gift-description .content h3 {
    font-size: 18px;
  }
  .social-gift-description-page .social-gift-description .content h5 {
    font-size: 18px;
  }
  .social-gift-description-page .social-gift-description .content .connected-icons img {
    padding-left: 0;
    padding-right: 0;
  }
  .social-gift-description-page .social-gift-description .content .connected-icons .icon {
    margin: 0;
  }
  .social-gift-description-page .social-gift-description .content .connected-icons .icon .number {
    padding: 5px 8px;
  }
  .social-gift-description-page .social-gift-description .content .connected-icons .description {
    font-size: 14px;
    line-height: 2rem;
  }
  .social-gift-description-page .social-gift-description .content .connected-icons .section-title {
    line-height: 25px;
    font-size: 16px;
  }
}
.dropdowner {
  position: relative;
}

.dropdowner__disabled a {
  color: #eee !important;
  cursor: not-allowed;
}

.dropdowner:hover .dropdown-menu {
  display: block;
}

.dropdowner .dropdown-menu {
  width: auto;
  min-width: inherit;
  position: relative;
  padding: 0;
  right: 0;
  left: inherit;
  top: 0;
  border: none;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1215686275);
}

.dropdowner .dropdown-menu__wrap {
  padding-top: 10px;
  position: absolute;
  top: 100%;
  right: inherit;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.dropdowner .dropdown-menu ul {
  width: auto;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
}

.dropdowner .dropdown-menu ul li {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdowner .dropdown-menu ul li.bd {
  background: #eee;
  height: 30px;
  width: 1px;
}

.dropdowner .dropdown-menu ul li a {
  line-height: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666;
  width: 100px;
  font-weight: 500;
  padding: 10px 5px;
  font-size: 11px;
}

.dropdowner .dropdown-menu ul li a:hover {
  background: #e9ecef;
}

.dropdowner .dropdown-menu ul li a img {
  margin-bottom: 7px;
  width: 15px;
  height: 19px;
  max-width: 100%;
}

.titles__text {
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 768.98px) {
  .titles__text {
    font-size: 12px;
    line-height: 22px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    margin-bottom: 35px;
  }
}
.titles--styleh4 {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .titles--styleh4 {
    font-size: 18px;
  }
}
.titles--styleh4:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 22px;
  margin-right: 8px;
  background: var(--color-primary, #ff8053);
  border-radius: 4px;
}

@media screen and (min-width: 769px) {
  .titles--styleh4:before {
    margin-right: 10px;
  }
}
.myPage--forbiz .titles--styleh4:before {
  background: var(--color-primary-forbiz, #5ab0bd);
}

.contents_h3 {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 35px;
}

@media screen and (min-width: 769px) {
  .contents_h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.contents_h3--pc:before {
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_pc.svg") no-repeat center;
  content: "";
  display: inline-block;
  height: 23px;
  margin-right: 8px;
  width: 41px;
}

@media screen and (min-width: 769px) {
  .contents_h3--pc:before {
    margin-right: 12px;
  }
}
.contents_h3--sp {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .contents_h3--sp {
    margin-bottom: 20px;
  }
}
.contents_h3--sp::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 31px;
  margin-right: 12px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_sp.svg") no-repeat center;
}

.contents_h3--light_bulb {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .contents_h3--light_bulb {
    margin-bottom: 20px;
  }
}
.contents_h3--light_bulb::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 20px;
  margin-right: 12px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_light_bulb.svg") no-repeat center;
}

@media screen and (min-width: 769px) {
  .contents_h3--light_bulb::before {
    width: 20px;
    height: 30px;
    background-size: contain;
  }
}
.contents_h3--box::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  margin-right: 8px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_box.svg") no-repeat center/contain;
}

@media screen and (min-width: 769px) {
  .contents_h3--box::before {
    width: 24px;
    height: 26px;
    margin-right: 12px;
    background-size: auto;
  }
}
.search_control__sorter {
  font-size: 14px;
  width: 165px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .search_control__sorter {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768.98px) {
  .search_control__sorter {
    width: 20px;
    margin-right: 15px;
  }
}
.search_control__sorter__active {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.search_control__sorter__active i {
  margin-right: 10px;
}

@media screen and (max-width: 768.98px) {
  .search_control__sorter__active i {
    margin-right: 0;
  }
  .search_control__sorter__active i img {
    height: 16px;
    width: auto;
  }
}
@media screen and (max-width: 768.98px) {
  .search_control__sorter span {
    display: none;
  }
}
.search_control__sorter__selectlist {
  position: absolute;
  width: 175px;
  top: 99%;
  z-index: 30;
  right: -15px;
  list-style: none;
  padding: 3px 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  font-size: 14px;
}

@media screen and (max-width: 768.98px) {
  .search_control__sorter__selectlist {
    width: 165px;
    top: calc(100% + 20px);
    right: -13px;
  }
}
.search_control__sorter__selectlist:not(.search_control__sorter__selectlist__show) {
  transform: translateX(-10000000px);
}

.search_control__sorter__selectlist li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
  white-space: nowrap;
  padding: 15px 0;
}

.search_control__sorter__selectlist li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 769px) {
  .search_control__sorter__selectlist li {
    padding: 9px 15px 9px 7px;
  }
}
.search_control__sorter__selectlist li:before {
  width: 11px;
  height: 7px;
  display: block;
  content: "";
  margin-right: 8px;
}

.search_control__sorter__selectlist li:hover {
  color: var(--color-primary, #ff8053);
}

.search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active {
  color: var(--color-primary, #ff8053);
}

.search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active:before {
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_check.svg") no-repeat center;
  background-size: contain;
}

.myPage--forbiz .search_control__sorter__selectlist li:hover {
  color: var(--color-primary-forbiz, #5ab0bd);
}

.myPage--forbiz .search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active {
  color: var(--color-primary-forbiz, #5ab0bd);
}

.myPage--forbiz .search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active:before {
  background: url("/_assets/images/common/icon/forbiz_icon_check.svg") no-repeat center;
}

.myPage--fandom .search_control__sorter__selectlist li:hover {
  color: var(--color-primary-fandom, #f55b79);
}

.myPage--fandom .search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active {
  color: var(--color-primary-fandom, #f55b79);
}

.myPage--fandom .search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active:before {
  background: url("/_assets/images/common/icon/fandom_icon_check.svg") no-repeat center;
}

@media screen and (max-width: 768.98px) {
  .search_control__keyword {
    width: calc(100% - 55px);
  }
}
.search_control__keyword__wrap {
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  width: 283px;
  border-radius: 4px;
}

@media screen and (min-width: 769px) {
  .search_control__keyword__wrap {
    padding: 6px 15px;
  }
}
@media screen and (max-width: 768.98px) {
  .search_control__keyword__wrap {
    background: #f6f6f6;
    border: none;
    border-radius: 100px;
    padding: 14px 20px;
    width: 100%;
    height: 43px;
  }
}
.search_control__keyword__wrap input {
  width: 90%;
  border: none;
  font-size: 14px;
}

@media screen and (max-width: 768.98px) {
  .search_control__keyword__wrap input {
    font-size: 13px;
    background-color: inherit;
  }
}
.search_control__keyword__wrap input::-moz-placeholder {
  color: #999;
}
.search_control__keyword__wrap input::placeholder {
  color: #999;
}

.search_control__keyword__wrap img {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 768.98px) {
  .search_control__keyword__wrap img {
    height: 16px;
    width: 16px;
  }
}
@media screen and (max-width: 768.98px) {
  .search_control__keyword__icon--pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .search_control__keyword__icon--sp {
    display: none;
  }
}
.search_control__wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .search_control__wrap {
    margin-bottom: 20px;
    margin-top: -20px;
  }
}
.locale_en .myPage-contentPage__box .myPage_itemProduct--v2__btns__linker {
  border-radius: 6px;
}

.myPage {
  padding: 20px;
}
@media screen and (max-width: 768.98px) {
  .myPage {
    padding: 20px 0;
  }
}
.myPage a {
  text-decoration: none;
}
.myPage-container {
  width: 100%;
  max-width: clamp(1200px, 100vw - 30px, 1440px);
  padding: 0 20px;
}
.myPage-container > .row {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768.98px) {
  .myPage-container > .row {
    flex-direction: column;
  }
}
.myPage-container > .row .col-left {
  max-width: 260px;
}
@media screen and (max-width: 768.98px) {
  .myPage-container > .row .col-left {
    max-width: inherit;
    margin: 0 15px 31px;
  }
}
.myPage-container > .row .col-right {
  max-width: calc(100% - 280px);
  margin-left: 20px;
  flex: 1;
}
@media screen and (max-width: 768.98px) {
  .myPage-container > .row .col-right {
    max-width: inherit;
    width: 100%;
    margin: 0;
  }
}
.myPage .leftSidebar {
  max-width: 260px;
  padding: 0;
}
.myPage .rightSidebar {
  width: calc(100% - 280px);
  padding: 0;
  margin-left: 20px;
}
@media screen and (max-width: 768.98px) {
  .myPage .rightSidebar {
    width: 100%;
    margin: 0;
  }
}
.myPage_left {
  background: #fff;
  border-radius: 10px;
}
.myPage_left > div {
  padding: 30px;
  border-bottom: 1px solid #eeeeee;
}
.myPage_left > div:last-child {
  border-bottom: none;
}
.myPage-sidebar .title-box {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px;
}
.myPage-sidebar ul {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 768.98px) {
  .myPage-sidebar__boxAcount {
    display: flex;
    justify-content: center;
    padding: 15px !important;
    border-bottom: none !important;
  }
}
.myPage-sidebar__boxAcount .image-acount {
  text-align: center;
  margin: 0 auto 18px;
  max-width: 100px;
}
@media screen and (max-width: 768.98px) {
  .myPage-sidebar__boxAcount .image-acount {
    margin: 0 12px 0 0;
    width: 70px;
  }
}
@media screen and (max-width: 768.98px) {
  .myPage-sidebar__boxAcount .information-acount {
    width: calc(100% - 82px);
    max-width: 258px;
  }
}
@media screen and (max-width: 768.98px) {
  .myPage-sidebar__boxAcount .information-acount__email {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768.98px) {
  .myPage-sidebar__boxAcount .information-acount__name {
    margin-bottom: 7px !important;
  }
}
@media screen and (max-width: 768.98px) {
  .myPage-sidebar__boxAcount .information-acount__bizinfo {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 7px !important;
    font-size: 12px;
    color: #666;
  }
}
.myPage-sidebar__boxAcount .email-address span {
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 768.98px) {
  .myPage-sidebar__boxAcount .email-address span:nth-child(3) {
    display: none;
  }
}
.myPage-sidebar__boxAcount .email-address p {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 768.98px) {
  .myPage-sidebar__boxAcount .email-address p:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 768.98px) {
  .myPage-sidebar__boxAcount .email-address p {
    font-size: 14px;
  }
}
.myPage-sidebar__boxAcount .btn-edit-member {
  width: 100%;
  padding: 7px 15px;
  font-size: 12px;
  background: #fff4f0;
  color: var(--color-primary, #ff8053);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768.98px) {
  .myPage-sidebar__boxAcount .btn-edit-member {
    max-width: 248px;
  }
}
.myPage-sidebar__boxAcount .btn-edit-member:hover {
  color: #fff4f0;
  background: var(--color-primary, #ff8053);
}
@media screen and (max-width: 768.98px) {
  .myPage-sidebar__box-menuMember {
    padding: 10px 15px 20px 15px !important;
  }
  .myPage-sidebar__box-menuMember h2 {
    font-size: 14px !important;
  }
}
.myPage-sidebar__box-menuMember li {
  font-size: 13px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768.98px) {
  .myPage-sidebar__box-menuMember li {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.myPage-sidebar__box-menuMember li a {
  color: var(--color-text, #333);
}
.myPage-sidebar__box-deliveryCalendar li {
  font-size: 13px;
  margin-bottom: 17px;
}
.myPage-sidebar__box-deliveryCalendar li a {
  color: var(--color-text, #333);
}
.myPage-sidebar__box-deliveryCalendar .expired-at > div {
  flex: 1 1 auto;
}
.myPage-sidebar__box-deliveryCalendar .expired-at > div .head {
  display: flex;
  align-items: center;
}
.myPage-sidebar__box-deliveryCalendar .expired-at > div table {
  border-collapse: collapse;
  width: 100%;
}
.myPage-sidebar__box-deliveryCalendar .expired-at > div .year-month {
  flex: 1 1 auto;
}
.myPage-sidebar__box-deliveryCalendar .expired-at > div table td,
.myPage-sidebar__box-deliveryCalendar .expired-at > div table th {
  width: 32px;
  height: 32px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: middle;
}
.myPage-sidebar__box-deliveryCalendar .expired-at > div .date-time {
  max-width: 240px;
  margin: auto;
}
.myPage-sidebar__box-deliveryCalendar .expired-at > div .date-time .date-picker[data-days="0"] {
  color: #e3342f;
}
.myPage-sidebar__box-deliveryCalendar .expired-at > div .date-time .date-picker[data-days="6"] {
  color: #3490dc;
}
.myPage-sidebar__box-deliveryCalendar .expired-at > div .date-time .date-picker.selected {
  color: #fff;
  border-width: 0;
  background: var(--color-primary, #ff8053);
  pointer-events: none;
}
.myPage-sidebar__box-deliveryCalendar .expired-at > div .date-time .date-picker.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.myPage-sidebar__box-deliveryCalendar .expired-at > div .head {
  margin-bottom: 1rem;
}
.myPage-sidebar__box-deliveryCalendar .expired-at > div .head .year-month {
  font-weight: bold;
  font-size: 14px;
}
.myPage-sidebar__box-deliveryCalendar .expired-at > div .head span {
  cursor: pointer;
}
.myPage-sidebar__box-deliveryCalendar .expired-at > div .thead-month {
  display: none;
}
.myPage-sidebar__box-deliveryCalendar p {
  margin-top: 6px;
  margin-bottom: 0px;
}
.myPage-sidebar__box-deliveryCalendar p span {
  display: block;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.2px;
}
.myPage-sidebar__box-tagPopular .listTag {
  display: flex;
  flex-wrap: wrap;
}
.myPage-sidebar__box-tagPopular .listTag a {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeeeee;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 12px;
  color: var(--color-text, #333);
}
.myPage-sidebar__box-tagPopular .listTag a:hover {
  background: var(--color-primary, #ff8053);
  color: #fff;
}
.myPage-sidebar__box-tagPopular .listTag.--forbiz a:hover {
  background: var(--color-primary-forbiz, #5ab0bd);
}
.myPage-sidebar__box-tagPopular .listTag.--fandom a:hover {
  background: var(--color-primary-fandom, #f55b79);
}
.myPage-sidebar__box-giftPopular img, .myPage-sidebar__box-postPopular img {
  height: auto;
  margin-bottom: 15px;
}
.myPage-sidebar__box-giftPopular p, .myPage-sidebar__box-postPopular p {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text, #333);
}
.myPage-sidebar__box-giftPopular .giftPopular_name {
  color: #666;
  font-size: 9px;
  display: flex;
}
.myPage-contentPage__box {
  margin-bottom: 40px;
}
.myPage-contentPage__boxheader {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.myPage-contentPage__boxheader .btn-view-all {
  color: var(--color-primary, #ff8053);
  border: 2px solid var(--color-primary, #ff8053);
  padding: 10px 25px;
  border-radius: 20px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  max-width: 140px;
}
.myPage-contentPage__boxbottom .btn-view-all {
  color: var(--color-primary, #ff8053);
  border: 2px solid var(--color-primary, #ff8053);
  padding: 10px 25px;
  border-radius: 20px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 140px;
  margin-right: 0 !important;
  margin-bottom: 15px !important;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__boxbottom .btn-view-all {
    font-size: 12px;
    margin-top: 10px !important;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0 !important;
    padding: 12px 35px !important;
  }
}
.myPage-contentPage__box:last-child {
  margin-bottom: 0;
}
.myPage_right {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768.98px) {
  .myPage_right {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
}
.myPage_right__titlebox {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 26px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 768.98px) {
  .myPage_right__titlebox {
    font-size: 16px;
    margin-top: -15px;
  }
}
.myPage_right_list-product {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.myPage_right_list-product--v2 {
  justify-content: space-between;
  margin-right: 0;
}
.myPage_right_list-product .open-model-remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  transform: translate(50%, -50%);
  z-index: 9;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-product .open-model-remove {
    width: 25px;
    height: 25px;
    top: 8px;
    right: 8px;
    background: url("https://assets.sugoyose.jp/storage/images/mypage/sp_btn_delete.svg") 0 0/100% no-repeat;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 769px) {
  .myPage_right_list-product .open-model-remove.active {
    content: "";
    background: url("https://assets.sugoyose.jp/storage/images/icon/icon-close-gray@2x.png") 0 0/100% no-repeat;
  }
  .myPage_right_list-product .open-model-remove.active:hover {
    background: url("https://assets.sugoyose.jp/storage/images/icon/icon-close-black@2x.png") 0 0/100% no-repeat;
  }
}
.myPage_right_list-coupon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon {
    width: 100%;
  }
}
.myPage_right_list-coupon .coupon_card {
  width: 48%;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card {
    width: 100%;
  }
}
.myPage_right_list-coupon .coupon_card__coupon_name {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card__coupon_name {
    font-size: 14px;
    white-space: inherit;
    margin-bottom: 20px;
  }
}
.myPage_right_list-coupon .coupon_card__coupon_image {
  border: 15px solid var(--color-primary, #ff8053);
  display: flex;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card__coupon_image {
    border: 10px solid var(--color-primary, #ff8053);
  }
}
.myPage_right_list-coupon .coupon_card__coupon_image__circle_left {
  margin: auto 0;
  width: 15px;
  height: 30px;
  background: var(--color-primary, #fed4c5);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.myPage_right_list-coupon .coupon_card__coupon_image__circle_right {
  background-color: #fed4c5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myPage_right_list-coupon .coupon_card__coupon_image__circle_right div {
  margin: auto 0;
  width: 15px;
  height: 30px;
  background: var(--color-primary, #ff8053);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.myPage_right_list-coupon .coupon_card__coupon_image__left {
  width: 87%;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card__coupon_image__left {
    padding: 30px 0;
  }
}
.myPage_right_list-coupon .coupon_card__coupon_image__left p {
  color: var(--color-primary, #ff8053);
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card__coupon_image__left p {
    margin-bottom: 8px;
  }
}
.myPage_right_list-coupon .coupon_card__coupon_image__left__discount {
  font-size: 36px !important;
  margin-bottom: 8px !important;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card__coupon_image__left__discount {
    font-size: 24px !important;
  }
}
.myPage_right_list-coupon .coupon_card__coupon_image__left__date {
  font-size: 12px !important;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card__coupon_image__left__date {
    font-size: 12px !important;
    margin-bottom: 0 !important;
  }
}
.myPage_right_list-coupon .coupon_card__coupon_image__right {
  width: 13%;
  padding: 10px;
  background-color: #fed4c5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card__coupon_image__right {
    padding: 5px;
  }
}
.myPage_right_list-coupon .coupon_card__coupon_image__right p {
  color: var(--color-primary, #ff8053);
  transform: rotate(-90deg);
  letter-spacing: 0.5em;
  margin-left: 15px;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card__coupon_image__right p {
    font-size: 12px;
  }
}
.myPage_right_list-coupon .coupon_card__coupon_detail {
  color: #666;
  margin-bottom: 20px;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card__coupon_detail {
    font-size: 12px;
  }
}
.myPage_right_list-coupon .coupon_card__coupon_detail p {
  margin-bottom: 3px;
}
.myPage_right_list-coupon .coupon_card__copy {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card__copy {
    font-size: 12px;
  }
}
.myPage_right_list-coupon .coupon_card__copy p {
  margin-bottom: 10px;
}
.myPage_right_list-coupon .coupon_card__copy__input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}
.myPage_right_list-coupon .coupon_card__copy__input input {
  flex-grow: 1;
  background: #f8f8f8;
  height: 2rem;
  border: none;
  padding: 0 10px;
  width: 100%;
}
.myPage_right_list-coupon .coupon_card__copy__input input:focus {
  outline: none;
}
.myPage_right_list-coupon .coupon_card__copy__input button {
  border: none;
  min-width: 80px;
  background: #d9d9d9;
  font-size: 14px;
  font-family: Inter;
  cursor: pointer;
}
.myPage_right_list-coupon .coupon_card .url-demo {
  display: flex;
  align-items: center;
  background-color: #333;
  border-radius: 10px;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card .url-demo {
    padding: 5px 15px;
  }
}
.myPage_right_list-coupon .coupon_card .url-demo .box-link {
  color: var(--color-text, #333);
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  margin-left: 15px;
  flex: 1;
}
.myPage_right_list-coupon .coupon_card .url-demo .box-button {
  color: #ccc;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding-left: 12px;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card .url-demo .box-button {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.myPage_right_list-coupon .coupon_card .coupon_back {
  background-color: #fdf2ee;
  padding: 40px 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card .coupon_back {
    padding: 0;
    background-color: #fff;
    margin-bottom: 25px;
  }
}
.myPage_right_list-coupon .coupon_card .coupon_back > div {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card .coupon_back > div {
    width: 100%;
    max-width: 320px;
  }
}
.myPage_right_list-coupon .coupon_card .coupon_back .coupon_modal_image {
  width: 60%;
  max-width: 520px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768.98px) {
  .myPage_right_list-coupon .coupon_card .coupon_back .coupon_modal_image {
    width: 90%;
    max-width: 320px;
  }
}
.myPage_right_list-coupon .pop-up-copy-coupon {
  pointer-events: none;
  position: fixed;
  background: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 10px 20px;
  opacity: 0;
  border-radius: 5px;
  transition: visibility 0s, opacity 0.5s linear;
  z-index: 10;
  width: auto;
}
.myPage_right_list-coupon .pop-up-copy-coupon.active {
  visibility: visible;
  opacity: 0.8;
}
.myPage-contentPage__box .myPage_itemProduct {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 18px;
  display: flex !important;
  flex-wrap: wrap;
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  color: var(--color-text, #333);
  position: relative;
}
.myPage-contentPage__box .myPage_itemProduct--v2 {
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2 {
    padding: 15px 15px 49px;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__preview_limit {
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
  padding-bottom: 15px;
  color: #666;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.myPage-contentPage__box .myPage_itemProduct--v2__preview_limit strong {
  font-weight: 500;
  font-size: 12px;
  padding-left: 10px;
  color: var(--color-text, #333);
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__preview_limit__wrapper {
    display: flex;
    flex-direction: column;
    padding-right: 20.5px;
    border-right: 1px solid #ddd;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__preview_limit__wrapper span {
  font-size: 10px;
  color: #666;
  margin-bottom: 2px;
}
@media screen and (min-width: 769px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__preview_limit__wrapper span {
    margin-right: 8px;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__preview_limit__wrapper strong {
  font-size: 12px;
  color: var(--color-text, #333);
  padding-left: 0;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__preview_limit__wrapper strong {
    font-size: 10px;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__preview_limit .link {
  font-size: 11px;
  color: var(--color-primary, #ff8053);
  text-decoration: underline;
  line-height: 1;
  margin-top: 2px;
}
.myPage-contentPage__box .myPage_itemProduct--v2__preview_limit .link:hover {
  opacity: 0.7;
}
.myPage-contentPage__box .myPage_itemProduct--v2 > div {
  pointer-events: auto !important;
}
.myPage-contentPage__box .myPage_itemProduct--v2 > div a {
  pointer-events: all;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box {
  width: max(50% - 10px, 425px);
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__box {
    width: 100%;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail {
  width: 100%;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail:not(:last-child) {
    margin-bottom: 15px;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct__image {
  display: flex;
  flex-direction: column;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct__image a {
  margin-top: 10px;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .numberParticipants_numberPage .numberParticipants,
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .numberParticipants_numberPage .numberParticipants p {
  font-size: 14px;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .numberParticipants_numberPage .numberParticipants,
  .myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .numberParticipants_numberPage .numberParticipants p {
    font-size: 12px;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .numberParticipants_numberPage .numberParticipants span,
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .numberParticipants_numberPage .numberParticipants p span {
  font-size: 10px;
  padding-right: 5px;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .numberParticipants_numberPage a {
  color: var(--color-primary, #ff8053);
  text-decoration: underline;
  font-size: 13px;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .numberParticipants_numberPage a {
    font-size: 10px;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .numberParticipants_numberPage--1 .numberParticipants {
  display: flex;
  align-items: center;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .numberParticipants_numberPage--2 {
  align-items: center;
  margin-top: 15px !important;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .numberParticipants_numberPage--2 a {
  margin-left: 20px;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2__btns {
  justify-content: flex-start;
  gap: 1px;
  margin-top: 20px;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2__btns {
    bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2__btns > * {
  width: calc(50% - 0.5px);
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2__btns div a {
  border-radius: 6px;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2__btns:has(> :nth-child(2)) :first-child a {
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2__btns:has(> :nth-child(2)) :first-child a {
    border-radius: 0 0 0 6px;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2__btns:has(> :nth-child(2)) :last-child a {
  border-radius: 0 6px 6px 0;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2__btns:has(> :nth-child(2)) :last-child a {
    border-radius: 0 0 6px 0;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2__btns a {
  background: var(--color-primary, #ff8053);
  color: white;
  cursor: pointer;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  height: auto;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2__btns a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2__btns a img {
  padding-right: 5px;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2--complete {
  border-radius: 6px;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2--complete {
    padding-bottom: 60px;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--forbiz .myPage_itemProduct--v2__btns__linker {
  border: 1px solid var(--color-primary-forbiz, #5ab0bd);
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--forbiz .myPage_itemProduct--v2__btns__linker:first-child {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--forbiz .myPage_itemProduct--v2__btns__linker:nth-child(2) {
  background: var(--color-primary-forbiz, #5ab0bd);
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--forbiz .myPage_itemProduct--v2__btns__linker.--color_white {
  color: #fff;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--forbiz .myPage_itemProduct--v2__btns__password {
  color: var(--color-primary-forbiz, #5ab0bd) !important;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--forbiz .link {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--forbiz .myPage_itemProduct--v2__bottom__buy__bought {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--forbiz .myPage_itemProduct__information__bottom a {
  color: var(--color-primary-forbiz, #5ab0bd) !important;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--forbiz.myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2__btns a {
  background: var(--color-primary-forbiz, #5ab0bd);
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--fandom .myPage_itemProduct--v2__btns__linker {
  border: 1px solid var(--color-primary-fandom, #f55b79);
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--fandom .myPage_itemProduct--v2__btns__linker:first-child {
  color: var(--color-primary-fandom, #f55b79);
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--fandom .myPage_itemProduct--v2__btns__linker:nth-child(2) {
  background: var(--color-primary-fandom, #f55b79);
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--fandom .myPage_itemProduct--v2__btns__linker.--color_white {
  color: #fff;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--fandom .myPage_itemProduct--v2__btns__password {
  color: var(--color-primary-fandom, #f55b79) !important;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--fandom .link {
  color: var(--color-primary-fandom, #f55b79);
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--fandom .myPage_itemProduct--v2__bottom__buy__bought {
  color: var(--color-primary-fandom, #f55b79);
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--fandom .myPage_itemProduct__information__bottom a {
  color: var(--color-primary-fandom, #f55b79) !important;
}
.myPage-contentPage__box .myPage_itemProduct--v2__box--fandom.myPage_itemProduct--v2__box--order_detail .myPage_itemProduct--v2__btns a {
  background: var(--color-primary-fandom, #f55b79);
}
.myPage-contentPage__box .myPage_itemProduct--v2--complete {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 16px;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2--complete {
    padding-bottom: 62px;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2 .numberParticipants_numberPage {
  margin-bottom: 8px;
  margin-top: 0;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .numberParticipants_numberPage .numberParticipants {
  line-height: 1.2;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .numberParticipants_numberPage .numberParticipants:first-child {
  margin-right: 0 !important;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .numberParticipants_numberPage .numberParticipants .number {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  height: 22px;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2 .numberParticipants_numberPage .numberParticipants .number {
    padding-top: 5px;
    height: auto;
    line-height: 1.4rem;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2 .numberParticipants_numberPage .numberParticipants .number small {
  font-size: 10px;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .numberParticipants_numberPage .numberParticipants:not(:first-child) {
  padding-left: 10px;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .numberParticipants_numberPage .numberParticipants:not(:last-child) {
  border-right: 1px solid #eee !important;
  padding-right: 10px;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .numberParticipants_numberPage span {
  font-size: 10px !important;
  color: #9b9b9b !important;
  font-weight: 300 !important;
  line-height: 1;
  display: block;
}
.myPage-contentPage__box .myPage_itemProduct--v2__btns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__btns {
    position: absolute;
    bottom: 15px;
    left: 0;
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__btns--expired_buy .myPage_itemProduct--v2__btns__linker {
  border: 1px solid #eee;
}
.myPage-contentPage__box .myPage_itemProduct--v2__btns--expired_buy .myPage_itemProduct--v2__btns__linker:first-child {
  color: #eee;
}
.myPage-contentPage__box .myPage_itemProduct--v2__btns--expired_buy .myPage_itemProduct--v2__btns__linker:nth-child(2) {
  background: #eee;
  color: white;
}
.myPage-contentPage__box .myPage_itemProduct--v2__btns .myPage_itemProduct--v2__btns__password {
  font-size: 10px;
  color: var(--color-primary, #ff8053);
  text-decoration: underline;
  cursor: pointer;
  line-height: 1;
  display: block;
  margin: 6px 0 -10px;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__btns .myPage_itemProduct--v2__btns__password {
    margin-top: 10px;
    padding-bottom: 5px;
    display: block;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__btns a:hover {
  opacity: 0.7;
}
.myPage-contentPage__box .myPage_itemProduct--v2__btns > * {
  width: calc(50% - 5px);
}
.myPage-contentPage__box .myPage_itemProduct--v2__btns__linker {
  font-weight: bold;
  border: 1px solid var(--color-primary, #ff8053);
  text-align: center;
  border-radius: 100px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__btns__linker {
    height: 32px;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__btns__linker:first-child {
  color: var(--color-primary, #ff8053);
}
.myPage-contentPage__box .myPage_itemProduct--v2__btns__linker:nth-child(2) {
  background: var(--color-primary, #ff8053);
  color: white;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct__information {
  width: calc(100% - 140px);
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct__information {
    width: calc(100% - 95px);
    margin-left: 0;
    margin-top: 3px;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct__information--order .myPage_itemProduct_split {
  width: auto;
  align-items: center;
  justify-content: flex-start;
  background: none;
  margin-top: 10px;
  height: auto;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct__information--order .myPage_itemProduct_split p {
  border: 2px solid #ddd;
  padding: 2px 9px 4px;
  line-height: 1;
  margin-bottom: 0;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct__information--order .myPage_itemProduct_split span {
  line-height: 1;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct__information__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct__information__head p {
  width: auto !important;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct__information__head__tag {
  background: #f0f0f0;
  padding: 2px 5px;
  font-size: 10px;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct__information__bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct__information__bottom p {
  font-size: 10px;
  color: #999;
  margin-bottom: 0;
  margin-right: 15px;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct__information__bottom a {
  min-height: inherit;
  color: var(--color-primary, #ff8053);
  text-decoration: underline;
  font-size: 12px;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct_description {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct_description {
    font-size: 16px;
    margin-bottom: 10px;
    width: calc(100% - 20px);
    line-height: 1;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct_split {
  width: 129px;
  height: 18px;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct_split span {
  color: var(--color-text, #333);
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.2px;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct_split span + span {
  margin-left: 5px;
}
.myPage-contentPage__box .myPage_itemProduct--v2 .myPage_itemProduct_split:empty {
  background-color: transparent;
}
.myPage-contentPage__box .myPage_itemProduct--v2__bottom {
  margin-bottom: 20px;
  border-radius: 0 0 6px 6px;
  background: #f9f9f9;
  width: 100%;
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #ddd;
}
.myPage-contentPage__box .myPage_itemProduct--v2__bottom__wrap {
  min-height: 57px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__bottom__wrap {
    min-height: 42px;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__bottom__wrap > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct--v2__bottom__wrap > div {
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .myPage-contentPage__box .myPage_itemProduct--v2__bottom__wrap > div > p {
    order: 1;
    font-size: 12px !important;
    font-weight: 400;
  }
  .myPage-contentPage__box .myPage_itemProduct--v2__bottom__wrap > div > span {
    order: 2;
    font-size: 12px;
    font-weight: 400;
  }
}
.myPage-contentPage__box .myPage_itemProduct--v2__bottom a {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-primary, #ff8053);
}
.myPage-contentPage__box .myPage_itemProduct--v2__bottom a.disables {
  color: #dedede;
}
.myPage-contentPage__box .myPage_itemProduct--v2__bottom p {
  margin-bottom: 0;
  font-size: 10px;
  color: #999999;
  display: flex;
  align-items: center;
}
.myPage-contentPage__box .myPage_itemProduct--v2__bottom p i {
  line-height: 0;
  cursor: pointer;
  margin-left: 5px;
}
.myPage-contentPage__box .myPage_itemProduct--v2__bottom__buy p span:nth-child(2):before {
  content: "・";
}
.myPage-contentPage__box .myPage_itemProduct > a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.myPage-contentPage__box .myPage_itemProduct > div {
  pointer-events: none;
}
.myPage-contentPage__box .myPage_itemProduct > div a {
  pointer-events: all;
}
.myPage-contentPage__box .myPage_itemProduct_title,
.myPage-contentPage__box .myPage_itemProduct .numberParticipants_numberPage span {
  font-size: 8px;
  font-weight: 500;
  color: #999999;
  margin-bottom: 0;
}
.myPage-contentPage__box .myPage_itemProduct_description {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.myPage-contentPage__box .myPage_itemProduct__image {
  width: 45%;
  max-width: 120px;
}
.myPage-contentPage__box .myPage_itemProduct__image img {
  max-width: 100%;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct__image {
    width: 85px;
  }
  .myPage-contentPage__box .myPage_itemProduct__image .book-cover {
    height: 85px !important;
  }
  .myPage-contentPage__box .myPage_itemProduct__image .book-cover-inner {
    transform: scale(0.0333202666, 0.0333202666) !important;
  }
  .myPage-contentPage__box .myPage_itemProduct__image .img-fluid.box-shadow {
    display: none !important;
  }
}
.myPage-contentPage__box .myPage_itemProduct__information {
  width: calc(55% - 15px);
  margin-left: 15px;
  position: relative;
}
@media screen and (max-width: 768.98px) {
  .myPage-contentPage__box .myPage_itemProduct__information {
    position: static;
  }
}
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
}
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn .btn-information .btn-pdf,
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn .btn-information .btn-bk {
  font-size: 8px;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 50px;
  display: inline-block;
}
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn .btn-information .btn-pdf {
  color: #e60000;
  background: #fff5f5;
}
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn .btn-information .btn-pdf:hover {
  color: #fff5f5;
  background: #c71515;
}
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn .btn-information .btn-bk {
  color: #ff6b5f;
  background: #fff4f0;
}
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn .btn-information .btn-bk:hover {
  background: #ff6b5f;
  color: #fff4f0;
}
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn .btn-information.--forbiz .btn-pdf {
  color: var(--color-primary-forbiz, #5ab0bd);
  background: var(--color-background, #f8f8f8);
}
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn .btn-information.--forbiz .btn-pdf:hover {
  color: #f8f8f8;
  background: var(--color-primary-forbiz, #5ab0bd);
}
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn .btn-information.--forbiz .btn-bk {
  color: var(--color-primary-forbiz, #5ab0bd);
  background: var(--color-background, #f8f8f8);
}
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn .btn-information.--forbiz .btn-bk:hover {
  background: var(--color-primary-forbiz, #5ab0bd);
  color: #f8f8f8;
}
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn .btn-information.--fandom .btn-pdf {
  color: var(--color-primary-fandom, #f55b79);
  background: var(--color-background, #f8f8f8);
}
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn .btn-information.--fandom .btn-pdf:hover {
  color: #f8f8f8;
  background: var(--color-primary-fandom, #f55b79);
}
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn .btn-information.--fandom .btn-bk {
  color: var(--color-primary-fandom, #f55b79);
  background: var(--color-background, #f8f8f8);
}
.myPage-contentPage__box .myPage_itemProduct__information .information-title-btn .btn-information.--fandom .btn-bk:hover {
  background: var(--color-primary-fandom, #f55b79);
  color: #f8f8f8;
}
.myPage-contentPage__box .myPage_itemProduct .numberParticipants_numberPage {
  display: flex;
}
.myPage-contentPage__box .myPage_itemProduct .numberParticipants_numberPage .numberParticipants:first-child {
  margin-right: 15px;
}
.myPage-contentPage__box .myPage_itemProduct .numberParticipants_numberPage .number {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.myPage-contentPage__box .myPage_itemProduct .btn-product {
  width: 100%;
  height: 50px;
  text-align: center;
  background: --color-background, #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.4;
}
.myPage-contentPage__box .myPage_itemProduct .btn-product:hover {
  background: #e6e3e3;
}
.myPage-contentPage__box .myPage_itemProduct .btn-product span {
  font-size: 10px;
  font-weight: 400;
  display: flex;
  width: 100%;
  justify-content: center;
}
.myPage .status-book {
  font-size: 10px;
  font-weight: 500;
  padding-left: 17px;
}
.myPage.myPage--forbiz .btn-view-all {
  border: 2px solid var(--color-primary-forbiz, #5ab0bd);
}
.myPage.myPage--forbiz .btn-preview {
  color: var(--color-primary-forbiz, #5ab0bd) !important;
}
.myPage.myPage--fandom .btn-view-all {
  border: 2px solid var(--color-primary-fandom, #f55b79);
}
.myPage.myPage--fandom .btn-preview {
  color: var(--color-primary-fandom, #f55b79) !important;
}

.myPage .notification {
  width: 100%;
  margin-bottom: 48px;
}
.myPage .notification p {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text, #333);
  margin-bottom: 0;
}
.myPage .myPage-noProduct__box {
  margin-bottom: 55px;
}
.myPage .listProduct {
  margin-bottom: 40px;
  margin-right: -15px;
}
.myPage .itemProduct img {
  margin: auto;
}
.myPage .itemProduct .itemProduct-name {
  font-size: 11px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.myPage .btn-view-all {
  cursor: pointer;
  max-width: 140px;
  margin: auto;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-primary, #ff8053);
  color: var(--color-primary, #ff8053);
  font-weight: 700;
  border-radius: 40px;
}

.page-informationProduct .breadcrumbs {
  max-width: 720px;
  width: 100%;
}
.page-informationProduct .ProductBought {
  max-width: 720px;
  width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
.page-informationProduct .ProductBought h3.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.page-informationProduct .ProductBought .title_box {
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-bottom: 0;
}
.page-informationProduct .ProductBought .title_box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 24px;
  background: var(--color-primary, #ff8053);
  border-radius: 50px;
}
.page-informationProduct .ProductBought .status {
  width: auto;
  min-width: auto;
  padding: 0 14px;
  height: 22px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-left: 30px;
  border: 1px solid #999999;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}
.page-informationProduct .ProductBought .status.active {
  border: 1px solid var(--color-primary, #ff8053);
  color: var(--color-primary, #ff8053);
}
.page-informationProduct .ProductBought-box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
}
.page-informationProduct .ProductBought-box .description {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 16px;
  color: var(--color-text, #333);
  font-weight: 500;
}
.page-informationProduct .ProductBought-box .description a {
  color: var(--color-primary, #ff8053);
  font-weight: bold;
  text-decoration: underline;
}
.page-informationProduct .ProductBought-box .btn-detail {
  display: flex;
  justify-content: center;
  margin: 20px auto auto;
}
.page-informationProduct .ProductBought-image {
  text-align: center;
  margin-bottom: 50px;
}
.page-informationProduct .ProductBought-titlePage {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 55px;
}
.page-informationProduct .ProductBought-name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
.page-informationProduct .ProductBought-information-table {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.page-informationProduct .ProductBought-information-table > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.page-informationProduct .ProductBought-information-table > div .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text, #333);
  background: #f7f7f7;
  padding: 15px;
  width: 20%;
  max-width: 110px;
}
.page-informationProduct .ProductBought-information-table > div .content {
  padding: 15px;
  width: 80%;
  font-size: 16px;
  font-weight: bold;
  color: var(--color-text, #333);
}
.page-informationProduct .ProductBought-information-table > div .content a {
  color: var(--color-primary, #ff8053);
  margin-left: 15px;
}
.page-informationProduct .ProductBought-information-table > div .content i {
  border: 1px solid var(--color-primary, #ff8053);
  border-top: 0;
  border-bottom: 0;
  border-radius: 3px;
  background: var(--color-primary, #ff8053);
}
.page-informationProduct .ProductBought-information-table > div .content i::before {
  color: #fff;
}
.page-informationProduct .ProductBought-form {
  width: 100%;
  margin-top: 30px;
}
.page-informationProduct .ProductBought-form .formReceipt {
  display: flex;
  align-items: center;
}
.page-informationProduct .ProductBought-form .formReceipt .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.page-informationProduct .ProductBought-form .formReceipt .address {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  max-width: 432px;
  margin-left: 20px;
  width: 67%;
}
.page-informationProduct .ProductBought-form .formReceipt .btn-submit {
  background: #333;
  border: 1px solid #333;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
  font-weight: bold;
  padding: 15px 10px;
  min-width: 100px;
}
.page-informationProduct .ProductBought-form .btn-down {
  text-align: center;
}
.page-informationProduct .ProductBought-form .btn-down .term {
  font-size: 12px;
  font-weight: bold;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-informationProduct .ProductBought .btn-purchased {
  margin-top: 30px;
}

.scroll {
  overflow: hidden;
  position: relative;
}
.scroll::after {
  content: "";
  background: rgba(0, 0, 0, 0.6509803922);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.detailsPurchasedBooks .ProductBought-bookDetail {
  max-width: 640px;
  margin: auto;
  display: none;
  position: fixed;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  top: 50px;
  padding: 40px;
  z-index: 9;
}
.detailsPurchasedBooks .ProductBought-bookDetail i {
  font-size: 25px;
  cursor: pointer;
  color: #676666;
  position: absolute;
  right: 20px;
  top: 25px;
}

.box-notification {
  border: 2px solid var(--color-primary, #ff8053);
  border-radius: 10px;
  padding: 23px;
  margin-bottom: 60px;
  text-align: center;
}
.box-notification .title-notification {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary, #ff8053);
}
.box-notification .content-notification {
  font-size: 12px;
  margin-top: 15px;
  font-weight: bold;
}
.box-notification .content-notification a {
  color: var(--color-primary, #ff8053);
  text-decoration: none;
}

.mybook_app {
  opacity: 0;
}
.mybook_app.active {
  opacity: 1;
}
.mybook_app__badge {
  font-size: 20px;
  position: absolute;
  top: -12px;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-primary, #ff8053);
  color: white;
  font-weight: 500;
}
@media screen and (max-width: 768.98px) {
  .mybook_app__badge {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768.98px) {
  .mybook_app__tabs {
    margin: 0 15px;
  }
}
.mybook_app__tabs ul {
  margin-bottom: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
}
.mybook_app__tabs ul li {
  position: relative;
  cursor: pointer;
  margin-top: 5px;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  width: 33.3333333333%;
  background: #eeeeee;
  color: #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
}
.mybook_app__tabs ul li:nth-child(2) {
  margin-left: 7px;
  margin-right: 7px;
}
@media screen and (max-width: 768.98px) {
  .mybook_app__tabs ul li:nth-child(2) {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.mybook_app__tabs ul li.active {
  display: flex !important;
  font-size: 22px;
  font-weight: 500;
  background: #fff;
  margin-top: 0;
  color: var(--color-text, #333);
}
@media screen and (max-width: 768.98px) {
  .mybook_app__tabs ul li.active {
    font-size: 14px;
    font-weight: 700;
  }
}
.mybook_app__tabs ul li p {
  margin-bottom: 0;
}
@media screen and (max-width: 768.98px) {
  .mybook_app__tabs ul li {
    font-size: 14px;
    font-weight: 700;
  }
}
.mybook_app .myPage_right {
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768.98px) {
  .mybook_app .myPage_right {
    padding-top: 20px;
  }
}
.mybook_app .mybook_app__tabs__owner {
  background: #fff;
}
.mybook_app .mybook_app__tabs__owner ul {
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 3px solid var(--color-background, #f8f8f8);
  margin-bottom: 0;
  padding-left: 1em;
}
@media screen and (max-width: 768.98px) {
  .mybook_app .mybook_app__tabs__owner ul {
    justify-content: stretch;
    padding-left: 0;
  }
}
.mybook_app .mybook_app__tabs__owner li {
  font-size: 18px;
  font-weight: 500;
  padding-top: 27px;
  padding-bottom: 17px;
  margin-left: 1em;
  margin-bottom: -3px;
  color: #ccc;
  cursor: pointer;
}
@media screen and (max-width: 768.98px) {
  .mybook_app .mybook_app__tabs__owner li {
    flex: 1;
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 768.98px) {
  .mybook_app .mybook_app__tabs__owner li {
    font-size: 12px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.mybook_app .mybook_app__tabs__owner li.active {
  color: var(--color-primary, #ff8053);
  border-bottom: 3px solid var(--color-primary, #ff8053);
}
.mybook_app .mybook_app__tabs__owner.--forbiz li.active {
  color: var(--color-primary-forbiz, #5ab0bd);
  border-bottom: 3px solid var(--color-primary-forbiz, #5ab0bd);
}
.mybook_app .mybook_app__tabs__owner.--fandom li.active {
  color: var(--color-primary-fandom, #f55b79);
  border-bottom: 3px solid var(--color-primary-fandom, #f55b79);
}

.myPage_right__pages {
  position: absolute;
  top: -10000000000px;
  left: -1000000000px;
}
.myPage_right__pages.active_content {
  position: relative;
  top: 0;
  left: 0;
  min-height: 100px;
}
.myPage_right__pages__nocontent-btn {
  margin-bottom: 30px;
}

.nocontent_info {
  color: #666;
  font-weight: 400;
  margin-bottom: 20px !important;
  margin-top: 60px;
  text-align: center;
}
.nocontent_info .btn_area {
  margin-top: 45px;
  margin-bottom: 80px;
}
.nocontent_info .btn_area a {
  width: 300px;
}

.slider-book--shadow {
  position: relative;
  z-index: 2;
  display: block;
}
.slider-book--shadow:before {
  content: "";
  position: absolute;
  left: -38px;
  bottom: 0;
  background: url(/_assets/images/common/carousel_shadow.svg) 0 100%/100% no-repeat;
  z-index: -1;
  width: clamp(100px, 11.4285714286vw, 100px);
  height: 40px;
}

@media screen and (max-width: 768.98px) {
  .myPage-sidebar__box-deliveryCalendar,
  .myPage-sidebar__box-tagPopular,
  .myPage-sidebar__box-giftPopular,
  .myPage-sidebar__box-postPopular,
  .pc_disp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp_disp {
    display: none;
  }
}
@media screen and (max-width: 768.98px) {
  html,
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .model.model-change-password .message-model {
    font-size: 14px !important;
  }
  .model.model-remove-book.active .model-content .inner .title {
    font-size: 20px;
    line-height: 28px;
    align-items: flex-start;
    width: calc(100% - 30px);
  }
  .model.model-remove-book.active .model-content .inner .title img {
    margin-top: 7px;
  }
  .model.model-remove-book.active .model-content .inner .message-model {
    font-size: 14px;
  }
  .model.model-remove-book.active .model-content .inner .group-input {
    margin-bottom: 20px;
  }
  .model.model-remove-book.active .model-content .inner .input-checkbox label {
    font-size: 14px;
  }
  .modal-buy-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
  }
  .modal-buy .model-content {
    max-width: 320px !important;
    max-height: 164px !important;
    overflow: hidden !important;
  }
  .modal-buy .model-content .inner {
    margin-top: 30px !important;
  }
  .modal-buy .dropdown-menu__wrap {
    padding-top: 0 !important;
  }
  .model-content .dropdown-menu {
    position: static;
    top: inherit;
    left: inherit;
    box-shadow: none !important;
    display: block !important;
  }
  .model-content .dropdown-menu__wrap {
    position: static !important;
    top: inherit;
    left: inherit;
  }
  .model-content .dropdown-menu ul li {
    width: 131px;
  }
  .model-content .dropdown-menu ul li:first-child a img {
    width: 26px;
    height: 32px;
  }
  .model-content .dropdown-menu ul li:nth-child(3) a img {
    width: 28px;
    height: 34px;
  }
  .model-content .dropdown-menu ul li.bd {
    height: 58px;
  }
  .model-content .dropdown-menu ul li a {
    font-size: 14px;
  }
  .myPage_itemProduct--v2__btns .dropdown-menu__wrap {
    display: none !important;
  }
  a[type=submit] {
    -webkit-appearance: none !important;
  }
  .information-acount__name {
    font-size: 14px;
    font-weight: 700;
  }
  .information-acount__email {
    color: #999;
    font-size: 10px !important;
    font-weight: 400 !important;
  }
  .mybook_app__title {
    width: calc(100% - 30px);
    margin: 0 auto 20px;
  }
  .nocontent_info p {
    font-size: 12px !important;
    color: #666 !important;
    line-height: 24px !important;
  }
  .nocontent_info .btn_area {
    margin-top: 45px;
    margin-bottom: 60px;
  }
  .nocontent_info .btn_area a {
    width: 100%;
    font-size: 14px;
  }
  .myPage .list-book-product {
    padding: 0;
  }
  .myPage .list-book-product:first-child {
    padding-right: 10px;
    position: relative;
    z-index: 3;
  }
  .myPage .list-book-product:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    z-index: 2;
  }
  .myPage .list-book-product:nth-child(3) {
    padding-left: 10px;
    position: relative;
    z-index: 1;
  }
  .nocontent_listProduct {
    margin-right: 0 !important;
  }
  .nocontent_listProduct .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .nocontent_listProduct .regular-sub {
    font-size: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768.98px) and (max-width: 768.98px) {
  .nocontent_listProduct .list-book-product {
    width: 33% !important;
  }
}
@media screen and (max-width: 768.98px) {
  .myPage_right__pages__nocontent-btn {
    max-width: 204px;
    font-size: 12px !important;
    font-weight: 700;
  }
  .titles--styleh4:before {
    height: 16px;
  }
}
.loading-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.4);
}
.loading-icon .loading-icon-content {
  border-radius: 4px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  font-size: 10px;
  letter-spacing: 0.4px;
  line-height: 1;
}
.loading-icon .loading-icon-content img {
  height: 100%;
  width: 100%;
  animation: spin 1.5s linear infinite;
}

.sec-meg-recommend {
  margin-top: 25px;
  margin-bottom: 40px;
}
.sec-meg-recommend__text {
  margin: 0 auto 39px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-family: "Noto Sans";
  font-weight: bold;
}
.sec-meg-recommend__text__subtitle {
  width: -moz-fit-content;
  width: fit-content;
  height: 39.5px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #23989a;
  background-image: url("https://assets.sugoyose.jp/storage/images/index/meg_subtitle_line.png");
  background-size: contain;
}
.sec-meg-recommend__text__title {
  font-size: 28px;
  letter-spacing: 0.04em;
  color: var(--color-text, #333);
  white-space: nowrap;
}
.sec-meg-recommend__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-block-start: 0;
  padding-inline-start: 0;
}
.sec-meg-recommend__list__item {
  width: 22.7053140097%;
}
.sec-meg-recommend__list__item img {
  width: 100%;
}
.sec-meg-recommend__list__item__text {
  margin-top: 17px;
  height: 91px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-family: "Noto Sans";
  text-align: left;
}
.sec-meg-recommend__list__item__text .product_brand {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #a2a2a2;
}
.sec-meg-recommend__list__item__text .product_title {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #666;
}
.sec-meg-recommend__list__item__text .product_price {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #000;
}
.sec-meg-recommend__list__item__text .product_tax {
  margin-top: 6px;
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.04em;
  text-align: left;
  color: #000;
}

.search_control__sorter {
  font-size: 14px;
  width: 165px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .search_control__sorter {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768.98px) {
  .search_control__sorter {
    width: 20px;
    margin-right: 15px;
  }
}
.search_control__sorter__active {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.search_control__sorter__active i {
  margin-right: 10px;
}

@media screen and (max-width: 768.98px) {
  .search_control__sorter__active i {
    margin-right: 0;
  }
  .search_control__sorter__active i img {
    height: 16px;
    width: auto;
  }
}
@media screen and (max-width: 768.98px) {
  .search_control__sorter span {
    display: none;
  }
}
.search_control__sorter__selectlist {
  position: absolute;
  width: 175px;
  top: 99%;
  z-index: 30;
  right: -15px;
  list-style: none;
  padding: 3px 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  font-size: 14px;
}

@media screen and (max-width: 768.98px) {
  .search_control__sorter__selectlist {
    width: 165px;
    top: calc(100% + 20px);
    right: -13px;
  }
}
.search_control__sorter__selectlist:not(.search_control__sorter__selectlist__show) {
  transform: translateX(-10000000px);
}

.search_control__sorter__selectlist li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
  white-space: nowrap;
  padding: 15px 0;
}

.search_control__sorter__selectlist li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 769px) {
  .search_control__sorter__selectlist li {
    padding: 9px 15px 9px 7px;
  }
}
.search_control__sorter__selectlist li:before {
  width: 11px;
  height: 7px;
  display: block;
  content: "";
  margin-right: 8px;
}

.search_control__sorter__selectlist li:hover {
  color: var(--color-primary, #ff8053);
}

.search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active {
  color: var(--color-primary, #ff8053);
}

.search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active:before {
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_check.svg") no-repeat center;
  background-size: contain;
}

.myPage--forbiz .search_control__sorter__selectlist li:hover {
  color: var(--color-primary-forbiz, #5ab0bd);
}

.myPage--forbiz .search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active {
  color: var(--color-primary-forbiz, #5ab0bd);
}

.myPage--forbiz .search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active:before {
  background: url("/_assets/images/common/icon/forbiz_icon_check.svg") no-repeat center;
}

.myPage--fandom .search_control__sorter__selectlist li:hover {
  color: var(--color-primary-fandom, #f55b79);
}

.myPage--fandom .search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active {
  color: var(--color-primary-fandom, #f55b79);
}

.myPage--fandom .search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active:before {
  background: url("/_assets/images/common/icon/fandom_icon_check.svg") no-repeat center;
}

@media screen and (max-width: 768.98px) {
  .search_control__keyword {
    width: calc(100% - 55px);
  }
}
.search_control__keyword__wrap {
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  width: 283px;
  border-radius: 4px;
}

@media screen and (min-width: 769px) {
  .search_control__keyword__wrap {
    padding: 6px 15px;
  }
}
@media screen and (max-width: 768.98px) {
  .search_control__keyword__wrap {
    background: #f6f6f6;
    border: none;
    border-radius: 100px;
    padding: 14px 20px;
    width: 100%;
    height: 43px;
  }
}
.search_control__keyword__wrap input {
  width: 90%;
  border: none;
  font-size: 14px;
}

@media screen and (max-width: 768.98px) {
  .search_control__keyword__wrap input {
    font-size: 13px;
    background-color: inherit;
  }
}
.search_control__keyword__wrap input::-moz-placeholder {
  color: #999;
}
.search_control__keyword__wrap input::placeholder {
  color: #999;
}

.search_control__keyword__wrap img {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 768.98px) {
  .search_control__keyword__wrap img {
    height: 16px;
    width: 16px;
  }
}
@media screen and (max-width: 768.98px) {
  .search_control__keyword__icon--pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .search_control__keyword__icon--sp {
    display: none;
  }
}
.search_control__wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .search_control__wrap {
    margin-bottom: 20px;
    margin-top: -20px;
  }
}
.Privacy-Policy {
  width: max(1000px, 100% - 320px);
  margin: 30px auto 0;
}
.Privacy-Policy-boxContent {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  margin: 30px 0 0 0;
}
.Privacy-Policy-boxContent .h3-title {
  margin-bottom: 40px;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
.Privacy-Policy-boxContent h3.h3-title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 32.5px;
}
.Privacy-Policy-boxContent h3.h3-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--color-primary, #ff8053);
  border-radius: 50px;
}
.Privacy-Policy-boxContent h3.subtitle {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.Privacy-Policy-boxContent div {
  margin-bottom: 60px;
}

#page-fqa #gl-header {
  z-index: 15;
}
#page-fqa #gl-main {
  position: static;
}

.page-fqa .faq__image_viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-fqa .faq__image_viewer__wrap {
  margin: 0;
  padding: 30px;
}
.page-fqa .faq__image_viewer__wrap img {
  max-width: 100%;
  max-height: 90vh;
}
.page-fqa .faq__image_viewer__closer {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.page-fqa .highlight {
  background: var(--color-text-highlight, #fdd046);
}
.page-fqa .page-fqa-box-header,
.page-fqa .page-fqa-box-header .list-item {
  margin-bottom: 20px !important;
}
.page-fqa .page-fqa-box-header .item:not(.active) .page-fqa-box-header__child {
  display: none;
}
.page-fqa .page-fqa-box-header__child {
  margin-top: 10px;
  font-size: 11px;
  list-style: none;
  margin-left: 16px;
}
.page-fqa .page-fqa-box-header__child li:not(:last-child) {
  margin-bottom: 5px;
}
.page-fqa .page-fqa-box-header__child li a:hover {
  color: var(--color-primary, #ff8053) !important;
}
.page-fqa .search_control__keyword {
  position: sticky;
  z-index: 10;
  width: 100%;
  top: 100px;
  background: #fff;
}
.page-fqa .search_control__keyword__wrap {
  width: 100%;
}
.page-fqa .not_found_text {
  font-size: 16px;
}
.page-fqa-box-header .list-item {
  display: flex;
  flex-wrap: wrap;
  background: whitesmoke;
  padding: 48px 90px 13px;
}
.page-fqa-box-header .list-item .item {
  width: 25%;
  margin-bottom: 35px;
  color: #666;
  font-size: 1.2rem;
}
.page-fqa-box-header .list-item .item a {
  display: flex;
  align-items: center;
}
.page-fqa-box-header .list-item .item img {
  width: 10px;
  margin-right: 5px;
}
.page-fqa-box-header .list-item .item.active img {
  transform: rotate(180deg);
}
.page-fqa-box-header .list-item .link-item {
  color: #666;
  cursor: pointer;
}
.page-fqa-box-header .list-item .link-item:hover {
  text-decoration: none;
  color: #666;
}
.page-fqa-box-header .list-item .link-item span {
  overflow-wrap: anywhere;
}
.page-fqa-box-header .list-item .link-item span:hover {
  color: var(--color-primary, #ff8053);
}
.page-fqa .faq_app__set {
  margin-top: 60px;
}
.page-fqa .faq_app__set__child {
  margin-top: 50px;
}
.page-fqa-content h3.h3-title {
  margin-bottom: 32px;
}
.page-fqa-content h4.h3-title {
  margin-bottom: 32px;
  font-size: 18px !important;
  padding-left: 14px;
  position: relative;
}
.page-fqa-content h4.h3-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: inherit !important;
  width: 4px;
  height: 18px;
  background: var(--color-primary, #ff8053);
  border-radius: 50px;
}
.page-fqa-content h3 {
  font-size: 24px;
  margin-bottom: 32px;
}
.page-fqa-content h3 :not(:first-child) {
  margin-top: 60px;
}
.page-fqa .Privacy-Policy-boxContent div {
  margin-bottom: 0;
}
.page-fqa .question-list {
  position: relative;
  z-index: 9;
}
.page-fqa .question-list .question-item {
  border-bottom: 1px solid #ececec;
  font-size: 1.6rem;
  margin-bottom: 23px;
}
.page-fqa .question-list .question-item a {
  color: var(--color-primary, #ff8053);
}
.page-fqa .question-list .question-item > div {
  display: flex;
  margin-bottom: 19px;
  padding-left: 50px;
  position: relative;
  align-items: center;
  padding-right: 20px;
}
.page-fqa .question-list .question-item > div b {
  position: absolute;
  left: 0;
  font-size: 2rem;
  font-weight: bold;
}
.page-fqa .question-list .question-item .question .title-question {
  line-height: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 0;
}
.page-fqa .question-list .question-item .question span {
  position: absolute;
  right: 0;
  color: var(--color-primary, #ff8053);
  width: 14px;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
.page-fqa .question-list .question-item .question .minus {
  display: none;
}
.page-fqa .question-list .question-item .question .minus.show-answer-icon {
  display: flex;
}
.page-fqa .question-list .question-item .question .plus {
  display: none;
}
.page-fqa .question-list .question-item .question .plus.show-answer-icon {
  display: flex;
}
.page-fqa .question-list .question-item .answer {
  display: none;
}
.page-fqa .question-list .question-item .answer-content {
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
}
.page-fqa .question-list .question-item .answer-content__images {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.page-fqa .question-list .question-item .answer-content__images li {
  max-width: 150px;
  margin: 0 1em 1em 0;
  cursor: zoom-in;
}
.page-fqa .question-list .question-item .answer-content__images li img {
  width: 100%;
}
.page-fqa .question-list .question-item .answer b {
  color: var(--color-primary, #ff8053) !important;
}
.page-fqa .question-list .question-item .answer figcaption.attachment__caption {
  display: none;
}
.page-fqa .question-list .question-item:last-child {
  border-bottom: unset;
}
.page-fqa .question-list .question-item.show-answer .answer {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}

.page-intro {
  color: var(--color-text, #333);
  padding-top: 40px;
  background: #fff;
}
.page-intro .container {
  padding: 0;
  max-width: clamp(1200px, 100vw - 30px, 1440px);
}
.page-intro .container img {
  margin: auto;
  display: block;
}
.page-intro .section-kv {
  position: relative;
  height: 490px;
}
.page-intro .section-kv .image-kv {
  float: right;
}
.page-intro .section-kv .title-header-box {
  clear: right;
  width: 510px;
  height: 490px;
  position: absolute;
  top: 0;
  background: #fff;
  border-bottom-right-radius: 80px;
}
.page-intro .section-kv .title-header-box .logo-header {
  padding: 15px 100px 25px 135px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-intro .section-kv .title-header-box .logo-header .logo img {
  max-width: 100px;
}
.page-intro .section-kv .title-header-box .title-header {
  padding-right: 84px;
  padding-left: 135px;
}
.page-intro .section-kv .title-header-box .title-header h1 {
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 6.24px;
  margin-bottom: 28px;
}
.page-intro .section-kv .title-header-box .title-header p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding-right: 10px;
}
.page-intro .section-kv .button-service {
  position: absolute;
  right: 45px;
  bottom: -35px;
  width: 442px;
  height: 70px;
  background-color: var(--color-primary, #ff8053);
  border-radius: 0 15px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  letter-spacing: 2.1px;
  font-weight: 600;
}
.page-intro .section-kv .button-service span {
  font-weight: 700;
}
.page-intro .title-box {
  text-align: center;
  position: relative;
  z-index: 9;
}
.page-intro .title-box p {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-primary, #ff8053);
}
.page-intro .title-box .description {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text, #333);
  margin-top: 30px;
  margin-bottom: 0;
}
.page-intro .section-service {
  position: relative;
  margin-top: 135px;
  overflow: hidden;
}
.page-intro .section-service .description {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 10px;
}
.page-intro .section-service .description span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-left: 11px;
  letter-spacing: 0.8px;
}
.page-intro .section-service .title-box {
  text-align: center;
}
.page-intro .section-service .title-box span {
  color: var(--color-primary, #ff8053);
}
.page-intro .section-service .section-title,
.page-intro .section-service .section-content {
  position: relative;
  z-index: 9;
}
.page-intro .section-service .section-content {
  background-color: var(--color-background, #f8f8f8);
  border-radius: 0 80px 0 0;
  margin-top: -25px;
  z-index: 8;
  padding-top: 57px;
  margin-right: 70px;
}
.page-intro .section-service .section-content .list-service {
  padding-left: 160px;
  padding-right: 90px;
}
.page-intro .section-service .section-content .list-service .item-service {
  padding-left: 10px;
  padding-right: 10px;
}
.page-intro .section-service .section-content .list-service .item-service .content-item {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 78px;
}
.page-intro .section-message {
  margin-top: 120px;
}
.page-intro .section-message .title-box p {
  margin-bottom: 10px;
}
.page-intro .section-message .title-box p span {
  padding-left: 30px;
  padding-right: 30px;
}
.page-intro .section-message .container {
  max-width: 1100px;
}
.page-intro .section-message .list-message {
  margin-top: 50px;
}
.page-intro .section-message .list-message .content-item {
  font-size: 16px;
  margin-top: 25px;
  padding-left: 0;
  margin-bottom: 0;
}
.page-intro .section-message .message-description {
  margin-top: 100px;
  margin-bottom: 60px;
}
.page-intro .section-message .message-description .h3-title {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
}
.page-intro .section-message .message-description .h3-title img {
  position: absolute;
  left: 0;
}
.page-intro .section-message .message-description .img-banner img {
  width: 100%;
  height: auto;
}
.page-intro .section-message .message-description .description {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-intro .section-message .message-description .description .content-description {
  font-size: 16px;
  font-weight: 500;
  padding-right: 40px;
}
.page-intro .section-message .message-description.message-book {
  margin-top: 60px;
}
.page-intro .section-message .message-description.message-book .content-description {
  padding-left: 40px;
}
.page-intro .section-designs {
  position: relative;
  margin-top: 135px;
  overflow: hidden;
}
.page-intro .section-designs .title-box p {
  margin-bottom: 10px;
}
.page-intro .section-designs .title-box p span {
  padding-left: 30px;
  padding-right: 30px;
}
.page-intro .section-designs .intro-designs-list {
  margin-top: -30px;
  padding-top: 20px;
  z-index: 8;
  position: relative;
  background-color: var(--color-background, #f8f8f8);
  border-radius: 80px 0 0 0;
  margin-left: 70px;
  padding-bottom: 80px;
}
.page-intro .section-designs .intro-designs-list .description {
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 48px;
}
.page-intro .section-designs .intro-designs-list .row {
  margin-left: -70px;
}
.page-intro .section-information-twitter {
  margin-top: 120px;
  position: relative;
}
.page-intro .section-information-twitter .title-box p {
  margin-bottom: 10px;
}
.page-intro .section-information-twitter .title-box p span {
  padding-left: 30px;
  padding-right: 30px;
}
.page-intro .section-information-twitter .content-section {
  margin-top: -30px;
  padding-top: 70px;
  z-index: 8;
  position: relative;
  background-color: var(--color-background, #f8f8f8);
  border-radius: 0 80px 0 0;
  margin-right: 70px;
  padding-bottom: 60px;
}

.footer-teaser {
  background-color: white;
}
.footer-teaser .footer-teaser-container {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer-teaser .footer-teaser-container p {
  font-size: 10px;
  color: #999999;
}

#page-fqa #gl-contents {
  background: var(--color-background, #f8f8f8);
}
#page-fqa #gl-footer {
  background: var(--color-background, #f8f8f8);
}
#page-fqa .question-item b {
  color: #999999;
}

#Privacy-Policy .h2-title,
#Transaction-law .h2-title,
#Rules-Page .h2-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
#Privacy-Policy .subtitle,
#Transaction-law .subtitle,
#Rules-Page .subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  color: var(--color-text, #333);
}
#Privacy-Policy .content,
#Transaction-law .content,
#Rules-Page .content {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
  color: var(--color-text, #333);
}
#Privacy-Policy #gl-contents,
#Transaction-law #gl-contents,
#Rules-Page #gl-contents {
  background: var(--color-background, #f8f8f8);
}
#Privacy-Policy #gl-footer,
#Transaction-law #gl-footer,
#Rules-Page #gl-footer {
  background: var(--color-background, #f8f8f8);
}
#Privacy-Policy .color-red,
#Transaction-law .color-red,
#Rules-Page .color-red {
  color: red;
}

#Transaction-law .transaction-law__credits {
  font-weight: bold;
  font-size: 14px;
}
#Transaction-law table {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  border: solid #e5e5e5;
  border-width: 1px 0 0 1px;
  margin-bottom: 10px;
}
#Transaction-law table td {
  border: solid #e5e5e5;
  border-width: 0 1px 1px 0;
  background: #fff;
  line-height: 2.25;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 15px;
  text-align: left;
}
#Transaction-law table td:first-child {
  background: #f7f7f7;
  border-right-width: 0;
  min-width: 248px;
}

.page-fqa .tab-link-fqa {
  line-height: normal;
  word-wrap: break-word;
  padding-top: 110px;
  margin-top: -110px;
}
.page-fqa .tab-link-fqa.inactive {
  display: none;
}
.page-fqa .Privacy-Policy-boxContent h3.h3-title::after {
  top: unset;
  bottom: 0;
  height: 18px;
}
.page-fqa .Privacy-Policy-boxContent h2.cmn-h2 {
  margin-bottom: 30px;
}

.Privacy-Policy-boxContent--fandom a:hover {
  color: var(--color-primary-fandom, #f55b79);
}

@media screen and (max-width: 768.98px) {
  #Transaction-law .Privacy-Policy {
    width: unset;
  }
  #Transaction-law table td {
    width: 100%;
    float: left;
    clear: left;
  }
  #Transaction-law table td:first-child {
    border-right-width: 1px;
    min-width: unset;
  }
}
.pageAbout {
  background: #fff;
}
.pageAbout_introduce {
  padding: 0 0 55px 0;
}
.pageAbout_introduce .description {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
}
.pageAbout_introduce .description span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-left: 11px;
}
.pageAbout_introduce .title-page {
  text-align: center;
}
.pageAbout_introduce .title-page span {
  color: var(--color-primary, #ff8053);
}
.pageAbout-imgBanner {
  padding-bottom: 135px;
}
.pageAbout-imgBanner .boxInformation {
  margin-top: 85px;
}
.pageAbout-imgBanner .boxInformation-item {
  margin-bottom: 80px;
}
.pageAbout-imgBanner .boxInformation-item .h3-title {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.pageAbout-imgBanner .boxInformation-item .h3-title:before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  border: 3px solid var(--color-primary, #ff8053);
  position: absolute;
  left: 0;
}
.pageAbout-imgBanner .boxInformation-content {
  font-size: 14px;
}
.pageAbout-imgBanner .boxInformation-right img {
  max-width: 705px;
}
.pageAbout-imgBanner img {
  width: 100%;
  height: auto;
}
.pageAbout-boxContent {
  text-align: center;
  position: relative;
}
.pageAbout-boxContent .title-box {
  position: relative;
  z-index: 9;
}
.pageAbout-boxContent .title-box p {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary, #ff8053);
}
.pageAbout-boxContent .title-box .description {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text, #333);
  margin-bottom: 0;
}
.pageAbout-boxContent::after {
  content: "";
  width: 1560px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #f7f9f9;
  z-index: 0;
}
.pageAbout-question .question-boxproblems {
  padding: 117px 0 132px 100px;
}
.pageAbout-question .question-boxproblems .problems,
.pageAbout-question .question-boxproblems .question {
  position: relative;
  z-index: 9;
}
.pageAbout-question .question-boxproblems .title-box .Top-h2-title {
  margin-bottom: 69px;
}
.pageAbout-question .question-boxproblems .problems {
  margin-bottom: 70px;
}
.pageAbout-question .question-boxproblems .problems p {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
.pageAbout-question .question-boxproblems .problems p a {
  color: var(--color-primary, #ff8053);
  text-decoration: none;
}
.pageAbout-question .question-boxproblems .problems .itemproblems .content {
  font-size: 13px;
  font-weight: bold;
  background: #fff;
  padding: 30px 20px;
  border-radius: 50px;
}
.pageAbout-question .question-boxproblems .problems .itemproblems img {
  position: relative;
  top: -10px;
}
.pageAbout-question .question-boxproblems .question {
  padding: 40px 0 60px 100px;
  border-radius: 50px 0 0 50px;
  position: relative;
}
.pageAbout-question .question-boxproblems .question::after {
  content: "";
  width: 1205px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 0;
  border-radius: 50px 0 0 50px;
}
.pageAbout-question .question-boxproblems .question .row {
  position: relative;
  z-index: 9;
}
.pageAbout-question .question-boxproblems .question-left {
  align-items: center;
  display: flex;
  text-align: left;
}
.pageAbout-question .question-boxproblems .question-left .h3-title {
  line-height: 44px;
  margin-bottom: 33px;
}
.pageAbout-question .question-boxproblems .question-left p {
  font-size: 15px;
  font-weight: bold;
}
.pageAbout-question .question-boxproblems .list-question {
  text-align: left;
  margin-top: 90px;
}
.pageAbout-question .question-boxproblems .list-question-title {
  margin-bottom: 19px;
  position: relative;
  display: flex;
  align-items: center;
}
.pageAbout-question .question-boxproblems .list-question-title img {
  margin-right: 10px;
}
.pageAbout-question .question-boxproblems .list-question-title h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  max-width: 200px;
}
.pageAbout-question .question-boxproblems .list-question-title::after {
  content: "";
  width: 170px;
  height: 2px;
  background: var(--color-primary, #ff8053);
  display: block;
  margin-left: 20px;
}
.pageAbout-question .question-boxproblems .list-question b {
  font-size: 14px;
  font-weight: bold;
}
.pageAbout-question .question-boxproblems .list-question ul {
  list-style: none;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 25px;
}
.pageAbout-question .question-boxproblems .list-question ul li {
  font-size: 14px;
  font-weight: 500;
}
.pageAbout-question .question-boxproblems .list-question ul li span {
  color: var(--color-primary, #ff8053);
  font-weight: bold;
}
.pageAbout-question .question-boxproblems .list-question ul li:nth-child(even) {
  margin-left: 10px;
}
.pageAbout-question .question-boxproblems .list-question .description {
  font-size: 14px;
  font-weight: 500;
}
.pageAbout-question .question-boxproblems .btn-orange {
  position: relative;
  z-index: 9;
}
.pageAbout-question .question-boxproblems::after {
  left: -75px;
  width: 1380px;
  border-radius: 50px 0 0 0;
}
.pageAbout-question .question-boxproblems > .btn-orange {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
}
.pageAbout-bookEditions {
  margin-top: 118px;
}
.pageAbout-bookEditions .bookEditions-box {
  padding: 117px 40px 122px 0;
}
.pageAbout-bookEditions .bookEditions-box::after {
  right: 125px;
  border-radius: 0 50px 0 0;
}
.pageAbout-bookEditions .bookEditions-box .title-box .Top-h2-title {
  margin-bottom: 35px;
}
.pageAbout-bookEditions-list {
  position: relative;
  margin-top: 60px;
  z-index: 9;
  margin-bottom: 70px;
}
.pageAbout-bookEditions-listItem img {
  border-radius: 80px 0 80px 0;
  width: 100%;
  overflow: hidden;
  display: block;
}
.pageAbout-bookEditions-listItem .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 54px;
  margin-top: 15px;
}
.pageAbout-bookEditions-listItem .content {
  font-size: 13px;
  font-weight: 500;
}
.pageAbout-bookEditions .btn-bookEditions {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  margin: auto;
}
.pageAbout-designs {
  margin-top: 118px;
}
.pageAbout-designs .designs-box {
  padding: 117px 0 125px 20px;
}
.pageAbout-designs .designs-box::after {
  right: 232px;
  width: 1180px;
  border-radius: 50px 0 0 0;
}
.pageAbout-designs .designs-box .title-box .Top-h2-title {
  margin-bottom: 40px;
}
.pageAbout-designsList {
  margin-top: 80px;
  margin-bottom: 60px;
  z-index: 9;
  position: relative;
}
.pageAbout-designsList .itemProduct img {
  margin: auto;
}
.pageAbout-designsList .pageAbout-designsSlides {
  z-index: 9;
}
.pageAbout-designs .btn-designs {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  margin: auto;
  text-decoration: none;
}
.pageAbout-designs .next-designs,
.pageAbout-designs .prev-designs {
  background-color: rgba(112, 112, 112, 0.8);
  color: white;
  position: absolute;
  z-index: 9999;
  top: 50px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.pageAbout-designs .next-designs {
  right: 0;
}
.pageAbout-designs .prev-designs {
  left: 0;
}
.pageAbout-notification p {
  margin: 0;
  padding: 100px 0;
}

@media screen and (max-width: 1700px) {
  .pageAbout-designs .designs-box::after {
    right: 0;
    left: unset;
    width: 1180px;
  }
}
:root {
  --pc-design-width: 1440;
  --sp-design-width: 390;
  --primary-color: var(--color-primary, colors.$primary);
  --secondary-color: colors.$black;
  --monotone-2: #999;
}

@media screen and (min-width: 769px) {
  html .sp,
  body .sp {
    display: none;
  }
}
@media screen and (max-width: 768.98px) {
  html .pc,
  body .pc {
    display: none;
  }
  html,
  body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
    background-color: #fff;
  }
  html img,
  body img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .mb-0-sp {
    margin-bottom: 0 !important;
  }
  .mb-5-sp {
    margin-bottom: 5px !important;
  }
  .mb-6-sp {
    margin-bottom: 6px !important;
  }
  .mb-10-sp {
    margin-bottom: 10px !important;
  }
  .mb-20-sp {
    margin-bottom: 20px !important;
  }
  .mt-0-sp {
    margin-top: 0 !important;
  }
  .mx-20-sp {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .p-0-sp {
    padding: 0 !important;
  }
  .pt-0-sp {
    padding-top: 0 !important;
  }
  .px-10-sp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 1280px) {
  #gl-header .logo {
    width: 103px;
  }
  #gl-header .account {
    font-size: 11px;
    letter-spacing: normal;
  }
  #gl-header .nav .list li {
    font-size: 11px;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 1580px) {
  #gl-header {
    padding: 0 clamp(40px, 160 / var(--pc-design-width) * 100vw, 160px);
  }
}
@media screen and (min-width: 769px) {
  #gl-header .nav {
    width: clamp(650px, 50.6111111111vw, 700px);
    height: 100%;
    margin: 0 auto;
  }
  #gl-header .nav .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 768.98px) {
  #gl-main {
    min-width: 100%;
    padding: 50px 0 0;
  }
  .mt--80-50 {
    margin-top: -50px;
  }
  #gl-wrapper {
    min-width: 100%;
  }
  h1,
  ul {
    margin: 0;
    padding: 0;
  }
  a {
    color: var(--secondary-color);
  }
  #gl-header {
    min-width: 100%;
    padding: 0;
  }
  #gl-header .inner {
    position: relative;
    height: 50px;
  }
  #gl-header .inner .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(15 / var(--sp-design-width) * 100%);
    width: 95px;
    line-height: 1;
  }
  #gl-header .inner .menu-button {
    position: absolute;
    right: calc(15 / var(--sp-design-width) * 100%);
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }
  #gl-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background 0.3s ease-in-out;
  }
  #gl-menu.show {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.6);
  }
  #gl-menu.show .inner {
    right: 0;
  }
  #gl-menu .inner {
    position: absolute;
    right: -100%;
    top: 0;
    width: 320px;
    height: 100%;
    padding: 0 0 0 calc(30 / var(--sp-design-width) * 100%);
    background: #fff;
    transition: right 0.3s ease-in-out;
  }
  #gl-menu .inner .header {
    padding: 17px;
  }
  #gl-menu .inner .header .close-button {
    float: right;
  }
  #gl-menu .inner .list {
    display: block;
    padding: 0 22px 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-top: 1px solid #ddd;
  }
  #gl-menu .inner .list:nth-of-type(1) {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  #gl-menu .inner .list:nth-of-type(2) {
    padding-top: 45px;
  }
  #gl-menu .inner .list li {
    position: relative;
    display: block;
  }
  #gl-menu .inner .list li.account a {
    color: var(--color-primary, #ff8053);
  }
  #gl-menu .inner .list li a {
    display: block;
    padding: 0 12px 0 0;
  }
  #gl-menu .inner .list li a:hover {
    color: var(--color-primary, #ff8053) !important;
  }
  #gl-menu .inner .list li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    width: 7.43px;
    height: 12.72px;
    background: url("/_assets/images/common/icon/arrow_right_primary.svg") 0 0/100% no-repeat;
  }
  #gl-menu .inner .list li + li {
    margin: 43px 0 0;
  }
  #gl-menu.gl-menu--forbiz .inner .list li a:hover {
    color: var(--color-primary-forbiz, #5ab0bd) !important;
  }
  #gl-menu.gl-menu--forbiz .inner .list li a:after {
    background: url("/_assets/images/common/icon/forbiz_arrow_right_primary.svg") 0 0/100% no-repeat;
  }
  #gl-footer {
    position: relative;
    z-index: 0;
    padding: 80px calc(15 / var(--sp-design-width) * 100%) 50px;
    background-color: #fff;
  }
  #gl-footer .inner {
    position: relative;
  }
  #gl-footer .inner .totop {
    position: absolute;
    right: 0;
    top: -14px;
    width: 40px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
  }
  #gl-footer .inner .left-group {
    width: 131px;
    margin: 0 0 36px;
  }
  #gl-footer .inner .right-group {
    letter-spacing: 0.02em;
  }
  #gl-footer .inner .right-group .list {
    display: block;
    margin: 0 0 48px;
  }
  #gl-footer .inner .right-group .list li {
    display: block;
    margin: 16px 0 0;
    font-size: 1rem;
  }
  #gl-footer .inner .right-group .list li + li {
    margin: 16px 0 0;
  }
  #gl-footer .inner .right-group .copy {
    color: var(--monotone-2);
    transform: scale(0.8);
    transform-origin: 0 0;
  }
  .product {
    background: #fff;
  }
  .product .title {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    line-height: 1.3636363636;
  }
  .content-product {
    width: calc(100vw - 20px);
    padding: 0 30px;
  }
  .content-product .main-content {
    width: 100%;
    padding: 0;
  }
  .content-product .with-left-sidebar {
    width: 100%;
  }
  .content-product .main .title {
    margin-bottom: 15px;
  }
  .with-left-sidebar-book .left-sidebar-book .box-search {
    padding: 7px 0 25px 0;
  }
  .with-left-sidebar-book .left-sidebar-book .box-search:nth-child(3) {
    padding-top: 22px;
    padding-bottom: 0;
  }
  .with-left-sidebar-book .left-sidebar-book .box-search-book {
    padding: 10px 0 9px 0;
    letter-spacing: 0.02em;
    border: 1px solid #ddd;
  }
  .with-left-sidebar-book .left-sidebar-book .box-search-book .list-key-search {
    height: 44px;
  }
  .with-left-sidebar-book .left-sidebar-book .detail-book {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .with-left-sidebar-book .left-sidebar-book .title-normal {
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
  .with-left-sidebar-book .left-sidebar-book .content-sidebar {
    line-height: 3;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
  .with-left-sidebar-book .left-sidebar-book .content-sidebar:nth-of-type(4) {
    font-weight: bold;
  }
  .with-left-sidebar-book .left-sidebar-book .content-sidebar .number {
    font-size: 2.2rem;
    line-height: 1.9090909091;
  }
  .with-left-sidebar-book .left-sidebar-book .content-sidebar .table td {
    padding-bottom: 9px;
  }
  .with-left-sidebar-book .left-sidebar-book .content-sidebar .table .table-header,
  .with-left-sidebar-book .left-sidebar-book .content-sidebar .table .table-content {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
  }
  .with-left-sidebar-book .left-sidebar-book .content-sidebar .table .table-content {
    font-weight: 600;
  }
  .with-left-sidebar-book .left-sidebar-book .book-sidebar {
    margin: 0;
    letter-spacing: 0.02em;
    padding: 0 0 11px;
  }
  .with-left-sidebar-book .left-sidebar-book .book-sidebar .content-sidebar {
    line-height: 2.625;
    font-size: 1.6rem;
  }
  .left-sidebar .box-search {
    border: none;
  }
  .product-result .first-box-result {
    padding-bottom: 61px;
    background: #fff;
  }
  .product-result .first-box-result .content .btn-boder-orange {
    background-color: #fff;
    color: var(--color-primary, #ff8053);
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.08em;
    font-weight: bold;
    padding: 11px 0;
    max-width: 100%;
    width: 240px;
    border: 2px solid var(--color-primary, #ff8053);
    border-radius: 32px;
  }
  .product-result .first-box-result .content .btn-boder-orange:hover {
    opacity: 0.7;
  }
  .product-result .first-box-result .content .btn-boder-orange.btn-boder-orange--forbiz {
    color: var(--color-primary-forbiz, #5ab0bd);
    border: 2px solid var(--color-primary-forbiz, #5ab0bd);
  }
  .product-result .box-detail-book .header-list-book {
    padding-bottom: 25px;
  }
  .product-result .box-detail-book .header-list-book .title {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    line-height: 1.3636363636;
    font-weight: bold;
    margin: 0 auto;
  }
  .product-result .body-result-book .title {
    font-size: 1.8rem;
    letter-spacing: 0.018em;
    line-height: 1.4444444444;
  }
  .product-result .body-result-book .btn-send-message {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    padding: 15px 0;
  }
  .product-result .body-result-book .box-button {
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    line-height: 1.5555555556;
    padding: 38px 30px 24px;
  }
  .product-result .body-result-book .box-button:nth-child(2) {
    padding-top: 24px;
  }
  .product-result .body-result-book .title-show-user {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.018em;
    font-weight: 600;
  }
  .product-result-not-user .box-detail-book .body-result-book {
    padding: 20px 30px 35px 30px;
  }
  .product-result-not-user .box-detail-book .body-result-book .content {
    padding: 0;
  }
  .product-result-not-user .box-detail-book .body-result-book .content .box-button .title-normal {
    margin-top: 14px;
  }
  .product-edit .box-content-book {
    background: #fff;
    padding: 0 15px;
  }
  .product-edit .box-content-book .card {
    padding: 31px 20px 14px 20px;
    border-radius: 8px;
  }
  .product-edit .box-content-book .card .avatar {
    width: 55px;
    height: 55px;
  }
  .product-edit .box-content-book .card .title {
    width: calc(100% - 80px);
    margin-left: 70px;
    padding-bottom: 30px;
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.35;
  }
  .product-edit .box-content-book .card .content {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.5714285714;
    min-height: 85px;
    margin-bottom: 10px;
  }
  .product-edit .box-content-book .card .table td {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.5714285714;
  }
  .product-edit .box-content-book .width-card-sp:last-child {
    order: 2;
    margin-bottom: 0;
  }
  .product-edit .box-detail-book {
    padding: 24px 15px 40px 15px;
  }
  .btn-regular-bkWhite {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    padding: 13px 0;
  }
  .h3-title {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.3333333333;
  }
  .box-content-message .header-list-book {
    margin-bottom: 3px;
    justify-content: flex-start;
  }
  .box-content-message .header-list-book .h3-title {
    padding-left: 12px;
  }
  .box-content-message .header-list-book .h3-title::after {
    top: 2px;
  }
  .box-content-message .list-card .width-card {
    padding: 15px 10px 0;
    margin-top: 0;
  }
  .list-question-message {
    min-height: 100%;
    margin-top: 10px;
  }
  .product-result-book-message {
    margin-bottom: 0;
  }
  .product-result-book-message .body-result-book {
    padding: 20px 30px 40px;
  }
  .product-result-book-message .body-result-book .content {
    padding: 0;
  }
  .product-result-book-message .body-result-book .content .title-normal {
    margin-top: 12px;
  }
  .product-result-book-message .body-result-book .content .title-normal-sp {
    text-decoration: underline;
  }
  .product-result-book-message .body-result-book .box-button {
    padding-bottom: 40px;
  }
  .modal-dialog {
    margin: 15px;
  }
  .modal-content {
    padding: 15px 10px;
  }
  .Product-Popup .h2-title {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    line-height: 1.3636363636;
  }
  .Product-Popup .title-box {
    padding: 14px 20px;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.375;
  }
  .Product-Popup .title-box .sub-title {
    margin-left: 0 !important;
    margin-top: 5px;
  }
  .Product-Popup .message-option .title-box {
    display: block;
  }
  .Product-Popup .Information {
    padding: 26px 20px 4px;
  }
  .Product-Popup .title {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.018em;
    line-height: 1.25;
    padding-top: 1px;
  }
  .Product-Popup input.text {
    font-size: 1.4rem;
    letter-spacing: 0.018em;
    margin-top: 13px;
    margin-bottom: 27px;
    padding: 11px 15px;
  }
  .Product-Popup .list-question {
    padding: 29px 20px 5px 20px;
  }
  .Product-Popup textarea,
  .Product-Popup textarea + .input__alerter {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.018em;
    margin-bottom: 8px;
  }
  .Product-Popup .answer input.text {
    margin-top: 16px;
    margin-bottom: 30px;
  }
  .avatar-list {
    margin-top: 3px;
  }
  .avatar-list .item-avatar {
    margin-bottom: 20px;
  }
  .avatar-list .item-avatar:nth-of-type(5) {
    margin-left: 10px;
  }
  .avatar-list .item-avatar .avatar-area {
    width: 100px;
    height: 100px;
  }
  .avatar-list .item-avatar .avatar-area .icon-plus {
    width: 48px;
  }
  .avatar-list .item-avatar .avatar-area-section {
    padding: 7px 8px;
  }
  .btn-regular,
  .btn-return {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.08em;
    width: 240px;
  }
  .btn-regular {
    padding: 15px 0;
    margin-bottom: 10px;
  }
  .btn-return {
    padding: 14px 0;
    margin-bottom: 30px;
    border: 1px solid #ddd;
  }
  .product-result-book .box-detail-book .body-result-book {
    margin: 0 0 11px 0;
  }
  .show-expired-message {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.018em;
    line-height: 1.625;
  }
}
.notice-screen {
  display: none;
  width: 90%;
  padding: 20px 0;
  background-color: var(--color-background, #f8f8f8);
}
.notice-screen #content {
  background-color: var(--color-alert-bg, #fff8f8);
  border: 1px solid var(--color-alert, #f00);
  text-align: center;
  border-radius: 3px;
  margin: 0 25px;
  line-height: 1.7;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-alert, #f00);
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768.98px) {
  .notice-screen {
    display: block;
  }
}
.dropdowner {
  position: relative;
}

.dropdowner__disabled a {
  color: #eee !important;
  cursor: not-allowed;
}

.dropdowner:hover .dropdown-menu {
  display: block;
}

.dropdowner .dropdown-menu {
  width: auto;
  min-width: inherit;
  position: relative;
  padding: 0;
  right: 0;
  left: inherit;
  top: 0;
  border: none;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1215686275);
}

.dropdowner .dropdown-menu__wrap {
  padding-top: 10px;
  position: absolute;
  top: 100%;
  right: inherit;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.dropdowner .dropdown-menu ul {
  width: auto;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
}

.dropdowner .dropdown-menu ul li {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdowner .dropdown-menu ul li.bd {
  background: #eee;
  height: 30px;
  width: 1px;
}

.dropdowner .dropdown-menu ul li a {
  line-height: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666;
  width: 100px;
  font-weight: 500;
  padding: 10px 5px;
  font-size: 11px;
}

.dropdowner .dropdown-menu ul li a:hover {
  background: #e9ecef;
}

.dropdowner .dropdown-menu ul li a img {
  margin-bottom: 7px;
  width: 15px;
  height: 19px;
  max-width: 100%;
}

.titles__text {
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 768.98px) {
  .titles__text {
    font-size: 12px;
    line-height: 22px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    margin-bottom: 35px;
  }
}
.titles--styleh4 {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .titles--styleh4 {
    font-size: 18px;
  }
}
.titles--styleh4:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 22px;
  margin-right: 8px;
  background: var(--color-primary, #ff8053);
  border-radius: 4px;
}

@media screen and (min-width: 769px) {
  .titles--styleh4:before {
    margin-right: 10px;
  }
}
.myPage--forbiz .titles--styleh4:before {
  background: var(--color-primary-forbiz, #5ab0bd);
}

.contents_h3 {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 35px;
}

@media screen and (min-width: 769px) {
  .contents_h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.contents_h3--pc:before {
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_pc.svg") no-repeat center;
  content: "";
  display: inline-block;
  height: 23px;
  margin-right: 8px;
  width: 41px;
}

@media screen and (min-width: 769px) {
  .contents_h3--pc:before {
    margin-right: 12px;
  }
}
.contents_h3--sp {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .contents_h3--sp {
    margin-bottom: 20px;
  }
}
.contents_h3--sp::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 31px;
  margin-right: 12px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_sp.svg") no-repeat center;
}

.contents_h3--light_bulb {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .contents_h3--light_bulb {
    margin-bottom: 20px;
  }
}
.contents_h3--light_bulb::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 20px;
  margin-right: 12px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_light_bulb.svg") no-repeat center;
}

@media screen and (min-width: 769px) {
  .contents_h3--light_bulb::before {
    width: 20px;
    height: 30px;
    background-size: contain;
  }
}
.contents_h3--box::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  margin-right: 8px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_box.svg") no-repeat center/contain;
}

@media screen and (min-width: 769px) {
  .contents_h3--box::before {
    width: 24px;
    height: 26px;
    margin-right: 12px;
    background-size: auto;
  }
}
.search_control__sorter {
  font-size: 14px;
  width: 165px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .search_control__sorter {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768.98px) {
  .search_control__sorter {
    width: 20px;
    margin-right: 15px;
  }
}
.search_control__sorter__active {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.search_control__sorter__active i {
  margin-right: 10px;
}

@media screen and (max-width: 768.98px) {
  .search_control__sorter__active i {
    margin-right: 0;
  }
  .search_control__sorter__active i img {
    height: 16px;
    width: auto;
  }
}
@media screen and (max-width: 768.98px) {
  .search_control__sorter span {
    display: none;
  }
}
.search_control__sorter__selectlist {
  position: absolute;
  width: 175px;
  top: 99%;
  z-index: 30;
  right: -15px;
  list-style: none;
  padding: 3px 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  font-size: 14px;
}

@media screen and (max-width: 768.98px) {
  .search_control__sorter__selectlist {
    width: 165px;
    top: calc(100% + 20px);
    right: -13px;
  }
}
.search_control__sorter__selectlist:not(.search_control__sorter__selectlist__show) {
  transform: translateX(-10000000px);
}

.search_control__sorter__selectlist li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
  white-space: nowrap;
  padding: 15px 0;
}

.search_control__sorter__selectlist li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 769px) {
  .search_control__sorter__selectlist li {
    padding: 9px 15px 9px 7px;
  }
}
.search_control__sorter__selectlist li:before {
  width: 11px;
  height: 7px;
  display: block;
  content: "";
  margin-right: 8px;
}

.search_control__sorter__selectlist li:hover {
  color: var(--color-primary, #ff8053);
}

.search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active {
  color: var(--color-primary, #ff8053);
}

.search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active:before {
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_check.svg") no-repeat center;
  background-size: contain;
}

.myPage--forbiz .search_control__sorter__selectlist li:hover {
  color: var(--color-primary-forbiz, #5ab0bd);
}

.myPage--forbiz .search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active {
  color: var(--color-primary-forbiz, #5ab0bd);
}

.myPage--forbiz .search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active:before {
  background: url("/_assets/images/common/icon/forbiz_icon_check.svg") no-repeat center;
}

.myPage--fandom .search_control__sorter__selectlist li:hover {
  color: var(--color-primary-fandom, #f55b79);
}

.myPage--fandom .search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active {
  color: var(--color-primary-fandom, #f55b79);
}

.myPage--fandom .search_control__sorter__selectlist li.sarch_control__sorter__selectlist__active:before {
  background: url("/_assets/images/common/icon/fandom_icon_check.svg") no-repeat center;
}

@media screen and (max-width: 768.98px) {
  .search_control__keyword {
    width: calc(100% - 55px);
  }
}
.search_control__keyword__wrap {
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  width: 283px;
  border-radius: 4px;
}

@media screen and (min-width: 769px) {
  .search_control__keyword__wrap {
    padding: 6px 15px;
  }
}
@media screen and (max-width: 768.98px) {
  .search_control__keyword__wrap {
    background: #f6f6f6;
    border: none;
    border-radius: 100px;
    padding: 14px 20px;
    width: 100%;
    height: 43px;
  }
}
.search_control__keyword__wrap input {
  width: 90%;
  border: none;
  font-size: 14px;
}

@media screen and (max-width: 768.98px) {
  .search_control__keyword__wrap input {
    font-size: 13px;
    background-color: inherit;
  }
}
.search_control__keyword__wrap input::-moz-placeholder {
  color: #999;
}
.search_control__keyword__wrap input::placeholder {
  color: #999;
}

.search_control__keyword__wrap img {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 768.98px) {
  .search_control__keyword__wrap img {
    height: 16px;
    width: 16px;
  }
}
@media screen and (max-width: 768.98px) {
  .search_control__keyword__icon--pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .search_control__keyword__icon--sp {
    display: none;
  }
}
.search_control__wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .search_control__wrap {
    margin-bottom: 20px;
    margin-top: -20px;
  }
}
@media screen and (min-width: 769px) {
  body {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media screen and (max-width: 768.98px) {
  body {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 768.98px) {
  #gl-wrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.forbiz {
  font-family: "Open Sans", 游ゴシック体, YuGothic, "Yu Gothic", "Noto Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, arial, sans-serif;
  padding: 20px;
}
@media screen and (max-width: 768.98px) {
  .forbiz {
    padding-bottom: 20px !important;
  }
}
.forbiz a {
  text-decoration: none;
}
.forbiz-container {
  max-width: clamp(1200px, 100vw - 30px, 1440px);
  padding: 0 20px;
}
.forbiz-container > .row {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.forbiz-container > .row .col-left {
  max-width: 260px;
  width: 260px;
}
.forbiz-container > .row .col-right {
  max-width: calc(100% - 280px);
  margin-left: 20px;
  flex: 1;
}
.forbiz_left {
  background: #fff;
  border-radius: 10px;
}
.forbiz_left > div {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}
.forbiz_left > div:last-child {
  border-bottom: none;
}
.forbiz-sidebar__boxAcount > div {
  padding: 10px 10px 5px 10px;
  border-bottom: 1px solid #eeeeee;
}
.forbiz-sidebar__boxAcount > div:last-child {
  border-bottom: none;
}
.forbiz-sidebar__boxAcount .information-acount {
  font-size: 11px;
  line-height: 1;
  color: var(--color-text, #333);
  padding-bottom: 30px;
}
.forbiz-sidebar__boxAcount .information-acount__title {
  font-weight: bold;
  font-size: 12px;
  color: #34a39f;
  margin-bottom: 5px;
}
.forbiz-sidebar__boxAcount .information-acount__corpid {
  color: #666;
  margin-bottom: 15px;
}
.forbiz-sidebar__boxAcount .information-acount__username {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-top: 6px;
  margin-right: 10px;
}
.forbiz-sidebar__boxAcount .information-company {
  padding-top: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1;
  color: #666;
}
.forbiz-sidebar__boxAcount .information-company__plan, .forbiz-sidebar__boxAcount .information-company__info {
  padding-bottom: 15px;
}
.forbiz-sidebar__boxAcount .information-company__plan > :first-child, .forbiz-sidebar__boxAcount .information-company__info > :first-child {
  font-size: 11px;
  margin-bottom: 10px;
}
.forbiz-sidebar__boxAcount .information-company__plan > :nth-child(2), .forbiz-sidebar__boxAcount .information-company__info > :nth-child(2) {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--color-text, #333);
}
.forbiz-sidebar__boxAcount .information-company__plan .address, .forbiz-sidebar__boxAcount .information-company__info .address {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 18.5px;
}
.forbiz-sidebar__boxAcount .information-company__plan .other, .forbiz-sidebar__boxAcount .information-company__info .other {
  height: 37px;
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 21px;
}
.forbiz-sidebar__boxAcount .information-company__editbtn {
  margin-left: 150px;
  width: 70px;
  height: 24px;
  border: 1px solid var(--color-primary-forbiz, #5ab0bd);
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--color-primary-forbiz, #5ab0bd);
  transition: all 0.3s;
}
.forbiz-sidebar__boxAcount .information-company__editbtn:hover {
  opacity: 0.7;
}
.forbiz-sidebar__boxAcount .information-company__editbtn:active {
  transform: translateY(5px);
}
.forbiz-sidebar__boxAcount .information-company__editbtn a {
  display: block;
  cursor: pointer;
  height: 100%;
  line-height: 22px;
}
.forbiz-sidebar__boxLink {
  padding: 15px 0 !important;
  cursor: pointer;
  transition: all 0.3s;
}
.forbiz-sidebar__boxLink a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.forbiz-sidebar__boxLink a > div {
  position: absolute;
  width: 55px;
  line-height: 17px;
  text-align: center;
}
.forbiz-sidebar__boxLink a span {
  display: block;
  margin-left: 55px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 17px;
}
.forbiz-sidebar__boxLink:hover {
  opacity: 0.7;
}
.forbiz-contentPage__box {
  min-width: 684px;
  margin-bottom: 40px;
  color: var(--color-text, #333);
}
.forbiz-contentPage__box .page-title {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 44px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.forbiz-contentPage__box .page-title .title-btn {
  float: right;
  width: 250px;
  height: 40px;
  border-radius: 8px;
  background: #2db2bf;
  cursor: pointer;
  transition: all 0.3s;
}
.forbiz-contentPage__box .page-title .title-btn:hover {
  opacity: 0.7;
}
.forbiz-contentPage__box .page-title .title-btn:active {
  transform: translateY(5px);
}
.forbiz-contentPage__box .page-title .title-btn a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.forbiz-contentPage__box .page-title .title-btn a div {
  display: flex;
  align-items: center;
}
.forbiz-contentPage__box .page-title .title-btn a span {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--color-on-primary, #fff);
}
.forbiz-contentPage__box .user-info {
  margin-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e5e5e5;
}
.forbiz-contentPage__box .user-info__row {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
  height: 44px;
  margin-top: 20px;
}
.forbiz-contentPage__box .user-info__row > :first-child {
  display: inline-block;
  width: 245px;
  font-weight: bold;
}
.forbiz-contentPage__box .user-info__row > :first-child span {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.forbiz-contentPage__box .user-info__row > :last-child {
  width: 433px;
  height: 44px;
}
.forbiz-contentPage__box .user-info__row input[type=text] {
  font-size: 14px;
  line-height: 26px;
  padding-left: 15px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.forbiz-contentPage__box .user-info__row input[type=text]::-moz-placeholder {
  opacity: 0.4;
}
.forbiz-contentPage__box .user-info__row input[type=text]::placeholder {
  opacity: 0.4;
}
.forbiz-contentPage__box .user-info__row input[type=text]:focus {
  border: 1px solid var(--color-primary-forbiz, #5ab0bd);
}
.forbiz-contentPage__box .user-info .error {
  color: #e3342f;
  margin-top: 8px;
  font-size: 11px;
  font-weight: bold;
  margin-left: 265px;
}
.forbiz-contentPage__box .create-book-setting {
  margin-top: 40px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
}
.forbiz-contentPage__box .create-book-setting .title {
  width: 510px;
  margin-bottom: 15px;
  display: inline-block;
}
.forbiz-contentPage__box .create-book-setting .checkbox {
  display: inline-block;
}
.forbiz-contentPage__box .create-book-setting .checkbox input[type=checkbox] {
  margin-right: 10px;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #919191;
  vertical-align: -2.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.forbiz-contentPage__box .create-book-setting .checkbox input[type=checkbox]:checked::before {
  position: absolute;
  top: 2.25px;
  left: 4.5px;
  transform: rotate(50deg);
  width: 5.36px;
  height: 7.82px;
  border-right: 2px solid var(--color-primary-forbiz, #5ab0bd);
  border-bottom: 2px solid var(--color-primary-forbiz, #5ab0bd);
  content: "";
}
.forbiz-contentPage__box .create-book-setting .checkbox label {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.forbiz-contentPage__box .create-book-setting .explain {
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
}
.forbiz-contentPage__box .create-book-setting .explain span {
  display: block;
}
.forbiz-contentPage__box .create-btn {
  display: block;
  margin: 77px auto 0;
  background-color: #2db2bf;
  border-radius: 10px;
  border: none;
  width: 320px;
  height: 64px;
  transition: all 0.3s;
}
.forbiz-contentPage__box .create-btn:hover {
  opacity: 0.7;
}
.forbiz-contentPage__box .create-btn:active {
  transform: translateY(5px);
}
.forbiz-contentPage__box .create-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.forbiz-contentPage__box .create-btn a div {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--color-on-primary, #fff);
}
.forbiz-contentPage__box:last-child {
  margin-bottom: 0;
}
.forbiz_right {
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 768.98px) {
  .forbiz_right {
    margin-bottom: 20px;
  }
}
.forbiz_right.--create {
  min-height: 655px;
}
.forbiz_right.--mypage {
  min-height: 920px;
}
.forbiz_right.--edit {
  min-height: 596px;
}
.forbiz_right.--list {
  min-height: 612px;
}
.forbiz .signin {
  width: 720px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 70px;
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  color: var(--color-text, #333);
  text-align: center;
}
.forbiz .signin .title {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 44px;
  padding-bottom: 24px;
}
.forbiz .signin .input-area {
  padding-top: 10px;
  padding-bottom: 30px;
}
.forbiz .signin .input-area__row {
  height: 44px;
  margin-top: 16px;
}
.forbiz .signin .input-area__row > :first-child {
  display: inline-block;
  width: 164px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-align: left;
}
.forbiz .signin .input-area__row > :last-child {
  width: 320px;
  height: 44px;
}
.forbiz .signin .input-area__row input[type=text],
.forbiz .signin .input-area__row [type=password] {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.02em;
  padding-left: 15px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.forbiz .signin .input-area__row input[type=text]::-moz-placeholder, .forbiz .signin .input-area__row [type=password]::-moz-placeholder {
  color: #999;
}
.forbiz .signin .input-area__row input[type=text]::placeholder,
.forbiz .signin .input-area__row [type=password]::placeholder {
  color: #999;
}
.forbiz .signin .input-area__row input[type=text]:focus,
.forbiz .signin .input-area__row [type=password]:focus {
  border: 1px solid var(--color-primary-forbiz, #5ab0bd);
}
.forbiz .signin .input-area .error {
  color: #e3342f;
  margin-top: 8px;
  font-size: 11px;
  font-weight: bold;
  margin-left: 300px;
  text-align: left;
}
.forbiz .signin .signin-btn {
  display: block;
  margin: 40px auto;
  width: 320px;
  height: 56px;
  border-radius: 10px;
  border: none;
  background-color: #2db2bf;
  transition: all 0.3s;
}
.forbiz .signin .signin-btn:hover {
  opacity: 0.7;
}
.forbiz .signin .signin-btn:active {
  transform: translateY(5px);
}
.forbiz .signin .signin-btn a {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forbiz .signin .signin-btn a div {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--color-on-primary, #fff);
}
.forbiz .signin .notification {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 21px;
}
.forbiz .mypage,
.forbiz .list {
  font-weight: normal;
  color: var(--color-text, #333);
}
.forbiz .mypage__content,
.forbiz .list__content {
  margin-top: 42px;
  margin-bottom: 18px;
}
.forbiz .mypage__content__expired,
.forbiz .list__content__expired {
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-top: -17.5px;
  margin-bottom: 43px;
}
.forbiz .mypage__content__expired span,
.forbiz .list__content__expired span {
  margin-left: 15px;
  color: #00b8c5;
}
.forbiz .mypage__content__remaining-pages,
.forbiz .list__content__remaining-pages {
  display: flex;
  gap: 62px;
}
.forbiz .mypage__content__remaining-pages > div,
.forbiz .list__content__remaining-pages > div {
  width: 240px;
}
.forbiz .mypage__content__remaining-pages > div .title,
.forbiz .list__content__remaining-pages > div .title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.forbiz .mypage__content__remaining-pages > div .out-of-use,
.forbiz .list__content__remaining-pages > div .out-of-use {
  display: flex;
  margin-bottom: 15px;
  gap: 19px;
  line-height: 1;
}
.forbiz .mypage__content__remaining-pages > div .out-of-use .unit,
.forbiz .list__content__remaining-pages > div .out-of-use .unit {
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-top: 9px;
}
.forbiz .mypage__content__remaining-pages > div .out-of-use .num,
.forbiz .list__content__remaining-pages > div .out-of-use .num {
  font-size: 25px;
  letter-spacing: 0.02em;
}
.forbiz .mypage__content__remaining-pages > div .out-of-use .num .now,
.forbiz .list__content__remaining-pages > div .out-of-use .num .now {
  font-weight: bold;
}
.forbiz .mypage__content__remaining-pages > div .out-of-use .num .max,
.forbiz .list__content__remaining-pages > div .out-of-use .num .max {
  font-size: 18px;
}
.forbiz .mypage__content__remaining-pages > div .out-of-use .num .max.--unlimited,
.forbiz .list__content__remaining-pages > div .out-of-use .num .max.--unlimited {
  font-size: 20px;
}
.forbiz .mypage__content__remaining-pages > div progress,
.forbiz .list__content__remaining-pages > div progress {
  width: 100%;
  height: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.forbiz .mypage__content__remaining-pages > div progress::-webkit-progress-bar,
.forbiz .list__content__remaining-pages > div progress::-webkit-progress-bar {
  border-radius: 5px;
  background-color: #fff;
}
.forbiz .mypage__content__remaining-pages > div progress::-webkit-progress-value,
.forbiz .list__content__remaining-pages > div progress::-webkit-progress-value {
  border-radius: 5px 0 0 5px;
  background-color: #2cb3bf;
}
.forbiz .mypage__content__remaining-pages > div .progress-note,
.forbiz .list__content__remaining-pages > div .progress-note {
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #ff5c74;
  margin-bottom: 15px;
}
.forbiz .mypage__content__remaining-pages > div .buy-option-btn,
.forbiz .list__content__remaining-pages > div .buy-option-btn {
  width: 181px;
  height: 40px;
  border: 1px solid #5ab0db;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
}
.forbiz .mypage__content__remaining-pages > div .buy-option-btn:hover,
.forbiz .list__content__remaining-pages > div .buy-option-btn:hover {
  opacity: 0.7;
}
.forbiz .mypage__content__remaining-pages > div .buy-option-btn:active,
.forbiz .list__content__remaining-pages > div .buy-option-btn:active {
  transform: translateY(5px);
}
.forbiz .mypage__content__remaining-pages > div .buy-option-btn a,
.forbiz .list__content__remaining-pages > div .buy-option-btn a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.forbiz .mypage__content__remaining-pages > div .buy-option-btn a span,
.forbiz .list__content__remaining-pages > div .buy-option-btn a span {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #2cb3bf;
}
.forbiz .mypage__content__remaining-pages > div .note,
.forbiz .list__content__remaining-pages > div .note {
  color: #999999;
  font-size: 10px;
  font-weight: 500;
  text-indent: 0;
  margin-bottom: 0;
}
.forbiz .mypage__content table,
.forbiz .list__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
.forbiz .mypage__content table tr,
.forbiz .list__content table tr {
  height: 38px;
}
.forbiz .mypage__content table tr th,
.forbiz .list__content table tr th {
  font-weight: bold;
  color: var(--color-on-primary, #fff);
  text-align: center;
  background-color: #9daab5;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0 30px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.forbiz .mypage__content table tr th:hover,
.forbiz .list__content table tr th:hover {
  opacity: 0.7;
}
.forbiz .mypage__content table tr th .triangle,
.forbiz .list__content table tr th .triangle {
  border-top: 6.92px solid var(--color-on-primary, #fff);
  border-right: 4.7px solid transparent;
  border-left: 4.7px solid transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
.forbiz .mypage__content table tr th .triangle.--up,
.forbiz .list__content table tr th .triangle.--up {
  transform: translateY(-50%) scaleY(-1);
}
.forbiz .mypage__content table tr td,
.forbiz .list__content table tr td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0 20px;
}
.forbiz .mypage__content table tr td.link,
.forbiz .list__content table tr td.link {
  font-weight: bold;
  text-decoration: underline;
  color: #2ab4bf;
  cursor: pointer;
  transition: all 0.3s;
}
.forbiz .mypage__content table tr td.link:hover,
.forbiz .list__content table tr td.link:hover {
  opacity: 0.7;
}
.forbiz .mypage__content table tr td .resend_activation,
.forbiz .list__content table tr td .resend_activation {
  border: 1px solid var(--color-primary-forbiz, #5ab0bd);
  border-radius: 4px;
  background-color: #fff;
  color: var(--color-primary-forbiz, #5ab0bd);
  transition: all 0.3s;
}
.forbiz .mypage__content table tr td .resend_activation:hover,
.forbiz .list__content table tr td .resend_activation:hover {
  opacity: 0.7;
}
.forbiz .mypage__content table tr td:nth-child(5),
.forbiz .list__content table tr td:nth-child(5) {
  text-align: right;
}
.forbiz .mypage__content table tr td:last-child,
.forbiz .list__content table tr td:last-child {
  text-align: center;
}
.forbiz .mypage__content table tr .suspension,
.forbiz .list__content table tr .suspension {
  color: #aaa;
}
.forbiz .mypage__content table thead tr > :first-child,
.forbiz .list__content table thead tr > :first-child {
  border-radius: 4px 0 0 0;
}
.forbiz .mypage__content table thead tr > :last-child,
.forbiz .list__content table thead tr > :last-child {
  border-radius: 0 4px 0 0;
}
.forbiz .mypage__content table tbody > :last-child > :first-child,
.forbiz .list__content table tbody > :last-child > :first-child {
  border-radius: 0 0 0 4px;
}
.forbiz .mypage__content table tbody > :last-child > :last-child,
.forbiz .list__content table tbody > :last-child > :last-child {
  border-radius: 0 0 4px 0;
}
.forbiz .mypage__content .table-under-link,
.forbiz .list__content .table-under-link {
  float: right;
}
.forbiz .mypage__content .table-under-link a,
.forbiz .list__content .table-under-link a {
  text-decoration: underline;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.3s;
}
.forbiz .mypage__content .table-under-link a:hover,
.forbiz .list__content .table-under-link a:hover {
  opacity: 0.7;
}
.forbiz .mypage__content .table-under-link + .table-under-link,
.forbiz .list__content .table-under-link + .table-under-link {
  margin-right: 4px;
  padding-right: 4px;
  border-right: 1px solid #aaa;
}
.forbiz .mypage__content .annotation,
.forbiz .list__content .annotation {
  color: #666;
  font-size: 14px;
}
.forbiz .edit {
  text-align: left;
  font-weight: normal;
  color: var(--color-text, #333);
}
.forbiz .edit__content {
  margin-top: 42px;
  margin-bottom: 60px;
}
.forbiz .edit__content .user-no {
  height: 22px;
  font-size: 11px;
  color: #666;
  margin-bottom: 25px;
}
.forbiz .edit__content .user-no span {
  margin-left: 5px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #00b8c5;
}
.forbiz .edit__content .detail {
  display: flex;
  margin-bottom: 30px;
}
.forbiz .edit__content .detail__col > :first-child {
  font-size: 11px;
  margin-bottom: 14px;
}
.forbiz .edit__content .detail__col > :last-child {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.02em;
}
.forbiz .edit__content .detail__col.--col_2 {
  margin-left: 113px;
}
.forbiz .edit__content .detail__col.--col_3 {
  margin-left: 81px;
}
.forbiz .edit__content .detail__col.--col_4 {
  margin-left: 70px;
}
.forbiz .edit__content .detail__col.--col_4 .toggle {
  width: 42px;
  height: 24px;
  position: relative;
}
.forbiz .edit__content .detail__col.--col_4 .toggle .toggle_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.forbiz .edit__content .detail__col.--col_4 .toggle .toggle_label {
  width: 42px;
  height: 24px;
  background: #f0f0f0;
  border: 1px solid #c7c7c7;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  transition: 0.3s;
  box-sizing: border-box;
}
.forbiz .edit__content .detail__col.--col_4 .toggle .toggle_label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  z-index: 2;
  border-radius: 100%;
  background: #9caab5;
  transition: 0.3s;
}
.forbiz .edit__content .detail__col.--col_4 .toggle .toggle_input:checked + .toggle_label {
  border: 1px solid var(--color-primary-forbiz, #5ab0bd);
}
.forbiz .edit__content .detail__col.--col_4 .toggle .toggle_input:checked + .toggle_label:after {
  left: 19px;
  background: var(--color-primary-forbiz, #5ab0bd);
}
.forbiz .edit__content .detail__col.--col_4 .toggle .toggle_button {
  position: relative;
  width: 42px;
  height: 24px;
  margin: auto;
}
.forbiz .edit__content .suspension {
  display: flex;
  gap: 15px;
}
.forbiz .edit__content .suspension__btn {
  width: 137px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid var(--color-primary-forbiz, #5ab0bd);
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #2cb3bf;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.forbiz .edit__content .suspension__btn:hover {
  opacity: 0.7;
}
.forbiz .edit__content .suspension__btn:active {
  transform: translateY(5px);
}
.forbiz .edit__content .suspension .delete__text {
  margin-top: 10px;
  font-weight: bold;
  text-decoration: underline;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: #9caab5;
  cursor: pointer;
  transition: all 0.3s;
}
.forbiz .edit__content .suspension .delete__text:hover {
  opacity: 0.7;
}
.forbiz .edit__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.forbiz .edit__content table tr {
  height: 38px;
}
.forbiz .edit__content table tr th {
  font-weight: bold;
  color: var(--color-on-primary, #fff);
  text-align: center;
  background-color: #9daab5;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0 30px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.forbiz .edit__content table tr th:hover {
  opacity: 0.7;
}
.forbiz .edit__content table tr th .triangle {
  border-top: 6.92px solid var(--color-on-primary, #fff);
  border-right: 4.7px solid transparent;
  border-left: 4.7px solid transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
.forbiz .edit__content table tr th .triangle.--up {
  transform: translateY(-50%) scaleY(-1);
}
.forbiz .edit__content table tr td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0 20px;
}
.forbiz .edit__content table tr td.link {
  font-weight: bold;
  text-decoration: underline;
  color: #2cb3bf;
  cursor: pointer;
  transition: all 0.3s;
}
.forbiz .edit__content table tr td.link:hover {
  opacity: 0.7;
}
.forbiz .edit__content table tr td:nth-child(5) {
  text-align: right;
}
.forbiz .edit__content table tr td:last-child {
  text-align: center;
}
.forbiz .edit__content table thead tr > :first-child {
  border-radius: 4px 0 0 0;
}
.forbiz .edit__content table thead tr > :last-child {
  border-radius: 0 4px 0 0;
}
.forbiz .edit__content table tbody > :last-child > :first-child {
  border-radius: 0 0 0 4px;
}
.forbiz .edit__content table tbody > :last-child > :last-child {
  border-radius: 0 0 4px 0;
}
.forbiz .signup {
  width: 720px;
  margin: 0 auto;
}
.forbiz .signup .breadcrumbs-wrap {
  margin-bottom: 30px;
}
.forbiz .signup__box {
  padding: 40px 40px 60px;
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  color: var(--color-text, #333);
  text-align: left;
}
.forbiz .signup .title {
  margin-bottom: 33px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.04em;
}
.forbiz .signup__form-wrapper {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}
.forbiz .signup__form-wrapper .thanks-message {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 0;
}
.forbiz .signup__row {
  display: flex;
  width: 100%;
}
.forbiz .signup__row__left {
  width: calc(100% - 408px);
  line-height: 26px;
}
.forbiz .signup__row__left.--oneline {
  line-height: 44px;
}
.forbiz .signup__row__left.--twoline {
  margin-top: -4px !important;
}
.forbiz .signup__row__left.--twoline span {
  display: inline-block;
}
.forbiz .signup__row__right {
  width: 408px;
}
.forbiz .signup__row__right input[type=text] {
  width: 100%;
  height: 44px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
  padding-left: 15px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.forbiz .signup__row__right input[type=text]::-moz-placeholder {
  color: #999;
}
.forbiz .signup__row__right input[type=text]::placeholder {
  color: #999;
}
.forbiz .signup__row__right input[type=text]:focus {
  border: 1px solid var(--color-primary-forbiz, #5ab0bd);
}
.forbiz .signup__row__right input[type=password] {
  width: 100%;
  height: 44px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
  padding-left: 15px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.forbiz .signup__row__right input[type=password]::-moz-placeholder {
  color: #999;
}
.forbiz .signup__row__right input[type=password]::placeholder {
  color: #999;
}
.forbiz .signup__row__right input[type=password]:focus {
  border: 1px solid var(--color-primary-forbiz, #5ab0bd);
}
.forbiz .signup__row__right select {
  cursor: pointer;
  width: 100%;
  height: 44px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.102' height='6.805' viewBox='0 0 12.102 6.805'%3E%3Cpath id='_' data-name='&gt;' d='M15127.829,20659.893c-.018-.018-.034-.035-.049-.053l-5.25-5.25a.75.75,0,0,1,1.063-1.059l4.771,4.77,4.771-4.77a.751.751,0,0,1,1.063,1.063l-5.3,5.3a.746.746,0,0,1-1.063,0Z' transform='translate(-15122.313 -20653.311)' fill='%23333'/%3E%3C/svg%3E") no-repeat right 20px center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.forbiz .signup__row__right p.note {
  font-size: 10px;
  font-weight: normal;
  padding-top: 3px;
  margin-bottom: 0;
}
.forbiz .signup__row .radios {
  display: flex;
  gap: 73px;
  height: 26px;
}
.forbiz .signup__row .radios input[type=radio] {
  display: none;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.forbiz .signup__row .radios label {
  line-height: 26px;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 0;
}
.forbiz .signup__row .radios label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.forbiz .signup__row .radios label::before,
.forbiz .signup__row .radios label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.forbiz .signup__row .radios label::before {
  background-color: #fff;
  border: 1px solid #999;
  height: 20px;
  width: 20px;
  left: 5px;
}
.forbiz .signup__row .radios label::after {
  background-color: #2db2bf;
  opacity: 0;
  height: 12px;
  width: 12px;
  left: 9px;
}
.forbiz .signup__row .radios input:checked + label::after {
  opacity: 1;
}
.forbiz .signup__row.corp-type {
  padding-bottom: 10px;
}
.forbiz .signup__row.corp-num .notification {
  margin-top: 5px;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.02em;
}
.forbiz .signup__row.corp-num .notification a {
  text-decoration: underline;
  color: #2db2bf;
  cursor: pointer;
  transition: all 0.3s;
}
.forbiz .signup__row.corp-num .notification a:hover {
  opacity: 0.7;
}
.forbiz .signup__row.corp-autocomplete {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.forbiz .signup__row.corp-autocomplete > div {
  display: flex;
  width: 100%;
}
.forbiz .signup__row.corp-autocomplete > div > :first-child {
  width: calc(100% - 408px);
  margin-top: 9px;
  line-height: 26px;
}
.forbiz .signup__row.corp-autocomplete > div > :nth-child(2) {
  width: 408px;
  min-height: 44px;
  border-radius: 4px;
  background: var(--color-background, #f8f8f8);
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 14px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.forbiz .signup__row.corp-autocomplete > div > :nth-child(2) > :first-child {
  width: 328px;
  line-height: 18px;
}
.forbiz .signup__row.corp-autocomplete > div > :nth-child(2) > :last-child {
  width: 32px;
  height: 12.44px;
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s;
}
.forbiz .signup__row.corp-autocomplete > div > :nth-child(2) > :last-child:hover {
  opacity: 0.7;
}
.forbiz .signup__row.corp-autocomplete > div > :nth-child(2) > :last-child img {
  width: 9.38px;
  height: 12.44px;
}
.forbiz .signup__row.corp-autocomplete > div > :nth-child(2) > :last-child a {
  text-decoration: underline;
  font-size: 10px;
  line-height: 12.44px;
  color: #2db2bf;
}
.forbiz .signup__row.checkbox {
  display: inline-block;
}
.forbiz .signup__row.checkbox a {
  color: var(--color-primary-forbiz, #5ab0bd);
  transition: all 0.3s;
}
.forbiz .signup__row.checkbox a:hover {
  color: var(--color-primary-forbiz, #5ab0bd);
  opacity: 0.7;
  text-decoration: none;
}
.forbiz .signup__row.checkbox input[type=checkbox] {
  margin-right: 10px;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #919191;
  vertical-align: -2.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.forbiz .signup__row.checkbox input[type=checkbox]:checked:before {
  position: absolute;
  top: 2.25px;
  left: 4.5px;
  transform: rotate(50deg);
  width: 5.36px;
  height: 7.82px;
  border-right: 2px solid var(--color-primary-forbiz, #5ab0bd);
  border-bottom: 2px solid var(--color-primary-forbiz, #5ab0bd);
  content: "";
}
.forbiz .signup__row.checkbox label {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.forbiz .signup__submit {
  width: 320px;
  height: 64px;
  margin: 0 auto;
  border-radius: 10px;
  background: #2db2bf;
  line-height: 64px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--color-on-primary, #fff);
  cursor: pointer;
  transition: all 0.3s;
}
.forbiz .signup__submit:hover {
  opacity: 0.7;
}
.forbiz .signup__submit:active {
  transform: translateY(5px);
}
.forbiz .signup__submit a {
  display: block;
  height: 100%;
}

.loading-anim {
  display: flex;
  justify-content: center;
  margin-left: 8px;
  margin-right: 8px;
}
.loading-anim__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-anim > span {
  margin: 0px 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-primary, #ff8053);
  animation: loading-anime 1s linear 0s infinite normal both;
}

.loading-anim > span:nth-of-type(2) {
  animation-delay: 0.2s;
}

.loading-anim > span:nth-of-type(3) {
  animation-delay: 0.4s;
}

@keyframes loading-anime {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.remind-owner {
  padding: 15px 25px 25px;
}
@media screen and (max-width: 768.98px) {
  .remind-owner {
    padding: 15px 0 25px;
  }
}
.remind-owner-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px/22px;
  letter-spacing: 0.32px;
  color: var(--color-text, #333);
}
.remind-owner-note {
  font-size: 10px;
  line-height: 10px/16px;
  letter-spacing: 0.2px;
  color: #666;
}
.remind-owner-form {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.remind-member {
  border-top: 1px solid #eee;
  text-align: left !important;
}
@media screen and (min-width: 769px) {
  .remind-member {
    padding: 35px 0 5px;
    margin: 35px calc(-50% + 40px) 0;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768.98px) {
  .remind-member {
    display: flex;
    flex-direction: column;
    margin: 35px 0 -5px;
    padding: 30px 0 0;
  }
}
.remind-member-title {
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768.98px) {
  .remind-member-title {
    margin-bottom: 15px !important;
  }
}
.remind-member-note {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  letter-spacing: 0.22px/18px;
}
@media screen and (min-width: 769px) {
  .remind-member-note {
    margin-right: auto;
  }
}
@media screen and (max-width: 768.98px) {
  .remind-member-note {
    width: 100%;
    margin-bottom: 22px !important;
    line-height: 1.8333333333;
  }
}
@media screen and (max-width: 768.98px) {
  .remind-member-note br {
    display: none;
  }
}
.remind-member-form {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .remind-member-form {
    gap: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768.98px) {
  .remind-member-form {
    gap: 25px;
  }
}
@media screen and (max-width: 768.98px) {
  .remind-member-parent {
    padding-bottom: 35px !important;
  }
}
.remind-member .form-radio-text {
  white-space: nowrap;
}

.form-radio-label {
  display: flex;
  align-items: center;
  margin: 0;
}
.form-radio-input {
  display: none;
}
.form-radio-input:checked ~ .form-radio-mark:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--color-primary, #ff8053);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .form-radio-input:checked ~ .form-radio-mark:after {
    width: 8px;
    height: 8px;
  }
}
.form-radio-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .form-radio-mark {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
}
.form-radio-text {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-text, #333);
  line-height: 14px/26px;
  letter-spacing: 0.0032em;
}
@media screen and (min-width: 769px) {
  .form-radio-text {
    font-size: 14px;
    letter-spacing: 0.0022em;
  }
}

.left-sidebar--forbiz .form-radio-input:checked ~ .form-radio-mark:after {
  background-color: var(--color-primary-forbiz, #5ab0bd);
}

.message-form-item {
  margin-top: 10px;
}
.message-form-item .text {
  margin-bottom: 10px !important;
}
.message-form-item .textarea {
  margin-bottom: 5px !important;
}

.count-char-question {
  color: #999;
  top: 90% !important;
}

@media screen and (max-width: 768.98px) {
  .message-card-buttons {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
  }
  .message-card-buttons .btn-regular-orange {
    width: calc(50% - 5px);
    height: 42px;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.text-link--orange {
  color: var(--color-primary, #ff8053);
}
.text-link--orange:hover {
  color: var(--color-primary, #ff8053);
}

.payment-benefit input {
  height: 44px;
}

.btn-retouch {
  margin-top: 26px !important;
  margin-bottom: 50px !important;
}
@media screen and (min-width: 769px) {
  .btn-retouch {
    margin-top: 23px !important;
    margin-bottom: -10px !important;
  }
}

.expire-book-form .title-message-popup {
  display: flex;
  justify-content: center;
  align-items: center;
}
.expire-book-form .btn-return-cancel {
  position: absolute;
  padding: 0;
  border: 0;
  top: -22px;
  right: -20px;
  width: 28.5px;
  height: 28.5px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_remove.png") 0 0/100% no-repeat;
}
.expire-book-form .btn-return-cancel:hover {
  background: url("https://assets.sugoyose.jp/storage/images/icon/×@2x.png") 0 0/100% no-repeat;
}

.split-book-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 25px;
  border-bottom: 3px solid #f8f8f8;
}
@media screen and (min-width: 769px) {
  .split-book-tabs {
    margin: 0 -40px;
  }
}
@media screen and (max-width: 768.98px) {
  .split-book-tabs {
    margin: 0 -15px;
    padding: 0 15px;
  }
}
.split-book-tabs__item {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #ccc;
  display: block;
  margin-bottom: -3px;
}
@media screen and (min-width: 769px) {
  .split-book-tabs__item {
    font-size: 22px;
  }
}
.split-book-tabs__item--current {
  color: var(--color-primary, #ff8053);
  border-bottom: 3px solid var(--color-primary, #ff8053);
}
.split-book-tabs__item:hover {
  color: var(--color-primary, #ff8053);
}
.split-book-tabs-side {
  position: fixed;
  z-index: 10;
  top: 152px;
  left: 0;
  width: 60px;
  background: #1c1c1c;
  padding: 0 5px;
}
.split-book-tabs-side__list {
  list-style-type: none;
  padding: 0 0 5px;
  margin: 0;
}
.split-book-tabs-side__item {
  border-top: 1px solid #555;
}
.split-book-tabs-side__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #ccc;
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  padding: 15px 0;
}
.split-book-tabs-side__button:hover {
  color: var(--color-primary, #ff8053);
}
.split-book-tabs-side__button--current {
  color: var(--color-primary, #ff8053);
  position: relative;
}
.split-book-tabs-side__button--current:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  width: 6px;
  height: 8px;
  border: 4px solid transparent;
  border-right: 6px solid var(--color-text, #333);
  border-left: 0;
  margin: auto 0;
}
.split-book-tabs-side__button--split {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #ccc;
  width: 100%;
  padding: 20px 0 15px;
}
.split-book-tabs-side__button--split img {
  margin-bottom: 10px;
}
.split-book-tabs-side__button--split span {
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 14px;
}
.split-book-tabs-side__button--split span span {
  text-combine-upright: all;
}
.split-book-tabs-side__button--split:nth-of-type(n + 2) {
  border-top: 1px solid #555;
}
.split-book-tabs-side__icon {
  display: inline-block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  margin-bottom: 10px;
}
.split-book-tabs-side__icon.-books {
  -webkit-mask-image: url("https://assets.sugoyose.jp/storage/images/icon/icon_books.svg");
          mask-image: url("https://assets.sugoyose.jp/storage/images/icon/icon_books.svg");
  width: 24px;
  height: 28px;
}
.split-book-tabs-side__icon.-book {
  -webkit-mask-image: url("https://assets.sugoyose.jp/storage/images/icon/icon-book.svg");
          mask-image: url("https://assets.sugoyose.jp/storage/images/icon/icon-book.svg");
  width: 17px;
  height: 20px;
}
.split-book-context-menu {
  position: fixed;
  z-index: 100;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #000;
}
.split-book-context-menu:focus {
  outline: none;
}
.split-book-context-menu ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 0;
}
.split-book-context-menu li {
  list-style-type: none;
}
.split-book-context-menu button {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
  padding: 5px 10px;
  color: var(--color-text, #333);
}
.split-book-context-menu button:disabled {
  color: inherit;
  opacity: 0.3;
}
.split-book-modal .modal-content {
  width: 630px !important;
}
.split-book-modal h2 {
  margin-bottom: 15px !important;
}
.split-book-modal-close {
  z-index: 1;
  position: absolute;
  padding: 0;
  border: 0;
  width: 28.5px;
  height: 28.5px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_remove.png") 0 0/100% no-repeat;
  top: -10px;
  right: -10px;
}
@media screen and (min-width: 769px) {
  .split-book-modal-close {
    top: -14px;
    right: -14px;
  }
}
.split-book-modal-message {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: var(--color-text, #333);
  opacity: 1;
}
.split-book-modal-button {
  top: 450px;
  left: 605px;
  width: 230px;
  height: 50px;
  background: var(--color-primary, #ff8053) 0 0 no-repeat padding-box;
  border-radius: 100px;
  opacity: 1;
  padding: 0 !important;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.split-book-modal-button:hover {
  opacity: 0.7;
}

.component-book--forbiz .split-book-tabs--current {
  color: var(--color-primary-forbiz, #5ab0bd);
  border-bottom: 3px solid var(--color-primary-forbiz, #5ab0bd);
}
.component-book--forbiz .split-book-tabs-side__button:hover {
  color: #5ab0bd;
}
.component-book--forbiz .split-book-tabs-side__button--current {
  color: var(--color-primary-forbiz, #5ab0bd);
}
.component-book--forbiz .split-book-tabs-side__button--split:hover {
  color: #5ab0bd;
}

.modal-union-books__inner {
  padding: 40px;
}
.modal-union-books__inner.modal-body {
  padding: 10px !important;
}
.modal-union-books__title {
  font-size: 20px;
  padding: 0;
  margin-bottom: 16px;
  font-weight: bold;
}
.modal-union-books__text {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-text, #333);
  margin-bottom: 30px;
}
.modal-union-books__button {
  width: 320px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.modal-union-books__button--close {
  position: absolute;
  padding: 0;
  border: 0;
  top: -15px;
  right: -10px;
  width: 28.5px;
  height: 28.5px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_remove.png") 0 0/100% no-repeat;
}
.modal-union-books__button--close:hover {
  background: url("https://assets.sugoyose.jp/storage/images/icon/×@2x.png") 0 0/100% no-repeat;
}
.modal-union-books .btn-return-cancel {
  position: absolute;
  padding: 0;
  border: 0;
  top: 15px;
  right: 20px;
  width: 28.5px;
  height: 28.5px;
  background: url("https://assets.sugoyose.jp/storage/images/icon/icon_remove.png") 0 0/100% no-repeat;
}
.modal-union-books .btn-return-cancel:hover {
  background: url("https://assets.sugoyose.jp/storage/images/icon/×@2x.png") 0 0/100% no-repeat;
}

.modal-split-books {
  pointer-events: none;
}
.modal-split-books__inner {
  padding: 40px;
  width: 630px;
}
.modal-split-books__title {
  font-size: 20px;
  padding: 0;
  margin-bottom: 16px;
  font-weight: bold;
}
.modal-split-books__text {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-text, #333);
  margin-bottom: 18px !important;
}
.modal-split-books__text--red {
  color: var(--color-alert, #f00);
}
.modal-split-books__note {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 30px !important;
}
.modal-split-books__button {
  margin-bottom: 10px;
}
.modal-split-books__box--price {
  width: 100%;
  background-color: #f8f8f8;
  padding: 25px 78px 30px;
  text-align: center;
  margin-bottom: 30px;
}
.modal-split-books__row {
  display: flex;
  justify-content: space-between;
}
.modal-split-books__row div:nth-of-type(1),
.modal-split-books__row div:nth-of-type(3) {
  flex: 1;
}
.modal-split-books__row div:nth-of-type(2) {
  width: 54px;
}
.modal-split-books__row.-title {
  font-size: 14px;
  font-weight: bold;
}
.modal-split-books__row.-line {
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}
.modal-split-books__row.-line div:nth-of-type(1),
.modal-split-books__row.-line div:nth-of-type(3) {
  background-color: #ccc;
  height: 1px;
}
.modal-split-books__row.-price div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-split-books__row.-price div:nth-of-type(2):before {
  display: block;
  content: "";
  width: 10px;
  height: 14px;
  box-sizing: border-box;
  border: 7px solid transparent;
  border-left: 10px solid #666;
  border-right: 0;
}
.modal-split-books__price {
  font-size: 28px;
  font-weight: 500;
}
.modal-split-books__price--from {
  margin-bottom: 0 !important;
}
.modal-split-books__price--to {
  color: var(--color-primary, #ff8053);
  margin-bottom: 0 !important;
}
.modal-split-books__price--total {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0 !important;
  color: #666;
}
.modal-split-books__yen {
  font-size: 18px;
  font-weight: 500;
}
