/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!../scss/main.scss ***!
  \**********************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  width: 100%;
  height: 100%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  width: 100%;
  height: 100%;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

picture {
  display: block;
}

img {
  display: block;
}

#app {
  width: 100%;
  height: 100%;
}

.color-gray01 {
  color: #fff;
}

.color-gray03 {
  color: #f7f7f9;
}

.color-gray04 {
  color: #eee;
}

.color-gray06 {
  color: #999;
}

.color-black01 {
  color: #666;
}

.color-black02 {
  color: #505050;
}

.color-black03 {
  color: #111;
}

.color-navy {
  color: #1f286f;
}

.color-red {
  color: #ff1956;
}

.color-yellow {
  color: #fff000;
}

.color-plus {
  color: #4b6edc;
}

.color-overlay {
  color: rgba(0, 10, 30, 0.6);
}

.color-border {
  color: #dbdcdc;
}

.color-green {
  color: #00bea0;
}

.color-minus {
  color: #ff5555;
}

.color-blue {
  color: #15addb;
}

.color-pink {
  color: #dc64aa;
}

.background-color-gray01 {
  background-color: #fff;
}

.background-color-gray03 {
  background-color: #f7f7f9;
}

.background-color-gray04 {
  background-color: #eee;
}

.background-color-gray06 {
  background-color: #999;
}

.background-color-black01 {
  background-color: #666;
}

.background-color-black03 {
  background-color: #111;
}

.background-color-navy {
  background-color: #1f286f;
}

.background-color-red {
  background-color: #ff1956;
}

.background-color-yellow {
  background-color: #fff000;
}

.background-color-plus {
  background-color: #4b6edc;
}

.background-color-overlay {
  background-color: rgba(0, 10, 30, 0.6);
}

.background-color-border {
  background-color: #dbdcdc;
}

.background-color-green_bg {
  background-color: rgba(0, 190, 160, 0.1);
}

.background-color-red_bg {
  background-color: rgba(255, 25, 86, 0.1);
}

.background-color-plus_bg {
  background-color: rgba(75, 110, 220, 0.1);
}

.background-color-navy_bg {
  background-color: rgba(31, 40, 111, 0.1);
}

.background-color-tap {
  background-color: rgba(31, 40, 111, 0.1);
}

.background-color-light-blue {
  background-color: #f0f7fa;
}

.background-color-minus_bg {
  background-color: rgba(255, 85, 85, 0.1);
}

.background-color-blue_bg {
  background-color: rgba(21, 173, 219, 0.1);
}

.background-color-pink_bg {
  background-color: rgba(220, 100, 170, 0.1);
}

:root {
  --color-primary: #50bbec;
  --color-sk-primary: #fff000;
  --color-si-primary: #eb6ea5;
  --color-sjsw-primary: #ffd800;
  --color-primary-tap: #29a7e0;
  --color-sk-primary-tap: #d1c305;
  --color-si-primary-tap: #dd4889;
  --color-sjsw-primary-tap: #dfbe04;
  --color-primary-hover: #7ad7ff;
  --color-sk-primary-hover: #fff56f;
  --color-si-primary-hover: #f1a0c6;
  --color-sjsw-primary-hover: #edd54d;
  --color-primary-disabled: #030303;
  --color-desktop-navbar-background: #1f286f;
  --color-user-icon-background: rgba(0, 0, 0, 0);
  --color-side-bar-background: #fff;
  --color-button-text: #fff;
}

.color-primary {
  color: #50bbec;
}

.color-sk-primary {
  color: #fff000;
}

.background-color-primary {
  background-color: #50bbec;
}

.background-color-sk-primary {
  background-color: #fff000;
}

/*--------------------
    foundations
--------------------*/
html {
  background-color: #f7f7f9;
  font-size: 16px;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
  color: #111;
  text-decoration: underline;
}

text {
  color: #111;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 899px) and (min-width: 0px) {
  * {
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
    /* Chrom Safari 対応 */
  }
  *::-webkit-scrollbar {
    display: none;
  }
}
.un-supported {
  pointer-events: none;
  opacity: 60%;
  cursor: not-allowed;
}

/*--------------------
    layouts
--------------------*/
/**class
 auto-complete-contents__contents
 auto-complete-contents__content
 auto-complete-contents__content--main-text
 auto-complete-contents__content--sub-text
 auto-complete-contents__content--suffix-text 
*/
.auto-complete-contents__contents {
  width: 100%;
  background-color: #fff;
  position: absolute;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  z-index: 100;
  cursor: pointer;
}
.auto-complete-contents__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #f7f7f9;
}
.auto-complete-contents__content:hover {
  background-color: rgba(31, 40, 111, 0.05);
}
.auto-complete-contents__content--main-text {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  word-break: break-word;
}
.auto-complete-contents__content--sub-text {
  color: #111;
  font-size: 14px;
  font-weight: 400;
}
.auto-complete-contents__content--suffix-text {
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

/*--------------------
  RoundButton
--------------------*/
/*--------------------
  Primary
--------------------*/
.round-button-type-primary {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 28px;
  opacity: 30%;
  cursor: pointer;
  width: auto;
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.12), 0px 18px 88px rgba(24, 39, 75, 0.14);
}
@media screen and (min-width: 900px) {
  .round-button-type-primary {
    box-shadow: none;
  }
}
.round-button-type-primary.active {
  opacity: 100%;
}
.round-button-type-primary.active:hover {
  background-color: var(--color-primary-hover);
}
.round-button-type-primary.active:active {
  background-color: var(--color-primary-tap);
}

/*--------------------
  SkPrimary
--------------------*/
.round-button-type-sk-primary {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 28px;
  opacity: 30%;
  cursor: pointer;
  width: auto;
  background-color: var(--color-sk-primary);
  color: #1f286f;
  border: none;
  box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.12), 0px 18px 88px rgba(24, 39, 75, 0.14);
}
@media screen and (min-width: 900px) {
  .round-button-type-sk-primary {
    box-shadow: none;
  }
}
.round-button-type-sk-primary.active {
  opacity: 100%;
}
.round-button-type-sk-primary.active:hover {
  background-color: var(--color-sk-primary-hover);
}
.round-button-type-sk-primary.active:active {
  background-color: var(--color-sk-primary-tap);
}

/*--------------------
  SiPrimary
--------------------*/
.round-button-type-si-primary {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 28px;
  opacity: 30%;
  cursor: pointer;
  width: auto;
  background-color: var(--color-si-primary);
  color: #fff;
  border: none;
  box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.12), 0px 18px 88px rgba(24, 39, 75, 0.14);
}
@media screen and (min-width: 900px) {
  .round-button-type-si-primary {
    box-shadow: none;
  }
}
.round-button-type-si-primary.active {
  opacity: 100%;
}
.round-button-type-si-primary.active:hover {
  background-color: var(--color-si-primary-hover);
}
.round-button-type-si-primary.active:active {
  background-color: var(--color-si-primary-tap);
}

/*--------------------
  SjswPrimary
--------------------*/
.round-button-type-sjsw-primary {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 28px;
  opacity: 30%;
  cursor: pointer;
  width: auto;
  background-color: var(--color-sjsw-primary);
  color: #1f286f;
  border: none;
  box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.12), 0px 18px 88px rgba(24, 39, 75, 0.14);
}
@media screen and (min-width: 900px) {
  .round-button-type-sjsw-primary {
    box-shadow: none;
  }
}
.round-button-type-sjsw-primary.active {
  opacity: 100%;
}
.round-button-type-sjsw-primary.active:hover {
  background-color: var(--color-sjsw-primary-hover);
}
.round-button-type-sjsw-primary.active:active {
  background-color: var(--color-sjsw-primary-tap);
}

/*--------------------
  Secondary
--------------------*/
.round-button-type-secondary {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 28px;
  opacity: 30%;
  cursor: pointer;
  width: auto;
  background-color: #fff;
  color: #1f286f;
  border: solid 1px #1f286f;
}
.round-button-type-secondary.active {
  opacity: 100%;
}
.round-button-type-secondary.active:hover {
  background-color: #eaeaea;
}
.round-button-type-secondary.active:active {
  background-color: #dddddd;
}

/*--------------------
  SecondaryRedText
--------------------*/
.round-button-type-secondary-red-text {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 28px;
  opacity: 30%;
  cursor: pointer;
  width: auto;
  background-color: #fff;
  color: #ff1956;
  border: solid 1px #ff1956;
}
.round-button-type-secondary-red-text.active {
  opacity: 100%;
}
.round-button-type-secondary-red-text.active:hover {
  background-color: #eaeaea;
}
.round-button-type-secondary-red-text.active:active {
  background-color: #dddddd;
}

/*--------------------
  Tertiary
--------------------*/
.round-button-type-tertiary {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 28px;
  opacity: 30%;
  cursor: pointer;
  width: auto;
  background-color: #f3f3f7;
  color: #1f286f;
  border: solid 2px #cccccc;
}
.round-button-type-tertiary.active {
  opacity: 100%;
}
.round-button-type-tertiary.active:hover {
  background-color: #eaeaea;
}
.round-button-type-tertiary.active:active {
  background-color: #dddddd;
}

/*--------------------
  Error
--------------------*/
.round-button-type-error {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 28px;
  opacity: 30%;
  cursor: pointer;
  width: auto;
  background-color: #fff;
  color: #ff1956;
  border: solid 1px #ff1956;
}
.round-button-type-error.active {
  opacity: 100%;
}
.round-button-type-error.active:hover {
  background-color: #eaeaea;
}
.round-button-type-error.active:active {
  background-color: #dddddd;
}

/*--------------------
  RoundButton
--------------------*/
.round-button {
  width: fit-content;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/*--------------------
  RoundButtonLargeHeight
--------------------*/
.round-button-large-height {
  width: 100%;
  height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/*--------------------
  RoundButtonMiddleHeight
--------------------*/
.round-button-middle-height {
  width: 100%;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/*--------------------
  RoundButtonIcon
--------------------*/
.round-button-icon {
  width: auto;
  height: fit-content;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 24px;
  box-sizing: border-box;
}
.round-button-icon > img {
  width: 20px;
  height: 20px;
}

/*--------------------
  Option
--------------------*/
.width-160-px {
  min-width: 160px;
}

.min-width-100-px {
  min-width: 100px;
}

.width-100-percent {
  width: 100%;
}

.round-button-font-size-small-responsive {
  font-size: 10px;
}
@media screen and (min-width: 900px) {
  .round-button-font-size-small-responsive {
    font-size: 16px;
  }
}

.round-button-font-size-medium-responsive {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .round-button-font-size-medium-responsive {
    font-size: 16px;
  }
}

.large-height {
  height: 56px;
}

.middle-height {
  height: 48px;
}

.double-text-button {
  display: flex;
  flex-direction: column;
}

.base-button {
  font-size: 18px;
  opacity: 30%;
  text-align: center;
  font-weight: bold;
  border-radius: 28px;
  padding: 16px;
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.base-button.primary {
  background-color: var(--color-primary);
  color: #fff;
  border: none;
}
.base-button.primary.active {
  opacity: 100%;
}
.base-button.primary.active:hover {
  background-color: var(--color-primary-hover);
}
.base-button.primary.active:active {
  background-color: var(--color-primary-tap);
}
@media screen and (min-width: 900px) {
  .base-button.primary.fixed {
    height: 48px;
  }
}
.base-button.secondary {
  background-color: #fff;
  color: #1f286f;
  border: solid 1px #1f286f;
}
.base-button.secondary.download {
  font-size: 14px;
}
.base-button.secondary.delete {
  font-size: 14px;
  color: #ff1956;
}
.base-button.secondary.active {
  opacity: 100%;
}
.base-button.secondary.active:hover {
  background-color: #eaeaea;
}
.base-button.secondary.active:active {
  background-color: #dddddd;
}
.base-button.quick_action {
  background-color: #fff;
  color: #1f286f;
  border: solid 1px #1f286f;
  padding: 5px 16px;
}
.base-button.quick_action.active {
  opacity: 100%;
}
.base-button.quick_action.active:hover {
  background-color: #eaeaea;
}
.base-button.quick_action.active:active {
  background-color: #dddddd;
}
.base-button.expand-sub-action {
  background-color: #fff;
  color: #1f286f;
  padding: 8px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.base-button.expand-sub-action.active {
  opacity: 100%;
}
.base-button.error {
  background-color: #fff;
  color: #ff1956;
  border: solid 1px #ff1956;
}
.base-button.error.active {
  opacity: 100%;
}
.base-button.error.active:hover {
  background-color: #eaeaea;
}
.base-button.error.active:active {
  background-color: #dddddd;
}

.icon-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.icon-button:active {
  background-color: #d3d3d3;
  border-radius: 5px;
}
.icon-button .user-img {
  height: 34px;
  width: 34px;
  border-radius: 50%;
}

.icon-text-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  gap: 4px;
}
.icon-text-button:active {
  background-color: #d3d3d3;
  border-radius: 5px;
}
.icon-text-button > img {
  width: 16px;
  height: 16px;
}
.icon-text-button__text {
  color: #1f286f;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}
.icon-text-button__text.under-line {
  border-bottom: 1px solid #1f286f;
}

.back-options-text-button {
  display: block;
  background-color: #fff;
  padding: 10px 0;
}
.back-options-text-button .icon-text-button__text {
  font-size: 14px;
}

.document-search-and-reset {
  align-items: center;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .document-search-and-reset {
    flex-grow: 1;
  }
}
.document-search-and-reset__search-button {
  flex-direction: row-reverse;
}
@media screen and (min-width: 900px) {
  .document-search-and-reset__search-button {
    flex-direction: row;
  }
}
.document-search-and-reset__search-button > button {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #1f286f;
  gap: 5px;
  font-weight: 700;
}
.document-search-and-reset__search-button > button:focus {
  background-color: #f7f7f9;
}
.document-search-and-reset__search-button--container {
  display: flex;
  align-items: center;
}
.document-search-and-reset__search-button--container--label {
  display: none;
}
@media screen and (min-width: 900px) {
  .document-search-and-reset__search-button--container--label {
    display: block;
  }
}
.document-search-and-reset__reset-button {
  flex-direction: row-reverse;
  border-radius: 14px;
  background: rgba(31, 40, 111, 0.1);
}
@media screen and (min-width: 900px) {
  .document-search-and-reset__reset-button {
    flex-direction: row;
  }
}
.document-search-and-reset__reset-button--container {
  display: flex;
  align-items: center;
  padding: 5.5px 10px 5.5px 8px;
}
.document-search-and-reset__reset-button--container--label {
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .document-search-and-reset__reset-button--container--label {
    display: block;
  }
}
.document-search-and-reset__reset-button--container--button {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #111;
  gap: 5px;
  font-weight: 400;
  padding: 0;
  margin-left: 10px;
}

.conditions-reset-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0px;
  display: block;
  margin: 0 0 0 auto;
}
.conditions-reset-button__label {
  color: #1f286f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .conditions-reset-button__label {
    font-size: 16px;
  }
}

.select-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 12px 14px;
  box-sizing: border-box;
  background-color: transparent;
  border: 2px solid #999;
  border-radius: 8px;
  cursor: pointer;
}
.select-card.selected {
  background-color: rgba(31, 40, 111, 0.05);
  border: 2px solid #1f286f;
  border-radius: 8px;
}
.select-card__contents {
  color: #1f286f;
  font-size: 16px;
  font-weight: 700;
}

.select-card-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  width: 100%;
}

.base-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 12px 14px;
  box-sizing: border-box;
  background-color: #f3f3f7;
  border: 2px solid #1f286f;
  border-radius: 8px;
}
.base-card__contents {
  color: #1f286f;
  font-size: 16px;
  font-weight: 700;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
  min-height: 25px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 700;
}
.checkbox-container__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 100px;
}
.checkbox-container__label--checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container__label--checkbox > input:checked ~ .checkmark {
  background-color: #1f286f;
}
.checkbox-container__label--checkbox > input:checked ~ .checkmark {
  background-color: #1f286f;
}
.checkbox-container__label--checkbox > input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container__label--checkbox > .checkmark {
  display: block;
  padding: 2.5px;
  box-sizing: border-box;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: solid 2px #dbdcdc;
  border-radius: 3px;
}
.checkbox-container__label--checkbox > .checkmark.color-gray06 {
  border: solid 2px #999;
}
.checkbox-container__label--checkbox > .checkmark.icon {
  display: flex;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: none;
}
.checkbox-container__label--checkbox > .checkmark:after {
  left: 8px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-disabled {
  cursor: default;
}

.black-bold-letters {
  color: #111;
  font-weight: 700;
  font-size: 14px;
}

.black-regular-letters {
  color: #111;
  font-weight: 400;
  font-size: 14px;
}

.base-text-field-box__header {
  padding-left: 16px;
  font-weight: 700;
  color: #1f286f;
  font-size: 16px;
}
.base-text-field-box__fields {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 8px 16px 0 16px;
  border: 1px #dbdcdc solid;
  border-radius: 4px;
}
.base-text-field-box__fields.disabled {
  cursor: not-allowed;
}
.base-text-field-box__fields.disabled > input {
  pointer-events: none;
  background-color: transparent;
}
.base-text-field-box__fields.border-less {
  margin: 8px 0 0 0;
  border: none;
  border-radius: 0;
}
.base-text-field-box__fields.bold-border {
  margin: 8px 16.5px 0 16.5px;
  border: 2px solid #dbdcdc;
}
.base-text-field-box__fields.full-width {
  margin: 0;
}
.base-text-field-box__fields.underline {
  margin: 8px 0 0 0;
  border-width: 1px;
  border-style: none none solid;
  border-color: #dbdcdc;
}
.base-text-field-box__fields--input {
  padding: 16px 0 16px 16px;
  border: none;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  color: #1f286f;
  border-radius: 4px;
}
.base-text-field-box__fields--input.border-less {
  border-radius: 0;
}
@media screen and (min-width: 900px) {
  .base-text-field-box__fields--input.fixed-height {
    height: 54px;
  }
}
.base-text-field-box__fields--input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #1f286f;
  opacity: 30%;
}
.base-text-field-box__fields--suffix {
  padding: 16px 16px 16px 0;
  width: 70px;
  margin-left: auto;
  text-align: end;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
}
.base-text-field-box__fields--suffix.border-less {
  border-radius: 0;
}
.base-text-field-box__validation {
  margin: 8px 16px 0 16px;
  color: #ff1956;
  font-size: 14px;
  font-weight: 400;
}
.base-text-field-box__sub-text {
  margin: 8px 16.5px 0 16.5px;
}

.mail-address-form__auto-complete {
  position: relative;
  top: -8px;
}
.mail-address-form__auto-complete.error {
  top: -24px;
}

.password-form__suffix {
  color: #1f286f;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.error-page__frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  border-top: 1px solid #dbdcdc;
  border-bottom: 1px solid #dbdcdc;
  background-color: #fff;
}
.error-page__body {
  padding: 0px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #111;
}

.base-app-header {
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  justify-content: space-between;
  padding: 0 16px;
  background-color: #f7f7f9;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .base-app-header.hidden-when-pc {
    display: none;
  }
}
.base-app-header.fixd-page-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.base-app-header.rev {
  flex-direction: row-reverse;
}
.base-app-header__leading {
  width: 24px;
  height: 24px;
  position: relative;
}
.base-app-header__title {
  font-size: 19px;
  font-weight: 700;
  color: #1f286f;
  margin: 0;
  padding: 0 10px;
}
.base-app-header__action {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.sms__frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  border-top: 1px solid #dbdcdc;
  border-bottom: 1px solid #dbdcdc;
}
.sms__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 32px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #111;
}
.sms__field {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 100%;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
.sms__field--item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.sms__field--item > input {
  height: 64px;
  width: 100%;
  color: #1f286f;
  border: 2px solid rgba(17, 17, 17, 0.1);
  text-align: center;
  font-weight: 700;
  outline: none;
  font-size: 20px;
  border-radius: 4px;
}
.sms__hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

.balloon-parent {
  position: relative;
}
.balloon-parent__balloon {
  position: absolute;
  z-index: 100;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  min-width: fit-content;
  display: inline-block;
  color: #fff;
  background: #00a0e9;
  font-weight: 700;
  font-size: 16px;
  border-radius: 40px;
  padding: 12px 16px;
  box-sizing: border-box;
  text-align: center;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.15));
}
.balloon-parent__balloon.large-top-margin {
  top: 64px;
}
.balloon-parent__balloon:before {
  z-index: 100;
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #00a0e9;
}

.base-snack-bar {
  display: flex;
  position: fixed;
  bottom: 52px;
  background-color: rgba(37, 37, 37, 0.6);
  box-sizing: border-box;
  width: calc(100% - 32px);
  height: auto;
  min-height: 48px;
  z-index: 1450;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.base-snack-bar__text {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 10, 30, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  z-index: 1350;
}

.modal {
  background-color: #fff;
  border-radius: 4px;
  max-width: 500px;
  margin: 0 48px;
}

.modal_transparent {
  background-color: rgba(255, 255, 255, 0);
}

.modal-side-button-left {
  width: 160px;
  display: inline-block;
  margin-right: 24px;
}

.modal-side-button-right {
  width: 160px;
  display: inline-block;
}

.dialog {
  padding: 24px 16px 18px 24px;
}
.dialog__header {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #111;
  margin: 0;
}
.dialog__header.error {
  text-align: left;
}
.dialog__body {
  font-size: 13px;
  font-weight: 700;
  color: #111;
}
.dialog__text-button {
  color: #1f286f;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.dialog__text-button.right {
  display: flex;
  justify-content: flex-end;
}
.dialog__error_message {
  white-space: break-spaces;
}

.dialog_action {
  position: absolute;
  right: 0;
  bottom: 48px;
  padding: 16px;
}
.dialog_action__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0px;
  gap: 24px;
}
.dialog_action__list .list_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #1f286f;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.374px;
}
.dialog_action__list .list_label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 24px;
  background-color: #fff;
  border-radius: 3px;
}
.dialog_action__list .list_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--color-primary);
  border-radius: 64px;
}

.base-page-modal {
  max-width: 343px;
  width: calc(100% - 32px);
  box-sizing: border-box;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: auto;
  min-height: 460px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 900px) {
  .base-page-modal {
    border-radius: 5px;
  }
}
.base-page-modal.responsive {
  background-color: #f7f7f9;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.base-page-modal.responsive.grey-background {
  background-color: #f7f7f9;
}
@media screen and (min-width: 900px) {
  .base-page-modal.responsive {
    width: 423px;
    background-color: #fff;
    height: auto;
    min-height: 460px;
    top: 0;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .base-page-modal.responsive {
    border-radius: 5px;
  }
}
@media screen and (min-width: 900px) {
  .base-page-modal.mt {
    margin-top: 40px;
  }
}
.base-page-modal__desktop-header {
  position: relative;
  border-radius: 5px 5px 0 0;
  display: inline;
  position: relative;
}
.base-page-modal__desktop-header > .modal-close-icon {
  position: absolute;
  top: 0;
  right: -48px;
}
.base-page-modal__desktop-header > .title-wrapper {
  padding: 32px 16px 0px;
  font-weight: 700;
  color: #111;
  font-size: 18px;
  display: grid;
  place-items: center;
  grid-template-columns: 40px 1fr 40px;
}
.base-page-modal__desktop-header > .action {
  position: absolute;
  right: 24px;
  top: 24px;
}
.base-page-modal__desktop-header.responsive {
  display: none;
}
@media screen and (min-width: 900px) {
  .base-page-modal__desktop-header.responsive {
    display: inline;
    position: relative;
  }
  .base-page-modal__desktop-header.responsive > .modal-close-icon {
    position: absolute;
    top: 0;
    right: -48px;
  }
  .base-page-modal__desktop-header.responsive > .title-wrapper {
    padding: 32px 16px 0px;
    font-weight: 700;
    color: #111;
    font-size: 18px;
    display: grid;
    place-items: center;
    grid-template-columns: 40px 1fr 40px;
  }
  .base-page-modal__desktop-header.responsive > .action {
    position: absolute;
    right: 24px;
    top: 24px;
  }
}
.base-page-modal__body {
  height: auto;
  padding-top: 44px;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f9;
}
@media screen and (min-width: 900px) {
  .base-page-modal__body {
    background-color: #fff;
  }
  .base-page-modal__body.grey-background {
    background-color: #f7f7f9;
    padding-top: 28px;
    box-sizing: border-box;
  }
}
.base-page-modal__body--last-child {
  margin-top: auto;
}
.base-page-modal__body--last-child-two-button {
  margin-top: auto;
  text-align: center;
}
.base-page-modal__cancel-button {
  display: none;
}
@media screen and (min-width: 900px) {
  .base-page-modal__cancel-button.display-button {
    display: block;
    margin-bottom: 20px;
  }
}

.base-dialog {
  padding: 24px 16px 18px 24px;
  width: 280px;
}
.base-dialog__header {
  top: 8px;
}
.base-dialog__footer {
  text-align: right;
  margin-top: 34px;
}

.select-dialog__header {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0;
}
.select-dialog__body {
  font-size: 15px;
  font-weight: 400;
  color: #111;
  line-height: 25px;
}
.select-dialog__button {
  color: #1f286f;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.select-dialog__right-color-red {
  color: #ff1956;
}

.logout-dialog-text {
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

.logout-dialog-button {
  color: #1f286f;
  font-size: 16px;
  font-weight: 700;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.item-confirm-dialog__title {
  color: #111;
  font-size: 18px;
  font-weight: 700;
}
.item-confirm-dialog__text {
  white-space: pre-line;
  margin-top: 24px;
  line-height: 0.9;
}
.item-confirm-dialog__left-button {
  color: #1f286f;
  font-size: 16px;
  font-weight: 700;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.item-confirm-dialog__right-button-color-red {
  color: #ff1956;
  font-size: 16px;
  font-weight: 700;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.edit-cancel-confirm-dialog__text {
  color: #111;
  font-size: 18px;
  font-weight: 700;
}
.edit-cancel-confirm-dialog__left-button {
  color: #1f286f;
  font-size: 16px;
  font-weight: 700;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.edit-cancel-confirm-dialog__right-button-color-red {
  color: #ff1956;
  font-size: 16px;
  font-weight: 700;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.message-page-modal-area {
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #dbdcdc;
  box-sizing: border-box;
  width: 100%;
  font-weight: 400;
  color: #111;
  white-space: pre-wrap;
  padding: 16px;
}
@media screen and (min-width: 900px) {
  .message-page-modal-area {
    height: 200px;
  }
}

.service-withdrawal-text {
  color: #111;
  font-size: 14px;
  font-weight: 400;
}

.base-margin-modal {
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  box-sizing: border-box;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f9;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 900px) {
  .base-margin-modal {
    height: auto;
    min-height: 460px;
    background-color: #fff;
  }
}
@media screen and (min-width: 900px) {
  .base-margin-modal.mt {
    margin-top: 40px;
  }
}
.base-margin-modal.fixed-width {
  width: 343px;
}
.base-margin-modal.horizontal {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .base-margin-modal.horizontal {
    height: auto;
    min-height: fit-content;
    width: fit-content;
    min-width: min(100% - 32px, 632px);
    background-color: #fff;
  }
}
.base-margin-modal__margin-header {
  position: relative;
  display: inline;
  position: relative;
}
.base-margin-modal__margin-header > .modal-close-icon {
  position: absolute;
  top: 0;
  right: -48px;
  display: none;
}
@media screen and (min-width: 768px) {
  .base-margin-modal__margin-header > .modal-close-icon {
    display: block;
  }
}
.base-margin-modal__margin-header > .title {
  padding-top: 32px;
  text-align: center;
  font-weight: 700;
  color: #111;
  font-size: 16px;
}
.base-margin-modal__margin-header > .title.horizontal {
  text-align: start;
  padding-left: 32px;
}
.base-margin-modal__margin-header > .action {
  position: absolute;
  right: 24px;
  top: 24px;
}
.base-margin-modal__body {
  height: auto;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f9;
}
@media screen and (min-width: 900px) {
  .base-margin-modal__body {
    background-color: #fff;
  }
  .base-margin-modal__body.grey-background {
    background-color: #f7f7f9;
  }
}
.base-margin-modal__body--last-child {
  margin-top: auto;
}
.base-margin-modal__body--last-child.horizontal {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .base-margin-modal__body--last-child.horizontal {
    justify-content: flex-start;
  }
}
.base-margin-modal__body--last-child-two-button {
  margin-top: auto;
  text-align: center;
}
.base-margin-modal__child-buttons.horizontal {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .base-margin-modal__child-buttons.horizontal {
    width: fit-content;
    min-width: 186px;
  }
}
.base-margin-modal__cancel-button {
  display: block;
  margin-bottom: 10px;
}
.base-margin-modal__cancel-button.horizontal {
  margin: 0;
  width: 50%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .base-margin-modal__cancel-button.horizontal {
    width: fit-content;
    min-width: 186px;
  }
}
.base-margin-modal__cancel-button.label-only-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  color: #1f286f;
  text-align: center;
  margin: 0;
  cursor: pointer;
}

.base-full-screen-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f9;
}

.loading-modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2147483647;
  display: flex;
  justify-content: center;
  align-items: center;
}

/**class
 reset-password-modal__content
 reset-password-modal__text
*/
.reset-password-modal__content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #dbdcdc;
  border-bottom: 1px solid #dbdcdc;
}
.reset-password-modal__text {
  color: #111;
  font-size: 16px;
  font-weight: 400;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt40 {
  margin-top: 40px;
}

.mt48 {
  margin-top: 48px;
}

.ml8 {
  margin-left: 8px;
}

.ml16 {
  margin-left: 16px;
}

.ml24 {
  margin-left: 24px;
}

.ml32 {
  margin-left: 32px;
}

.ml48 {
  margin-left: 48px;
}

.mr8 {
  margin-right: 8px;
}

.mr16 {
  margin-right: 16px;
}

.mr24 {
  margin-right: 24px;
}

.mr32 {
  margin-right: 32px;
}

.mr48 {
  margin-right: 48px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb48 {
  margin-bottom: 48px;
}

.mv8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mv16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mv24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mv24-confirm-children {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  gap: 24px;
  flex-direction: row;
}

.mv32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mv48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mh8 {
  margin-left: 8px;
  margin-right: 8px;
}

.mh16 {
  margin-left: 16px;
  margin-right: 16px;
}

.mh24 {
  margin-left: 24px;
  margin-right: 24px;
}

.mh32 {
  margin-left: 32px;
  margin-right: 32px;
}

.mh48 {
  margin-left: 48px;
  margin-right: 48px;
}

.pl16 {
  padding-left: 16px;
}

.pr16 {
  padding-right: 16px;
}

.pv8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ph16 {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 900px) {
  .fixed-web-width-content-wrapper {
    margin: 0 auto;
    width: 375px;
  }
}

.snack-bar-animation {
  /* 0秒後に0.25秒間かけてFadeIn */
  /* 4秒後に0.25秒間かけてFadeOut */
}
.snack-bar-animation__fade-in {
  animation: fadeIn 250ms ease 0s 1 forwards;
}
.snack-bar-animation__fade-out {
  animation: fadeOut 250ms ease 4s 1 forwards;
}

.balloon-animation {
  /* 0秒後に0.25秒間かけてFadeIn */
  /* 2秒後に0.25秒間かけてFadeOut */
}
.balloon-animation__fade-in {
  animation: fadeIn 250ms ease 0s 1 forwards;
}
.balloon-animation__fade-out {
  animation: fadeOut 250ms ease 2s 1 forwards;
}

/* フェードイン */
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/* フェードアウト */
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/*--------------------
    pages
--------------------*/
.download-app-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 270px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .download-app-area {
    align-items: normal;
  }
}
.download-app-area__app-store {
  display: flex;
  align-items: center;
  gap: 52px;
  height: 69px;
}
.download-app-area__app-store--icon {
  border: none;
  background-color: #fff;
  width: 147px;
  height: 54px;
  padding: 0;
  cursor: pointer;
}
.download-app-area__app-store--icon > img {
  width: 147px;
  height: 54px;
}
.download-app-area__app-store--qr-cord {
  display: none;
}
@media screen and (min-width: 768px) {
  .download-app-area__app-store--qr-cord {
    display: flex;
  }
}
.download-app-area__google-play {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 69px;
}
.download-app-area__google-play--icon {
  border: none;
  background-color: #fff;
  width: 175px;
  height: 52px;
  padding: 0;
  cursor: pointer;
}
.download-app-area__google-play--icon > img {
  width: 175px;
  height: 52px;
}
.download-app-area__google-play--qr-cord {
  display: none;
}
@media screen and (min-width: 768px) {
  .download-app-area__google-play--qr-cord {
    display: block;
  }
}
.download-app-area__web-invoice {
  display: none;
}
@media screen and (min-width: 900px) {
  .download-app-area__web-invoice {
    display: flex;
  }
}
.download-app-area__web-invoice--icon {
  border: none;
  background-color: #fff;
  width: 140px;
  height: 51.5px;
  padding: 0;
  cursor: pointer;
}
.download-app-area__web-invoice--icon > img {
  width: 140px;
  height: 51.5px;
}

.footer {
  background-color: #dbdcdc;
  width: 100%;
  height: 32px;
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .footer {
    position: relative;
    bottom: 0;
  }
}
.footer__copyright {
  text-align: center;
  padding: 7.5px 0;
  color: #111;
  font-size: 16px;
  font-weight: 600;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1f286f;
  width: 100%;
  height: 56px;
  margin-bottom: 32px;
}
@media screen and (min-width: 900px) {
  .header {
    position: absolute;
    top: 0;
    width: calc(100% - 80px);
    margin: 0 40px 32px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }
}
.header__logo {
  padding: 0 16px;
}
@media screen and (min-width: 900px) {
  .header__logo {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 4px 14px;
  }
}
.header__logo--left {
  display: none;
}
@media screen and (min-width: 900px) {
  .header__logo--left {
    display: block;
  }
  .header__logo--left > img {
    width: 48px;
    height: 48px;
  }
}
.header__logo--right > img {
  width: 69.27px;
  height: 16px;
}
.header__logout {
  padding: 16px;
}
@media screen and (min-width: 900px) {
  .header__logout {
    padding: 16px 14px;
  }
}

.logout-button {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 24px;
  cursor: pointer;
}
.logout-button__icon > img {
  width: 24px;
  height: 24px;
}
.logout-button__text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.plan-comparison-table {
  margin-top: 16px;
  color: #1f286f;
  display: flex;
  flex-direction: column;
  border-collapse: collapse;
}
@media screen and (min-width: 900px) {
  .plan-comparison-table {
    padding: 10px 16px;
  }
}
.plan-comparison-table__header-recommendation {
  height: 16px;
  background-color: #4b6edc;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.plan-comparison-table__header-space {
  height: 24px;
}
.plan-comparison-table__header-button--free {
  padding-top: 8px;
  padding-bottom: 8px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 80px;
  cursor: pointer;
  color: #fff;
  background-color: #1f286f;
  border-left: 1px solid #1f286f;
  border-right: 1px solid #1f286f;
  border-top: 1px solid #1f286f;
  border-bottom: 0;
}
@media screen and (min-width: 900px) {
  .plan-comparison-table__header-button--free {
    cursor: default;
    font-size: 26px;
    height: 88px;
  }
}
.plan-comparison-table__header-button--free.si {
  color: #fff;
  background-color: #eb6ea5;
}
.plan-comparison-table__header-button--free.sjsw {
  color: #1f286f;
  background-color: #ffd800;
}
@media screen and (min-width: 900px) {
  .plan-comparison-table__header-button--free {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.plan-comparison-table__header-button--paid {
  padding-top: 8px;
  padding-bottom: 8px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 80px;
  cursor: pointer;
  color: #fff;
  background-color: #1f286f;
  border-left: 3px solid #1f286f;
  border-right: 3px solid #1f286f;
  border-top: 3px solid #1f286f;
  border-bottom: 0;
}
@media screen and (min-width: 900px) {
  .plan-comparison-table__header-button--paid {
    cursor: default;
    font-size: 26px;
    height: 88px;
  }
}
.plan-comparison-table__header-button--paid.si {
  color: #fff;
  background-color: #eb6ea5;
}
.plan-comparison-table__header-button--paid.sjsw {
  color: #1f286f;
  background-color: #ffd800;
}
@media screen and (min-width: 900px) {
  .plan-comparison-table__header-button--paid {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media screen and (min-width: 900px) {
  .plan-comparison-table__header-button--paid.trial-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.plan-comparison-table__recommendation-button {
  margin-top: 12px;
  background-color: #fff000;
  color: #1f286f;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .plan-comparison-table__recommendation-button {
    cursor: pointer;
  }
}
.plan-comparison-table__recommendation-button.si, .plan-comparison-table__recommendation-button.sjsw {
  background-color: #1f286f;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .plan-comparison-table__recommendation-button {
    font-size: 18px;
  }
}
.plan-comparison-table__body-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 8px;
}
.plan-comparison-table__body-content > img {
  width: 32px;
  height: 32px;
}
.plan-comparison-table__body-content--sub-text {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .plan-comparison-table__body-content--sub-text {
    font-size: 14px;
  }
}
.plan-comparison-table__body-content--sub-text.text-color-red {
  color: #ff1956;
}
.plan-comparison-table__body-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .plan-comparison-table__body-label {
    align-items: flex-start;
    margin: 0 12px;
    font-size: 22px;
  }
}
.plan-comparison-table__body-label--sub-text {
  display: none;
}
@media screen and (min-width: 900px) {
  .plan-comparison-table__body-label--sub-text {
    display: block;
    color: #505050;
    font-size: 14px;
    font-weight: 500;
  }
}
.plan-comparison-table__table-footer-button-paid-plan {
  align-content: center;
  height: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
@media screen and (min-width: 900px) {
  .plan-comparison-table__table-footer-button-paid-plan {
    padding-right: 36px;
    padding-left: 36px;
  }
}
.plan-comparison-table__table-footer-button-paid-plan--text {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .plan-comparison-table__table-footer-button-paid-plan--text {
    font-size: 18px;
  }
}
.plan-comparison-table__table-footer-button-free-plan {
  align-content: center;
  height: 100%;
  padding-right: 4px;
  padding-left: 4px;
}
@media screen and (min-width: 900px) {
  .plan-comparison-table__table-footer-button-free-plan {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.plan-comparison-table__table-footer-button-free-plan--text {
  font-weight: 700;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .plan-comparison-table__table-footer-button-free-plan--text {
    font-size: 16px;
  }
}

.plan-table-row__header {
  width: 100%;
  padding: 0;
  display: flex;
  min-height: 80px;
}
@media screen and (min-width: 900px) {
  .plan-table-row__header {
    width: 788px;
  }
}
@media screen and (min-width: 900px) {
  .plan-table-row__header {
    min-height: 88px;
  }
}
.plan-table-row__body {
  width: 100%;
  padding: 0;
  display: flex;
  min-height: 80px;
}
@media screen and (min-width: 900px) {
  .plan-table-row__body {
    width: 788px;
  }
}
@media screen and (min-width: 900px) {
  .plan-table-row__body {
    min-height: 97px;
  }
}
.plan-table-row__footer {
  width: 100%;
  padding: 0;
  display: flex;
  min-height: 100px;
}
@media screen and (min-width: 900px) {
  .plan-table-row__footer {
    width: 788px;
  }
}
@media screen and (min-width: 900px) {
  .plan-table-row__footer {
    min-height: 70px;
  }
}
.plan-table-row__header-header {
  display: none;
}
@media screen and (min-width: 900px) {
  .plan-table-row__header-header {
    display: inline;
    width: 270px;
  }
}
.plan-table-row__header-content--free-plan {
  width: calc((100vw + 7px) * 0.4);
  padding: 0;
}
@media screen and (min-width: 900px) {
  .plan-table-row__header-content--free-plan {
    width: 208px;
    box-sizing: border-box;
  }
}
.plan-table-row__header-content--free-plan.border-default {
  border-left: 1px solid #1f286f;
  border-right: 1px solid #1f286f;
  border-top: 1px solid #1f286f;
}
@media screen and (min-width: 900px) {
  .plan-table-row__header-content--free-plan.border-default {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.plan-table-row__header-content--space {
  display: none;
}
@media screen and (min-width: 900px) {
  .plan-table-row__header-content--space {
    display: table-cell;
    width: 10px;
    box-sizing: border-box;
  }
}
.plan-table-row__header-content--paid-plan {
  flex: 1;
  padding: 0;
}
.plan-table-row__header-content--paid-plan.border-default {
  border-left: 3px solid #1f286f;
  border-right: 3px solid #1f286f;
  border-top: 3px solid #1f286f;
}
@media screen and (min-width: 900px) {
  .plan-table-row__header-content--paid-plan.border-default {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.plan-table-row__body-header--sp {
  background-color: #f0f7fa;
  display: block;
  width: calc(100vw - 4px);
  height: 40px;
}
.plan-table-row__body-header--sp.si {
  background-color: #feeff6;
}
.plan-table-row__body-header--sp.sjsw {
  background-color: #fff7cc;
}
.plan-table-row__body-header--sp.border-default {
  border-top: 1px solid #c6c3de;
  border-left: 1px solid #c6c3de;
  border-right: 3px solid #1f286f;
  border-bottom: 1px solid #c6c3de;
}
@media screen and (min-width: 900px) {
  .plan-table-row__body-header--sp {
    display: none;
  }
}
.plan-table-row__body-header--pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .plan-table-row__body-header--pc {
    display: inline;
    width: 270px;
  }
}
@media screen and (min-width: 900px) {
  .plan-table-row__body-header--pc {
    background-color: #f0f7fa;
  }
  .plan-table-row__body-header--pc.si {
    background-color: #feeff6;
  }
  .plan-table-row__body-header--pc.sjsw {
    background-color: #fff7cc;
  }
  .plan-table-row__body-header--pc.border-default {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #1f286f;
    border-top-left-radius: 8px;
  }
}
.plan-table-row__body-content--free-plan {
  width: calc((100vw + 7px) * 0.4);
  padding: 0;
}
@media screen and (min-width: 900px) {
  .plan-table-row__body-content--free-plan {
    width: 208px;
    box-sizing: border-box;
  }
}
.plan-table-row__body-content--free-plan.border-default {
  border-left: 1px solid #1f286f;
  border-right: 1px solid #1f286f;
  border-bottom: 1px dotted #1f286f;
}
.plan-table-row__body-content--space {
  display: none;
  background-color: #f0f7fa;
}
@media screen and (min-width: 900px) {
  .plan-table-row__body-content--space {
    display: table-cell;
    width: 10px;
    box-sizing: border-box;
  }
}
.plan-table-row__body-content--space.si {
  background-color: #feeff6;
}
.plan-table-row__body-content--space.sjsw {
  background-color: #fff7cc;
}
.plan-table-row__body-content--space.border-default {
  border-bottom: 1px dotted #1f286f;
}
.plan-table-row__body-content--paid-plan {
  flex: 1;
  padding: 0;
}
.plan-table-row__body-content--paid-plan.border-default {
  border-left: 3px solid #1f286f;
  border-right: 3px solid #1f286f;
  border-bottom: 1px dotted #1f286f;
}
.plan-table-row__footer-header {
  display: none;
}
@media screen and (min-width: 900px) {
  .plan-table-row__footer-header {
    display: inline;
    width: 270px;
  }
}
.plan-table-row__footer-content--free-plan {
  width: calc((100vw + 7px) * 0.4);
  padding: 0;
}
@media screen and (min-width: 900px) {
  .plan-table-row__footer-content--free-plan {
    width: 208px;
    box-sizing: border-box;
  }
}
.plan-table-row__footer-content--free-plan.border-default {
  border-bottom: 1px solid #1f286f;
  border-left: 1px solid #1f286f;
  border-right: 1px solid #1f286f;
}
@media screen and (min-width: 900px) {
  .plan-table-row__footer-content--free-plan.border-default {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.plan-table-row__footer-content--space {
  display: none;
}
@media screen and (min-width: 900px) {
  .plan-table-row__footer-content--space {
    display: table-cell;
    width: 10px;
    box-sizing: border-box;
  }
}
.plan-table-row__footer-content--paid-plan {
  flex: 1;
  padding: 0;
}
.plan-table-row__footer-content--paid-plan.border-default {
  border-bottom: 3px solid #1f286f;
  border-left: 3px solid #1f286f;
  border-right: 3px solid #1f286f;
}
@media screen and (min-width: 900px) {
  .plan-table-row__footer-content--paid-plan.border-default {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

.plan-selection-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 90%;
  padding: 24px 22.5px;
}
.plan-selection-modal__header {
  margin-bottom: 26px;
  color: #1f286f;
  font-size: 18px;
  font-weight: 700;
}
.plan-selection-modal__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.plan-selection-modal__content--input-coupon-code {
  text-align: left;
  width: 316px;
}
.plan-selection-modal__content--input-coupon-code--description {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.plan-selection-modal__content--input-coupon-code--description--logo {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.plan-selection-modal__content--input-coupon-code--description--logo > img {
  width: 49px;
  height: 51px;
}
.plan-selection-modal__content--input-coupon-code--description--message {
  margin: 8.5px 0;
  color: #1f286f;
  font-size: 16px;
  font-weight: 700;
}
.plan-selection-modal__content--button {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.plan-list-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.plan-list-card__top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.plan-list-card__top--plan-name {
  color: #1f286f;
  font-size: 16px;
  font-weight: 700;
}
.plan-list-card__top--label {
  background-color: var(--color-sk-primary);
  color: #1f286f;
  border-radius: 8px;
  border-bottom: 0.5px;
  padding: 4px 8px;
  font-size: 14px;
}
.plan-list-card__top--label.sjsw {
  background-color: var(--color-sjsw-primary);
}
.plan-list-card__top--label.si {
  background-color: var(--color-si-primary);
  color: #fff;
}
.plan-list-card__top--label--weight-regular {
  font-weight: 400;
}
.plan-list-card__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.plan-list-card__bottom--unit-price {
  white-space: nowrap;
  color: #1f286f;
  font-size: 22px;
  font-weight: 700;
}
.plan-list-card__bottom--unit-price.blue-text {
  color: #4b6edc;
}
.plan-list-card__bottom--unit-price--monthly {
  font-size: 16px;
}
.plan-list-card__bottom--base-price {
  color: #505050;
  font-size: 14px;
  font-weight: 500;
}
.plan-list-card__bottom--base-price--tax-included {
  color: #505050;
  font-size: 12px;
  font-weight: 400;
}

.purchase-completion-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 16px 21px;
}
.purchase-completion-modal__header {
  margin-bottom: 15px;
  color: #1f286f;
  font-size: 18px;
  font-weight: 700;
}
.purchase-completion-modal__content {
  margin-bottom: 20px;
}
.purchase-completion-modal__content--text {
  margin-bottom: 15px;
  color: #111;
  font-size: 14px;
  font-weight: 500;
}
.purchase-completion-modal__button {
  width: 80%;
}

.terms-confirmation-modal__notice {
  padding: 0px 16px;
  background-color: #fff;
  border: 1px solid #dbdcdc;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #111;
}
.terms-confirmation-modal__agreement-area {
  padding: 34px 16px;
}
.terms-confirmation-modal__agreement {
  padding-bottom: 8px;
}
.terms-confirmation-modal__agreement-checkbox {
  display: flex;
  align-items: center;
  padding: 0 11px;
}
.terms-confirmation-modal__agreement-checkbox-service-provider {
  font-size: 16px;
  font-weight: 700;
  color: #1f286f;
}
.terms-confirmation-modal__agreement-content--link {
  color: #4b6edc;
  text-decoration: underline;
  cursor: pointer;
}

.register {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.register__body {
  flex: 1;
}
@media screen and (min-width: 900px) {
  .register__body {
    display: flex;
    align-items: center;
    position: relative;
    top: 88px;
    margin-bottom: 48px;
  }
}
.register__body--logo.desktop {
  display: none;
}
@media screen and (min-width: 900px) {
  .register__body--logo.desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 300px;
    height: 300px;
  }
}
.register__body--logo.mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 212px;
}
@media screen and (min-width: 900px) {
  .register__body--logo.mobile {
    display: none;
  }
}
.register__body--logo > img {
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 900px) {
  .register__body--logo > img {
    width: 300px;
    height: 300px;
  }
}
.register__body--step {
  display: flex;
  justify-content: center;
}
.register__body--title {
  display: flex;
  justify-content: center;
  padding: 34px 0;
  font-size: 18px;
  font-weight: 600;
  color: #1f286f;
}
.register__body--password-hint {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px 0 16px;
  box-sizing: border-box;
  margin: 0;
}
.register__body--sms-text {
  display: flex;
  justify-content: center;
  padding: 6px 16px 0 16px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.register__body--reset {
  text-align: center;
  padding: 12px;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.register__body--with-sns {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #1f286f;
  text-align: center;
  cursor: pointer;
}
.register__body--balloon {
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 90px;
  white-space: nowrap;
}

.wait-auth__sentence {
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #fff;
  border-bottom: solid 1px #dbdcdc;
}
.wait-auth__sentence--text {
  color: #111;
  font-size: 16px;
  font-weight: 400;
}
.wait-auth__faq {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36.5px;
  width: 100%;
  height: 100%;
  background-color: #f7f7f9;
  text-decoration: underline;
  cursor: pointer;
}

.login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.login__body {
  flex: 1;
}
@media screen and (min-width: 900px) {
  .login__body {
    display: flex;
    align-items: center;
    position: relative;
    top: 88px;
    margin-bottom: 48px;
  }
}
.login__body--logo.desktop {
  display: none;
}
@media screen and (min-width: 900px) {
  .login__body--logo.desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 300px;
    height: 300px;
  }
}
.login__body--logo.mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 212px;
}
@media screen and (min-width: 900px) {
  .login__body--logo.mobile {
    display: none;
  }
}
.login__body--logo > img {
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 900px) {
  .login__body--logo > img {
    width: 300px;
    height: 300px;
  }
}
.login__body--step {
  display: flex;
  justify-content: center;
}
.login__body--title {
  display: flex;
  justify-content: center;
  padding: 34px 0;
  font-size: 18px;
  font-weight: 600;
  color: #1f286f;
}
.login__body--spacing-to-display-balloon {
  height: 50px;
}
.login__body--reset {
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.login__body--login-button {
  white-space: nowrap;
}
.login__body--register {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #1f286f;
  text-decoration: none;
  cursor: pointer;
}
.login__body--register.center {
  text-align: center;
}

.plan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
}
@media screen and (min-width: 900px) {
  .plan {
    justify-content: normal;
  }
}
.plan__body {
  flex: 1;
}
@media screen and (min-width: 900px) {
  .plan__body {
    margin-top: 88px;
  }
}
.plan__body--title {
  text-align: center;
  color: #1f286f;
  font-size: 30px;
  font-weight: 700;
}
.plan__body--plan-selection-page {
  display: flex;
  flex-direction: column;
  vertical-align: top;
  margin: 0 auto;
}

.home {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
}
@media screen and (min-width: 900px) {
  .home {
    justify-content: normal;
  }
}
.home__body {
  flex: 1;
}
@media screen and (min-width: 900px) {
  .home__body {
    margin-top: 88px;
  }
}
.home__body--title {
  text-align: center;
  color: #1f286f;
  font-size: 30px;
  font-weight: 700;
}
.home__body--plan-confirmation-page--current-plan-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0 14px;
}
.home__body--plan-confirmation-page--current-plan-area--card {
  width: 313px;
  padding: 14px;
}
.home__body--plan-confirmation-page--current-plan-area--change-plan-button {
  width: 343px;
}
.home__body--plan-confirmation-page--current-plan-area--change-plan-button--button-text {
  padding: 0 8px;
  font-size: 18px;
  font-weight: 700;
}
.home__body--plan-confirmation-page--current-plan-area--change-plan-button--button-text.tax-included {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.home__body--plan-confirmation-page--current-plan-area--change-plan-link {
  color: #1f286f;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.home__body--plan-confirmation-page--free-plan-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
  gap: 10px;
}
.home__body--plan-confirmation-page--free-plan-area--change-free-link {
  margin: 16px 0;
  color: #1f286f;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.home__body--plan-confirmation-page--free-plan-area--description {
  text-align: center;
  color: #666;
  font-size: 14px;
}
.home__body--store-billed-page--notice {
  text-align: center;
  color: #505050;
  font-size: 22px;
  margin-bottom: 27px;
  padding: 0 30px;
}
.home__body--store-billed-page--link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.home__body--store-billed-page--link--text {
  color: #1f286f;
  font-size: 14px;
  font-weight: 700;
}
.home__body--store-billed-page--link--icon > img {
  width: 24px;
  height: 24px;
}
.home__body--plan-selection-page {
  display: flex;
  flex-direction: column;
  vertical-align: top;
  margin: 0 auto;
}
.home__body--download-app-area {
  padding: 14px 0;
}

.current-plan-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.current-plan-card__top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.current-plan-card__top--plan-name {
  color: #1f286f;
  font-size: 16px;
  font-weight: 700;
}
.current-plan-card__top--label {
  background-color: var(--color-sk-primary);
  color: #1f286f;
  border-radius: 8px;
  border-bottom: 0.5px;
  padding: 4px 8px;
  font-size: 14px;
}
.current-plan-card__top--label.sjsw {
  background-color: var(--color-sjsw-primary);
}
.current-plan-card__top--label.si {
  background-color: var(--color-si-primary);
  color: #fff;
}
.current-plan-card__top--label--weight-regular {
  font-weight: 400;
}
.current-plan-card__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.current-plan-card__bottom--unit-price {
  white-space: nowrap;
  color: #4b6edc;
  font-size: 22px;
  font-weight: 700;
}
.current-plan-card__bottom--unit-price--monthly {
  font-size: 16px;
}
.current-plan-card__bottom--base-price {
  color: #505050;
  font-size: 14px;
  font-weight: 500;
}
.current-plan-card__bottom--base-price--tax-included {
  color: #505050;
  font-size: 12px;
  font-weight: 400;
}

/*--------------------
    HTTPエラー関連
--------------------*/
.http-404-error {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
@media screen and (min-width: 900px) {
  .http-404-error {
    height: auto;
    padding-top: 176px;
    justify-content: unset;
  }
}
.http-404-error__icon > img {
  width: 160px;
  height: 176px;
}
.http-404-error__sentence {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.http-404-error__sentence--main {
  color: #1f286f;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.http-404-error__sentence--sub {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.http-404-error__button {
  max-width: 343px;
  width: 90%;
}
