@charset "UTF-8";
* {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 1.5;
  letter-spacing: 1px;
}

body,
html {
  font-size: 16px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  background: #fff;
  min-width: 340px;
}

dt,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}

@container (min-width:600px) {
  * {
    letter-spacing: 1.5px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
}

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

hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

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

li {
  padding: 0;
}

dd,
dl,
dt {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}

video {
  vertical-align: bottom;
}
video:hover {
  cursor: pointer;
}

dd em,
dd strong,
li em,
li strong,
p em,
p strong {
  font-weight: normal;
  font-style: normal;
}

/* selectbox */
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

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

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-family: Helvetica, Helvetica Neue, Verdana, "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
}

.Login__form-ttl,
.Common__form-ttl,
.Common__formcontent-ttl,
.Common__formcomp-ttl {
  font-family: serif;
}

/*----------------------------------------------------------------------------------------*/
.lock {
  overflow: hidden;
}

.__image--width_fit {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.__image--width_lazyFit {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.__image--display_block {
  display: block;
  margin: 0 auto;
}

.__txt--center {
  text-align: center;
}
.__txt--color_red {
  color: #ba3b1d;
}
.__txt--color_blue {
  color: #3316ff;
}
@media screen and (min-width: 768px) {
  .__txt--pc_br::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 1201px) {
  .__txt--large-pc_br::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (max-width: 767px) {
  .__txt--sp_br::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (max-width: 767px) {
  .__txt--micro-sp_br::before {
    content: "\a";
    white-space: pre;
  }
}
.__txt--all_br::before {
  content: "\a";
  white-space: pre;
}
.__txt--flexAll_br {
  display: block;
}
.__txt--flexAll_br::before {
  display: block;
  content: "\a";
  white-space: pre;
}
.__txt--ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__link--txt_noBorder {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  display: block;
}

.Common__btn {
  display: block;
  width: 92%;
  max-width: 600px;
  padding: 0.6em 0;
  margin: 0 auto;
  background: linear-gradient(308deg, var(--accent-color), var(--accent-color-light));
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  position: relative;
  font-size: 14px;
}
.Common__btn::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: url("/static/img/common/arrow_gt-white.svg") no-repeat 50% 50% / cover;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4cqw;
  color: #fff;
}
@container (max-width:220px) {
  .Common__btn::after {
    right: 8cqw;
  }
}

/*----------------------------------------------------------------------------------------*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@-moz-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@-ms-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
* {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  min-width: 320px;
}

:root {
  --main-color: #fdf8df;
  --sub-color: #faf4ea;
  --accent-color: #8b764d;
  --accent-color-light: #a08b62;
  --black-color: #333;
  --black-color-light: #666;
  --black-color-contrast: #f1f1f1;
  --link-color: #5e90bb;
  --slide-arrow-position: 3.5cqw;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #393939;
  background: #fbfbf9;
  min-width: 320px;
}

.Wrapper {
  container-type: inline-size;
  width: 100%;
  background: var(--main-color);
  margin: 0 auto;
  box-shadow: 4px 6px 20px 0px rgba(0, 0, 0, 0.07);
  max-width: 768px;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
}

.Common__hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ededed;
  border: 0;
  position: relative;
  overflow: visible;
}
.Common__hr::before,
.Common__hr::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #ededed;
}
.Common__hr::before {
  left: 0;
}
.Common__hr::after {
  right: 0;
}
.Common__btn {
  container-type: inline-size;
  text-align: center;
  border-image: none !important;
  cursor: pointer;
}
.Common__btn[type="submit"],
.Common__btn[type="reset"],
.Common__btn[type="button"] {
  height: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  white-space: inherit;
  border: inherit;
  box-sizing: inherit;
}
.Common__btn[type="submit"]:hover,
.Common__btn[type="reset"]:hover,
.Common__btn[type="button"]:hover {
  color: #fff;
  outline: inherit;
}
.Common__form-inner {
  text-align: center;
  align-items: center;
  gap: 2em !important;
  padding: 3em 0.9em !important;
}
.Common__form-changekey {
  text-align: center;
  font-size: 1.1em;
  width: 100%;
  font-weight: bold;
}
.Common__form-message {
  width: 100%;
  font-size: 0.8em;
  text-align: center;
}
.Common__form-option {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
}
.Common__form-optionttl {
  font-size: 0.8em;
  font-weight: bold;
}
.Common__form-optionttl::before,
.Common__form-optionttl::after {
  content: "-";
}

.Common__form-option--input {
  display: block;
  width: 80%;
  font-size: inherit;
}
.Common__form-option--input > input {
  text-align: center;
  margin: 0 auto;
}
.Common__form-optionerror {
  font-size: 0.8em;
  width: 100%;
  text-align: center;
  color: #f00;
}
.Common__form-optionannotation {
  font-size: 0.5em;
}
.Common__form-other {
  text-align: center;
  width: 100%;
  font-size: 0.8em;
}
.Common__form-other span {
  color: #0004e4;
  font-size: 1.3em;
}
.Common__form a {
  color: #0004e4;
}
.Common__formcontent-inner {
  text-align: center;
  align-items: center;
  gap: 2em !important;
  padding: 3em 0.9em !important;
}
.Common__formcontent-option {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
}
.Common__formcontent-optionttl {
  font-size: 1.2em;
  font-weight: bold;
}
.Common__formcontent-optionnum {
  font-size: 1.8em;
}
.Common__formcontent-optionchange {
  display: block;
  border: 1px solid #ccc3af;
  border-radius: 90px;
  width: 50%;
  padding: 0.2em 0;
  color: #8e7e5a;
  font-weight: bold;
  font-size: 0.8em;
}
.Common__formcontent-optionannotation {
  font-size: 0.5em;
}
.Common__formcomp-inner {
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 2em !important;
  padding: 3em 0.9em !important;
}
.Common__formcomp-changekey {
  text-align: center;
  font-size: 1.1em;
  width: 100%;
  font-weight: bold;
}
.Common__formcomp-image {
  width: 120px;
  margin-bottom: 1em;
}

.Smartmemo__mini {
  background: var(--sub-color);
  border-radius: 5px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  text-align: center;
  gap: 1cqw;
  min-height: 30px;
  width: 100%;
}
.Smartmemo__mini-score {
  flex: 0 0 3em;
  font-size: clamp(14px, 3cqw, 20px);
  font-weight: bold;
  position: relative;
}
.Smartmemo__mini-score::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 70%;
  width: 1px;
  background: #dfd7c7;
}
.Smartmemo__mini-txt {
  flex: 1 2 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: clamp(11px, 2cqw, 17px);
  text-align: left;
}
.Smartmemo__mini-more {
  flex: 0 0 3em;
  font-size: clamp(11px, 2cqw, 17px);
  color: #5e90bb;
}
.Smartmemo__content {
  padding: 1em;
  display: none;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.Smartmemo__content.active {
  display: flex;
}
.Smartmemo__content-date,
.Smartmemo__content-name,
.Smartmemo__content-course,
.Smartmemo__content-score {
  font-weight: bold;
  font-size: clamp(14px, 4cqw, 20px);
  font-weight: bold;
  display: flex;
  align-items: baseline;
}
.Smartmemo__content-date::before,
.Smartmemo__content-name::before,
.Smartmemo__content-course::before,
.Smartmemo__content-score::before {
  content: "";
  width: 1em;
  height: 1em;
  margin: auto 0.4em auto 0;
  background: no-repeat 50% 50% / cover;
}
.Smartmemo__content-date::before {
  background-image: url("/static/img/common/icon_schedule.svg");
}
.Smartmemo__content-name::before {
  background-image: url("/static/img/common/icon_human.svg");
}
.Smartmemo__content-course::before {
  background-image: url("/static/img/common/icon_clock.svg");
}
.Smartmemo__content-score::before {
  background-image: url("/static/img/common/icon_graph.svg");
}
.Smartmemo__content-edit {
  color: var(--link-color);
  position: absolute;
  font-size: clamp(14px, 4cqw, 20px);
  top: 1em;
  right: 1em;
}
.Smartmemo__edit {
  display: none;
  padding: 1em;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.Smartmemo__edit.active {
  display: flex;
}
.Smartmemo__edit-date,
.Smartmemo__edit-name,
.Smartmemo__edit-course,
.Smartmemo__edit-score {
  font-weight: bold;
  font-size: clamp(14px, 4cqw, 20px);
  font-weight: bold;
  display: flex;
  align-items: baseline;
}
.Smartmemo__edit-date::before,
.Smartmemo__edit-name::before,
.Smartmemo__edit-course::before,
.Smartmemo__edit-score::before {
  content: "";
  width: 1em;
  height: 1em;
  margin: auto 0.4em auto 0;
  background: no-repeat 50% 50% / cover;
}
.Smartmemo__edit-date::before {
  background-image: url("/static/img/common/icon_schedule.svg");
}
.Smartmemo__edit-name::before {
  background-image: url("/static/img/common/icon_human.svg");
}
.Smartmemo__edit-course::before {
  background-image: url("/static/img/common/icon_clock.svg");
}
.Smartmemo__edit-score::before {
  background-image: url("/static/img/common/icon_graph.svg");
}
.Smartmemo__edit-select {
  --bg-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512px%22%20height%3D%22256px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(0%2C%200%2C%200)%22%20d%3D%22M440.189%2C0.174%20L256.019%2C184.344%20L71.830%2C0.174%20L0.000%2C-0.000%20L256.019%2C256.000%20L511.1000%2C-0.000%20L440.189%2C0.174%20Z%22%2F%3E%3C%2Fsvg%3E");
  height: inherit;
  font-size: inherit;
  background: var(--bg-image) no-repeat scroll calc(100% - 0.3em) 50% / auto 0.3em;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 1.3em;
  color: inherit;
}
.Smartmemo__edit-detail {
  max-width: 100%;
  min-height: 10rem;
  font-size: inherit;
}

.Login__form-ttl,
.Common__form-ttl,
.Common__formcontent-ttl,
.Common__formcomp-ttl {
  text-align: center;
  margin: 0 auto 0.5em;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.Login__form-ttl::before,
.Common__form-ttl::before,
.Common__formcontent-ttl::before,
.Common__formcomp-ttl::before {
  content: attr(data-subtitle);
  margin-right: 0.5em;
  font-size: 23px;
  color: var(--accent-color);
  position: relative;
  bottom: -0.1em;
}
.Login__form-ttl > span::before,
.Common__form-ttl > span::before,
.Common__formcontent-ttl > span::before,
.Common__formcomp-ttl > span::before {
  content: "<";
}
.Login__form-ttl > span::after,
.Common__form-ttl > span::after,
.Common__formcontent-ttl > span::after,
.Common__formcomp-ttl > span::after {
  content: ">";
}

.Login__list,
.Login__form,
.Common__form,
.Common__formcontent,
.Common__formcomp {
  width: 96%;
  margin: 0 auto 1em;
}
.Login__list > *,
.Login__form > *,
.Common__form > *,
.Common__formcontent > *,
.Common__formcomp > * {
  margin: 0 auto 0.5em;
}
.Login__list > *:last-child,
.Login__form > *:last-child,
.Common__form > *:last-child,
.Common__formcontent > *:last-child,
.Common__formcomp > *:last-child {
  margin-bottom: 0;
}

.Login__list-item,
.Login__form-inner,
.Common__form-inner,
.Common__formcontent-inner,
.Common__formcomp-inner {
  display: block;
}

.Login__list-item,
.Login__form-inner,
.Common__form-inner,
.Common__formcontent-inner,
.Common__formcomp-inner {
  --background-image-size: clamp(0px, 18cqw, 70px);
  --background-image-gap: 1cqw;
  padding: 1.2em;
  border-image: url("/static/img/common/deco_temp_bg.svg") 33% fill/var(--background-image-size);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.BreadCrumbs {
  overflow: hidden;
  font-size: 0;
}
.BreadCrumbs__list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 10px 8px;
}
@media screen and (max-width: 767px) {
  .BreadCrumbs {
    margin: 0 auto;
  }
}
.BreadCrumbs__item {
  display: inline-block;
  font-size: 1rem;
  color: #000;
  white-space: nowrap;
}
.BreadCrumbs__item:not(:first-of-type)::before {
  padding: 0 4px;
  content: ">";
  display: inline-block;
}
.BreadCrumbs__item.active {
  color: #333;
}
.BreadCrumbs__itemLink {
  white-space: nowrap;
  color: var(--accent-color);
  text-decoration: none;
}
.BreadCrumbs__itemLink:hover {
  opacity: 0.8;
}

/**************************\
.Memomodal Modal Styles
\**************************/
.Memomodal__overlay {
  z-index: 10002;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: rgba(255, 255, 255, 0.7);*/
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.Memomodal__container {
  position: relative;
  background-color: #fff;
  max-width: 500px;
  max-height: 100vh;
  width: 92%;
  box-sizing: border-box;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 1.5cqw;
  overflow: hidden;
}
.Memomodal__content {
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  overflow-y: auto;
}
.Memomodal__content-ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 1em 0;
  background: #fffee9;
}
.Memomodal__content-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  margin: auto;
}
.Memomodal__content-item {
  width: 100%;
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  /* display: block; */
  display: flex;
  padding: 18px 0 18px;
  line-height: 1;
  text-decoration: none;
  color: #040404;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  border-bottom: 1px solid #cbcbcb;
  padding-left: 1.5em;
  background: linear-gradient(0deg, #825d3b, #825d3b) no-repeat 5px 50%/10px 10px;
}
.Memomodal__content-item:last-of-type {
  border-bottom: none;
}
.Memomodal__content-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: url("/static/img/common/arrow_gt-black.svg") no-repeat 50% 50% / contain;
}
.Memomodal__content-item::after {
  content: attr(data-subtitle);
  color: var(--accent-color);
  padding-left: 0.5em;
  font-weight: lighter;
}

.scroll-lock {
  width: 100%;
  height: 100vh;
  position: fixed;
}

/**************************\
Demo Animation Style
	\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.Memomodal.micromodal-slide {
  display: none;
}

.Memomodal.micromodal-slide.is-open {
  display: block;
}

.Memomodal.micromodal-slide[aria-hidden="false"] .Memomodal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.Memomodal.micromodal-slide[aria-hidden="false"] .Memomodal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.Memomodal.micromodal-slide[aria-hidden="true"] .Memomodal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.Memomodal.micromodal-slide[aria-hidden="true"] .Memomodal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.Memomodal.micromodal-slide .Memomodal__container,
.Memomodal.micromodal-slide .Memomodal__overlay {
  will-change: transform;
}

/**************************\
.Counponmodal Modal Styles
\**************************/
.Counponmodal__overlay {
  z-index: 10002;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: rgba(255, 255, 255, 0.7);*/
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.Counponmodal__container {
  position: relative;
  background-color: #fff;
  max-width: 500px;
  max-height: 100vh;
  width: 92%;
  box-sizing: border-box;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 1.5cqw;
  overflow: hidden;
}
.Counponmodal__content {
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  overflow-y: auto;
}
.Counponmodal__content-ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 1em 0;
  background: #fffee9;
}
.Counponmodal__content-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  margin: auto;
}
.Counponmodal__content-item {
  width: 100%;
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  /* display: block; */
  display: flex;
  padding: 18px 0 18px;
  line-height: 1;
  text-decoration: none;
  color: #040404;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  border-bottom: 1px solid #cbcbcb;
  padding-left: 1.5em;
  background: linear-gradient(0deg, #825d3b, #825d3b) no-repeat 5px 50%/10px 10px;
}
.Counponmodal__content-item:last-of-type {
  border-bottom: none;
}
.Counponmodal__content-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: url("/static/img/common/arrow_gt-black.svg") no-repeat 50% 50% / contain;
}
.Counponmodal__content-item::after {
  content: attr(data-subtitle);
  color: var(--accent-color);
  padding-left: 0.5em;
  font-weight: lighter;
}

.scroll-lock {
  width: 100%;
  height: 100vh;
  position: fixed;
}

/**************************\
Demo Animation Style
	\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.Counponmodal.micromodal-slide {
  display: none;
}

.Counponmodal.micromodal-slide.is-open {
  display: block;
}

.Counponmodal.micromodal-slide[aria-hidden="false"] .Counponmodal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.Counponmodal.micromodal-slide[aria-hidden="false"] .Counponmodal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.Counponmodal.micromodal-slide[aria-hidden="true"] .Counponmodal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.Counponmodal.micromodal-slide[aria-hidden="true"] .Counponmodal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.Counponmodal.micromodal-slide .Counponmodal__container,
.Counponmodal.micromodal-slide .Counponmodal__overlay {
  will-change: transform;
}

.Login__form-inner {
  text-align: center;
  align-items: center;
  gap: 2em;
  padding: 3em 0.9em;
}
.Login__form-changekey {
  text-align: center;
  font-size: 1.1em;
  width: 100%;
  font-weight: bold;
}
.Login__form-option {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
}
.Login__form-optionttl {
  font-size: 0.8em;
  font-weight: bold;
}
.Login__form-optionttl::before,
.Login__form-optionttl::after {
  content: "-";
}
.Login__form-optioninput {
  max-width: 100%;
  width: 80%;
  font-size: inherit;
}
.Login__form-optionerror {
  font-size: 0.8em;
  width: 100%;
  text-align: center;
  color: #f00;
}
.Login__form-optionannotation {
  font-size: 0.5em;
}
.Login__form-trouble {
  text-align: center;
  width: 100%;
  font-size: 0.8em;
}
.Login__form a {
  color: #0004e4;
}
.Login__list-item {
  justify-content: center;
  align-items: center;
  margin: 0 1em 1em;
  border-radius: 1.5cqw;
  overflow: hidden;
  flex-direction: column;
}
.Login__list-item > .Common__form-inner {
  width: 100%;
  border-image: none;
  border: 1px solid #dfd7c7;
  border-radius: 0.25em;
}
.Login__list-ttl {
  background: var(--accent-color);
  margin-bottom: 0;
  padding: 0.5em 1em;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  padding-left: 2.25em;
  position: relative;
  letter-spacing: 0.1em;
  border-radius: 0.25em;
  width: 100%;
}
.Login__list-ttl::before {
  opacity: 0.25;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/static/img/common/icon_phone.svg") no-repeat 50% 50% / cover;
}
/*# sourceMappingURL=index-login.css.map */
