﻿@charset "UTF-8";
.x-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  gap: 20px 30px;
}
@media screen and (max-width: 769px) {
  .x-buttons {
    gap: 30px 30px;
  }
}

.x-button {
  transition: all ease 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  outline: none;
  border-color: #043492;
  background-color: #ffffff;
  color: #043492;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  width: 100%;
  max-width: 300px;
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
.x-button:focus {
  outline: none;
}
.x-button.x-m-readonly, .x-button:disabled {
  border-color: transparent !important;
  box-shadow: none;
  background-color: #b4b3b3 !important;
  color: #ffffff !important;
  pointer-events: none !important;
}
.x-button.x-m-readonly .x-icon, .x-button:disabled .x-icon {
  color: #ffffff !important;
}
.x-button .x-icon:not(:first-child) {
  margin-left: 0.375em;
}
.x-button .x-icon:not(:last-child) {
  margin-right: 0.375em;
}
.x-button:hover {
  background-color: #cce6f9;
}
.x-button.x-m-main {
  border-color: transparent;
  background-color: #043492;
  color: #ffffff;
}
.x-button.x-m-main:hover {
  background-color: #0084e2;
}
.x-button.x-m-special {
  border-color: transparent;
  background-color: #d5003f;
  color: #ffffff;
}
.x-button.x-m-special:focus {
  background-color: #dd4271;
}
.x-button.x-m-special:hover {
  background-color: #dd4271;
}
.x-button.x-m-change {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: auto;
  height: 30px;
  padding: 0 12px;
  background: #ffffff;
  color: #043492;
  border: solid 1px #043492;
  border-radius: 30px;
  box-shadow: none;
  font-size: 14px;
  letter-spacing: normal;
}
.x-button.x-m-change:hover {
  background: #cce6f9;
}
.x-button.x-m-change:focus {
  border-color: #0084e2;
}
.x-button.x-m-change .x-icon {
  margin-left: -6px;
  font-size: 1em;
}
.x-button.x-m-lv1 {
  height: 60px;
  padding: 0 20px;
  font-size: 20px;
}
.x-button.x-m-lv2 {
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
}
.x-button.x-m-noSpacing {
  letter-spacing: normal;
  text-indent: 0;
}
@media screen and (max-width: 769px) {
  .x-button {
    max-width: none;
  }
}
.x-button:focus {
  box-shadow: none;
}
.x-button.x-m-full {
  width: 100%;
}

.x-cancelButton {
  transition: all ease 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  outline: none;
  width: 100%;
  max-width: 300px;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  position: relative;
  border-color: #043492;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  color: #043492;
  font-size: 20px;
}
.x-cancelButton:focus {
  outline: none;
}
.x-cancelButton.x-m-readonly, .x-cancelButton:disabled {
  border-color: transparent !important;
  box-shadow: none;
  background-color: #b4b3b3 !important;
  color: #ffffff !important;
  pointer-events: none !important;
}
.x-cancelButton.x-m-readonly .x-icon, .x-cancelButton:disabled .x-icon {
  color: #ffffff !important;
}
.x-cancelButton .x-icon:not(:first-child) {
  margin-left: 0.375em;
}
.x-cancelButton .x-icon:not(:last-child) {
  margin-right: 0.375em;
}
@media screen and (max-width: 769px) {
  .x-cancelButton {
    max-width: none;
  }
}
.x-cancelButton.x-m-noSpacing {
  letter-spacing: normal;
  text-indent: 0;
}
.x-cancelButton::before {
  display: inline-block;
  font-family: remixicon !important;
  content: "\ea64";
  position: absolute;
  left: 20px;
  font-size: 24px;
  letter-spacing: normal;
  text-indent: 0;
}
.x-cancelButton:focus {
  box-shadow: none;
  background-color: #cce6f9;
}
.x-cancelButton:hover {
  background-color: #cce6f9;
}

.x-subButton {
  transition: all ease 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  outline: none;
  height: 36px;
  padding: 0 1em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  font-size: 14px;
  color: #000000;
}
.x-subButton:focus {
  outline: none;
}
.x-subButton.x-m-readonly, .x-subButton:disabled {
  border-color: transparent !important;
  box-shadow: none;
  background-color: #b4b3b3 !important;
  color: #ffffff !important;
  pointer-events: none !important;
}
.x-subButton.x-m-readonly .x-icon, .x-subButton:disabled .x-icon {
  color: #ffffff !important;
}
.x-subButton .x-icon:not(:first-child) {
  margin-left: 0.375em;
}
.x-subButton .x-icon:not(:last-child) {
  margin-right: 0.375em;
}
.x-subButton:hover {
  background-color: #f6f6f6;
}
.x-subButton:focus {
  border: solid 1px #0084e2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #f6f6f6;
}
.x-subButton .x-icon {
  color: #043492;
}
.x-subButton .x-icon:not(:last-child) {
  margin-right: 0.5em;
}
.x-subButton.x-m-cancel {
  border-color: #d5003f;
  color: #d5003f;
}
.x-subButton.x-m-cancel :focus {
  border-color: #0084e2;
}

.x-shadowButton {
  transition: all ease 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  outline: none;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 160px;
  height: 36px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: all ease 0.3s;
}
.x-shadowButton:focus {
  outline: none;
}
.x-shadowButton.x-m-readonly, .x-shadowButton:disabled {
  border-color: transparent !important;
  box-shadow: none;
  background-color: #b4b3b3 !important;
  color: #ffffff !important;
  pointer-events: none !important;
}
.x-shadowButton.x-m-readonly .x-icon, .x-shadowButton:disabled .x-icon {
  color: #ffffff !important;
}
.x-shadowButton .x-icon:not(:first-child) {
  margin-left: 0.375em;
}
.x-shadowButton .x-icon:not(:last-child) {
  margin-right: 0.375em;
}
@media screen and (max-width: 769px) {
  .x-shadowButton {
    width: calc(50% - 20px);
    max-width: none;
    height: 48px;
  }
}
.x-shadowButton:hover {
  background-color: #f6f6f6;
}
.x-shadowButton:focus {
  border: solid 1px #0084e2;
  box-shadow: none;
}
.x-shadowButton.x-m-full {
  width: 100%;
}
.x-shadowButton.x-m-download {
  background-color: #043492;
  color: #ffffff;
}
.x-shadowButton.x-m-download:hover {
  background-color: #0084e2;
}
.x-shadowButton.x-m-download:focus {
  background-color: #0084e2;
}

.x-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  font-size: 1.25em;
}
.x-icon svg {
  width: 1em;
  height: 1em;
  fill: #000000;
}
.x-icon svg,
.x-icon i {
  display: inline;
  align-items: center;
}
.x-icon svg,
.x-icon i::before {
  display: inline-block;
}
.x-icon.x-m-ex-large {
  font-size: 2.25em;
}
.x-icon.x-m-ex-large svg {
  width: 2.25em;
  height: 2.25em;
}
.x-icon.x-m-large {
  font-size: 1.875em;
}
.x-icon.x-m-large svg {
  width: 1.875em;
  height: 1.875em;
}

.x-iconButton {
  transition: all ease 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  outline: none;
  border-color: #043492;
  background-color: #ffffff;
  color: #043492;
  width: 54px;
  height: 54px;
  padding: 0;
}
.x-iconButton:focus {
  outline: none;
}
.x-iconButton.x-m-readonly, .x-iconButton:disabled {
  border-color: transparent !important;
  box-shadow: none;
  background-color: #b4b3b3 !important;
  color: #ffffff !important;
  pointer-events: none !important;
}
.x-iconButton.x-m-readonly .x-icon, .x-iconButton:disabled .x-icon {
  color: #ffffff !important;
}
.x-iconButton .x-icon:not(:first-child) {
  margin-left: 0.375em;
}
.x-iconButton .x-icon:not(:last-child) {
  margin-right: 0.375em;
}
.x-iconButton:hover {
  background-color: #cce6f9;
}
.x-iconButton.x-m-main {
  border-color: transparent;
  background-color: #043492;
  color: #ffffff;
}
.x-iconButton.x-m-main:hover {
  background-color: #0084e2;
}
.x-iconButton.x-m-special {
  border-color: transparent;
  background-color: #d5003f;
  color: #ffffff;
}
.x-iconButton.x-m-special:focus {
  background-color: #dd4271;
}
.x-iconButton.x-m-special:hover {
  background-color: #dd4271;
}
.x-iconButton.x-m-change {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: auto;
  height: 30px;
  padding: 0 12px;
  background: #ffffff;
  color: #043492;
  border: solid 1px #043492;
  border-radius: 30px;
  box-shadow: none;
  font-size: 14px;
  letter-spacing: normal;
}
.x-iconButton.x-m-change:hover {
  background: #cce6f9;
}
.x-iconButton.x-m-change:focus {
  border-color: #0084e2;
}
.x-iconButton.x-m-change .x-icon {
  margin-left: -6px;
  font-size: 1em;
}
.x-iconButton.x-m-lv1 {
  width: 60px;
  height: 60px;
}
.x-iconButton.x-m-lv3 {
  width: 32px;
  height: 32px;
}

.x-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
}
.x-title.x-m-underline {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #043492;
}
@media screen and (max-width: 769px) {
  .x-title {
    font-size: 24px;
  }
}
.x-title-tool {
  margin-left: auto;
}
.x-title + .x-bgBreadcrumbs {
  margin-top: -40px;
}
@media screen and (max-width: 769px) {
  .x-title + .x-bgBreadcrumbs {
    margin-top: -20px;
  }
}

.x-subtitle {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 769px) {
  .x-subtitle {
    font-size: 18px;
  }
}
.x-subtitle.x-m-underline {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #043492;
}
.x-subtitle.x-m-size-1 {
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .x-subtitle.x-m-size-1 {
    font-size: 18px;
  }
}
.x-subtitle.x-m-size-2 {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .x-subtitle.x-m-size-2 {
    font-size: 16px;
  }
}
.x-subtitle.x-m-size-3 {
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .x-subtitle.x-m-size-3 {
    font-size: 14px;
  }
}

.x-pageTitle {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  min-height: 80px;
}
@media screen and (max-width: 769px) {
  .x-pageTitle {
    font-size: 24px;
    min-height: 60px;
    margin-bottom: 20px;
    padding: 13px 0;
  }
}
.x-pageTitle::before {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #043492;
  z-index: -1;
}
.x-pageTitle.x-m-gradation {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 120px;
  padding: 20px 0;
  letter-spacing: 6px;
  font-size: 30px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .x-pageTitle.x-m-gradation {
    min-height: 116px;
    letter-spacing: 2px;
    font-size: 28px;
  }
}
.x-pageTitle.x-m-gradation::before {
  background: transparent linear-gradient(270deg, #fff042 0%, #c2d766 4%, #87c08a 8%, #57aca7 12%, #319dbe 16%, #1692cf 20%, #058cd9 23%, #008add 25%, #0082d5 26%, #0066bb 33%, #004fa5 39%, #003d94 47%, #003188 57%, #002a81 70%, #002880 100%) 0% 0% no-repeat padding-box;
}
.x-pageTitle.x-m-gradation .x-pageTitleSubtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.8;
}
.x-pageTitle.x-m-gradation .x-pageTitleSubtitle::after {
  display: block;
  width: 40px;
  height: 2px;
  margin: 10px auto;
  background: #fff24e;
  opacity: 1;
  content: "";
}
.x-pageTitle-tool {
  margin-left: auto;
}
.x-pageTitle-breadcrumbs .x-breadcrumbs {
  padding: 0 0 7px;
}
.x-pageTitle-breadcrumbs .x-breadcrumbs-list {
  padding: 0;
}
.x-pageTitle-breadcrumbs .x-breadcrumbs-list-item:not(:first-child)::before {
  border-color: #ffffff;
}
.x-pageTitle-breadcrumbs .x-breadcrumbs-link {
  color: #ffffff;
}
.x-pageTitle + .x-bgBreadcrumbs {
  margin-top: -40px;
}
@media screen and (max-width: 769px) {
  .x-pageTitle + .x-bgBreadcrumbs {
    margin-top: -20px;
  }
}

.x-link {
  display: inline-flex;
  align-items: center;
  color: #043492;
  text-decoration: underline;
}
.x-link:hover {
  color: #021f58;
}
.x-link:focus {
  color: #0084e2;
}
.x-link.x-m-underline {
  text-decoration: underline;
}
.x-link.x-m-underline:hover, .x-link.x-m-underline:focus {
  text-decoration: none;
}
.x-link.x-m-noUnderline {
  text-decoration: none;
}
.x-link.x-m-noUnderline:hover, .x-link.x-m-noUnderline:focus {
  text-decoration: underline;
}
.x-link.x-m-noUnderlineBlack {
  text-decoration: none;
  color: #000000;
}
.x-link.x-m-noUnderlineBlack:hover, .x-link.x-m-noUnderlineBlack:focus {
  text-decoration: underline;
}
.x-link .x-icon {
  width: 1em !important;
  height: 1em !important;
}
.x-link .x-icon:not(:first-child) {
  margin-left: 0.125em;
}
.x-link .x-icon:not(:last-child) {
  margin-right: 0.125em;
}

.x-img-link {
  display: inline-block;
  width: 100%;
  transition: opacity 0.3s 0s ease;
}
.x-img-link:hover, .x-img-link:focus {
  opacity: 0.5;
}
.x-img-link.x-m-full-height {
  width: auto;
  height: 100%;
}
.x-img-link.x-m-full-height img {
  width: auto;
  height: 100%;
}
.x-img-link img {
  width: 100%;
}

.x-bg-link {
  transition: 0.3s 0s ease;
}
.x-bg-link:hover {
  background: rgba(0, 132, 226, 0.1);
}

.x-bg-link-wrapper {
  display: inline-flex;
}

.x-img-bg-link {
  position: relative;
}
.x-img-bg-link::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.3s 0s ease;
  content: "";
}
.x-img-bg-link:hover::before {
  background: rgba(0, 132, 226, 0.1);
}

.x-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  transition: 0.3s ease;
}
.x-icon-link .x-icon {
  color: #043492;
}
.x-icon-link:hover {
  color: #0084e2;
  text-decoration: underline;
}
.x-icon-link:hover .x-icon {
  color: #0084e2;
}
.x-icon-link:focus {
  color: #0084e2;
}
.x-icon-link:focus .x-icon {
  color: #0084e2;
}

.x-underlineLink {
  color: #000000;
  text-decoration: underline;
}
.x-underlineLink:hover {
  text-decoration: none;
}

.x-linkButton {
  transition: all ease 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  outline: none;
  width: 100%;
  max-width: 300px;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  border-color: #f2f9fe;
  background-color: #f2f9fe;
  box-shadow: none;
  color: #043492;
  font-size: 16px;
}
.x-linkButton:focus {
  outline: none;
}
.x-linkButton.x-m-readonly, .x-linkButton:disabled {
  border-color: transparent !important;
  box-shadow: none;
  background-color: #b4b3b3 !important;
  color: #ffffff !important;
  pointer-events: none !important;
}
.x-linkButton.x-m-readonly .x-icon, .x-linkButton:disabled .x-icon {
  color: #ffffff !important;
}
.x-linkButton .x-icon:not(:first-child) {
  margin-left: 0.375em;
}
.x-linkButton .x-icon:not(:last-child) {
  margin-right: 0.375em;
}
@media screen and (max-width: 769px) {
  .x-linkButton {
    max-width: none;
  }
}
.x-linkButton:hover {
  background-color: #cce6f9;
}
.x-linkButton::before {
  display: inline-block;
  font-family: remixicon !important;
  content: "\ea6e";
  padding-right: 5px;
  color: #0084e2;
  font-size: 24px;
}

.x-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-pagination .x-icon-link {
  width: 30px;
  height: 30px;
  justify-content: center;
  border-radius: 50%;
}
.x-pagination .x-icon-link:hover {
  background-color: #cce6f9;
}
.x-pagination .x-icon-link:hover .x-icon {
  color: #043492;
}
.x-pagination .x-icon-link:focus {
  background-color: #ffffff;
  border: 1px solid #0084e2;
}
.x-pagination .x-icon-link:focus .x-icon {
  color: #043492;
}
.x-pagination .x-icon-link:first-child {
  margin-right: 30px;
}
.x-pagination .x-icon-link:last-child {
  margin-left: 30px;
}

.x-page-count {
  width: 170px;
  text-align: center;
}

.x-pagination-current {
  font-weight: bold;
}

.x-pdfButton {
  transition: all ease 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  outline: none;
  justify-content: flex-start;
  position: relative;
  max-width: 100%;
  min-height: 48px;
  border-color: #b4b3b3;
  background-color: #ffffff;
  white-space: normal;
  text-align: left;
  word-break: break-all;
  padding: 0.65rem 40px 0.65rem 15px;
  font-size: 16px;
}
.x-pdfButton:focus {
  outline: none;
}
.x-pdfButton.x-m-readonly, .x-pdfButton:disabled {
  border-color: transparent !important;
  box-shadow: none;
  background-color: #b4b3b3 !important;
  color: #ffffff !important;
  pointer-events: none !important;
}
.x-pdfButton.x-m-readonly .x-icon, .x-pdfButton:disabled .x-icon {
  color: #ffffff !important;
}
.x-pdfButton .x-icon:not(:first-child) {
  margin-left: 0.375em;
}
.x-pdfButton .x-icon:not(:last-child) {
  margin-right: 0.375em;
}
.x-pdfButton:focus {
  border-color: #0084e2;
}
.x-pdfButton:hover {
  background-color: #cce6f9;
}
.x-pdfButton::before {
  display: inline-block;
  font-family: remixicon !important;
  content: "\ea6e";
  position: absolute;
  right: 15px;
  color: #043492;
}
.x-pdfButton:disabled::before {
  color: #ffffff;
}
.x-pdfButton-img {
  width: 1.2em;
  margin-right: 5px;
}

.x-primaryButton {
  transition: all ease 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  outline: none;
  width: 100%;
  max-width: 300px;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  border-color: transparent;
  background-color: #043492;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.x-primaryButton:focus {
  outline: none;
}
.x-primaryButton.x-m-readonly, .x-primaryButton:disabled {
  border-color: transparent !important;
  box-shadow: none;
  background-color: #b4b3b3 !important;
  color: #ffffff !important;
  pointer-events: none !important;
}
.x-primaryButton.x-m-readonly .x-icon, .x-primaryButton:disabled .x-icon {
  color: #ffffff !important;
}
.x-primaryButton .x-icon:not(:first-child) {
  margin-left: 0.375em;
}
.x-primaryButton .x-icon:not(:last-child) {
  margin-right: 0.375em;
}
@media screen and (max-width: 769px) {
  .x-primaryButton {
    max-width: none;
  }
}
.x-primaryButton.x-m-noSpacing {
  letter-spacing: normal;
  text-indent: 0;
}
.x-primaryButton:focus {
  box-shadow: none;
  background-color: #0084e2;
}
.x-primaryButton:hover {
  background-color: #0084e2;
}

.x-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0.5rem;
  /*.x-badge {
    &:not(:first-child) {
      margin-left: .25rem;
    }

    &:not(:last-child) {
      margin-right: .25rem;
    }
  }*/
}

.x-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1rem;
  padding: 0.1rem 0.5rem;
  background-color: #cce6f9;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #ffffff;
}
.x-badge.x-m-main {
  background-color: #043492;
}
.x-badge.x-m-sub {
  background-color: #0084e2;
}
.x-badge.x-m-danger {
  background-color: #d5003f;
}
.x-badge.x-m-simple {
  color: #043492;
  background-color: #ffffff;
  border-color: #043492;
}
.x-badge.x-transaction {
  font-size: 14px;
  min-width: 110px;
  height: 24px;
}
.x-badge.x-m-purchase {
  background-color: #0366a8;
}
.x-badge.x-m-newPurchase {
  background-color: #00b050;
}
.x-badge.x-m-share {
  background-color: #91830c;
}
.x-badge.x-m-cancel {
  background-color: #d5003f;
}
.x-badge.x-m-material {
  background-color: #689113;
}
.x-badge.x-m-tax {
  background-color: #03889e;
}
.x-badge.x-m-money {
  background-color: #435e0c;
}
.x-badge.x-m-redemption {
  background-color: #916704;
}
.x-badge.x-m-others {
  background-color: #435e0c;
}

.x-formBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.3rem;
  line-height: 1rem;
  color: #707070;
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #707070;
}
.x-formBadge.x-m-required {
  border-color: #043492;
  color: #043492;
}

.x-noticeBadge {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
  padding: 0.25em 0.5em;
  color: #043492;
  background-color: #fff24e;
  font-size: 10px;
  font-weight: bold;
  border-radius: 999px;
}
.x-noticeBadge.x-m-large {
  top: -0.5em;
  right: -0.5em;
  min-width: 28px;
  height: 28px;
  font-size: 16px;
}

.x-conditionHeadingBadge {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 26px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.x-conditionHeadingBadge:not(:first-child) {
  margin-left: 0.25rem;
}
.x-conditionHeadingBadge:not(:last-child) {
  margin-right: 0.25rem;
}
.x-conditionHeadingBadge.x-m-basic {
  background-color: #cce6f9;
  color: #043492;
}
.x-conditionHeadingBadge.x-m-primary {
  background-color: #043492;
  color: #ffffff;
}
.x-conditionHeadingBadge.x-m-check {
  position: relative;
  margin-left: 1em;
  padding-left: 24px;
  background-color: #0084e2;
  color: #ffffff;
}
.x-conditionHeadingBadge.x-m-check::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 8px;
  height: 5px;
  margin-top: -0.15rem;
  border-bottom: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  transform: rotate(-45deg) translateY(-50%);
  content: "";
}

.x-roundBadge {
  display: block;
  height: 50px;
  width: 50px;
  font-size: 14px;
  color: #ffffff;
  background-color: #043492;
  border-radius: 9999px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 50px;
  text-indent: 0.1em;
}
.x-roundBadge.x-m-sub {
  background-color: #0084e2;
}
.x-roundBadge.x-m-danger {
  background-color: #d5003f;
}

.x-rankBadge {
  display: flex;
  align-items: center;
  gap: 0.25em;
  min-width: 160px;
  padding: 8px 10px;
  border-radius: 4px;
  transition: ease 0.3s all;
}
.x-rankBadge:hover {
  cursor: pointer;
}
.x-rankBadge.x-m-gold {
  border: solid 1px #9f8322;
  background: rgba(159, 131, 34, 0.1019607843);
  color: #9f8322;
}
.x-rankBadge.x-m-gold:hover {
  background: #d9cda7;
}
.x-rankBadge.x-m-silver {
  border: solid 1px #7b7b7b;
  background: rgba(153, 153, 153, 0.1019607843);
  color: #7b7b7b;
}
.x-rankBadge.x-m-silver:hover {
  background: #d6d6d6;
}
.x-rankBadge.x-m-bronze {
  border: solid 1px #433502;
  background: rgba(153, 153, 153, 0.1019607843);
  color: #433502;
}
.x-rankBadge.x-m-bronze:hover {
  background: #bbb39a;
}

.x-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.x-tags .x-tag {
  margin-right: 0.5rem;
}
.x-tags .x-tag:last-child {
  margin-right: 0;
}
.x-tags + .x-tags {
  margin-left: 2rem;
}

.x-tag {
  display: inline-block;
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 4px;
  background-color: #cce6f9;
  color: #043492;
  font-size: 12px;
  white-space: nowrap;
}
.x-tag.x-m-sub {
  border-color: #043492;
  border-radius: 4px;
  background-color: #ffffff;
}
.x-tag.x-m-third {
  border-radius: 4px;
}
.x-tag.x-m-emergency {
  border-color: transparent;
  background-color: #d5003f;
  color: #ffffff;
}
.x-tag.x-m-important {
  border-color: transparent;
  background-color: #000000;
  color: #ffffff;
}
.x-tag.x-m-required {
  padding: 3px 5px 2px;
  border-color: transparent;
  background-color: #043492;
  color: #ffffff;
  font-size: 12px !important;
}
.x-tag.x-m-optional {
  padding: 3px 5px 2px;
  border-color: transparent;
  background-color: #707070;
  color: #ffffff;
  font-size: 12px !important;
}
.x-tag.x-m-large {
  font-size: 14px !important;
}

@media screen and (max-width: 769px) {
  .x-from-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .x-until-pc {
    display: none !important;
  }
}

@media screen and (max-width: 769px) {
  .x-from-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .x-until-tablet {
    display: none !important;
  }
}

.x-hide {
  display: none !important;
}

.x-textAlignRight {
  text-align: right !important;
}

.x-textAlignLeft {
  text-align: left !important;
}

.x-textWeightNormal {
  font-weight: normal !important;
}

.x-fullVw {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.x-icon {
  color: #043492;
}

.x-annotation {
  color: #707070;
  font-size: 14px;
  line-height: 1.75;
}
.x-annotation.x-m-large {
  font-size: 16px;
}

.x-iconText {
  position: relative;
  display: flex;
  line-height: 1.75;
  column-gap: 0.5em;
  padding-left: calc(1.25em + 8px);
}
.x-iconText .x-icon {
  position: absolute;
  top: 0.1333333333em;
  left: 0;
  height: 1em;
  color: #043492;
  font-size: 1.25em;
  line-height: 1;
}
.x-iconText.x-m-iconCentered {
  position: relative;
  align-items: center;
}
.x-iconText.x-m-iconCentered > .x-tooltipIcon {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 0.0625em));
  right: 0;
}
.x-iconText.x-m-iconRight {
  padding-left: 0;
  padding-right: calc(1em + 1rem);
}
.x-iconText.x-m-iconRight > .x-tooltipIcon {
  position: absolute;
  right: 0;
}
.x-iconText.x-m-iconLeft {
  padding-left: calc(1em + 1rem);
  padding-right: 0;
}
.x-iconText.x-m-iconLeft > .x-tooltipIcon {
  position: absolute;
  left: 0;
}
.x-iconText.x-m-warning {
  font-size: 14px;
  line-height: 22px;
  padding-left: 32px;
}
.x-iconText.x-m-warning .x-icon {
  top: -0.0853174603em;
  font-size: 24px;
}

.x-iconHeading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 40px 0 45px;
  font-size: 30px;
  font-weight: bold;
  color: #043492;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  .x-iconHeading {
    flex-direction: column;
    gap: 45px;
    margin: 50px 0 20px;
  }
}
.x-iconHeading .x-icon {
  color: #043492;
  font-size: 60px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .x-iconHeading .x-icon {
    font-size: 90px;
  }
}
.x-iconHeading.x-m-attention {
  color: #d5003f;
}
.x-iconHeading.x-m-attention .x-icon {
  color: #d5003f;
}

.x-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.x-unit:not(:first-child) {
  margin-left: 0.5em;
}
.x-unit:not(:last-child) {
  margin-right: 0.5em;
}

.x-messageArea {
  line-height: 1.75;
  font-size: 16px;
}
.x-messageArea section {
  margin-bottom: 40px;
}
.x-messageArea h1,
.x-messageArea h2,
.x-messageArea h3,
.x-messageArea h4,
.x-messageArea h5,
.x-messageArea h6 {
  line-height: 1.2;
}
.x-messageArea h1,
.x-messageArea h2,
.x-messageArea h3 {
  margin-bottom: 20px;
}
.x-messageArea h1:not(:first-child),
.x-messageArea h2:not(:first-child),
.x-messageArea h3:not(:first-child) {
  margin-top: 20px;
}
.x-messageArea h4 {
  margin-bottom: 15px;
}
.x-messageArea h4:not(:first-child) {
  margin-top: 15px;
}
.x-messageArea h5,
.x-messageArea h6 {
  margin-bottom: 10px;
  font-weight: bold;
}
.x-messageArea h5:not(:first-child),
.x-messageArea h6:not(:first-child) {
  margin-top: 10px;
}
.x-messageArea h1 {
  font-size: 26px;
  font-weight: bold;
}
.x-messageArea h2 {
  font-size: 22px;
  font-weight: bold;
}
.x-messageArea h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.x-messageArea table {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-collapse: collapse;
  border-spacing: 0;
}
.x-messageArea table thead:not(:first-child),
.x-messageArea table tbody:not(:first-child),
.x-messageArea table tfoot:not(:first-child) {
  border-top: 1px solid #cccccc;
  background-clip: padding-box;
}
.x-messageArea table thead {
  border-bottom: solid 2px #043492;
  background-clip: padding-box;
}
.x-messageArea table thead th {
  padding: 20px 10px;
}
.x-messageArea table tbody th {
  padding: 20px 10px;
  background-clip: padding-box;
}
.x-messageArea table tbody th:not(:last-child) {
  border-right: solid 2px #043492;
}
.x-messageArea table tr + tr {
  border-top: 1px solid #cccccc;
  background-clip: padding-box;
}
.x-messageArea table th:not(:first-child),
.x-messageArea table td:not(:first-child) {
  border-left: 1px solid #eaeaea;
  background-clip: padding-box;
}
.x-messageArea table th {
  padding: 10px;
  background-color: #f2f9fe;
  font-weight: bold;
  text-align: left;
}
.x-messageArea table td {
  padding: 10px;
}
.x-messageArea ul,
.x-messageArea ol,
.x-messageArea dl {
  font-size: 16px;
}
.x-messageArea ul:not(:first-child),
.x-messageArea ol:not(:first-child),
.x-messageArea dl:not(:first-child) {
  margin-top: 0.5em;
}
.x-messageArea ul:not(:last-child),
.x-messageArea ol:not(:last-child),
.x-messageArea dl:not(:last-child) {
  margin-bottom: 0.5em;
}
.x-messageArea ul {
  margin-left: 1em;
  list-style-type: "・";
}
.x-messageArea ol {
  margin-left: 2em;
  list-style-type: decimal;
}
.x-messageArea dt {
  font-weight: bold;
}
.x-messageArea p {
  font-size: 16px;
}
.x-messageArea p:not(:last-child) {
  margin-bottom: 0.5em;
}
.x-messageArea a {
  display: inline;
  text-decoration: underline;
  color: #000000;
}
.x-messageArea a:hover {
  text-decoration: none;
}
.x-messageArea img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.x-messageArea img:not(:last-child) {
  margin-bottom: 20px;
}
.x-messageArea strong {
  font-weight: bold;
}
.x-messageArea em {
  font-style: italic;
}
.x-messageArea u {
  text-decoration: underline;
}
.x-messageArea:not(:first-child) {
  margin-top: 40px;
}
.x-messageArea:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .x-messageArea:not(:first-child) {
    margin-top: 20px;
  }
  .x-messageArea:not(:last-child) {
    margin-bottom: 20px;
  }
}

.x-cmsArea {
  line-height: 1.75;
  font-size: 16px;
}
.x-cmsArea section {
  margin-bottom: 40px;
}
.x-cmsArea h1,
.x-cmsArea h2,
.x-cmsArea h3,
.x-cmsArea h4,
.x-cmsArea h5,
.x-cmsArea h6 {
  line-height: 1.2;
}
.x-cmsArea h1,
.x-cmsArea h2,
.x-cmsArea h3 {
  margin-bottom: 20px;
}
.x-cmsArea h1:not(:first-child),
.x-cmsArea h2:not(:first-child),
.x-cmsArea h3:not(:first-child) {
  margin-top: 20px;
}
.x-cmsArea h4 {
  margin-bottom: 15px;
}
.x-cmsArea h4:not(:first-child) {
  margin-top: 15px;
}
.x-cmsArea h5,
.x-cmsArea h6 {
  margin-bottom: 10px;
  font-weight: bold;
}
.x-cmsArea h5:not(:first-child),
.x-cmsArea h6:not(:first-child) {
  margin-top: 10px;
}
.x-cmsArea h1 {
  font-size: 26px;
  font-weight: bold;
}
.x-cmsArea h2 {
  font-size: 22px;
  font-weight: bold;
}
.x-cmsArea h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.x-cmsArea table {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-collapse: collapse;
  border-spacing: 0;
}
.x-cmsArea table thead:not(:first-child),
.x-cmsArea table tbody:not(:first-child),
.x-cmsArea table tfoot:not(:first-child) {
  border-top: 1px solid #cccccc;
  background-clip: padding-box;
}
.x-cmsArea table thead {
  border-bottom: solid 2px #043492;
  background-clip: padding-box;
}
.x-cmsArea table thead th {
  padding: 20px 10px;
}
.x-cmsArea table tbody th {
  padding: 20px 10px;
  background-clip: padding-box;
}
.x-cmsArea table tbody th:not(:last-child) {
  border-right: solid 2px #043492;
}
.x-cmsArea table tr + tr {
  border-top: 1px solid #cccccc;
  background-clip: padding-box;
}
.x-cmsArea table th:not(:first-child),
.x-cmsArea table td:not(:first-child) {
  border-left: 1px solid #eaeaea;
  background-clip: padding-box;
}
.x-cmsArea table th {
  padding: 10px;
  background-color: #f2f9fe;
  font-weight: bold;
  text-align: left;
}
.x-cmsArea table td {
  padding: 10px;
}
.x-cmsArea ul,
.x-cmsArea ol,
.x-cmsArea dl {
  font-size: 16px;
}
.x-cmsArea ul:not(:first-child),
.x-cmsArea ol:not(:first-child),
.x-cmsArea dl:not(:first-child) {
  margin-top: 0.5em;
}
.x-cmsArea ul:not(:last-child),
.x-cmsArea ol:not(:last-child),
.x-cmsArea dl:not(:last-child) {
  margin-bottom: 0.5em;
}
.x-cmsArea ul {
  margin-left: 1em;
  list-style-type: "・";
}
.x-cmsArea ol {
  margin-left: 2em;
  list-style-type: decimal;
}
.x-cmsArea dt {
  font-weight: bold;
}
.x-cmsArea p {
  font-size: 16px;
}
.x-cmsArea p:not(:last-child) {
  margin-bottom: 0.5em;
}
.x-cmsArea a {
  display: inline;
  text-decoration: underline;
  color: #000000;
}
.x-cmsArea a:hover {
  text-decoration: none;
}
.x-cmsArea img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.x-cmsArea img:not(:last-child) {
  margin-bottom: 20px;
}
.x-cmsArea strong {
  font-weight: bold;
}
.x-cmsArea em {
  font-style: italic;
}
.x-cmsArea u {
  text-decoration: underline;
}
.x-cmsArea:blank {
  margin-bottom: 0;
}
.x-cmsArea:not(:first-child) {
  margin-top: 40px;
}
.x-cmsArea:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .x-cmsArea:not(:first-child) {
    margin-top: 20px;
  }
  .x-cmsArea:not(:last-child) {
    margin-bottom: 20px;
  }
}
.x-cmsArea p {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 0.5em;
}
.x-cmsArea a:hover img {
  transition: opacity 0.3s 0s ease;
  opacity: 0.5;
}
.x-cmsArea img:not(:last-child) {
  margin-bottom: 0;
}
.x-cmsArea ol, .x-cmsArea ul {
  display: flex;
  flex-direction: column;
}
.x-cmsArea ol:has(.ql-align-center), .x-cmsArea ul:has(.ql-align-center) {
  align-items: center;
}
.x-cmsArea ol:has(.ql-align-right), .x-cmsArea ul:has(.ql-align-right) {
  align-items: flex-end;
}
.x-cmsArea .ql-align-justify {
  text-align: justify;
}
.x-cmsArea .ql-align-center {
  justify-content: center;
  text-align: center;
}
.x-cmsArea .ql-align-right {
  justify-content: flex-end;
  text-align: right;
}
.x-cmsArea .ql-size-small {
  font-size: 12px;
}
.x-cmsArea .ql-size-large {
  font-size: 22px;
}
.x-cmsArea .ql-size-huge {
  font-size: 26px;
}
.x-cmsArea blockquote {
  margin: 0.25rem 0;
  padding: 0 1em;
  border-left: solid 4px #b4b3b3;
}
.x-cmsArea pre {
  padding: 0.25rem;
  color: #ffffff;
  background: #000000;
  border-radius: 4px;
}

.x-warning {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #d5003f;
}

.x-complete-inner {
  width: fit-content;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .x-complete-inner .x-iconHeading {
    justify-content: center;
    padding-right: 35px;
  }
}
@media screen and (max-width: 769px) {
  .x-complete-inner .x-iconHeading {
    justify-content: center;
    padding-right: 0;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

input {
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
}

input[type=password]::-ms-reveal {
  visibility: hidden;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li,
dt,
dd {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
a:focus {
  outline: none;
}

label {
  margin: 0;
}

button {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

input,
select,
textarea,
button {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.x-section:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .x-section:not(:last-child) {
    margin-bottom: 20px;
  }
}

.x-grid {
  display: flex;
  position: relative;
  margin: 0 -15px;
}
@media screen and (max-width: 769px) {
  .x-grid {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-grid {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 769px) {
  .x-grid.x-m-pc {
    flex-direction: column;
    margin: 0;
  }
  .x-grid.x-m-pc > .x-grid-item {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .x-grid.x-m-pc > .x-grid-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.x-grid-item {
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 769px) {
  .x-grid-item {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-grid-item {
    padding: 0 10px;
  }
}
.x-grid-item.x-m-1 {
  width: 8.3333333333%;
}
.x-grid-item.x-m-offset-1 {
  margin-left: 8.3333333333%;
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-grid-item.x-m-offset-1 {
    width: 100% !important;
    margin-left: 0;
  }
}
.x-grid-item.x-m-2 {
  width: 16.6666666667%;
}
.x-grid-item.x-m-offset-2 {
  margin-left: 16.6666666667%;
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-grid-item.x-m-offset-2 {
    width: 100% !important;
    margin-left: 0;
  }
}
.x-grid-item.x-m-3 {
  width: 25%;
}
.x-grid-item.x-m-offset-3 {
  margin-left: 25%;
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-grid-item.x-m-offset-3 {
    width: 100% !important;
    margin-left: 0;
  }
}
.x-grid-item.x-m-4 {
  width: 33.3333333333%;
}
.x-grid-item.x-m-offset-4 {
  margin-left: 33.3333333333%;
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-grid-item.x-m-offset-4 {
    width: 100% !important;
    margin-left: 0;
  }
}
.x-grid-item.x-m-5 {
  width: 41.6666666667%;
}
.x-grid-item.x-m-offset-5 {
  margin-left: 41.6666666667%;
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-grid-item.x-m-offset-5 {
    width: 100% !important;
    margin-left: 0;
  }
}
.x-grid-item.x-m-6 {
  width: 50%;
}
.x-grid-item.x-m-offset-6 {
  margin-left: 50%;
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-grid-item.x-m-offset-6 {
    width: 100% !important;
    margin-left: 0;
  }
}
.x-grid-item.x-m-7 {
  width: 58.3333333333%;
}
.x-grid-item.x-m-offset-7 {
  margin-left: 58.3333333333%;
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-grid-item.x-m-offset-7 {
    width: 100% !important;
    margin-left: 0;
  }
}
.x-grid-item.x-m-8 {
  width: 66.6666666667%;
}
.x-grid-item.x-m-offset-8 {
  margin-left: 66.6666666667%;
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-grid-item.x-m-offset-8 {
    width: 100% !important;
    margin-left: 0;
  }
}
.x-grid-item.x-m-9 {
  width: 75%;
}
.x-grid-item.x-m-offset-9 {
  margin-left: 75%;
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-grid-item.x-m-offset-9 {
    width: 100% !important;
    margin-left: 0;
  }
}
.x-grid-item.x-m-10 {
  width: 83.3333333333%;
}
.x-grid-item.x-m-offset-10 {
  margin-left: 83.3333333333%;
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-grid-item.x-m-offset-10 {
    width: 100% !important;
    margin-left: 0;
  }
}
.x-grid-item.x-m-11 {
  width: 91.6666666667%;
}
.x-grid-item.x-m-offset-11 {
  margin-left: 91.6666666667%;
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-grid-item.x-m-offset-11 {
    width: 100% !important;
    margin-left: 0;
  }
}
.x-grid-item.x-m-12 {
  width: 100%;
}

.x-article {
  line-height: 1.75;
  font-size: 16px;
}
.x-article section {
  margin-bottom: 40px;
}
.x-article h1,
.x-article h2,
.x-article h3,
.x-article h4,
.x-article h5,
.x-article h6 {
  line-height: 1.2;
}
.x-article h1,
.x-article h2,
.x-article h3 {
  margin-bottom: 20px;
}
.x-article h1:not(:first-child),
.x-article h2:not(:first-child),
.x-article h3:not(:first-child) {
  margin-top: 20px;
}
.x-article h4 {
  margin-bottom: 15px;
}
.x-article h4:not(:first-child) {
  margin-top: 15px;
}
.x-article h5,
.x-article h6 {
  margin-bottom: 10px;
  font-weight: bold;
}
.x-article h5:not(:first-child),
.x-article h6:not(:first-child) {
  margin-top: 10px;
}
.x-article h1 {
  font-size: 26px;
  font-weight: bold;
}
.x-article h2 {
  font-size: 22px;
  font-weight: bold;
}
.x-article h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.x-article table {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-collapse: collapse;
  border-spacing: 0;
}
.x-article table thead:not(:first-child),
.x-article table tbody:not(:first-child),
.x-article table tfoot:not(:first-child) {
  border-top: 1px solid #cccccc;
  background-clip: padding-box;
}
.x-article table thead {
  border-bottom: solid 2px #043492;
  background-clip: padding-box;
}
.x-article table thead th {
  padding: 20px 10px;
}
.x-article table tbody th {
  padding: 20px 10px;
  background-clip: padding-box;
}
.x-article table tbody th:not(:last-child) {
  border-right: solid 2px #043492;
}
.x-article table tr + tr {
  border-top: 1px solid #cccccc;
  background-clip: padding-box;
}
.x-article table th:not(:first-child),
.x-article table td:not(:first-child) {
  border-left: 1px solid #eaeaea;
  background-clip: padding-box;
}
.x-article table th {
  padding: 10px;
  background-color: #f2f9fe;
  font-weight: bold;
  text-align: left;
}
.x-article table td {
  padding: 10px;
}
.x-article ul,
.x-article ol,
.x-article dl {
  font-size: 16px;
}
.x-article ul:not(:first-child),
.x-article ol:not(:first-child),
.x-article dl:not(:first-child) {
  margin-top: 0.5em;
}
.x-article ul:not(:last-child),
.x-article ol:not(:last-child),
.x-article dl:not(:last-child) {
  margin-bottom: 0.5em;
}
.x-article ul {
  margin-left: 1em;
  list-style-type: "・";
}
.x-article ol {
  margin-left: 2em;
  list-style-type: decimal;
}
.x-article dt {
  font-weight: bold;
}
.x-article p {
  font-size: 16px;
}
.x-article p:not(:last-child) {
  margin-bottom: 0.5em;
}
.x-article a {
  display: inline;
  text-decoration: underline;
  color: #000000;
}
.x-article a:hover {
  text-decoration: none;
}
.x-article img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.x-article img:not(:last-child) {
  margin-bottom: 20px;
}
.x-article strong {
  font-weight: bold;
}
.x-article em {
  font-style: italic;
}
.x-article u {
  text-decoration: underline;
}
.x-article .ql-size-small {
  font-size: 12px;
}
.x-article .ql-size-large {
  font-size: 20px;
}

.x-table {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.x-table thead:not(:first-child),
.x-table tbody:not(:first-child),
.x-table tfoot:not(:first-child) {
  border-top: 1px solid #cccccc;
  background-clip: padding-box;
}
.x-table thead {
  border-bottom: solid 2px #043492;
  background-clip: padding-box;
}
.x-table thead th {
  padding: 20px 10px;
}
.x-table tbody th {
  padding: 20px 10px;
  background-clip: padding-box;
}
.x-table tbody th:not(:last-child) {
  border-right: solid 2px #043492;
}
.x-table tr + tr {
  border-top: 1px solid #cccccc;
  background-clip: padding-box;
}
.x-table th:not(:first-child),
.x-table td:not(:first-child) {
  border-left: 1px solid #eaeaea;
  background-clip: padding-box;
}
.x-table th {
  padding: 10px;
  background-color: #f2f9fe;
  font-weight: bold;
  text-align: left;
}
.x-table td {
  padding: 10px;
}
.x-table thead tr:not(:first-child) {
  border-top: 2px solid #b4b3b3;
}
.x-table thead .x-table-columnFixed-left:not(:last-child) {
  border-right: none;
}
@media screen and (max-width: 769px) {
  .x-table thead .x-table-columnFixed-leftMobile:not(:last-child) {
    border-right: none;
  }
}
.x-table thead .x-table-columnFixed-right:not(:last-child) {
  border-left: none;
}
.x-table tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}
.x-table tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.x-table tbody .x-table-columnFixed-left:not(:last-child) {
  border-right: none;
}
.x-table tbody .x-table-columnFixed-leftMobile {
  border-right: 1px solid #b4b3b3;
}
@media screen and (max-width: 769px) {
  .x-table tbody .x-table-columnFixed-leftMobile:not(:last-child) {
    border-right: none;
  }
}
.x-table tbody .x-table-columnFixed-right:not(:last-child) {
  border-left: none;
}
.x-table th div,
.x-table td div {
  display: flex;
  flex-direction: column;
}
.x-table th {
  white-space: nowrap;
}
.x-table th[rowspan] {
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
.x-table th[rowspan]:first-child {
  border-left: none;
}
.x-table th[rowspan]:last-child {
  border-right: none;
}
.x-table th span {
  display: flex;
  align-items: center;
}
.x-table th span .x-tooltipIcon {
  margin-left: 0.5rem;
}
.x-table td {
  white-space: nowrap;
}
.x-table-columnFixed-left {
  position: sticky;
  left: 0;
}
@media screen and (max-width: 769px) {
  .x-table-columnFixed-leftMobile {
    position: sticky;
    left: 0;
  }
}
.x-table-columnFixed-right {
  position: sticky;
  right: 0;
}
.x-table-rowFixed-top {
  position: sticky;
  top: 0;
}
.x-table-buttons {
  width: 50px;
}
.x-table-buttons .x-button {
  height: 30px;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .x-table-buttons .x-button {
    font-size: 14px;
  }
}
.x-table-buttonsInner {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.x-tableWrapper {
  overflow: auto;
}
.x-tableWrapper.x-m-header-top thead tr:first-child th.x-table-columnFixed-left {
  border-right: none;
  z-index: 9;
}
.x-tableWrapper.x-m-header-top thead tr:first-child th.x-table-columnFixed-leftMobile {
  border-right: 1px solid #b4b3b3;
}
@media screen and (max-width: 769px) {
  .x-tableWrapper.x-m-header-top thead tr:first-child th.x-table-columnFixed-leftMobile {
    border-right: none;
    z-index: 9;
  }
}
.x-tableWrapper.x-m-header-left td:nth-of-type(odd) {
  background-color: #ffffff;
}
.x-tableWrapper.x-m-header-left td:nth-of-type(even) {
  background-color: #f5f5f5;
}
.x-tableWrapper.x-m-header-topAndLeft thead tr:first-child th:first-child {
  border-right: 2px solid #043492;
}
.x-tableWrapper.x-m-header-topAndLeft thead tr:first-child th.x-table-columnFixed-left {
  border-right: none;
  z-index: 9;
}

thead.x-table-rowFixed-top {
  border-top: none;
  border-bottom: none;
  z-index: 9;
}
thead.x-table-rowFixed-top::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + 2px);
  height: 2px;
  margin: -2px 0;
  background: #043492;
  content: "";
}
thead.x-table-rowFixed-top::after {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 1px);
  height: 1px;
  margin: -1px 0;
  background: #cccccc;
  content: "";
}
thead.x-table-rowFixed-top tr + tr th {
  position: relative;
}
thead.x-table-rowFixed-top tr + tr th::before {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 0px);
  height: 2px;
  margin: -2px 0;
  background: #b4b3b3;
  content: "";
}

th.x-table-columnFixed-left::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: calc(100% + 2px);
  margin: 0 -2px;
  background: #043492;
  content: "";
}
@media screen and (max-width: 769px) {
  th.x-table-columnFixed-leftMobile::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% + 2px);
    margin: 0 -1px;
    background: #b4b3b3;
    content: "";
  }
}
th.x-table-columnFixed-right::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% + 2px);
  margin: 0 -1px;
  background: #b4b3b3;
  content: "";
}
th.x-table-textAlign-right {
  text-align: right;
}
th.x-table-textAlign-right > div div {
  text-align: right;
}

td.x-table-multiCells {
  padding: 0;
  height: 100%;
}
td.x-table-multiCells > div {
  align-items: flex-start;
  padding: 0;
  height: 100%;
}
td.x-table-multiCells > div > div {
  align-items: flex-start;
  flex: 1 1 auto;
  padding: 10px;
  width: 100%;
}
td.x-table-multiCells > div > div:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
td.x-table-columnFixed-left::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% + 2px);
  margin: 0 -1px;
  background: #b4b3b3;
  content: "";
}
@media screen and (max-width: 769px) {
  td.x-table-columnFixed-leftMobile::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% + 2px);
    margin: 0 -1px;
    background: #b4b3b3;
    content: "";
  }
}
td.x-table-columnFixed-right::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% + 2px);
  margin: 0 -1px;
  background: #b4b3b3;
  content: "";
}
td.x-table-textAlign-right {
  text-align: right;
}
td.x-table-textAlign-right > div div {
  align-items: flex-end;
}

.x-card {
  position: relative;
  display: block;
  border: 1px solid #b4b3b3;
}
.x-card + .x-card {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .x-card + .x-card {
    margin-top: 10px;
  }
}

.x-card-header {
  display: flex;
  background-color: #f6f6f6;
  border-bottom: 1px solid #b4b3b3;
}

.x-card-header-title {
  padding: 0.75rem;
  flex: 1 1 auto;
  font-weight: bold;
}

.x-card-content.m-horizontal {
  display: flex;
}
@media screen and (max-width: 769px) {
  .x-card-content.m-horizontal {
    flex-direction: column;
  }
}
.x-card-content.m-horizontal .x-card-content-group {
  flex: 1 1 auto;
}
.x-card-content.m-horizontal .x-card-content-group + .x-card-content-group {
  border: none;
}

.x-card-content-group {
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .x-card-content-group {
    padding: 10px;
  }
}

.xdsoft_datetimepicker {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 280px;
}
@media screen and (max-width: 769px) {
  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 75vw;
  }
}

.xdsoft_monthpicker {
  display: flex;
  flex-wrap: nowrap;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  background: none !important;
  color: #043492;
  text-indent: 0;
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover,
.xdsoft_datetimepicker .xdsoft_today_button:hover {
  color: #0084e2;
}
@media screen and (max-width: 769px) {
  .xdsoft_datetimepicker .xdsoft_next,
  .xdsoft_datetimepicker .xdsoft_prev,
  .xdsoft_datetimepicker .xdsoft_today_button {
    height: 38px;
  }
}

.xdsoft_prev {
  font-size: 22px;
  font-weight: bold;
}
.xdsoft_prev::before {
  display: inline-block;
  font-family: remixicon !important;
  content: "\ea64";
}

.xdsoft_next {
  margin-left: auto;
  font-size: 22px;
  font-weight: bold;
}
.xdsoft_next::before {
  display: inline-block;
  font-family: remixicon !important;
  content: "\ea6e";
}

.xdsoft_today_button {
  font-size: 16px;
  margin-left: 10px !important;
}
.xdsoft_today_button::before {
  display: inline-block;
  font-family: remixicon !important;
  content: "\ee1a";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 769px) {
  .xdsoft_datetimepicker .xdsoft_label {
    height: 38px;
    font-size: 16px;
  }
}
.xdsoft_datetimepicker .xdsoft_label > span {
  color: #043492;
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label i {
  width: 16px;
  background: none;
  font-style: normal;
  color: #043492;
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label i::before {
  display: inline-block;
  font-family: remixicon !important;
  content: "\ea4e";
}

.xdsoft_datetimepicker .xdsoft_month {
  margin-left: 40px;
}
@media screen and (max-width: 769px) {
  .xdsoft_datetimepicker .xdsoft_month {
    margin-left: 30px;
  }
}
.xdsoft_datetimepicker .xdsoft_month > span {
  margin-right: -2px;
}

.xdsoft_datetimepicker .xdsoft_year {
  margin-left: 6px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  box-shadow: -2px 2px 8px -2px rgba(180, 179, 179, 0.3);
  cursor: initial;
}
@media screen and (max-width: 769px) {
  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    width: auto;
    max-height: 230px;
  }
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: 5px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 10px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    padding: 0;
    padding-left: 12px;
    padding-right: 14px;
  }
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background-color: #f6f6f6;
  color: #000000;
}

.xdsoft_datetimepicker .xdsoft_calendar td {
  background-color: #ffffff;
  color: #000000;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding: 0;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 30px;
}
@media screen and (max-width: 769px) {
  .xdsoft_datetimepicker .xdsoft_calendar td,
  .xdsoft_datetimepicker .xdsoft_calendar th {
    height: 9.5vw;
  }
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month {
  background-color: #dfdfdf;
  color: #000000;
  opacity: 0.75;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  font-weight: bold;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today:not(.xdsoft_current) {
  color: #043492;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background-color: #043492;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  cursor: default;
  pointer-events: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover,
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  background-color: #cce6f9 !important;
  color: #000000 !important;
}

.x-breadcrumbs {
  padding: 1rem 0;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .x-breadcrumbs {
    padding: 0.5rem 0;
  }
}

.x-breadcrumbs-inner {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
}

.x-breadcrumbs-list {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .x-breadcrumbs-list {
    padding: 0 10px;
  }
}

.x-breadcrumbs-list-item {
  display: inline-flex;
  position: relative;
  font-size: 12px;
  flex: 0 0 auto;
}
.x-breadcrumbs-list-item:not(:first-child) {
  margin-left: 15px;
  padding-left: 15px;
}
.x-breadcrumbs-list-item:not(:first-child)::before {
  display: inline-block;
  font-family: remixicon !important;
  content: "\ea6e";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  font-size: 0.425rem;
}

.x-breadcrumbs-link {
  text-decoration: none;
}
.x-breadcrumbs-link:hover {
  text-decoration: underline;
}

.x-bgBreadcrumbs {
  display: flex;
  justify-content: center;
  min-height: 40px;
  margin: 0 calc(50% - 50vw) 40px;
  padding: 10px 20px;
  background: #f6f6f6;
}
.x-bgBreadcrumbs-list {
  width: 100%;
  max-width: 1170px;
}
.x-bgBreadcrumbs-item {
  display: flex;
  align-items: center;
}
.x-bgBreadcrumbs-item a {
  font-size: 14px;
}
.x-bgBreadcrumbs-item .x-icon {
  font-size: 20px;
}

.x-box {
  position: relative;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  padding: 30px;
}
.x-box.x-m-border {
  border-width: 1px;
}
.x-box.x-m-contrast {
  border-color: transparent;
  background-color: #f6f6f6;
}
.x-box.x-m-contrast .x-button.x-m-sub {
  background-color: #ffffff;
}
.x-box.x-m-contrast .x-button.x-m-sub:hover {
  background-color: #b4b3b3;
}
.x-box.x-m-contrast .x-button.x-m-sub:focus {
  box-shadow: 0 0 0 2px rgba(180, 179, 179, 0.3);
}
.x-box.x-m-contrast .x-button.x-m-cancel {
  background-color: #ffffff;
}
.x-box.x-m-contrast .x-button.x-m-cancel:hover {
  background-color: #b4b3b3;
}
.x-box.x-m-contrast .x-button.x-m-cancel:focus {
  box-shadow: 0 0 0 2px rgba(180, 179, 179, 0.3);
}
@media screen and (max-width: 769px) {
  .x-box {
    padding: 10px;
  }
}
.x-box.x-m-scroll {
  overflow-x: hidden;
  overflow-y: auto;
}
.x-box.x-m-shadow {
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1019607843);
}

.x-readMore {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.x-readMore.x-m-show .x-readMore-content::before {
  opacity: 0;
}
.x-readMore.x-m-show .x-readMore-button .x-icon {
  transform: rotate(180deg);
}
.x-readMore-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  padding: 0.25rem calc(20px / 2);
  width: 140px;
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s ease;
}
.x-readMore-button:hover {
  background-color: #f2f9fe;
}
.x-readMore-button:focus, .x-readMore-button:focus-visible {
  border-color: #0084e2;
}
.x-readMore-button .x-icon {
  font-size: 24px;
  transition: all 0.3s ease;
}
.x-readMore-content {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.x-readMore-content-inner {
  padding: 20px 0 0;
}
.x-readMore-content.x-m-gradient {
  height: 70px;
}
.x-readMore-content.x-m-gradient .x-readMore-content-inner {
  padding: 30px 0 0;
}
.x-readMore-content.x-m-gradient::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to top, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease;
}

.x-steps {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 25px;
  counter-reset: step-counter;
}
@media screen and (max-width: 769px) {
  .x-steps {
    max-width: none;
    margin: 0 auto 20px;
  }
}
.x-steps.x-m-width {
  max-width: 83.3333333333%;
  padding: 0 0.15rem;
}
@media screen and (max-width: 769px) {
  .x-steps.x-m-width {
    max-width: none;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-steps.x-m-width {
    max-width: none;
    padding: 0;
  }
}
.x-steps + .x-messageArea {
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  .x-steps + * > .x-form .x-field:first-child {
    margin-top: 0;
  }
}

.x-step-list {
  display: flex;
  width: 100%;
  margin-right: -20px;
  margin-left: -20px;
}

.x-step {
  display: inline-flex;
  flex: 1 0 0%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  padding: 0 20px 15px;
}
@media screen and (max-width: 769px) {
  .x-step {
    padding: 0;
  }
}
.x-step::before {
  display: none;
  position: absolute;
  top: calc(30px / 2);
  left: -50%;
  z-index: -1;
  z-index: 1;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #043492;
  content: "";
}
.x-step:not(:first-child)::before {
  display: block;
}
.x-step:not(.x-m-current ~ li.x-step)::before {
  background-color: #043492;
}
.x-step:not(.x-m-current ~ li.x-step).x-m-current .x-step-circle::after {
  background-color: #0084e2;
  background-image: none;
  color: #ffffff;
  content: counter(step-counter);
}
.x-step:not(.x-m-current ~ li.x-step) .x-step-circle::after {
  background-color: #043492;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20height%3D%2224%22%20font-weight%3D%22bold%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3Cpath%20d%3D%22M10%2015.172l9.192-9.193%201.415%201.414L10%2018l-6.364-6.364%201.414-1.414z%22%20fill%3D%22rgba(255%2C255%2C255%2C1)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px;
  border-color: #043492;
  color: #ffffff;
  content: "";
}
.x-step.x-m-current::before {
  position: absolute;
  background: #0084e2;
}
.x-step.x-m-current .x-step-title {
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .x-step.x-m-current .x-step-title {
    display: flex;
    font-size: 14px;
  }
}
.x-step.x-m-current .x-step-icon {
  font-size: 2rem;
}
.x-step.x-m-current .x-step-icon svg,
.x-step.x-m-current .x-step-icon i {
  fill: #0084e2;
  color: #0084e2;
  font-size: 2rem;
}
.x-step.x-m-current .x-step-circle::after {
  background: #0084e2;
  color: #ffffff;
}

.x-step-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 30px;
  color: #043492;
  font-size: 16px;
  counter-increment: step-counter;
}
.x-step-circle::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #043492;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  content: counter(step-counter);
}

.x-step-title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 7px;
  color: #000000;
  font-size: 14px;
  text-align: center;
  white-space: normal;
}
@media screen and (max-width: 769px) {
  .x-step-title {
    display: none;
  }
}

.x-messageBox {
  background-color: #f6f6f6;
  padding: 20px;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 769px) {
  .x-messageBox {
    padding: 10px;
  }
}
.x-messageBox-title {
  position: relative;
  display: flex;
  line-height: 1.75;
  column-gap: 0.5em;
  padding-left: calc(1.25em + 8px);
  font-weight: bold;
  padding-left: calc(1.5em + 8px);
}
.x-messageBox-title .x-icon {
  position: absolute;
  top: 0.1333333333em;
  left: 0;
  height: 1em;
  color: #043492;
  font-size: 1.25em;
  line-height: 1;
}
.x-messageBox-title:not(:last-child) {
  margin-bottom: calc(1em - 3px);
}
.x-messageBox-title .x-icon {
  top: 0.0277777778em;
  font-size: 1.5em;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .x-messageBox-title.x-m-mobileSmall {
    font-size: 14px;
  }
  .x-messageBox-title.x-m-mobileSmall .x-icon {
    top: 0.0277777778em;
    font-size: 1.5rem;
    font-weight: normal;
  }
}
.x-messageBox-content {
  line-height: 25px;
}
.x-messageBox-content:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 769px) {
  .x-messageBox-content.x-m-mobileSmall {
    font-size: 14px;
  }
}
.x-messageBox-content-indent {
  padding-left: 1em;
}
.x-messageBox.x-m-accent {
  background-color: #f2f9fe;
}
.x-messageBox.x-m-accent .x-messageBox-title {
  color: #043492;
}
.x-messageBox.x-m-attention .x-messageBox-title {
  color: #d5003f;
}
.x-messageBox.x-m-attention .x-messageBox-title .x-icon {
  color: #d5003f;
}
.x-messageBox.x-m-error {
  background-color: #fdf2f5;
}
.x-messageBox.x-m-error .x-messageBox-title {
  color: #d5003f;
}
.x-messageBox.x-m-error .x-messageBox-title .x-icon {
  color: #d5003f;
}

.x-noData {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.x-noData-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #043492;
}
.x-noData-icon {
  height: 0.85em;
  margin-bottom: 20px;
  font-size: 90px;
}
.x-noData-text {
  text-align: center;
  margin-bottom: 50px;
}

.x-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10010;
  width: 100%;
  height: 100%;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .x-dialog {
    padding: 20px;
  }
}

.x-dialog-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 31, 88, 0.8);
  cursor: pointer;
}

.x-dialog-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 50%;
  overflow: hidden;
  max-width: 600px;
  max-height: calc(100% - 60px);
  margin: auto;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 4px;
}
@media screen and (max-width: 769px) {
  .x-dialog-inner {
    max-height: calc(100% - 40px);
  }
}

.x-dialog-header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
  padding: 13px calc(2rem + (40px)) 13px 30px;
  border-bottom: 1px solid #b4b3b3;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .x-dialog-header {
    padding-right: calc(2rem + (30px));
    padding-left: 20px;
  }
}
.x-dialog-header .x-tooltipIcon {
  font-size: 1.25em;
}

.x-dialog-header-title {
  flex: 1 1 auto;
}

.x-dialog-close {
  flex: 0 0 auto;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 999px;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  transition: 0.3s ease all;
}
@media screen and (max-width: 769px) {
  .x-dialog-close {
    right: 10px;
  }
}
.x-dialog-close:hover {
  background-color: #cce6f9;
}
.x-dialog-close:focus {
  border: solid 1px #0084e2;
  outline: none;
}
.x-dialog-close::before, .x-dialog-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #043492;
  content: "";
}
.x-dialog-close::before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.x-dialog-close::after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.x-dialog-scroll {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
}

.x-dialog-content {
  padding: 20px 30px;
  word-wrap: break-word;
}
@media screen and (max-width: 769px) {
  .x-dialog-content {
    padding: 20px 20px;
  }
}

.x-dialog-footer {
  display: flex;
  gap: 20px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px 30px;
  border-top: 1px solid #b4b3b3;
}
@media screen and (max-width: 769px) {
  .x-dialog-footer {
    gap: 40px;
    padding: 10px 20px;
  }
}
.x-dialog-footer.x-m-items-left {
  justify-content: flex-start;
}
.x-dialog-footer .x-primaryButton {
  max-width: 200px;
}

.x-tab-menu {
  display: flex;
  flex: 0 0 auto;
}

.x-tab-menu-item {
  background-color: #f6f6f6;
  border: 1px solid transparent;
  outline: none;
  padding: 0;
  appearance: none;
  flex: 1 0 0%;
  font-size: 20px;
  border-bottom: 2px solid #dfdfdf;
  transition: 0.3s ease all;
}
.x-tab-menu-item.x-m-button-active {
  background-color: #ffffff;
  pointer-events: none;
  border-color: #0084e2;
}
.x-tab-menu-item.x-m-button-active:hover {
  background-color: #ffffff;
}
.x-tab-menu-item.x-m-button-active .x-tab-menu-label {
  color: #000000;
  font-weight: bold;
  border-bottom: 4px solid #043492;
}
.x-tab-menu-item:focus {
  border-color: #0084e2;
}
.x-tab-menu-item:hover {
  background-color: #f2f9fe;
}

.x-tab-menu-label {
  display: flex;
  vertical-align: middle;
  overflow: hidden;
  height: 100%;
  padding: 1em 20px;
  color: #464646;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1rem;
}
@media screen and (max-width: 769px) {
  .x-tab-menu-label {
    font-size: 14px;
    padding: 1em 10px;
  }
}

.x-tab-content {
  display: none;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.x-tab-content.x-m-content-active {
  display: block;
  animation: fade-in 1s ease;
}
@media screen and (max-width: 769px) {
  .x-tab-content {
    padding: 10px;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.x-textList {
  padding-left: 1em;
  text-indent: -1em;
}
.x-textList li::before {
  content: "・";
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.x-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(112, 112, 112, 0.2);
  z-index: 20000;
}
.x-loading-spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  margin: auto;
  border-top: 1.1em solid rgba(3, 102, 168, 0.2);
  border-right: 1.1em solid rgba(3, 102, 168, 0.2);
  border-bottom: 1.1em solid rgba(3, 102, 168, 0.2);
  border-left: 1.1em solid #0084e2;
  animation: loading 1.1s infinite linear;
  transform: translateZ(0);
  font-size: 10px;
  text-indent: -9999em;
}
.x-loading-spinner::after {
  width: 10em;
  height: 10em;
  border-radius: 50%;
}

.x-tableList {
  display: flex;
  flex-direction: column;
}
.x-tableList .x-tableList-item {
  display: flex;
  align-items: center;
  min-height: 85px;
  padding: 30px 20px;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 769px) {
  .x-tableList .x-tableList-item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
    min-height: auto;
    padding: 20px 0;
  }
  .x-tableList .x-tableList-item:has(.x-m-moneyLargeFont) {
    row-gap: 0;
    padding-bottom: 15px;
  }
}
.x-tableList .x-tableList-item:first-child {
  border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 769px) {
  .x-tableList .x-tableList-item:first-child {
    border-top-color: #043492;
  }
}
.x-tableList .x-tableList-label {
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 30%;
  min-width: 30%;
}
@media screen and (max-width: 769px) {
  .x-tableList .x-tableList-label {
    width: 100%;
  }
}
.x-tableList .x-tableList-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .x-tableList .x-tableList-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.x-tableList .x-tableList-content .x-m-moneyLargeFont {
  font-size: 28px;
}
.x-tableList .x-tableList-content .x-annotation {
  padding-left: 20px;
}
@media screen and (max-width: 769px) {
  .x-tableList .x-tableList-content .x-annotation {
    padding-left: 0;
  }
}
.x-tableList .x-tableList-content .x-m-textWithUnit {
  white-space: nowrap;
}

.x-stackingTable {
  display: flex;
  width: 100%;
  border: 1px solid #dfdfdf;
}
@media screen and (max-width: 769px) {
  .x-stackingTable.x-m-column2Mobile {
    flex-flow: row wrap;
  }
  .x-stackingTable.x-m-column2Mobile .x-stackingTable-column {
    flex: 0 1 50%;
  }
  .x-stackingTable.x-m-column2Mobile .x-stackingTable-column:nth-child(odd) {
    border-right: 1px solid #dfdfdf;
  }
  .x-stackingTable.x-m-column2Mobile .x-stackingTable-column:nth-child(even) {
    border-right: none;
  }
  .x-stackingTable.x-m-column2Mobile .x-stackingTable-column:nth-last-child(1), .x-stackingTable.x-m-column2Mobile .x-stackingTable-column:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
  .x-stackingTable.x-m-column2Mobile .x-stackingTable-item {
    border-right: none !important;
  }
}
.x-stackingTable.x-m-emphasis .x-stackingTable-label {
  background-color: #043492;
  color: #ffffff;
  font-weight: bold;
}
.x-stackingTable.x-m-noEmphasis .x-stackingTable-label {
  background-color: #f6f6f6;
}
.x-stackingTable-column {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
.x-stackingTable-column:not(:last-child) {
  border-right: 1px solid #dfdfdf;
}
.x-stackingTable-item {
  display: flex;
  flex-direction: column;
}
.x-stackingTable-item + .x-stackingTable-item {
  border-top: solid 1px #dfdfdf;
}
@media screen and (max-width: 769px) {
  .x-stackingTable-item + .x-stackingTable-item:nth-child(2n) {
    border-top: none;
  }
}
.x-stackingTable-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 26px;
  font-size: 16px;
  color: #000000;
  background-color: #f2f9fe;
}
@media screen and (max-width: 769px) {
  .x-stackingTable-label {
    font-size: 14px;
  }
}
.x-stackingTable-label .x-icon {
  padding-left: 1rem;
}
.x-stackingTable-value {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  justify-content: center;
  align-items: flex-end;
  flex: 1 1 auto;
  min-height: 2.3rem;
  padding: 0.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 769px) {
  .x-stackingTable-value {
    height: auto !important;
  }
}
.x-stackingTable-value .x-unit {
  font-size: 0.75rem;
}
.x-stackingTable-value .x-annotation {
  font-size: 10px;
}
.x-stackingTable-value.x-m-valueCenter {
  align-items: center;
}
@media screen and (max-width: 769px) {
  .x-stackingTable {
    flex-direction: column;
  }
  .x-stackingTable-item {
    flex: 1 1 100%;
  }
  .x-stackingTable-item:nth-child(odd) {
    border-right: 1px solid #dfdfdf;
  }
  .x-stackingTable-item:nth-child(even) {
    border-right: none;
  }
  .x-stackingTable-column {
    flex-direction: row;
  }
  .x-stackingTable-column:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #dfdfdf;
  }
}

html.m-sideSearchFixed {
  overflow-y: hidden;
}
html.m-sideSearchFixed .x-sideSearchArea-wrapper {
  display: block;
}

.x-sideSearchArea {
  position: sticky;
  top: 70px;
  height: auto;
  max-height: calc(100vh - 70px - 20px);
  padding: 30px;
  background: #f6f6f6;
  overflow-y: auto;
}
@media screen and (max-width: 769px) {
  .x-sideSearchArea {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    max-height: none;
    overflow-y: hidden;
    padding: 20px;
    padding-top: 0;
    background: #ffffff;
    z-index: 99;
    animation: right-slide 0.3s ease;
  }
}
@media screen and (max-width: 769px) {
  .x-sideSearchArea-wrapper {
    display: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .x-sideSearchArea-inner {
    height: calc(100% - 120px);
    padding: 20px;
    margin: 0 -20px 120px;
    overflow-y: auto;
  }
}
.x-sideSearchArea-inner .x-field + .x-field {
  margin-top: 30px;
}
.x-sideSearchArea-inner .x-date-wrapper {
  width: 100%;
  max-width: 310px;
}
@media screen and (max-width: 769px) {
  .x-sideSearchArea-inner .x-date-wrapper {
    max-width: none;
  }
}
@media screen and (max-width: 769px) {
  .x-sideSearchArea-inner .x-date-wrapper .x-datepicker {
    display: block;
    width: 100%;
  }
}
.x-sideSearchArea-inner .x-date-wrapper .x-date-input {
  width: 100%;
}
.x-sideSearchArea-inner .x-check-radios {
  width: 100%;
}
.x-sideSearchArea-inner .x-checkbox.x-m-button,
.x-sideSearchArea-inner .x-radio.x-m-button {
  width: 100%;
  max-width: 310px;
}
@media screen and (max-width: 769px) {
  .x-sideSearchArea-inner .x-checkbox.x-m-button,
  .x-sideSearchArea-inner .x-radio.x-m-button {
    max-width: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-sideSearchArea-inner .x-checkbox.x-m-button,
  .x-sideSearchArea-inner .x-radio.x-m-button {
    max-width: none;
  }
}
.x-sideSearchArea-header {
  display: none;
}
@media screen and (max-width: 769px) {
  .x-sideSearchArea-header {
    display: block;
    position: relative;
    height: 60px;
    margin: 0 -20px;
  }
}
.x-sideSearchArea-footer {
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .x-sideSearchArea-footer {
    flex-wrap: nowrap;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
  }
}
.x-sideSearchArea-footer .x-cancelButton,
.x-sideSearchArea-footer .x-primaryButton {
  max-width: none;
}
@media screen and (max-width: 769px) {
  .x-sideSearchArea-footer .x-cancelButton,
  .x-sideSearchArea-footer .x-primaryButton {
    height: 48px;
    font-size: 18px;
  }
}
.x-sideSearchArea-footer .x-cancelButton {
  display: none;
}
@media screen and (max-width: 769px) {
  .x-sideSearchArea-footer .x-cancelButton {
    display: flex;
  }
}
.x-sideSearchArea-openButton {
  display: none;
  padding: 0 18px;
}
@media screen and (max-width: 769px) {
  .x-sideSearchArea-openButton {
    display: flex;
  }
}
.x-sideSearchArea-closeButton {
  flex: 0 0 auto;
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  border: none;
  background-color: #f6f6f6;
  cursor: pointer;
  outline: none;
}
.x-sideSearchArea-closeButton:hover {
  background-color: #cce6f9;
}
.x-sideSearchArea-closeButton:focus {
  border: solid 1px #0084e2;
  outline: none;
}
.x-sideSearchArea-closeButton::before, .x-sideSearchArea-closeButton::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33.3333333333%;
  height: 2px;
  background-color: #043492;
  content: "";
}
.x-sideSearchArea-closeButton::before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.x-sideSearchArea-closeButton::after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.x-sideSearchArea .x-cancelButton::before {
  font-size: 20px;
}
.x-sideSearchArea .x-dateInputWrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-width: 310px;
  background: #ffffff;
  border: solid 1px #707070;
  border-radius: 4px;
}
@media screen and (min-width: 769px) and (max-width: 1081px) {
  .x-sideSearchArea .x-dateInputWrapper {
    flex-wrap: wrap;
    gap: 0.25em;
    background: transparent;
    border: none;
    max-width: none;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  .x-sideSearchArea .x-dateInputWrapper {
    max-width: none;
    background: transparent;
  }
}
.x-sideSearchArea .x-dateInputWrapper .x-date-wrapper {
  width: auto;
  height: auto;
  max-width: none;
  border: none;
}
@media screen and (min-width: 769px) and (max-width: 1081px) {
  .x-sideSearchArea .x-dateInputWrapper .x-date-wrapper {
    width: 100%;
    height: 40px;
    border: solid 1px #707070;
    padding-left: calc(2em + 0.5rem);
    padding-right: 1em;
  }
}
@media screen and (max-width: 769px) {
  .x-sideSearchArea .x-dateInputWrapper .x-date-wrapper {
    width: 100%;
  }
}
.x-sideSearchArea .x-dateInputWrapper .x-date-wrapper.x-m-from {
  padding-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1081px) {
  .x-sideSearchArea .x-dateInputWrapper .x-date-wrapper.x-m-from {
    padding-right: 1em;
  }
}
.x-sideSearchArea .x-dateInputWrapper .x-date-wrapper.x-m-from::after {
  top: 50%;
  transform: translateY(-50%);
}
.x-sideSearchArea .x-dateInputWrapper .x-date-wrapper.x-m-to {
  padding-left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1081px) {
  .x-sideSearchArea .x-dateInputWrapper .x-date-wrapper.x-m-to {
    padding-left: calc(2em + 0.5rem);
  }
}
@media screen and (max-width: 769px) {
  .x-sideSearchArea .x-dateInputWrapper .x-date-wrapper.x-m-to {
    padding-left: 0;
  }
}
.x-sideSearchArea .x-dateInputWrapper .x-date-wrapper.x-m-to::after {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1081px) {
  .x-sideSearchArea .x-dateInputWrapper .x-date-wrapper.x-m-to::after {
    display: block;
  }
}

@keyframes right-slide {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
.x-tooltip {
  display: flex;
  font-size: 12px;
  line-height: 1.75;
  width: fit-content;
}
.x-tooltip .x-icon {
  height: 1.4em;
  font-size: 1.25em;
  margin-right: 0.5em;
  line-height: 1;
}
.x-tooltip-text {
  color: #043492;
  font-weight: bold;
  text-decoration: underline;
}
.x-tooltip:hover {
  cursor: pointer;
}

.x-tooltipIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  z-index: 1;
  color: #0084e2;
  font-weight: normal;
}
.x-tooltipIcon svg {
  width: 1em;
  height: 1em;
  fill: #000000;
}
.x-tooltipIcon svg,
.x-tooltipIcon i {
  display: inline;
  align-items: center;
}
.x-tooltipIcon svg,
.x-tooltipIcon i::before {
  display: inline-block;
}
.x-tooltipIcon::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75em;
  height: 0.75em;
  z-index: -1;
  border-radius: 999px;
  background-color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
}
.x-tooltipIcon:not(:first-child) {
  margin-left: 0.25em;
}

.tippy-box[data-theme~=x-tooltip-box] {
  background-color: #f2f9fe;
  border-radius: 7px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #043492;
}
.tippy-box[data-theme~=x-tooltip-box] .tippy-content {
  font-size: 14px;
  line-height: 2em;
  color: #464646;
  padding: 20px;
}

.tippy-box[data-theme~=x-rankBadgeBox] {
  display: block;
  width: 100%;
  max-width: 400px;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.tippy-box[data-theme~=x-rankBadgeBox] .tippy-content {
  font-size: 14px;
  line-height: 2em;
  color: #464646;
  padding: 20px 20px 30px;
}
.tippy-box[data-theme~=x-rankBadgeBox] .tippy-content .x-rankBadgeHeading {
  margin-bottom: 10px;
  font-weight: bold;
}
.tippy-box[data-theme~=x-rankBadgeBox] .tippy-content .x-rankBadgeDescription p {
  font-size: 14px;
  color: #464646;
}
.tippy-box[data-theme~=x-rankBadgeBox] .tippy-content .x-rankList {
  margin-top: 15px;
}
.tippy-box[data-theme~=x-rankBadgeBox] .tippy-content .x-rankListItem {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-bottom: dotted 1px #dfdfdf;
}
.tippy-box[data-theme~=x-rankBadgeBox] .tippy-content .x-rankListItem:first-child {
  border-top: solid 1px #dfdfdf;
}
.tippy-box[data-theme~=x-rankBadgeBox] .tippy-content .x-rankListItem:last-child {
  border-bottom: solid 1px #dfdfdf;
}
.tippy-box[data-theme~=x-rankBadgeBox] .tippy-content .x-rankListItem .x-rankDetails {
  line-height: 1.75;
}
.tippy-box[data-theme~=x-rankBadgeBox] .tippy-content .x-rankListItem .x-rankIcon .x-icon {
  width: 28px;
}
.tippy-box[data-theme~=x-rankBadgeBox] .tippy-content .x-rankListItem .x-rankName {
  font-weight: bold;
}
.tippy-box[data-theme~=x-rankBadgeBox] .tippy-content .x-rankListItem .x-rankName.x-m-gold {
  color: #9f8322;
}
.tippy-box[data-theme~=x-rankBadgeBox] .tippy-content .x-rankListItem .x-rankName.x-m-silver {
  color: #7b7b7b;
}
.tippy-box[data-theme~=x-rankBadgeBox] .tippy-content .x-rankListItem .x-rankName.x-m-bronze {
  color: #433502;
}

.x-check-radios.x-m-button {
  row-gap: 20px;
}

.x-checkbox.x-m-button {
  align-items: center;
  width: 310px;
  height: 40px;
}
.x-checkbox.x-m-button > input[type=checkbox] ~ label {
  padding: 10px 30px;
  border-radius: 4px;
  text-align: center;
  height: 100%;
  line-height: 1.2;
  background: #ffffff;
  margin: 0;
}
.x-checkbox.x-m-button > input[type=checkbox] ~ label::before {
  width: 18px;
  height: 18px;
  border: 1px solid #b4b3b3;
  border-radius: 1px;
  background-color: #ffffff;
  top: 10px;
  left: 12px;
}
.x-checkbox.x-m-button > input[type=checkbox] ~ label::after {
  top: 11px;
  left: 17px;
  width: 8px;
  height: 12px;
}
.x-checkbox.x-m-button > input[type=checkbox] ~ label:hover {
  opacity: 1;
  transition: all ease 0.3s;
}
.x-checkbox.x-m-button > input[type=checkbox] ~ label:focus-visible {
  outline: none;
}
.x-checkbox.x-m-button > input[type=checkbox]:checked ~ label {
  opacity: 1;
  font-weight: bold;
}
.x-checkbox.x-m-button > input[type=checkbox]:checked ~ label::before {
  background: #ffffff;
  border: 1px solid #b4b3b3;
}
.x-checkbox.x-m-button > input[type=checkbox]:checked ~ label:hover {
  transition: all ease 0.3s;
}
.x-checkbox.x-m-button.x-m-purchase > input[type=checkbox] ~ label {
  border: solid 1px #0366a8;
  color: #0366a8;
}
.x-checkbox.x-m-button.x-m-purchase > input[type=checkbox] ~ label:hover {
  background-color: rgba(3, 102, 168, 0.2);
}
.x-checkbox.x-m-button.x-m-purchase > input[type=checkbox]:checked ~ label::before {
  background: #0366a8;
  border: 1px solid #0366a8;
}
.x-checkbox.x-m-button.x-m-cancel > input[type=checkbox] ~ label {
  border: solid 1px #d5003f;
  color: #d5003f;
}
.x-checkbox.x-m-button.x-m-cancel > input[type=checkbox] ~ label:hover {
  background-color: rgba(213, 0, 63, 0.2);
}
.x-checkbox.x-m-button.x-m-cancel > input[type=checkbox]:checked ~ label::before {
  background: #d5003f;
  border: 1px solid #d5003f;
}
.x-checkbox.x-m-button.x-m-tax > input[type=checkbox] ~ label {
  border: solid 1px #03889e;
  color: #03889e;
}
.x-checkbox.x-m-button.x-m-tax > input[type=checkbox] ~ label:hover {
  background-color: rgba(3, 136, 158, 0.2);
}
.x-checkbox.x-m-button.x-m-tax > input[type=checkbox]:checked ~ label::before {
  background: #03889e;
  border: 1px solid #03889e;
}
.x-checkbox.x-m-button.x-m-share > input[type=checkbox] ~ label {
  border: solid 1px #91830c;
  color: #91830c;
}
.x-checkbox.x-m-button.x-m-share > input[type=checkbox] ~ label:hover {
  background-color: rgba(145, 131, 12, 0.2);
}
.x-checkbox.x-m-button.x-m-share > input[type=checkbox]:checked ~ label::before {
  background: #91830c;
  border: 1px solid #91830c;
}
.x-checkbox.x-m-button.x-m-material > input[type=checkbox] ~ label {
  border: solid 1px #689113;
  color: #689113;
}
.x-checkbox.x-m-button.x-m-material > input[type=checkbox] ~ label:hover {
  background-color: rgba(104, 145, 19, 0.2);
}
.x-checkbox.x-m-button.x-m-material > input[type=checkbox]:checked ~ label::before {
  background: #689113;
  border: 1px solid #689113;
}
.x-checkbox.x-m-button.x-m-money > input[type=checkbox] ~ label {
  border: solid 1px #435e0c;
  color: #435e0c;
}
.x-checkbox.x-m-button.x-m-money > input[type=checkbox] ~ label:hover {
  background-color: rgba(67, 94, 12, 0.2);
}
.x-checkbox.x-m-button.x-m-money > input[type=checkbox]:checked ~ label::before {
  background: #435e0c;
  border: 1px solid #435e0c;
}
.x-checkbox.x-m-button.x-m-redemption > input[type=checkbox] ~ label {
  border: solid 1px #916704;
  color: #916704;
}
.x-checkbox.x-m-button.x-m-redemption > input[type=checkbox] ~ label:hover {
  background-color: rgba(145, 103, 4, 0.2);
}
.x-checkbox.x-m-button.x-m-redemption > input[type=checkbox]:checked ~ label::before {
  background: #916704;
  border: 1px solid #916704;
}
.x-checkbox.x-m-button.x-m-others > input[type=checkbox] ~ label {
  border: solid 1px #435e0c;
  color: #435e0c;
}
.x-checkbox.x-m-button.x-m-others > input[type=checkbox] ~ label:hover {
  background-color: rgba(67, 94, 12, 0.2);
}
.x-checkbox.x-m-button.x-m-others > input[type=checkbox]:checked ~ label::before {
  background: #435e0c;
  border: 1px solid #435e0c;
}

.x-check-radios {
  display: flex !important;
  flex-wrap: wrap;
  width: fit-content;
  column-gap: 30px;
}
.x-check-radios.x-m-frame {
  column-gap: 16px;
}
@media screen and (max-width: 769px) {
  .x-check-radios {
    flex-direction: column;
    row-gap: 8px;
  }
}
.x-check-radios.x-m-horizontal {
  flex-direction: row !important;
  column-gap: 30px;
}
.x-check-radios.x-m-horizontal.x-m-frame {
  column-gap: 16px;
}
.x-check-radios.x-m-vertical {
  flex-direction: column;
  row-gap: 8px;
}
.x-check-radios.x-m-vertical.x-m-frame {
  row-gap: 20px;
}
@media screen and (max-width: 769px) {
  .x-check-radios.x-m-frame-mobile {
    gap: 20px 0;
  }
  .x-check-radios.x-m-frame-mobile > .x-checkbox > input[type=checkbox] ~ label,
  .x-check-radios.x-m-frame-mobile > .x-checkbox > input[type=radio] ~ label,
  .x-check-radios.x-m-frame-mobile > .x-radio > input[type=checkbox] ~ label,
  .x-check-radios.x-m-frame-mobile > .x-radio > input[type=radio] ~ label {
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    background-color: #ffffff;
  }
  .x-check-radios.x-m-frame-mobile > .x-checkbox > input[type=checkbox] ~ label,
  .x-check-radios.x-m-frame-mobile > .x-radio > input[type=checkbox] ~ label {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0.625rem 1rem calc(0.625rem - 1px) calc(28px + 1rem);
  }
  .x-check-radios.x-m-frame-mobile > .x-checkbox > input[type=checkbox] ~ label::before,
  .x-check-radios.x-m-frame-mobile > .x-radio > input[type=checkbox] ~ label::before {
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }
  .x-check-radios.x-m-frame-mobile > .x-checkbox > input[type=checkbox] ~ label::after,
  .x-check-radios.x-m-frame-mobile > .x-radio > input[type=checkbox] ~ label::after {
    top: 14px;
    left: calc(1rem + 5px);
  }
  .x-check-radios.x-m-frame-mobile > .x-checkbox > input[type=radio] ~ label,
  .x-check-radios.x-m-frame-mobile > .x-radio > input[type=radio] ~ label {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0.625rem 1rem calc(0.625rem - 1px) calc(28px + 1rem);
  }
  .x-check-radios.x-m-frame-mobile > .x-checkbox > input[type=radio] ~ label::before,
  .x-check-radios.x-m-frame-mobile > .x-radio > input[type=radio] ~ label::before {
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }
  .x-check-radios.x-m-frame-mobile > .x-checkbox > input[type=radio] ~ label::after,
  .x-check-radios.x-m-frame-mobile > .x-radio > input[type=radio] ~ label::after {
    top: 50%;
    left: calc(1rem + 5px);
    transform: translateY(-50%);
  }
}

.x-checkbox,
.x-radio {
  display: inline-flex;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .x-checkbox,
  .x-radio {
    display: block;
  }
}
.x-checkbox > input[type=checkbox],
.x-checkbox > input[type=radio],
.x-radio > input[type=checkbox],
.x-radio > input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.x-checkbox > input[type=checkbox] ~ label,
.x-checkbox > input[type=radio] ~ label,
.x-radio > input[type=checkbox] ~ label,
.x-radio > input[type=radio] ~ label {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: calc(8px - 0.25rem) 0;
  padding: 0.125rem;
  border-color: #b4b3b3;
  line-height: 1.75;
  cursor: pointer;
}
.x-checkbox.x-m-frame > input[type=checkbox] ~ label,
.x-checkbox.x-m-frame > input[type=radio] ~ label,
.x-radio.x-m-frame > input[type=checkbox] ~ label,
.x-radio.x-m-frame > input[type=radio] ~ label {
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  background-color: #ffffff;
}
.x-checkbox.x-m-withTooltip,
.x-radio.x-m-withTooltip {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .x-checkbox.x-m-withTooltip,
  .x-radio.x-m-withTooltip {
    display: inline-flex;
  }
}

.x-checkbox.x-m-readonly > input[type=checkbox] {
  pointer-events: none;
}
.x-checkbox.x-m-readonly > input[type=checkbox] ~ label {
  pointer-events: none;
  color: #b4b3b3;
}
.x-checkbox.x-m-readonly > input[type=checkbox] ~ label::before {
  border-color: #b4b3b3;
  background-color: #f6f6f6;
}
.x-checkbox.x-m-readonly > input[type=checkbox]:checked ~ label {
  border-color: #b4b3b3;
}
.x-checkbox.x-m-readonly > input[type=checkbox]:checked ~ label::before {
  background-color: #b4b3b3;
  border-color: #b4b3b3;
}
.x-checkbox.x-m-readonly > input[type=checkbox]:checked ~ label::after {
  border-color: #ffffff;
}
.x-checkbox.x-m-frame > input[type=checkbox] ~ label {
  padding: 0.625rem 1rem calc(0.625rem - 1px) calc(28px + 1rem);
}
@media screen and (max-width: 769px) {
  .x-checkbox.x-m-frame > input[type=checkbox] ~ label {
    display: flex;
    align-items: center;
    height: 48px;
  }
}
.x-checkbox.x-m-frame > input[type=checkbox] ~ label::before {
  top: calc((1em / 2) + 0.625rem - 20px / 2 + .25em + 1px);
  left: 1rem;
}
@media screen and (max-width: 769px) {
  .x-checkbox.x-m-frame > input[type=checkbox] ~ label::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.x-checkbox.x-m-frame > input[type=checkbox] ~ label::after {
  top: calc((1em / 2) + 0.625rem - 20px / 2 + .25em + 1px);
  left: calc(1rem + 5px);
}
@media screen and (max-width: 769px) {
  .x-checkbox.x-m-frame > input[type=checkbox] ~ label::after {
    top: 14px;
  }
}
.x-checkbox > input[type=checkbox] ~ label {
  padding-left: calc(20px + 5px);
}
.x-checkbox > input[type=checkbox] ~ label::before {
  display: block;
  position: absolute;
  top: calc(0.25em + 1px);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 1px;
  background-color: #ffffff;
  content: "";
}
.x-checkbox > input[type=checkbox] ~ label::after {
  display: block;
  position: absolute;
  top: calc(0.25em + 2px);
  left: 0.325em;
  transform: rotateZ(45deg);
  width: 0.625em;
  height: 0.8em;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: transparent;
  content: "";
}
.x-checkbox > input[type=checkbox]:focus ~ label {
  border-color: #0084e2;
}
.x-checkbox > input[type=checkbox]:focus ~ label::before {
  border-color: #0084e2;
  transition: all ease 0.3s;
}
.x-checkbox > input[type=checkbox]:checked ~ label {
  font-weight: bold;
}
.x-checkbox > input[type=checkbox]:checked ~ label::before {
  border-color: #043492;
  background: #043492;
}
.x-checkbox > input[type=checkbox]:checked ~ label::after {
  border-color: #ffffff;
  transition: all ease 0.3s;
}
.x-checkbox > input[type=checkbox]:disabled ~ label::before {
  border-color: #b4b3b3;
  background-color: #f6f6f6;
}
.x-checkbox > input[type=checkbox]:disabled ~ label::after {
  border-color: #f6f6f6;
}
.x-checkbox > input[type=checkbox].input-validation-error ~ label {
  border-color: #d5003f;
}
.x-checkbox > input[type=checkbox].input-validation-error ~ label::before {
  border-color: #d5003f;
}
.x-checkbox > input[type=checkbox].input-validation-error:focus ~ label::before {
  border-color: #d5003f;
}
.x-checkbox > input[type=checkbox].input-validation-error:checked ~ label::before {
  background-color: #d5003f;
}
.x-checkbox > input[type=checkbox].input-validation-error:checked ~ label::after {
  border-color: #ffffff;
}

.x-checkbox.x-m-circle > input[type=checkbox] ~ label::before {
  border-radius: 999px;
}
.x-checkbox.x-m-circle > input[type=checkbox] ~ label::after {
  border-color: #e3e1e0;
}

.x-radio.x-m-readonly > input[type=radio] {
  pointer-events: none;
}
.x-radio.x-m-readonly > input[type=radio] ~ label {
  pointer-events: none;
  color: #b4b3b3;
}
.x-radio.x-m-readonly > input[type=radio] ~ label::before {
  border-color: #b4b3b3;
  background-color: #f6f6f6;
}
.x-radio.x-m-readonly > input[type=radio]:checked ~ label {
  border-color: #b4b3b3;
}
.x-radio.x-m-readonly > input[type=radio]:checked ~ label::before {
  background-color: #f6f6f6;
  border-color: #b4b3b3;
}
.x-radio.x-m-readonly > input[type=radio]:checked ~ label::after {
  background-color: #b4b3b3;
}
.x-radio.x-m-frame > input[type=radio] ~ label {
  padding: 0.625rem 1rem calc(0.625rem - 1px) calc(28px + 1rem);
}
@media screen and (max-width: 769px) {
  .x-radio.x-m-frame > input[type=radio] ~ label {
    display: flex;
    align-items: center;
    height: 48px;
  }
}
.x-radio.x-m-frame > input[type=radio] ~ label::before {
  top: calc((1em / 2) + 0.625rem - 20px / 2 + .25em + 1px);
  left: 1rem;
}
@media screen and (max-width: 769px) {
  .x-radio.x-m-frame > input[type=radio] ~ label::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.x-radio.x-m-frame > input[type=radio] ~ label::after {
  top: calc((1em / 2) + 0.625rem - 10px / 2 + .25em + 1px);
  left: calc(1rem + 5px);
}
@media screen and (max-width: 769px) {
  .x-radio.x-m-frame > input[type=radio] ~ label::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.x-radio > input[type=radio] ~ label {
  padding-left: calc(20px + 5px);
}
.x-radio > input[type=radio] ~ label::before {
  display: block;
  position: absolute;
  top: calc(0.25em + 1px);
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #707070;
  border-radius: 999px;
  background-color: #ffffff;
  content: "";
}
.x-radio > input[type=radio] ~ label::after {
  display: block;
  position: absolute;
  top: calc((20px - 10px) / 2 + 0.25em + 1px);
  bottom: auto;
  left: calc((20px / 2) - (10px / 2));
  width: calc(10px);
  height: calc(10px);
  border-radius: 999px;
  background-color: transparent;
  content: "";
  transition: all ease 0.3s;
}
.x-radio > input[type=radio]:checked ~ label {
  font-weight: bold;
  border-color: #043492;
}
.x-radio > input[type=radio]:checked ~ label::before {
  border-color: #043492;
}
.x-radio > input[type=radio]:checked ~ label::after {
  background-color: #043492;
}
.x-radio > input[type=radio]:focus ~ label {
  border-color: #0084e2;
}
.x-radio > input[type=radio]:focus ~ label::before {
  border-color: #0084e2;
}
.x-radio > input[type=radio].input-validation-error ~ label {
  border-color: #d5003f;
}
.x-radio > input[type=radio].input-validation-error ~ label::before {
  border-color: #d5003f;
}
.x-radio > input[type=radio].input-validation-error:focus ~ label::before {
  border-color: #d5003f;
}
.x-radio > input[type=radio].input-validation-error:checked ~ label::before {
  border-color: #d5003f;
  background-color: #ffffff;
}
.x-radio > input[type=radio].input-validation-error:checked ~ label::after {
  background-color: #d5003f;
}

.x-form:not(:first-child) {
  margin-top: 20px;
}
.x-form:not(:last-child) {
  margin-bottom: 20px;
}

.x-form-group:not(:first-child) {
  margin-top: 60px;
}

.x-form-group-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #043492;
}
@media screen and (max-width: 769px) {
  .x-form-group-title {
    padding-bottom: 15px;
    border-bottom: solid #043492 1px;
  }
}
.x-form-group-title + .x-field.x-m-horizontal {
  border-top: solid 1px #dfdfdf;
}
@media screen and (max-width: 769px) {
  .x-form-group-title + .x-field.x-m-horizontal {
    border: none;
  }
}

.x-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}
.x-label:not(:last-child) {
  margin-bottom: 10px;
}
.x-label .x-tooltipIcon {
  margin: 0 !important;
}
.x-label-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.x-field {
  display: block;
  box-sizing: border-box;
}
.x-field + .x-field {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .x-field + .x-field {
    margin-top: 20px;
  }
}
.x-field.x-m-horizontal {
  display: flex;
  margin-top: 0;
  border-bottom: solid 1px #dfdfdf;
}
@media screen and (max-width: 769px) {
  .x-field.x-m-horizontal {
    display: block;
    margin-top: 40px;
    border: none;
  }
}
.x-field.x-m-horizontal:first-child {
  border-top: solid 1px #dfdfdf;
}
@media screen and (max-width: 769px) {
  .x-field.x-m-horizontal:first-child {
    border: none;
  }
}
@media screen and (max-width: 769px) {
  .x-field.x-m-horizontal + .x-m-horizontal {
    margin-top: 40px;
  }
}
.x-field.x-m-horizontal .x-field-label {
  padding: 30px 20px;
  background: #f6f6f6;
  border-right: solid #043492 1px;
}
@media screen and (max-width: 769px) {
  .x-field.x-m-horizontal .x-field-label {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 20px;
    padding: 14px 20px;
    border-right: none;
  }
}
.x-field.x-m-horizontal .x-field-label.x-m-center {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .x-field.x-m-horizontal .x-field-label.x-m-center {
    display: block;
  }
}
.x-field.x-m-horizontal .x-field-label.x-m-normal {
  /*align-items: flex-start;*/
  padding-top: 30px;
}
@media screen and (max-width: 769px) {
  .x-field.x-m-horizontal .x-field-label.x-m-normal {
    padding-top: 14px;
  }
}
.x-field.x-m-horizontal .x-field-label.x-m-normal + .x-field-body {
  padding: 30px 30px 30px 20px;
}
@media screen and (max-width: 769px) {
  .x-field.x-m-horizontal .x-field-label.x-m-normal + .x-field-body {
    padding: 0;
  }
}
.x-field.x-m-horizontal .x-field-label.x-m-normal + .x-field-body .x-check-radios {
  margin: -0.75em 0;
}
@media screen and (max-width: 769px) {
  .x-field.x-m-horizontal .x-field-label.x-m-normal + .x-field-body .x-check-radios {
    margin: 0;
  }
}
.x-field.x-m-horizontal .x-field-label.x-m-normal + .x-field-body .x-check-radios:has(.x-annotation) {
  margin: -0.75em 0 0;
}
.x-field.x-m-horizontal .x-field-label.x-m-normal + .x-field-body .x-check-radios:has(.x-m-button) {
  margin: 0;
}
.x-field.x-m-horizontal .x-field-body {
  padding: 20px 30px 20px 20px;
}
@media screen and (max-width: 769px) {
  .x-field.x-m-horizontal .x-field-body {
    padding: 0;
  }
}

.x-field-label {
  flex-grow: 1;
  flex-basis: 0%;
  padding-top: 0.75rem;
  text-align: left;
}
.x-field-label.x-m-normal {
  padding: 0;
}
.x-field-label.x-m-resetloginpassword {
  flex-grow: 1.2;
}
.x-field-label .x-label {
  flex-wrap: nowrap;
}
.x-field-label .x-label .x-formBadge {
  white-space: nowrap;
}

.x-field-body {
  flex-grow: 4;
  flex-basis: 0%;
  margin-left: 10px;
}
@media screen and (max-width: 769px) {
  .x-field-body {
    margin-left: 0;
  }
}
.x-field-body.x-m-2 {
  flex-grow: 2;
}
.x-field-body.x-m-3 {
  flex-grow: 3;
}
.x-field-body.x-m-5 {
  flex-grow: 5;
}
.x-field-body .x-radio:has(.x-annotation) {
  display: flex;
  flex-direction: column;
}
.x-field-body .x-radio:has(.x-annotation) > input[type=radio] ~ label {
  margin-bottom: 0;
}
.x-field-body .x-radio:has(.x-annotation) .x-annotation {
  padding-left: 25px;
}

.x-field-display {
  padding-top: 0.75rem;
}
@media screen and (max-width: 769px) {
  .x-field-display {
    padding-top: 0;
  }
}

.x-form-controls {
  display: flex;
}
.x-form-controls.x-m-vertical {
  flex-direction: column;
}
.x-form-controls.x-m-vertical > .x-form-control {
  flex: 1 0 auto;
}
.x-form-controls.x-m-vertical > .x-form-control + .x-form-control {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .x-form-controls.x-m-vertical > .x-form-control + .x-form-control {
    margin-top: 10px;
  }
}
.x-form-controls:not(.x-m-vertical) > .x-form-control + .x-form-control {
  margin-left: 40px;
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .x-form-controls:not(.x-m-vertical) > .x-form-control + .x-form-control {
    margin-left: 20px;
  }
}
@media screen and (max-width: 769px) {
  .x-form-controls:not(.x-m-vertical) > .x-form-control + .x-form-control {
    margin-left: 10px;
  }
}
@media screen and (max-width: 769px) {
  .x-form-controls.x-m-pc {
    display: block;
  }
  .x-form-controls.x-m-pc > .x-form-control + .x-form-control {
    margin-left: 0;
    margin-top: 10px;
  }
}
.x-form-controls > .x-form-control {
  flex: 1 0 0%;
}

.x-form-control {
  position: relative;
}
.x-form-control.x-m-has-item-right .x-input,
.x-form-control.x-m-has-item-right .x-select select {
  padding-right: 40px;
}
.x-form-control.x-m-has-item-right .x-item-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.x-form-control.x-m-has-item-left .x-input,
.x-form-control.x-m-has-item-left .x-select select {
  padding-left: 40px;
}
.x-form-control.x-m-has-item-left .x-item-left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.x-form-control .x-label {
  font-weight: bold;
  font-size: 16px;
}

.x-input {
  position: relative;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  height: 40px;
  padding: 0 1em;
  line-height: 40px;
  width: 180px;
}
@media screen and (max-width: 769px) {
  .x-input {
    font-size: 16px;
  }
}
.x-input.input-validation-error {
  border-color: #d5003f;
  background-color: #fdf2f5;
  color: #000000;
}
.x-input:focus {
  border-color: #0084e2;
}
.x-input:disabled {
  border-color: #b4b3b3;
  background-color: #f6f6f6;
  color: #b4b3b3;
  cursor: not-allowed;
}
.x-input.x-m-readonly {
  border-color: #b4b3b3;
  background-color: #f6f6f6;
  color: #b4b3b3;
  pointer-events: none;
}
.x-input::placeholder {
  color: #b4b3b3;
}
.x-input.x-m-short {
  width: 110px;
}
.x-input.x-m-medium {
  width: 270px;
}
.x-input.x-m-long {
  width: 350px;
}
.x-input.x-m-full {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .x-input.x-m-full-mobile {
    width: 100%;
  }
}

.x-input-number {
  display: flex;
  align-items: center;
  gap: 10px;
}
.x-input-number .x-input {
  text-align: right;
}
.x-input-number .x-input.x-m-large {
  display: flex;
  padding: 0 1rem;
  font-size: 28px;
  line-height: 44px;
  height: 44px;
}

.x-input-tel {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .x-input-tel {
    width: 100%;
  }
}
.x-input-tel .x-input {
  width: 80px;
}
.x-input-tel .x-input + span {
  margin: 0 0.5rem;
}

.x-date-wrapper {
  position: relative;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  width: 310px;
  height: 40px;
  padding-left: calc(2em + 0.5rem);
  padding-right: 1em;
}
@media screen and (max-width: 769px) {
  .x-date-wrapper {
    font-size: 16px;
  }
}
.x-date-wrapper.input-validation-error {
  border-color: #d5003f;
  background-color: #fdf2f5;
  color: #000000;
}
.x-date-wrapper:focus {
  border-color: #0084e2;
}
.x-date-wrapper:disabled {
  border-color: #b4b3b3;
  background-color: #f6f6f6;
  color: #b4b3b3;
  cursor: not-allowed;
}
.x-date-wrapper.x-m-readonly {
  border-color: #b4b3b3;
  background-color: #f6f6f6;
  color: #b4b3b3;
  pointer-events: none;
}
.x-date-wrapper::placeholder {
  color: #b4b3b3;
}
.x-date-wrapper::after {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.75em;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3Cpath%20d%3D%22M17%203h4a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1h4V1h2v2h6V1h2v2zm-2%202H9v2H7V5H4v4h16V5h-3v2h-2V5zm5%206H4v8h16v-8z%22%20fill%3D%22rgba(4%2C52%2C146%2C1)%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  content: "";
}
.x-date-wrapper .x-datepicker {
  flex: 1 1 auto;
  width: 100%;
}

.x-datepicker {
  display: flex;
  width: 180px;
}

.x-date-input {
  border: none;
  height: 100%;
  width: 95px;
  background-color: transparent;
  font-size: 16px;
  text-align: center;
}
.x-date-input:focus-visible {
  outline: none;
}

.x-date-tilde {
  display: inline-block;
  flex: 0 0 auto;
  padding: 0 0.5em;
}

.x-select {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 40px;
}
.x-select::after {
  display: inline-block;
  font-family: remixicon !important;
  content: "\ea4e";
  position: absolute;
  top: 50%;
  right: 10px;
  pointer-events: none;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #043492;
}
.x-select.x-m-full {
  flex: 1 1 auto;
  width: 100%;
}
.x-select.x-m-full select {
  width: 100%;
}
.x-select.x-m-error select {
  border-color: #d5003f;
  background-color: #fdf2f5;
}
.x-select.x-m-readonly {
  pointer-events: none;
}
.x-select.x-m-readonly::after {
  border-color: #707070;
}
.x-select.x-m-readonly select {
  background-color: #f6f6f6;
  color: #b4b3b3;
}
.x-select.x-m-readonly select:focus {
  border-color: #707070;
  background-color: #f6f6f6;
  color: #b4b3b3;
}

select {
  position: relative;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0 calc(1em + 10px + 1.5rem) 0 10px;
  background-color: #ffffff;
  cursor: pointer;
  line-height: 40px;
  color: #000000;
}
@media screen and (max-width: 769px) {
  select {
    font-size: 16px;
  }
}
select.input-validation-error {
  border-color: #d5003f;
  background-color: #fdf2f5;
  color: #000000;
}
select:focus {
  border-color: #0084e2;
}
select:disabled {
  border-color: #b4b3b3;
  background-color: #f6f6f6;
  color: #b4b3b3;
  cursor: not-allowed;
}
select.x-m-readonly {
  border-color: #b4b3b3;
  background-color: #f6f6f6;
  color: #b4b3b3;
  pointer-events: none;
}
select::placeholder {
  color: #b4b3b3;
}
select::-ms-expand {
  display: none;
}

.x-input-password {
  align-items: center;
  position: relative;
  min-width: 300px;
}
@media screen and (max-width: 769px) {
  .x-input-password {
    min-width: 260px;
  }
}
.x-input-password.x-m-full {
  width: 100%;
}
.x-input-password .x-input-password-toggle {
  position: absolute;
  top: 0;
  right: 0;
  backface-visibility: hidden; /* anti jaggy for border-radius */
  width: 54px;
  height: 40px; /* same with input height */
  border: none;
  border-radius: 0 4px 4px 0;
  box-shadow: none;
  background-color: #043492;
  line-height: 40px;
  text-indent: 0.3em;
  transition: background-color ease 0.3s;
}
.x-input-password .x-input-password-toggle::before {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.3em;
  content: "表示";
}
.x-input-password .x-input-password-toggle:hover {
  background-color: #0084e2;
}
.x-input-password .x-input {
  position: relative;
  width: 100%;
  padding-right: calc(1em + 54px);
}
.x-input-password.x-m-show .x-input-password-toggle {
  text-indent: 0;
}
.x-input-password.x-m-show .x-input-password-toggle::before {
  letter-spacing: 0;
  content: "非表示";
}
.x-input-password.x-m-confirm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  min-width: auto;
}
.x-input-password.x-m-confirm .x-inputConfirm {
  display: block;
  max-width: 340px;
  padding: 0;
  pointer-events: none;
  border: none;
  background: none;
  color: #000000;
  -webkit-text-fill-color: #000000;
  opacity: 1;
  font-size: 1em;
  word-wrap: break-word;
  white-space: break-spaces;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .x-input-password.x-m-confirm .x-inputConfirm {
    max-width: none;
    width: calc(100% - 54px - 1em);
  }
}
.x-input-password.x-m-confirm .x-inputConfirm[type=password] {
  width: 4em;
}
.x-input-password.x-m-confirm .x-input-password-toggle {
  position: static;
  border-radius: 4px;
}

.x-inputAuthentication {
  position: relative;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 80px;
  font-size: 40px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 769px) {
  .x-inputAuthentication {
    font-size: 16px;
  }
}
.x-inputAuthentication.input-validation-error {
  border-color: #d5003f;
  background-color: #fdf2f5;
  color: #000000;
}
.x-inputAuthentication:focus {
  border-color: #0084e2;
}
.x-inputAuthentication:disabled {
  border-color: #b4b3b3;
  background-color: #f6f6f6;
  color: #b4b3b3;
  cursor: not-allowed;
}
.x-inputAuthentication.x-m-readonly {
  border-color: #b4b3b3;
  background-color: #f6f6f6;
  color: #b4b3b3;
  pointer-events: none;
}
.x-inputAuthentication::placeholder {
  color: #b4b3b3;
}
@media screen and (max-width: 769px) {
  .x-inputAuthentication {
    font-size: 40px;
  }
}

.x-softwareKeybord {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.x-softwareKeybord .x-input-password {
  width: 100%;
}
.x-softwareKeybord-input {
  position: relative;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  height: 40px;
  padding: 0 calc(1em + 24px) 0 1em;
  line-height: 40px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .x-softwareKeybord-input {
    font-size: 16px;
  }
}
.x-softwareKeybord-input.input-validation-error {
  border-color: #d5003f;
  background-color: #fdf2f5;
  color: #000000;
}
.x-softwareKeybord-input:focus {
  border-color: #0084e2;
}
.x-softwareKeybord-input:disabled {
  border-color: #b4b3b3;
  background-color: #f6f6f6;
  color: #b4b3b3;
  cursor: not-allowed;
}
.x-softwareKeybord-input.x-m-readonly {
  border-color: #b4b3b3;
  background-color: #f6f6f6;
  color: #b4b3b3;
  pointer-events: none;
}
.x-softwareKeybord-input::placeholder {
  color: #b4b3b3;
}
.x-softwareKeybord-button {
  transition: all ease 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  outline: none;
  align-items: center;
  max-width: none;
  padding: 15px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  font-size: 14px;
  width: 60px;
  height: 40px;
}
.x-softwareKeybord-button:focus {
  outline: none;
}
.x-softwareKeybord-button.x-m-readonly, .x-softwareKeybord-button:disabled {
  border-color: transparent !important;
  box-shadow: none;
  background-color: #b4b3b3 !important;
  color: #ffffff !important;
  pointer-events: none !important;
}
.x-softwareKeybord-button.x-m-readonly .x-icon, .x-softwareKeybord-button:disabled .x-icon {
  color: #ffffff !important;
}
.x-softwareKeybord-button .x-icon:not(:first-child) {
  margin-left: 0.375em;
}
.x-softwareKeybord-button .x-icon:not(:last-child) {
  margin-right: 0.375em;
}
.x-softwareKeybord-button:hover {
  background-color: #f6f6f6;
}
.x-softwareKeybord-button:focus {
  border: solid 1px #0084e2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #f6f6f6;
}
.x-softwareKeybord-button .x-icon {
  color: #043492;
  font-size: 24px;
}
@media screen and (max-width: 769px) {
  .x-softwareKeybord-button {
    display: none;
  }
}

.x-keyboard {
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  z-index: 1000;
}
.x-keyboard .x-checkbox {
  font-size: 14px;
}
.x-keyboard.x-m-isKeypadShowing .x-keyboard-key {
  color: inherit;
}
.x-keyboard-header {
  padding: 0.25em 1em;
}
.x-keyboard-title {
  font-weight: bold;
}
.x-keyboard-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 2em;
  height: 2em;
  border-radius: 999px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.x-keyboard-close::before, .x-keyboard-close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 0.5px;
  border-top: 2px solid #043492;
  content: "";
}
.x-keyboard-close::before {
  transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}
.x-keyboard-close::after {
  transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
}
.x-keyboard-settings {
  display: flex;
  gap: 1em;
}
.x-keyboard-keypad {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.x-keyboard-keypad-group {
  flex: 0 0 auto;
}
.x-keyboard-keypad-group.m-upper {
  width: 208px;
}
.x-keyboard-keypad-group.m-upper:not(:last-child) {
  margin-right: 10px;
}
.x-keyboard-keypad-group.m-lower {
  width: 208px;
}
.x-keyboard-keypad-group.m-lower:not(:last-child) {
  margin-right: 20px;
}
.x-keyboard-keypad-group.m-number {
  width: 100px;
}
.x-keyboard-keypad-group.m-number:not(:last-child) {
  margin-right: 10px;
}
.x-keyboard-keypad-group.m-symbol {
  width: 172px;
}
.x-keyboard-keypad-group-title {
  font-size: 14px;
  font-weight: bold;
}
.x-keyboard-keys {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.x-keyboard-key {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: none;
  background-color: #cce6f9;
  font-size: 16px;
  font-weight: bold;
  color: transparent;
  cursor: pointer;
}
.x-keyboard-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 20px;
}
.x-keyboard-button {
  transition: all ease 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  outline: none;
  align-items: center;
  max-width: none;
  padding: 15px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  font-size: 14px;
  height: 32px;
}
.x-keyboard-button:focus {
  outline: none;
}
.x-keyboard-button.x-m-readonly, .x-keyboard-button:disabled {
  border-color: transparent !important;
  box-shadow: none;
  background-color: #b4b3b3 !important;
  color: #ffffff !important;
  pointer-events: none !important;
}
.x-keyboard-button.x-m-readonly .x-icon, .x-keyboard-button:disabled .x-icon {
  color: #ffffff !important;
}
.x-keyboard-button .x-icon:not(:first-child) {
  margin-left: 0.375em;
}
.x-keyboard-button .x-icon:not(:last-child) {
  margin-right: 0.375em;
}
.x-keyboard-button:hover {
  background-color: #f6f6f6;
}
.x-keyboard-button:focus {
  border: solid 1px #0084e2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #f6f6f6;
}
.x-keyboard-button .x-icon {
  color: #043492;
  font-size: 24px;
}

.x-textarea {
  width: 100%;
  min-height: 200px;
  padding-right: 1em;
  padding-left: 1em;
  box-sizing: border-box;
  border-color: #707070;
  border-radius: 4px;
  border-width: 1px;
  outline: none;
  font-size: 16px;
}
.x-textarea:focus {
  border-color: #0084e2;
}
.x-textarea:focus-visible {
  border-color: #0084e2;
  border-width: 1px;
}
.x-textarea.input-validation-error {
  border-color: #d5003f;
  background-color: #fdf2f5;
  color: #000000;
}

.x-validationError {
  display: block;
  margin-top: 0.5em;
  color: #d5003f;
  font-size: 14px;
  font-weight: bold;
}

.x-validationSummaryErrors {
  padding: 20px;
  border-radius: 4px;
  background: #fdf2f5;
  color: #d5003f;
}
@media screen and (max-width: 769px) {
  .x-validationSummaryErrors {
    padding: 10px;
  }
}
.x-validationSummaryErrors:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .x-validationSummaryErrors:not(:last-child) {
    margin-bottom: 20px;
  }
}

.x-validationSummaryTitle {
  position: relative;
  padding-left: 2em;
  font-weight: bold;
}
.x-validationSummaryTitle .x-icon {
  position: absolute;
  top: -0.125em;
  left: 0;
  font-size: 1.5em;
  color: #d5003f;
}

.x-validationSummaryContents {
  margin-top: 1em;
  line-height: 1.75;
}
.x-validationSummaryContents li::before {
  content: "・";
}

html {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 16px;
  line-height: 1.3;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
html.m-fixed {
  position: fixed;
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
  overflow: hidden;
}

.x-alternativeLogin {
  background-color: #ffffe0;
}

main {
  flex: 1 0 auto;
  width: 100%;
  padding: 0 20px;
}

.header.m-newApplication + .main .x-main-inner {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .header.m-newApplication + .main .x-main-inner {
    margin-bottom: 50px;
  }
}

.mainScrollTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 9;
}

.mainScrollTopButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #ffffff;
  transition: all ease 0.3s;
}
.mainScrollTopButton:hover {
  background-color: #f6f6f6;
}
.mainScrollTopButton:focus {
  background-color: #f6f6f6;
  border: solid 1px #0084e2;
}
.mainScrollTopButton .x-icon:not(:last-child) {
  margin-right: 0;
  padding-top: 0.5em;
}
.mainScrollTopButton .x-icon + span {
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  padding-bottom: 1em;
}
.mainScrollTopButton.x-m-readonly {
  box-shadow: none;
}
.mainScrollTopButton.x-m-readonly .x-icon + span {
  color: #ffffff;
}

.x-breadcrumbs + .x-main-inner {
  margin: 0 auto 100px;
}

.x-main-inner {
  max-width: 1170px;
  margin: 0 auto 100px;
}
.x-main-inner > *:first-child:not(.x-pageTitle) {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .x-main-inner {
    margin-bottom: 50px;
  }
}

.swiper {
  width: 100%;
  padding: 0 70px 50px;
}
.swiper::before, .swiper::after {
  display: block;
  position: absolute;
  top: 0;
  width: 70px;
  height: 100%;
  background: #ffffff;
  z-index: 2;
  content: "";
}
.swiper::before {
  right: 0;
}
.swiper::after {
  left: 0;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-container.m-has-pagination {
  padding-bottom: 40px;
}
.swiper-container .swiper-slide {
  display: none;
}
.swiper-container.swiper-container-initialized .swiper-slide {
  display: block;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #b4b3b3;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0084e2;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 500px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: all ease 0.3s;
  cursor: pointer;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #043492;
  opacity: 1;
  content: "";
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #f6f6f6;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  background-color: #f6f6f6;
  border: solid 1px #0084e2;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: 2px;
}
.swiper-button-prev::before {
  left: calc(50% - 2.5px);
  top: 50%;
  transform: translateY(-50%) rotateZ(135deg);
}

.swiper-button-next {
  right: 2px;
}
.swiper-button-next::before {
  right: calc(50% - 2.5px);
  top: 50%;
  transform: translateY(-50%) rotateZ(-45deg);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 20px 10px 0 !important;
  cursor: pointer;
  background: #000000;
  opacity: 0.25;
}

.swiper-pagination-bullet-active {
  background: #000000;
  opacity: 0.75;
}

.validation-summary-errors {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin: 0 -20px;
  padding: 1rem;
  background-color: #d5003f;
  color: #ffffff;
  font-size: 16px;
}
.validation-summary-errors li + li {
  margin-top: 0.25em;
}

.lazyload-wrapper {
  position: relative;
  overflow: hidden;
  background: #d9d9d9;
}
.lazyload-wrapper::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  content: "";
  animation: skeleton-animation 1.2s linear infinite;
}
@keyframes skeleton-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
