@charset "UTF-8";
/*!
* Bootstrap Reboot v5.1.1 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,
      "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --yellow: #FED900;
  --blue: #006BA6;
}

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

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: #212529;
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

html {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  font-size: 62.5%;
}

body,
html {
  height: 100%;
}

body {
  overflow-x: hidden;
  width: 100%;
  max-width: 812px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  word-break: break-all;
  line-height: 1.5;
  text-align: left;
  color: #333;
  background: #fff;
  overscroll-behavior-y: none;
}

p[class] {
  margin-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

#app {
  height: 100%;
}

.page {
  position: relative;
  width: 100%;
  max-width: 812px;
  margin: 0 auto;
  background: #e9f7ff;
}

.site-header {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 56px;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 100;
}

.site-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 27px;
  padding: 0 12px;
  background: var(--blue);
  color: #fff;
}

.page-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.page-error .site-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
.page-error .site-main::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 100%;
  max-width: 812px;
  height: 90px;
  background-color: #e9f7ff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2222%22%20height%3D%2222%22%20transform%3D%22translate(6%207054)%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-6%20-7054)%22%20clip-path%3D%22url(%23a)%22%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(13%207061)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-error .site-main__inner {
  height: 100%;
}
.page-error .site-main__inner > div {
  height: 100%;
}
.page-error .image-wrapper {
  position: relative;
  width: 100%;
  padding: calc(100% * 100/375) 0 24px;
  margin: 0 auto;
  z-index: 1;
}
.page-error .image-wrapper figure {
  width: 174px;
  height: 180px;
  padding: 0;
  margin: 0 auto;
  background: url(https://sorry.app.daiichilife.com/az55/img/error001.png) no-repeat top center/100% 100%;
}
.page-error .text {
  text-align: center;
  padding-bottom: 2em;
}
@media (min-width: 812px) {
  .page-error .image-wrapper {
    padding-top: 100px;
  }
}

.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.page-404 .site-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
.page-404 .site-main::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 100%;
  max-width: 812px;
  height: 90px;
  background-color: #e9f7ff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2222%22%20height%3D%2222%22%20transform%3D%22translate(6%207054)%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-6%20-7054)%22%20clip-path%3D%22url(%23a)%22%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(13%207061)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207050)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(2%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(24%207072)%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-404 .site-main__inner {
  height: 100%;
}
.page-404 .site-main__inner > div {
  height: 100%;
}
.page-404 .image-wrapper {
  position: relative;
  width: 100%;
  padding: calc(100% * 100/375) 0 24px;
  margin: 0 auto;
  z-index: 1;
}
.page-404 .image-wrapper figure {
  width: 174px;
  height: 140px;
  padding: 0;
  margin: 0 auto;
  background: url(https://sorry.app.daiichilife.com/az55/img/error001.png) no-repeat top center/100% 180px;
}
.page-404 .text {
  text-align: center;
  padding-bottom: 2em;
}

@media (min-width: 812px) {
  .page-404 .image-wrapper {
    padding-top: 100px;
  }
}
