:root {
  --color-primary: rgba(51, 135, 255, 1);
  --color-primary-hover: #3478db;
  --color-secondary: #7f6dea;
  --color-secondary-hover: #554f9e;
  --color-danger: #ff7878;
  --color-danger-hover: #ff7878;
  --color-disabled: rgba(219, 219, 219, 1);
  --color-text-disabled: rgba(255, 255, 255, 1);
  --color-text: #656565;
  --color-textSub: #888888;
  --color-error: #e12832;
  --information-success: #72b6ca;
  --information-error: #ea6d6d;

  --font-24: 1.5rem;
  --font-18: 1.125rem;
  --font-16: 1rem;
  --font-14: 0.875rem;
  --font-13: 0.6875rem;
  --font-12: 0.75rem;
  --font-11: 0.6875rem;
  --font-8: 0.5rem;

  --xs: 768px;
}

* {
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
  line-height: 1.5;
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  font-family: "Noto Sans JP", Roboto, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", Arial, メイリオ, Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2b303e;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  min-height: 100vh;
  background-color: #fafafa;
  font-feature-settings: "palt";
  /* overflow-y: scroll; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

/* 共通レイアウト */
.header {
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(219, 219, 219, 0.3);
  padding: 0px 24px;
  width: 100%;
  height: 56px;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
.header {
    padding: 0 4px;
}
  }
.header  > div {
    max-width: 1024px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
.header > div  > a {
      cursor: pointer;
    }
.header > div > a  > img {
        vertical-align: bottom;
        height: auto;
      }
.header > div > a > img.lb-logo-small {
          max-width: 146px;
        }
@media screen and (max-width: 768px) {
.header > div > a > img.lb-logo-small {
            max-width: 116px;
        }
          }

.main {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  flex-grow: 1;
  align-items: center;
}

.banner {
  display: flex;
  flex-direction: row;
  padding: 4px 24px;
  width: 100%;
  align-items: center;
  min-height: 48px;
}

.banner.absolute {
    position: absolute;
  }

.banner.success {
    background-color: #72b6ca;
    background-color: var(--information-success);
  }

.banner.error {
    background-color: #ea6d6d;
    background-color: var(--information-error);
  }

.banner {

  gap: 16px;
}

.banner p {
    font-size: 0.875rem;
    font-size: var(--font-14);
    color: white;
  }

.banner img {
    width: 24;
  }

.font-size-24 {
  font-size: 1.5rem;
  font-size: var(--font-24);
}

.font-size-16 {
  font-size: 1rem;
  font-size: var(--font-16);
}

.font-size-14 {
  font-size: 0.875rem;
  font-size: var(--font-14);
}

.font-size-12 {
  font-size: 0.75rem;
  font-size: var(--font-12);
}

.font-size-13 {
  font-size: 0.6875rem;
  font-size: var(--font-13);
}

.font-size-11 {
  font-size: 0.6875rem;
  font-size: var(--font-11);
}

.font-size-8 {
  font-size: 0.5rem;
  font-size: var(--font-8);
}

.bold {
  font-weight: bold;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-top-4 {
  margin-top: 4px;
}

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

.margin-top-10 {
  margin-top: 12px;
}

.margin-top-12 {
  margin-top: 12px;
}

.margin-top-20 {
  margin-top: 20px;
}

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

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-42 {
  margin-top: 42px;
}

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

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

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

.margin-bottom-40 {
  margin-bottom: 40px;
}

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

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

.p-48 {
  padding: 48px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

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

.gap-8 {
  gap: 8px;
}

.gap-20 {
  gap: 20px;
}

.gap-56 {
  gap: 56px;
}

.w-full {
  width: 100%;
}

.w-88 {
  width: 88px;
  min-width: 88px;
  max-width: 88px;
}

.w-384 {
  width: 384px;
  min-width: 384px;
  max-width: 384px;
}

.h-44 {
  height: 44px;
  min-height: 44px;
  max-height: 44px;
}

.h-full {
  height: 100%;
}

.transparent {
  border: 0;
  background: transparent;
}

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

.link-like {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: none;
  background: transparent;
  color: rgba(51, 135, 255, 1);
  color: var(--color-primary);
  cursor: pointer;
}

.link-like.standalone {
    display: inline-block;
  }

.link-like.grey {
    color: #656565;
    color: var(--color-text);
  }

.link-like {

  -webkit-user-select: all;

     -moz-user-select: all;

          user-select: all;
}

.grey {
  color: #656565;
  color: var(--color-text);
}

a.flat-link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #3a3e49;
}

a.flat-link:hover {
    color: #3387ff;
  }

hr.separator {
  width: 100%;
  border-top: 1px;
  color: #dbdbdb;
}

div.separator-with-text {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
}

div.separator-with-text  > div {
    border-top: 1px solid #dbdbdb;
    flex: 1 1 auto;
    height: 0;
  }

div.separator-with-text  > p {
    flex: 0 0 auto;
    font-size: 10px;
    padding: 0px 8px;
    color: #ababab;
  }

/* ボタン */
.button {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  background-color: rgba(51, 135, 255, 0);
  color: #888;
}
.button.primary {
    background-color: rgba(51, 135, 255, 1);
    background-color: var(--color-primary);
    color: #fff;
  }
.button.warning {
    background-color: rgba(51, 135, 255, 1);
    background-color: var(--color-primary);
    color: white;
  }
.button.danger {
    background-color: #ff7878;
    background-color: var(--color-danger);
    color: white;
  }
.button.secondary {
    background-color: #7f6dea;
    background-color: var(--color-secondary);
    color: #fff;
  }
.button.disabled {
    background-color: rgba(219, 219, 219, 1);
    background-color: var(--color-disabled);
    color: rgba(255, 255, 255, 1);
    color: var(--color-text-disabled);
  }
.button.txt-btn {
    background-color: transparent;
    color: rgba(51, 135, 255, 0);
  }
.button.txt-btn.danger {
      color: #e12832;
      color: var(--color-error);
    }
.button {

  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  padding: 0 10px;
  transition: background-color 0.3s ease;
  font-size: 0.875rem;
  font-size: var(--font-14);
  font-weight: 700;
}
.button.outline {
    border: 1px solid;
    background-color: transparent;
    color: rgba(51, 135, 255, 0);
  }
.button.outline.primary {
      border-color: rgba(51, 135, 255, 1);
      border-color: var(--color-primary);
      color: rgba(51, 135, 255, 1);
      color: var(--color-primary);
    }
.button:hover {
    background-color: rgba(51, 135, 255, 0.04);
  }
.button.primary:hover {
      background-color: #3478db;
      background-color: var(--color-primary-hover);
      color: #fff;
    }
.button.warning:hover {
      background-color: red;
    }
.button.danger:hover {
      opacity: 0.6;
      background-color: #ff7878;
      background-color: var(--color-danger-hover);
    }
.button.secondary:hover {
      background-color: #554f9e;
      background-color: var(--color-secondary-hover);
      color: #fff;
    }
.button.disabled:hover {
      background-color: rgba(219, 219, 219, 1);
      background-color: var(--color-disabled);
      color: rgba(255, 255, 255, 1);
      color: var(--color-text-disabled);
    }
.button.txt-btn:hover {
      background-color: transparent;
      color: rgba(51, 135, 255, 0);
    }
.button.txt-btn.danger:hover {
        color: #ff7878;
        color: var(--color-danger);
      }
.button.outline.primary:hover {
        background-color: transparent;
        border-color: #3478db;
        border-color: var(--color-primary-hover);
        color: #3478db;
        color: var(--color-primary-hover);
      }
.button.danger:active {
      opacity: 1;
    }

/* 見出し */
.h1 {
  font-size: 1.5rem;
  font-size: var(--font-24);
  color: #3a3e49;
}

.h2 {
  font-size: 1.125rem;
  font-size: var(--font-18);
  color: #3a3e49;
}

.text-danger {
  color: #ff7878;
  color: var(--color-danger);
}

.caption {
  margin: 40px auto 0;
  text-align: left;
}

@media screen and (max-width: 768px) {

.caption {
    max-width: 300px;
}
  }

.caption p {
    font-size: 0.875rem;
    font-size: var(--font-14);
    color: #656565;
    margin: 0;
  }

.note {
  text-align: left;
}

@media screen and (max-width: 768px) {

.note {
    max-width: 300px;
}
  }

.note p {
    color: #3a3e49;
    margin: 0;
  }

.seperator {
  border-width: 0px;
  height: 1px;
  align-self: stretch;
  background-color: #dbdbdb;
}

.panel {
  position: relative;
  box-shadow: 0px 0px 15px rgba(58, 62, 73, 0.1);
  border-radius: 8px;
  width: 100%;
  margin: 72px 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {

.panel {
    max-width: 100%;
    margin: 0 0;
    flex-grow: 1;
}
  }

.panel {

  padding: 84px 90px;
}

@media screen and (max-width: 768px) {

.panel {
    padding: 64px 38px;
}
  }

.panel {

  max-width: 480px;
}

.panel.large {
    max-width: 680px;
  }

@media screen and (max-width: 768px) {

.panel.large {
      max-width: 100%;
      margin: 0 0;
      flex-grow: 1;
  }
    }

main.printed-version {
  display: none;
}

@media print {
  main.main {
    display: none !important;
  }
  main.printed-version {
    display: block !important;
  }
}

.hide-all {
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.hide-all .loader {
    width: 100%;
    height: 4.8px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 91;
    background: rgb(238, 238, 238);
    overflow: hidden;
  }

.hide-all .loader::after {
    content: "";
    width: 192px;
    height: 4.8px;
    background: rgb(51, 135, 255);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: animloader 2s linear infinite;
  }

@keyframes animloader {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}

.overlay {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow:
    rgba(0, 0, 0, 0.2) 0px 8px 10px 0px,
    rgba(0, 0, 0, 0.12) 0px 6px 30px 0px,
    rgba(0, 0, 0, 0.14) 0px 16px 24px 0px;
}

.overlay-bg {
  z-index: 10;
  opacity: 1;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);

  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
