@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  tab-size: 4;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translateY(1rem);
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    -webkit-transform: translateY(1rem);
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  box-sizing: border-box;
  line-height: 1.8;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

body {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
  width: 100vw;
}

a {
  color: #111;
  text-decoration: none;
  transition: 0.4s;
}
a:hover, a:active, a:focus {
  color: #111;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.4s;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

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

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
input[type=time],
input[type=date],
input[type=color],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  color: #111;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

textarea:focus {
  background: #fff;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0;
  color: #111;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
}

select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

input:disabled,
textarea:disabled,
select:disabled {
  background-color: #e9ecef;
  color: #6c757d;
  opacity: 1;
}

input[type=radio],
input[type=checkbox] {
  height: 2rem;
  width: 2rem;
}

#pageHeader {
  align-items: center;
  background: #fff;
  display: flex;
  height: 8rem;
  left: 0;
  padding: 0 1.5rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 767.98px) {
  #pageHeader {
    height: 8rem;
    padding: 0 1rem;
  }
}
#pageHeader.pageHeaderResults {
  background: transparent;
  z-index: 10000;
}
#pageHeader .btn {
  align-items: center;
  background: #285ac8;
  border-radius: 6rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 4.6rem;
  justify-content: center;
  line-height: 1;
  margin-left: auto;
  width: 22rem;
}
@media screen and (max-width: 767.98px) {
  #pageHeader .btn {
    font-size: 1rem;
    height: 3rem;
    width: 14.8rem;
  }
}
#pageHeader .btn svg {
  fill: #fff;
  margin-left: 1rem;
  transition: 0.4s;
}
@media screen and (max-width: 767.98px) {
  #pageHeader .btn svg {
    margin-left: 0.7rem;
  }
}
#pageHeader .btn:hover {
  background: #ebf3ff;
  color: #285ac8;
  opacity: 1;
  transition: 0.4s;
}
#pageHeader .btn:hover svg {
  fill: #285ac8;
  transition: 0.4s;
}

#pageFooter {
  align-items: center;
  background: #fff;
  bottom: 6rem;
  display: flex;
  height: 7rem;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 10;
}
@media (min-height: 1079px) {
  #pageFooter {
    bottom: 10rem;
    height: 8rem;
  }
}
#pageFooter.is-active {
  transition: 0.4s;
  z-index: 100;
}
#pageFooter .wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
#pageFooter .wrapper.is-active {
  opacity: 1;
  transition: 0.4s;
}
#pageFooter .wrapper .swallow {
  position: absolute;
  right: -0.2rem;
  top: -5.3rem;
  transition: 0.4s;
  transform: scale(-1, 1);
}
#pageFooter .wrapper .swallow.is-first {
  right: 34.4rem;
  transition: 1s;
}
#pageFooter .wrapper .swallow.is-2 {
  right: 4.6rem;
}
@media screen and (max-width: 575.98px) {
  #pageFooter .wrapper .swallow.is-2 {
    right: 3rem;
  }
}
#pageFooter .wrapper .swallow.is-3 {
  right: 9.4rem;
}
@media screen and (max-width: 575.98px) {
  #pageFooter .wrapper .swallow.is-3 {
    right: 6.8rem;
  }
}
#pageFooter .wrapper .swallow.is-4 {
  right: 14.4rem;
}
@media screen and (max-width: 575.98px) {
  #pageFooter .wrapper .swallow.is-4 {
    right: 10.7rem;
  }
}
#pageFooter .wrapper .swallow.is-5 {
  right: 19.4rem;
}
@media screen and (max-width: 575.98px) {
  #pageFooter .wrapper .swallow.is-5 {
    right: 14.6rem;
  }
}
#pageFooter .wrapper .swallow.is-6 {
  right: 24.4rem;
}
@media screen and (max-width: 575.98px) {
  #pageFooter .wrapper .swallow.is-6 {
    right: 18.6rem;
  }
}
#pageFooter .wrapper .swallow.is-7 {
  right: 29.4rem;
}
@media screen and (max-width: 575.98px) {
  #pageFooter .wrapper .swallow.is-7 {
    right: 22.4rem;
  }
}
#pageFooter .wrapper .swallow.is-8 {
  right: 34.4rem;
}
@media screen and (max-width: 575.98px) {
  #pageFooter .wrapper .swallow.is-8 {
    right: 26.4rem;
  }
}
#pageFooter .wrapper .list {
  align-items: center;
  display: flex;
  /* flex-direction: row-reverse; */
  gap: 2rem;
}
@media screen and (max-width: 575.98px) {
  #pageFooter .wrapper .list {
    gap: 1.5rem;
  }
}
#pageFooter .wrapper .list li {
  align-items: center;
  background: #dce8ff;
  border-radius: 50%;
  color: #2864f0;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  padding-bottom: 0.3rem;
  transition: 0.4s;
  width: 3rem;
}
@media screen and (max-width: 575.98px) {
  #pageFooter .wrapper .list li {
    font-size: 1.1rem;
    height: 2.4rem;
    padding-bottom: 0.1rem;
    width: 2.4rem;
  }
}
#pageFooter .wrapper .list li.is-active {
  background: #2864f0;
  color: #fff;
  transition: 0.4s;
}
#pageFooter .wrapper .list li.active {
  background: #2864f0;
  color: #fff;
  transition: 0.4s;
}
.top {
  text-align: center;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 575.98px) {
  .top {
    font-size: 19px;
  }
}

.topH2 {
  font-size: 48px;
  color: #2864f0;
}

@media screen and (max-width: 575.98px) {
  .topH2 {
    font-size: 40px;
  }
}

.topImgs {
  display: flex;
  gap: 8px;
  margin: 16px 0 8px;
}

@media screen and (max-width: 575.98px) {
  .topImgs {
    gap: 4px;
  }
}

.topImg {
  width: 88px;
  height: auto;
}

@media screen and (max-width: 575.98px) {
  .topImg {
    width: 56px;
  }
}

#pageFooterLink {
  align-items: center;
  background: #285ac8;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 6rem;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
}
@media (min-height: 1079px) {
  #pageFooterLink {
    height: 10rem;
  }
}
@media screen and (max-width: 575.98px) {
  #pageFooterLink {
    height: 6rem !important;
  }
}
#pageFooterLink.pageFooterLink_flow {
  bottom: auto;
  height: 10rem;
  left: auto;
  position: relative;
  right: auto;
}
#pageFooterLink.pageFooterLink_flow .link {
  margin-bottom: 0.7rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 575.98px) {
  #pageFooterLink.pageFooterLink_flow .link {
    margin-bottom: 0;
  }
}
#pageFooterLink.pageFooterLink_flow .link li a {
  font-size: 1.4rem;
}
#pageFooterLink.pageFooterLink_flow .copy small {
  font-size: 1.2rem;
}
#pageFooterLink .link {
  display: flex;
  justify-content: center;
}
#pageFooterLink .link li {
  line-height: 1;
}
#pageFooterLink .link li + li {
  margin-left: 1rem;
}
#pageFooterLink .link li + li::before {
  color: #fff;
  content: "/";
  line-height: 1;
  margin-right: 1rem;
}
@media screen and (max-width: 575.98px) {
  #pageFooterLink .link li + li::before {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  #pageFooterLink .link li + li {
    margin-left: 0.5rem;
  }
}
#pageFooterLink .link li a {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-height: 1079px) {
  #pageFooterLink .link li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  #pageFooterLink .link li a {
    font-size: 1rem !important;
  }
}
#pageFooterLink .copy {
  text-align: center;
}
@media (min-height: 1079px) {
  #pageFooterLink .copy {
    margin-top: 0.5rem;
  }
}
#pageFooterLink .copy small {
  color: #aac8ff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-height: 1079px) {
  #pageFooterLink .copy small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 575.98px) {
  #pageFooterLink .copy small {
    -webkit-transform: scale(0.8) !important;
    font-size: 1rem !important;
    transform: scale(0.8) !important;
  }
}

.l-container {
  margin: auto;
  max-width: 1320px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 1399.98px) {
  .l-container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.98px) {
  .l-container {
    max-width: 960px;
  }
}
@media screen and (max-width: 991.98px) {
  .l-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-container {
    max-width: 540px;
  }
}
@media screen and (max-width: 575.98px) {
  .l-container {
    max-width: 100%;
  }
}

.l-section {
  padding: 10rem 0;
}
@media screen and (max-width: 1399.98px) {
  .l-section {
    padding: 9rem 0;
  }
}
@media screen and (max-width: 991.98px) {
  .l-section {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 575.98px) {
  .l-section {
    padding: 6rem 0;
  }
}

.l-main {
  background: #ebf3ff;
  border-radius: 2rem;
  height: calc(100% - 23rem);
  left: 0;
  margin: auto;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 10rem;
  width: calc(100vw - 4rem);
}
@media (min-height: 1079px) {
  .l-main {
    height: calc(100% - 28rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-main {
    border-radius: 1.5rem;
    height: calc(100% - 21rem);
    top: 8rem;
    width: calc(100vw - 2rem);
  }
}

.l-main::-webkit-scrollbar{
  display: none;
}

.l-contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 100vh;
  transition: 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
.l-contents.is-active {
  top: 0;
  transition: 0.5s;
  visibility: visible;
}
.l-contents.is-done {
  top: -100vh;
  transition: 0.5s;
  visibility: hidden;
}
.l-contents_cover .logo {
  max-width: 100%;
  width: 480px;
}
.l-contents_cover .logo2 {
  max-width: 80%;
  width: 300px;
}
.l-contents_lower .l-wrapper {
  padding: 10rem 1.5rem 8rem;
}
@media (min-height: 1079px) {
  .l-contents_lower .l-wrapper {
    padding: 15rem 1.5rem 10rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-contents_lower .l-wrapper {
    padding: 8rem 1.5rem 4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .l-contents_lower .l-wrapper {
    padding: 8rem 2rem 8rem;
  }
}

.l-wrapper {
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 3rem 1.5rem;
  position: relative;
  scrollbar-width: none;
  width: 100%;
  z-index: -1;
}
.l-wrapper-animation {
  opacity: 0;
  /* animationプロパティ設定 */
  animation-name: fadeIn;
  animation-fill-mode:forwards;
  animation-duration: 0.5s;
}
@media screen and (max-width: 575.98px) {
  .l-wrapper {
    padding: 4rem 1rem;
  }
}
.l-wrapper::-webkit-scrollbar {
  display: none;
}

.c-ttl {
  color: #2864f0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2rem;
  transition: 0.4s;
}
@media (min-height: 1079px) {
  .c-ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .c-ttl {
    font-size: 3rem;
  }
}
.c-ttl span {
  line-height: 1.2;
}
.c-ttl .number {
  -webkit-transform: translateY(-2rem);
  align-items: center;
  background: url(../images/q.png) top left/contain no-repeat;
  color: #fff;
  display: inline-flex;
  font-size: 1.6rem;
  height: 4rem;
  justify-content: center;
  line-height: 1;
  margin-right: 0.5rem;
  padding-bottom: 1px;
  transform: translateY(-2rem);
  width: 4rem;
}
@media screen and (max-width: 575.98px) {
  .c-ttl .number {
    -webkit-transform: translateY(-1rem);
    font-size: 1rem;
    height: 2.4rem;
    margin-right: 0.3rem;
    transform: translateY(-1rem);
    width: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-ttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 575.98px) {
  .c-ttl {
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}
.c-ttl .mini {
  font-size: 2rem;
}
@media (min-height: 1079px) {
  .c-ttl .mini {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .c-ttl .mini {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-ttl .mini {
    font-size: 1rem;
  }
}

#pageLogo {
  display: flex;
  gap: 16px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  #pageLogo img {
    width: 80px;
  }
}

.mainTxt {
  color: #2864f0;
  font-size: 1.4rem;
}
@media (min-height: 1079px) {
  .mainTxt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mainTxt {
    font-size: 1.2rem !important;
  }
}

.stepBtn {
  align-items: center;
  background: #2864f0;
  border-radius: 6rem;
  color: #fff;
  display: inline-flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 6rem;
  justify-content: center;
  line-height: 1;
  transition: 0.4s;
  width: 32rem;
}
.stepBtn:hover {
  background: #fff;
  color: #2864f0;
  transition: 0.4s;
}

@media (min-height: 1079px) {
  .stepBtn {
    height: 8rem;
  }
}
@media screen and (max-width: 575.98px) {
  .stepBtn {
    font-size: 1.6rem;
    height: 4rem;
    width: 24rem;
  }
}

.person.is-hidden {
  opacity: 0;
  transition: 0.4s;
}
.person.is-none {
  display: none;
}

.person1 {
  -o-object-fit: contain;
  left: 0;
  margin: auto;
  max-height: 35vh;
  object-fit: contain;
  position: fixed;
  right: 55%;
  top: 5rem;
  width: auto;
  z-index: 100;
}
@media screen and (max-width: 1399.98px) {
  .person1 {
    right: 60%;
  }
}
@media screen and (max-width: 1199.98px) {
  .person1 {
    right: 65%;
    top: 8rem;
    width: 13rem;
  }
}
@media screen and (max-width: 991.98px) {
  .person1 {
    right: 70%;
  }
}
@media screen and (max-width: 767.98px) {
  .person1 {
    width: 8.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .person1 {
    left: -1rem;
    margin: 0;
    right: 0;
    top: 6.5rem;
  }
}

.person2 {
  -o-object-fit: contain;
  left: 60%;
  margin: auto;
  max-height: 30vh;
  object-fit: contain;
  position: fixed;
  right: 0;
  top: 20vh;
  width: auto;
  z-index: 100;
}
@media screen and (max-width: 1399.98px) {
  .person2 {
    left: 65%;
  }
}
@media screen and (max-width: 1199.98px) {
  .person2 {
    width: 14rem;
  }
}
@media screen and (max-width: 991.98px) {
  .person2 {
    left: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  .person2 {
    width: 9.3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .person2 {
    left: auto;
    margin: 0;
    right: -3rem;
    top: 11rem;
  }
}

.person3 {
  -o-object-fit: contain;
  bottom: 20rem;
  left: 0;
  margin: auto;
  max-height: 25vh;
  object-fit: contain;
  position: fixed;
  right: 60%;
  width: auto;
  z-index: 100;
}
@media screen and (max-width: 1399.98px) {
  .person3 {
    right: 65%;
  }
}
@media screen and (max-width: 1199.98px) {
  .person3 {
    right: 70%;
    width: 17rem;
  }
}
@media screen and (max-width: 991.98px) {
  .person3 {
    right: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  .person3 {
    width: 11.8rem;
  }
}
@media screen and (max-width: 575.98px) {
  .person3 {
    bottom: 10rem;
    left: -3rem;
    margin: 0;
    right: 0;
    z-index: 1000;
  }
}

.person4 {
  -o-object-fit: contain;
  bottom: 12rem;
  left: 55%;
  margin: auto;
  max-height: 30vh;
  object-fit: contain;
  position: fixed;
  right: 0;
  width: auto;
  z-index: 1000;
}
@media screen and (max-width: 1399.98px) {
  .person4 {
    left: 65%;
  }
}
@media screen and (max-width: 1199.98px) {
  .person4 {
    width: 22rem;
  }
}
@media screen and (max-width: 991.98px) {
  .person4 {
    left: 75%;
  }
}
@media screen and (max-width: 767.98px) {
  .person4 {
    width: 14.8rem;
  }
}
@media screen and (max-width: 575.98px) {
  .person4 {
    bottom: 5rem;
    left: auto;
    margin: 0;
    right: -3.5rem;
  }
}

#iconTitleDiv {
  left: 30%;
  opacity: 0;
  position: fixed;
  right: 30%;
  text-align: center;
  top: 5rem;
  visibility: hidden;
  z-index: 101;
}
@media screen and (max-width: 767.98px) {
  #iconTitleDiv {
    top: 6rem;
  }
}
#iconTitleDiv .div {
  display: inline-block;
  position: relative;
}
#iconTitleDiv .div img {
  width: 16rem;
}
@media (min-height: 1079px) {
  #iconTitleDiv .div img {
    width: auto;
  }
}
@media screen and (max-width: 767.98px) {
  #iconTitleDiv .div img {
    width: 8rem;
  }
}
#iconTitleDiv.is-active {
  opacity: 1;
  transition: 0.4s 0.4s;
  visibility: visible;
}
#iconTitleDiv #iconTitleDiv_number {
  align-items: center;
  background: #2864f0;
  border-radius: 50%;
  bottom: -1.5rem;
  color: #fff;
  display: inline-flex;
  font-weight: bold;
  height: 4rem;
  justify-content: center;
  position: absolute;
  right: 1rem;
  width: 4rem;
}
@media screen and (max-width: 767.98px) {
  #iconTitleDiv #iconTitleDiv_number {
    bottom: -1rem;
    font-size: 1rem;
    height: 2.4rem;
    right: 0;
    width: 2.4rem;
  }
}

.personDiv {
  max-height: 50vh;
  text-align: center;
  min-height: 240px;
}

@media screen and (max-width: 991.98px) {
  .personDiv {
    min-height: 180px;
  }
}
@media screen and (max-width: 767.98px) {
  .personDiv {
    min-height: 100px;
  }
}

@media screen and (max-width: 575.98px) {
  .personDiv {
    min-height: 80px;
  }
}

.personDiv.is-done {
  max-height: 0;
  opacity: 0;
  transition: 0.4s;
}
.personDiv img {
  width: 35rem;
}
@media (min-height: 1079px) {
  .personDiv img {
    width: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .personDiv img {
    width: 22rem;
  }
}

.btnList {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-flow: wrap;
  margin-top: 8px;
}

@media screen and (max-width: 991.98px) {
  .btnList {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .btnList--big {
    flex-direction: column;
  }
}

.btnList li {
  width: 30%;
}

@media screen and (max-width: 991.98px) {
  .btnList li {
    width: 49%;
  }
}

@media screen and (max-width: 991.98px) {
  .btnList--big li {
    line-height: 1;
    position: relative;
    width: 100%;
  }
}
.btnList li .btnListImg {
  left: -9.5rem;
  position: absolute;
  top: -12rem;
}
@media screen and (max-width: 991.98px) {
  .btnList li .btnListImg {
    left: -4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btnList li .btnListImg {
    left: 6rem;
    top: -7rem;
  }
}
@media screen and (max-width: 575.98px) {
  .btnList li .btnListImg {
    left: 0;
  }
}
.btnList li .btnListImg_2 {
  left: -10.5rem;
  top: -8rem;
}
@media screen and (max-width: 991.98px) {
  .btnList li .btnListImg_2 {
    left: -5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btnList li .btnListImg_2 {
    left: 8rem;
    top: -4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .btnList li .btnListImg_2 {
    left: 0;
  }
}
.btnList li .btnListImg_3 {
  left: -10rem;
  top: -8rem;
}
@media (min-height: 1079px) {
  .btnList li .btnListImg_3 {
    left: -13rem;
  }
}
@media screen and (max-width: 991.98px) {
  .btnList li .btnListImg_3 {
    left: -5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btnList li .btnListImg_3 {
    left: 7rem;
    top: -4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .btnList li .btnListImg_3 {
    left: 0;
  }
}
.btnList li .btnListImg_5 {
  left: -9rem;
  top: -8rem;
}
@media (min-height: 1079px) {
  .btnList li .btnListImg_5 {
    right: -11.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .btnList li .btnListImg_5 {
    left: -5.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btnList li .btnListImg_5 {
    left: 7.5rem;
    top: -4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .btnList li .btnListImg_5 {
    left: 0;
  }
}
.btnList li .btnListImg_8 {
  left: -11.5rem;
  top: -8rem;
}
@media screen and (max-width: 991.98px) {
  .btnList li .btnListImg_8 {
    left: -4.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btnList li .btnListImg_8 {
    left: 8rem;
    top: -4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .btnList li .btnListImg_8 {
    left: 0;
  }
}
.btnList li .btnListImg.is-done {
  display: none !important;
}
.btnList li + li .btnListImg {
  left: auto;
  position: absolute;
  right: -10.5rem;
}
@media screen and (max-width: 991.98px) {
  .btnList li + li .btnListImg {
    right: -4.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btnList li + li .btnListImg {
    right: 6.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .btnList li + li .btnListImg {
    right: 0;
  }
}
.btnList li + li .btnListImg_2 {
  right: -11.5rem;
}
@media screen and (max-width: 1399.98px) {
  .btnList li + li .btnListImg_2 {
    right: -13rem;
  }
}
@media screen and (max-width: 991.98px) {
  .btnList li + li .btnListImg_2 {
    right: -5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btnList li + li .btnListImg_2 {
    right: 8rem;
  }
}
@media screen and (max-width: 575.98px) {
  .btnList li + li .btnListImg_2 {
    right: 0;
  }
}
@media screen and (max-width: 1399.98px) {
  .btnList li + li .btnListImg_no5 {
    right: -10.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .btnList li + li .btnListImg_no5 {
    right: -5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btnList li + li .btnListImg_no5 {
    right: 8rem;
    top: -4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .btnList li + li .btnListImg_no5 {
    right: 0;
  }
}
.btnList li + li .btnListImg_3 {
  right: -9.5rem;
  top: -8rem;
}
@media (min-height: 1079px) {
  .btnList li + li .btnListImg_3 {
    right: -12.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .btnList li + li .btnListImg_3 {
    right: -5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btnList li + li .btnListImg_3 {
    right: 7rem;
    top: -4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .btnList li + li .btnListImg_3 {
    right: 0;
  }
}
.btnList li + li .btnListImg_4 {
  top: -11rem;
}
@media screen and (max-width: 767.98px) {
  .btnList li + li .btnListImg_4 {
    right: 8.5rem;
    top: -5.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .btnList li + li .btnListImg_4 {
    right: 0;
  }
}
.btnList li + li .btnListImg_6 {
  right: -9.5rem;
  top: -8rem;
}
@media screen and (max-width: 991.98px) {
  .btnList li + li .btnListImg_6 {
    right: -4.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btnList li + li .btnListImg_6 {
    right: 8rem;
    top: -4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .btnList li + li .btnListImg_6 {
    right: 0;
  }
}
.btnList li + li .btnListImg_8 {
  right: -9rem;
  top: -8rem;
}
@media screen and (max-width: 575.98px) {
  .btnList li + li .btnListImg_8 {
    right: 0;
  }
}
.btnList li .whiteBtn {
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 6rem;
  color: #2864f0;
  display: inline-flex;
  font-size: 1.7rem;
  font-weight: bold;
  height: 6rem;
  justify-content: center;
  line-height: 1.4;
  transition: 0.4s;
  width: 100%
}
.btnList li .whiteBtn:hover {
  background: #285ac8;
  border: 2px solid #285ac8;
  color: #fff;
  transition: 0.4s;
}
@media screen and (max-width: 575.98px) {
  .btnList li .whiteBtn {
    font-size: 1.1rem;
    height: 4rem;
  }
}

.btnList li .whiteBtn--big {
  border-radius: 10rem;
  font-size: 1.7rem;
  font-weight: bold;
  height: 10rem;
  line-height: 1.8;
}

@media screen and (max-width: 575.98px) {
  .btnList li .whiteBtn--big {
    font-size: 1.1rem;
    height: 4rem;
    line-height: 1.4;
  }
  
}

.answerDiv {
  margin: auto;
  margin-top: 2rem;
  max-height: 0;
  max-width: 100%;
  opacity: 0;
  overflow-y: hidden;
  width: 80rem;
}
@media (min-height: 1079px) {
  .answerDiv {
    margin-top: 3rem;
    width: 100rem;
  }
}
.answerDiv .div {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 575.98px) {
  .answerDiv .div {
    gap: 1rem;
  }
}
.answerDiv.is-active {
  max-height: 100vh;
  opacity: 1;
  transition: 0.4s;
}
.answerDiv .icon {
  padding-top: 1rem;
  width: 10rem;
}
@media screen and (max-width: 575.98px) {
  .answerDiv .icon {
    height: 4rem;
    width: 4rem;
  }
}
.answerDiv .desc {
  background: #fff;
  border-radius: 2rem;
  color: #464343;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2rem 1.5rem;
  position: relative;
}
@media (min-height: 1079px) {
  .answerDiv .desc {
    font-size: 1.8rem;
    padding: 3rem 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .answerDiv .desc {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .answerDiv .desc {
    border-radius: 1rem;
  }
}
.answerDiv .desc .hukidasi {
  left: -2rem;
  position: absolute;
  top: 5rem;
}
@media screen and (max-width: 575.98px) {
  .answerDiv .desc .hukidasi {
    left: -0.7rem;
    top: 3rem;
    width: 1rem;
  }
}

.pageResults {
  background: #ebf3ff;
}
.pageResults__main {
  margin: auto;
  max-width: 100%;
  padding: 5rem 3.5rem 10rem;
  position: relative;
  width: 87rem;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .pageResults__main {
    padding: 7rem 3rem 5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults__main {
    padding: 7rem 2.5rem 5rem;
  }
}
.pageResults .logo {
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 767.98px) {
  .pageResults .logo {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 9rem;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1199.98px) {
  .pageResults .logo img {
    width: 17rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pageResults .logo img {
    width: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults .logo img {
    width: 8rem;
  }
}
.pageResults .paper {
  margin-top: -12rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pageResults .paper {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults .paper {
    margin-top: 1.5rem;
  }
}
.pageResults__ttl {
  color: #2864f0;
  line-height: 1.6;
  margin-top: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .pageResults__ttl {
  }
}
@media screen and (max-width: 767.98px) {
  .pageResults__ttl {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767.98px) {
  .pageResults__ttl {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults__ttl {
    line-height: 1.1;
    margin-top: 1rem;
  }
}
.pageResults__ttl .mini {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .pageResults__ttl .mini {
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-top: 16px;
  }
}
.pageResults__ttl .txt {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1199.98px) {
  .pageResults__ttl .txt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pageResults__ttl .txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults__ttl .txt {
    font-size: 2rem;
  }
}
.pageResults .descDiv {
  margin-top: -22rem;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .pageResults .descDiv {
    margin-top: -15rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pageResults .descDiv {
    margin-top: -3rem;
  }
}
.pageResults .descDiv .swallow {
  position: absolute;
  right: -8rem;
  top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .pageResults .descDiv .swallow {
    top: -10rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults .descDiv .swallow {
    right: -4rem;
    top: -10.5rem;
    width: 10.8rem;
  }
}
.pageResults .descDiv .personDiv {
  -webkit-transform: translateY(1rem);
  -webkit-animation: fadeUp 0.5s 0.7s forwards;
  animation: fadeUp 0.5s 0.7s forwards;
  opacity: 0;
  text-align: left;
  transform: translateY(1rem);
}
@media screen and (max-width: 767.98px) {
  .pageResults .descDiv .personDiv {
    text-align: center;
  }
}
.pageResults .descDiv .personDiv .person {
  width: auto;
  height: 160px;
  margin: 8px auto 0;
}

@media screen and (max-width: 767.98px) {
  .pageResults .descDiv .personDiv .person {
    height: 140px;
  }
}

.person {
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%, 0%);
}

@media screen and (max-width: 767.98px) {
  .person {
    top: 40%;
  }
}
@media screen and (max-width: 575.98px) {
  .person {
    top: 40%;
  }
}
.pageResults .descDiv .hukidasi {
  bottom: -2.5rem;
  left: 2rem;
  margin: auto;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .pageResults .descDiv .hukidasi {
    left: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults .descDiv .hukidasi {
    bottom: -2rem;
    left: 1.5rem;
  }
}
.pageResults .descDiv__ttl {
  color: #2864f0;
  display: none;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .pageResults .descDiv__ttl {
    display: block;
    margin-bottom: 1rem;
  }
}
.pageResults__txtDiv {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 4rem;
  position: relative;
  margin-top: 160px;
}

@media screen and (max-width: 767.98px) {
  .pageResults__txtDiv {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767.98px) {
  .pageResults__txtDiv {
    padding: 2rem;
  }
}
.pageResults__txtDiv .desc {
  border-bottom: 1px solid #2864f0;
  color: #464343;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1199.98px) {
  .pageResults__txtDiv .desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pageResults__txtDiv .desc {
    padding-bottom: 2rem;
  }
}
.pageResults .detailDiv {
  display: flex;
  max-width: 100%;
  padding-top: 4rem;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .pageResults .detailDiv {
    padding-top: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults .detailDiv {
    gap: 0.5rem;
  }
}
.pageResults .center {
  color: #2864f0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.pageResults .detailDiv .left {
  width: 50%;
}
@media screen and (max-width: 575.98px) {
  .pageResults .detailDiv .left {
    width: 45%;
  }
}
.pageResults .detailDiv .left .txt {
  color: #2864f0;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991.98px) {
  .pageResults .detailDiv .left .txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pageResults .detailDiv .left .txt {
    display: none;
  }
}
.pageResults .detailDiv .catch {
  color: #2864f0;
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 991.98px) {
  .pageResults .detailDiv .catch {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pageResults .detailDiv .catch {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults .detailDiv .catch {
    font-size: 1.5rem;
    display: none;
  }
}

.pageResults .catchSp {
  color: #2864f0;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (max-width: 575.98px) {
  .pageResults .catchSp {
    font-size: 1.6rem;
    display: block;
  }
}
.pageResults .detailDiv .right {
  width: 50%;
}
@media screen and (max-width: 575.98px) {
  .pageResults .detailDiv .right {
    width: 55%;
  }
}
.pageResults .detailDiv .right .logoDiv {
  margin-bottom: 1rem;
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .pageResults .detailDiv .right .logoDiv {
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults .detailDiv .right .logoDiv img {
    width: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults .detailDiv .right .logoDiv_2 img {
    width: 13.2rem;
  }
}
.pageResults .detailDiv .right .badge {
  align-items: center;
  background: #000;
  background: #ebf3ff;
  border-radius: 0.5rem;
  color: #2864f0;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  height: 8rem;
  justify-content: center;
  margin-left: auto;
  max-width: 100%;
  width: 24rem;
}
@media screen and (max-width: 767.98px) {
  .pageResults .detailDiv .right .badge {
    margin: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults .detailDiv .right .badge {
    border-radius: 0.3rem;
    height: 6rem;
  }
}
.pageResults .detailDiv .right .badge__ttl {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.pageResults .detailDiv .right .badge__price {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 575.98px) {
  .pageResults .detailDiv .right .badge__price {
    font-size: 1.4rem;
  }
}
.pageResults .detailDiv .right .badge__price .yen {
  font-size: 1.2rem;
  margin-left: 0.3rem;
}
@media screen and (max-width: 575.98px) {
  .pageResults .detailDiv .right .badge__price .yen {
    font-size: 1rem;
  }
}
.pageResults .detailDiv .right .badge__price .tax {
  font-size: 1rem;
}
.pageResults .btnDiv {
  margin: 1.5rem 0 0rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767.98px) {
  .pageResults .btnDiv {
    margin: 2rem 0 1rem;
    flex-direction: column;
  }
}
.pageResults .btnDiv_border {
  border-bottom: 1px solid #2864f0;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  .pageResults .btnDiv_border {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.pageResults .btnDiv__link {
  margin: auto;
  align-items: center;
  background: #285ac8;
  border-radius: 3rem;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 6rem;
  justify-content: center;
  max-width: 100%;
  transition: 0.4s;
  width: 30rem;
}
@media screen and (max-width: 991.98px) {
  .pageResults .btnDiv__link {
    display: flex;
    margin: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults .btnDiv__link {
    font-size: 1.6rem;
    height: 4rem;
    width: 240px;
  }
}
.pageResults .btnDiv__link:nth-of-type(n + 2) {
  margin-left: 2rem;
}
@media screen and (max-width: 991.98px) {
  .pageResults .btnDiv__link:nth-of-type(n + 2) {
    margin: 1rem auto 0;
  }
}
.pageResults .btnDiv__link:hover {
  background: #ebf3ff;
  color: #285ac8;
  opacity: 1;
  transition: 0.4s;
}

.pageResults .btnDiv__link--cta {
  display: flex;
  margin: auto;
  background: #ebf3ff;
  color: #285ac8;
}

.pageResults .btnDiv__link--cta:hover {
  display: flex;
  margin: auto;
  background: #285ac8;
  color: #ebf3ff;
}

.pageResults .btnDiv__link--download {
  display: flex;
  margin: auto;
  background: #fff;
  color: #285ac8;
  border: 2px solid #285ac8;
}

.pageResults .btnDiv__link--download:hover {
  display: flex;
  margin: auto;
  background: #ebf3ff;
  border: 2px solid #ebf3ff;
}

.pageResults .conrtolDiv {
  align-items: center;
  display: flex;
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 575.98px) {
  .pageResults .conrtolDiv {
    margin-top: 3rem;
  }
}
.pageResults .conrtolDiv .return {
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .pageResults .conrtolDiv .return {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults .conrtolDiv .return {
    margin-top: 0.4rem;
  }
}
.pageResults .conrtolDiv .return a {
  align-items: center;
  color: #2864f0;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .pageResults .conrtolDiv .return a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults .conrtolDiv .return a {
    font-size: 1.2rem;
  }
}
.pageResults .conrtolDiv .return a img {
  margin-right: 1rem;
}
@media screen and (max-width: 767.98px) {
  .pageResults .conrtolDiv .return a img {
    margin-right: 0.5rem;
  }
}
.pageResults .conrtolDiv .adviser {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .pageResults .conrtolDiv .adviser img {
    -o-object-fit: contain;
    height: 6rem;
    object-fit: contain;
    width: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults .conrtolDiv .adviser img {
    height: 5rem;
    width: 5rem;
  }
}
.pageResults__subTtl {
  margin-bottom: 6rem;
  margin-top: 11rem;
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  .pageResults__subTtl {
    margin-bottom: 4rem;
    margin-top: 9rem;
  }
}
.pageResults__subTtl span {
  border-bottom: 3px solid #2864f0;
  color: #2864f0;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .pageResults__subTtl span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults__subTtl span {
    font-size: 1.8rem;
  }
}
.pageResults__commentaryList:nth-of-type(n + 2) {
  margin-top: 6rem;
}
@media screen and (max-width: 575.98px) {
  .pageResults__commentaryList:nth-of-type(n + 2) {
    margin-top: 3rem;
  }
}
.pageResults__commentaryList dt {
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575.98px) {
  .pageResults__commentaryList dt {
    margin-bottom: 1rem;
  }
}
.pageResults__commentaryList dt .number {
  -webkit-transform: translateY(-1rem);
  align-items: center;
  background: url(../images/q.png) top left/contain no-repeat;
  color: #fff;
  display: inline-flex;
  font-size: 1.6rem;
  height: 4rem;
  justify-content: center;
  line-height: 1;
  margin-right: 1rem;
  padding-bottom: 1px;
  transform: translateY(-1rem);
  width: 4rem;
}
@media screen and (max-width: 575.98px) {
  .pageResults__commentaryList dt .number {
    -webkit-transform: translateY(-0.5rem);
    font-size: 1rem;
    height: 2.4rem;
    margin-right: 1rem;
    min-height: 2rem;
    min-width: 2rem;
    transform: translateY(-0.5rem);
    width: 2.4rem;
  }
}
.pageResults__commentaryList dt .ttl {
  color: #2864f0;
  flex: 1;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .pageResults__commentaryList dt .ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults__commentaryList dt .ttl {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.pageResults__commentaryList dt .ttl .mini {
  font-size: 1.4rem;
}
@media screen and (max-width: 991.98px) {
  .pageResults__commentaryList dt .ttl .mini {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults__commentaryList dt .ttl .mini {
    font-size: 1rem;
  }
}
.pageResults__commentaryList dd {
  background: #fff;
  background: #fff;
  border-radius: 1rem;
  color: #2864f0;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 4rem 5rem;
}
@media screen and (max-width: 991.98px) {
  .pageResults__commentaryList dd {
    font-size: 1.6rem;
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pageResults__commentaryList dd {
    border-radius: 0.7rem;
    font-size: 1.2rem;
    padding: 2rem;
  }
}

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

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

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

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

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

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

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

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

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

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

.border-black {
  border-color: #111 !important;
}

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

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

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

  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

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

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

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

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

  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

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

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

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

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

  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

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

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

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

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

  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

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

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

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

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

  .d-xxl-none {
    display: none !important;
  }
}
.position-relative {
  position: relative !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-6 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

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

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

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

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

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

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

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

.my-6 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}

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

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

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

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

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

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

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

.mt-6 {
  margin-top: 5rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-6 {
  margin-right: 5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-6 {
  margin-left: 5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

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

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

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

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

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

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

.py-6 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
}

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

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

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

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

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

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

.pt-6 {
  padding-top: 5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

.pe-6 {
  padding-right: 5rem !important;
}

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.ps-6 {
  padding-left: 5rem !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-sm-6 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }

  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }

  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }

  .my-sm-6 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }

  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }

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

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

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

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

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

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

  .mt-sm-6 {
    margin-top: 5rem !important;
  }

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-6 {
    margin-right: 5rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-sm-6 {
    margin-bottom: 5rem !important;
  }

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-6 {
    margin-left: 5rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-sm-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }

  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }

  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }

  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }

  .py-sm-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }

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

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

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

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

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

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

  .pt-sm-6 {
    padding-top: 5rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pe-sm-6 {
    padding-right: 5rem !important;
  }

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

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

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

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

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

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

  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .ps-sm-6 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-md-6 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }

  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }

  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }

  .my-md-6 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }

  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }

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

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

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

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

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

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

  .mt-md-6 {
    margin-top: 5rem !important;
  }

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

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-6 {
    margin-right: 5rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-md-6 {
    margin-bottom: 5rem !important;
  }

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-6 {
    margin-left: 5rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-md-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }

  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }

  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }

  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }

  .py-md-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }

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

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

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

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

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

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

  .pt-md-6 {
    padding-top: 5rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pe-md-6 {
    padding-right: 5rem !important;
  }

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

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

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

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

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

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

  .pb-md-6 {
    padding-bottom: 5rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .ps-md-6 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-lg-6 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }

  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }

  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }

  .my-lg-6 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }

  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }

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

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

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

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

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

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

  .mt-lg-6 {
    margin-top: 5rem !important;
  }

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-6 {
    margin-right: 5rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-lg-6 {
    margin-bottom: 5rem !important;
  }

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-6 {
    margin-left: 5rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-lg-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }

  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }

  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }

  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }

  .py-lg-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }

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

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

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

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

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

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

  .pt-lg-6 {
    padding-top: 5rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pe-lg-6 {
    padding-right: 5rem !important;
  }

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

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

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

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

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

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

  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .ps-lg-6 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xl-6 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }

  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }

  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }

  .my-xl-6 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }

  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }

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

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

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

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

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

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

  .mt-xl-6 {
    margin-top: 5rem !important;
  }

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-6 {
    margin-right: 5rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-xl-6 {
    margin-bottom: 5rem !important;
  }

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

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-6 {
    margin-left: 5rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xl-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }

  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }

  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }

  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }

  .py-xl-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }

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

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

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

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

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

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

  .pt-xl-6 {
    padding-top: 5rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pe-xl-6 {
    padding-right: 5rem !important;
  }

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

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

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

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

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

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

  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .ps-xl-6 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxl-6 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }

  .my-xxl-6 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }

  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }

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

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

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

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

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

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

  .mt-xxl-6 {
    margin-top: 5rem !important;
  }

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

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-6 {
    margin-right: 5rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-xxl-6 {
    margin-bottom: 5rem !important;
  }

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

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-6 {
    margin-left: 5rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xxl-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }

  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }

  .py-xxl-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }

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

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

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

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

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

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

  .pt-xxl-6 {
    padding-top: 5rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pe-xxl-6 {
    padding-right: 5rem !important;
  }

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

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

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

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

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

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

  .pb-xxl-6 {
    padding-bottom: 5rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .ps-xxl-6 {
    padding-left: 5rem !important;
  }
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-start {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-start {
    text-align: left !important;
  }

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

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

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

.text-primary {
  color: #0d6efd !important;
}

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

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

.text-black {
  color: #111 !important;
}

.fw-bold {
  font-weight: bold;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.6 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

[data-animation=animation-fade] {
  opacity: 0;
  transition: 1s;
}

.animation-fade {
  opacity: 1;
}

.lh-1 {
  line-height: 1;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

#score {
  font-size: 56px;
}

.btnDivBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.topSpan {
  font-weight: bold;
  color: #464343;
}

.topSubTitle {
  font-weight: bold;
  color: #464343;
}

/*フェードインアニメ*/
@keyframes fadeIn{
  0% {
    opacity: 0;
    height: 0px;
    margin-top: 400px;
  }
  100% {
    opacity: 1;
    height: 100%;
    margin-top: 0px;
  }
}