@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*!
 * NACCS WebSite
 */
/*---------------------------------
 * animal
 --------------------------------- */
/*---------------------------------
 * layout
 */
html {
  color: #053156;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 145px;
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: none;
  overscroll-behavior: contain;
}
html.noscroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html.noscroll::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  color: #053156;
  background-color: unset;
  line-height: 1;
  min-width: 1260px;
  width: 100%;
  margin: 0;
  word-break: normal;
}
body:has(.popup) {
  min-width: 1180px;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-size: unset;
  line-height: unset;
  background: unset;
  text-align: unset;
  color: unset;
  border: unset;
  width: initial;
}

address {
  font-style: normal;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #0067B4;
  text-decoration: underline;
  text-decoration-color: #0067B4;
  text-decoration-thickness: 1px;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
a:hover {
  text-decoration-color: transparent;
}
a:link, a:visited {
  color: #0067B4;
  text-decoration: underline;
  text-decoration-color: #0067B4;
  text-decoration-thickness: 1px;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
a:link:hover, a:visited:hover {
  text-decoration-color: transparent;
}

p {
  line-height: 1.6;
  padding: 0;
}
p + p {
  margin-top: 10px;
}

table, tr, th, td {
  border: unset;
  color: unset !important;
  background-color: initial;
  font-size: unset;
  font-weight: unset;
  text-align: initial;
  line-height: inherit;
  margin: 0;
}

th {
  text-align: center;
}

ul, ol, li {
  font-size: unset;
  font-weight: unset;
  color: unset;
  padding: 0;
  margin: 0;
}

input {
  color: unset;
}

.table-wrap + p,
.button-wrap + p,
.message-wrap + p,
.col + p {
  margin-top: 20px;
}

.list + p,
.list-chevron + p {
  margin-top: 10px;
}

.para:first-child > p:not([class]):first-child {
  margin-top: 40px;
}
.para.with-border {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #98A6B5;
}

.inner {
  margin: 0 auto;
  min-width: 1260px;
  max-width: 1260px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-width: 1260px;
  min-height: 100dvh;
}

.popup {
  min-width: 1180px;
}
.popup .body-head .inner {
  height: 78px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-position: bottom right;
}
.popup .inner,
.popup .body-content {
  min-width: 1180px;
  max-width: 1180px;
}

a.textlink-primary,
a:link.textlink-primary,
a:visited.textlink-primary {
  font-size: 2rem;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  text-decoration: none;
}
a.textlink-primary span,
a:link.textlink-primary span,
a:visited.textlink-primary span {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
}
a.textlink-primary span:not(.material-icons-outlined),
a:link.textlink-primary span:not(.material-icons-outlined),
a:visited.textlink-primary span:not(.material-icons-outlined) {
  text-decoration-color: #0067B4;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
a.textlink-primary:hover span:not(.material-icons-outlined),
a:link.textlink-primary:hover span:not(.material-icons-outlined),
a:visited.textlink-primary:hover span:not(.material-icons-outlined) {
  text-decoration-color: transparent;
}

/*---------------------------------
 * header
 */
.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header a {
  text-decoration: none;
}

/* ----- */
.sub-header {
  color: #fff;
  background-color: #053156;
  min-height: 42px;
}
.sub-header > .inner.row {
  align-items: center;
  justify-content: space-between;
}
.sub-header > .inner.row .sub-head-right {
  margin-left: auto;
}
.sub-header .material-icons-outlined {
  font-size: 2rem;
}

/* ----- */
.user-info {
  height: 42px;
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0;
}
.user-info > li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.user-info > li + li {
  margin-left: 20px;
}
.user-info > li > .user-info-label {
  display: flex;
  align-items: center;
  margin-right: 8px;
  padding: 0 0 0 15px;
}
.user-info > li > .user-info-label > .material-icons-outlined {
  margin-right: 5px;
}
.user-info > li > .user-info-label::after {
  content: "";
  display: block;
  border-right: 1px solid #707F89;
  height: 0.8em;
  margin-left: 10px;
}

/* ----- */
.btn-logout {
  background-color: #436480;
  color: #fff !important;
  display: flex;
  align-items: center;
  padding: 0 10px 0 16px;
  height: 42px;
  transition: background-color 0.2s ease-out 0s;
}
.btn-logout:hover {
  background-color: #768ea2;
  text-decoration: none;
}
.btn-logout:active {
  background-color: #1e4667;
}
.btn-logout > .material-icons-outlined {
  margin-left: 5px;
}

/* ----- */
.main-header {
  background-color: #fff;
}
.main-header .inner.row {
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  min-height: 60px;
}
.main-header .site-title {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.main-header .site-title img {
  margin-right: 10px;
}
.main-header .site-title .site-title-text {
  font-size: 2rem;
  font-weight: 700;
}

/*---------------------------------
 * body
 */
.body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  line-height: 1.4;
}

/* ----- */
.body-head {
  background-color: #0067B4;
}
.body-head > .inner {
  padding: 25px 20px;
  height: 90px;
}
.body-head > .inner.animal {
  background: url(../image/img_globe_animal.png) top right/580px 90px no-repeat #0067B4;
}
.body-head > .inner.plant {
  background: url(../image/img_globe_plant.png) top right/580px 90px no-repeat #0067B4;
}
.body-head .body-head-title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
}

/* ----- */
.body-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  min-width: 1260px;
  background-color: #fff;
}

/* ----- */
.body-foot {
  background-color: #E1E6EB;
}
.body-foot > .inner {
  padding: 18px 20px;
}

/* ----- */
.content {
  margin: 0 auto;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 0 45px 80px 45px;
  background-color: #fff;
}
.content > .inner {
  padding: 0 30px 100px 30px;
}
.content.top {
  padding: 0 0 120px 0;
}
.content.top > .inner {
  padding: 0 15px;
}

/* ----- */
/*---------------------------------
 * home-menu
 */
.menu-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-top: 40px;
}
.menu-wrap p {
  line-height: 1.4;
}
.menu-wrap .list {
  line-height: 1.4;
}
.menu-wrap .menu-group {
  width: 570px;
  padding: 0 20px;
}
.menu-wrap .menu-title {
  width: calc(100% + 40px);
  min-height: 52px;
  border-radius: 4px;
  background-color: #B3D1E9;
  color: #053156;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px;
  margin-left: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-wrap .menu-title.two-lines {
  height: 80px;
}
.menu-wrap .menu-subtitle {
  font-size: 1.8rem;
  text-align: center;
}
.menu-wrap .menu-subtitle:first-of-type {
  margin-top: 15px;
}
.menu-wrap .menu-button-list {
  list-style: none;
  margin: 15px 5px 0 5px;
}
.menu-wrap .menu-button-list.narrow-width {
  margin-left: 65px;
  margin-right: 65px;
}
.menu-wrap .menu-button-list .button {
  min-height: 44px;
  width: auto;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.menu-wrap .menu-button-list:first-child {
  margin-top: 0;
}
.menu-wrap .menu-button-list:not(:last-child) {
  margin-bottom: 15px;
}
.menu-wrap .menu-button-list li:not(:first-of-type) {
  margin-top: 15px;
}

.heading2 + .menu-wrap {
  margin-top: 30px !important;
}

/*---------------------------------
 * footer
 */
.footer {
  box-shadow: 0 1px 0 #053156;
}
.footer .inner {
  padding: 9px 20px;
  height: 44px;
}
.footer .footer-copyright {
  background-color: #053156;
}
.footer .footer-copyright > .inner {
  background-color: #053156;
}
.footer .copyright {
  color: #fff;
  text-align: center;
}
.footer .footer-nav {
  background-color: #F0F3F5;
  border-top: 1px solid #CDD6DD;
}
.footer .footer-nav .footer-nav-list {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.footer .footer-nav .footer-nav-list li {
  display: inline-flex;
  align-items: center;
}
.footer .footer-nav .footer-nav-list li::before {
  display: inline-block;
  font-family: "Material Icons Outlined";
  content: "\e315";
  color: #707F89;
  font-size: 2rem;
  width: 1em;
  height: 1em;
}
.footer .footer-nav .footer-nav-list li a {
  color: #053156;
  text-decoration: none;
  padding-left: 1em;
  margin-left: -1em;
  display: inline-block;
}

/*---------------------------------
 * accordion
 */
.frame-wrap + .accordion-wrap,
.table-wrap + .accordion-wrap {
  margin-top: 20px;
}

.accordion-wrap .frame-wrap > .frame-head {
  position: relative;
}
.accordion-wrap .frame-wrap > .frame-head[data-role=display-trigger] {
  padding: 0;
}
.accordion-wrap .frame-wrap > .frame-head[data-role=display-trigger] .frame-head-button {
  width: 100%;
  min-height: inherit;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  text-align: left;
  white-space: normal;
}
.accordion-wrap .frame-wrap > .frame-head[data-role=display-trigger] .frame-head-button + [type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.accordion-wrap .frame-wrap > .frame-head[data-role=display-trigger] .frame-head-button .frame-head-radio-icon,
.accordion-wrap .frame-wrap > .frame-head[data-role=display-trigger] .frame-head-button .frame-head-display-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.accordion-wrap .frame-wrap > .frame-head[data-role=display-trigger] .frame-head-button .frame-head-radio-icon {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: 3px solid #98A6B5;
  border-radius: 50%;
  position: relative;
}
.accordion-wrap .frame-wrap > .frame-head[data-role=display-trigger] .frame-head-button .frame-head-radio-icon::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  border: 7px solid #0067B4;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}
.accordion-wrap .frame-wrap > .frame-head[data-role=display-trigger] .frame-head-button .frame-head-radio-icon.show::before {
  opacity: 1;
}
.accordion-wrap .frame-wrap > .frame-head[data-role=display-trigger] .frame-head-button .frame-head-display-icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
}
.accordion-wrap .frame-wrap > .frame-head[data-role=display-trigger] .frame-head-button .frame-head-display-icon::before, .accordion-wrap .frame-wrap > .frame-head[data-role=display-trigger] .frame-head-button .frame-head-display-icon::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 0.3rem;
  background-color: #053156;
  position: absolute;
}
.accordion-wrap .frame-wrap > .frame-head[data-role=display-trigger] .frame-head-button .frame-head-display-icon::after {
  transform: rotate(-90deg);
  transition: transform 0.2s;
}
.accordion-wrap .frame-wrap > .frame-head[data-role=display-trigger] .frame-head-button .frame-head-display-icon.show::after {
  transform: rotate(0);
}
.accordion-wrap .button-wrap[data-role=display-trigger] + .display-area:not(:has(.frame-wrap)) {
  margin-top: 20px;
}
.accordion-wrap [data-role=display-menu-trigger] {
  cursor: pointer;
}
.accordion-wrap [data-role=display-menu-trigger]:hover [data-role=display-menu-button] {
  background-color: #E5F0F7;
  pointer-events: none;
}

.display-area {
  display: none;
}
.display-area.default-show {
  display: block;
}

/*---------------------------------
 * button
 */
* + .button-wrap {
  margin-top: 20px;
}

.tab-panel > .button-wrap:first-of-type {
  margin-top: 20px;
}

.button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.button-wrap .button-pos-center,
.button-wrap .button-pos-left,
.button-wrap .button-pos-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button-wrap .button-pos-center {
  margin-right: auto;
  margin-left: auto;
}
.button-wrap .button-pos-left {
  margin-right: auto;
}
.button-wrap .button-pos-right {
  margin-left: auto;
}
.button-wrap.with-border {
  border-top: 1px solid #98A6B5;
  padding-top: 20px;
}

/* ----- */
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 44px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 45px;
  color: #053156;
  background-color: #fff;
  border: 1px solid #0067B4;
  border-radius: 9999px;
  box-shadow: 0 2px 0 #CCCCCC;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease-out 0s, box-shadow 0.2s ease-out 0s;
  white-space: nowrap;
}
.button:link, .button:visited {
  color: unset;
  text-decoration: none;
  transition: background-color 0.2s ease-out 0s, box-shadow 0.2s ease-out 0s;
}
.button:hover {
  background-color: #E5F0F7;
}
.button:active {
  background-color: #B3D1E9;
  box-shadow: none;
}
.button.disabled, .button:disabled {
  color: #707F89 !important;
  background-color: #E1E6EB;
  border-color: #98A6B5;
  box-shadow: none;
  pointer-events: none;
}
.button.disabled .material-icons-outlined, .button:disabled .material-icons-outlined {
  color: #98A6B5;
}
.button.ic-left, .button.ic-right, .button.ic-both {
  position: relative;
  margin: 0;
}
.button.ic-left .material-icons-outlined {
  left: 15px;
}
.button.ic-right .material-icons-outlined {
  right: 15px;
}
.button.ic-both .material-icons-outlined:first-of-type {
  left: 15px;
}
.button.ic-both .material-icons-outlined:last-of-type {
  right: 15px;
}
.button .material-icons-outlined {
  position: absolute;
  color: #0067B4;
}

.button-fill {
  background-color: #0067B4;
  color: #fff !important;
  font-weight: 700;
}
.button-fill .material-icons-outlined {
  color: #fff;
}
.button-fill:hover {
  background-color: #408DC7;
  border-color: #408DC7;
}
.button-fill:active {
  background-color: #004B96;
  border-color: #004B96;
  box-shadow: none;
}
.button-fill.disabled, .button-fill:disabled {
  color: #BBC6D0 !important;
  background-color: #707F89;
  border-color: #707F89;
  box-shadow: none;
  pointer-events: none;
}
.button-fill.disabled .material-icons-outlined, .button-fill:disabled .material-icons-outlined {
  color: inherit;
}

.button-fill-pale {
  background-color: #CCE1F0;
  border-color: #CCE1F0;
}
.button-fill-pale:hover {
  background-color: #B3D1E9;
  border-color: #B3D1E9;
}
.button-fill-pale:active {
  background-color: #8DBADE;
  border-color: #8DBADE;
  box-shadow: none;
}
.button-fill-pale.disabled, .button-fill-pale:disabled {
  border-color: #E1E6EB;
}
.button-fill-pale.disabled .material-icons-outlined, .button-fill-pale:disabled .material-icons-outlined {
  color: inherit !important;
}

.button-emphasis {
  background-color: #E3DB61;
  border-color: #E3DB61;
  padding: 10px 45px !important;
}
.button-emphasis::before {
  content: "";
  display: inline-block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  border-radius: 9999px;
  border: 2px solid #fff;
}
.button-emphasis:hover {
  background-color: #D9C836;
  border-color: #D9C836;
}
.button-emphasis:active {
  background-color: #C9B229;
  border-color: #C9B229;
  box-shadow: none;
}
.button-emphasis.disabled, .button-emphasis:disabled {
  border-color: #E1E6EB;
}
.button-emphasis.disabled .material-icons-outlined, .button-emphasis:disabled .material-icons-outlined {
  color: inherit !important;
}
.button-emphasis.ic-both .material-icons-outlined:first-of-type {
  left: 16px !important;
}
.button-emphasis.ic-both .material-icons-outlined:last-of-type {
  right: 16px !important;
}

.button-text {
  color: #0067B4;
  border-color: transparent;
  box-shadow: none;
  text-decoration: underline;
  text-decoration-color: #0067B4;
  text-decoration-thickness: 1px;
  transition: background-color 0.2s ease-out 0s, -webkit-text-decoration 0.2s;
  transition: background-color 0.2s ease-out 0s, text-decoration 0.2s;
  transition: background-color 0.2s ease-out 0s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
.button-text:hover {
  text-decoration-color: transparent;
}

.button-two-line {
  min-width: 250px;
}

.button-size-small {
  min-width: 128px;
  min-height: 34px;
  padding: 6px 35px;
  font-size: 1.6rem;
}
.button-size-small.button-two-line {
  min-width: 180px;
}
.button-size-small.button-two-line-w150 {
  min-width: 150px;
  padding-left: 30px;
  padding-right: 30px;
}

.button-size-x-small {
  min-width: 92px;
  min-height: 30px;
  padding: 5px 14px;
  font-size: 1.4rem;
}
.button-size-x-small:not(:has(br)) {
  line-height: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.button-size-x-small.ic-left {
  padding-left: 35px;
}
.button-size-x-small.ic-right {
  padding-right: 35px;
}
.button-size-x-small.ic-both {
  padding-left: 35px;
  padding-right: 35px;
}

.button-size-small.ic-left .material-icons-outlined,
.button-size-x-small.ic-left .material-icons-outlined {
  left: 10px;
}
.button-size-small.ic-right .material-icons-outlined,
.button-size-x-small.ic-right .material-icons-outlined {
  right: 10px;
}
.button-size-small.ic-both .material-icons-outlined:first-of-type,
.button-size-x-small.ic-both .material-icons-outlined:first-of-type {
  left: 10px;
}
.button-size-small.ic-both .material-icons-outlined:last-of-type,
.button-size-x-small.ic-both .material-icons-outlined:last-of-type {
  right: 10px;
}
.button-size-small .material-icons-outlined,
.button-size-x-small .material-icons-outlined {
  font-size: 2rem;
}

.button-rectangle {
  min-width: 84px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.button-rectangle:has(.material-icons-outlined) {
  padding-right: 35px;
}
.button-rectangle .material-icons-outlined {
  right: 10px !important;
}

[data-role=display-button] .material-icons-outlined,
[data-role=display-button-table] .material-icons-outlined,
[data-role=display-button-message] .material-icons-outlined {
  transition: transform 0.2s;
}
[data-role=display-button].show .material-icons-outlined.icon-rotate,
[data-role=display-button-table].show .material-icons-outlined.icon-rotate,
[data-role=display-button-message].show .material-icons-outlined.icon-rotate {
  transform: rotate(180deg);
}

[data-role=display-button-table] {
  z-index: 10;
}

.button-sort {
  display: inline-flex;
  min-width: initial;
  min-height: initial;
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1;
}
.button-sort::before {
  font-family: "Material Icons Outlined";
  font-size: 2.4rem;
}
.button-sort.asc::before {
  content: "\e5c7";
}
.button-sort.desc::before {
  content: "\e5c5";
}
.button-sort.sorted {
  background-color: #B3D1E9;
  box-shadow: none;
}

.button-display {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: #B3D1E9;
  position: relative;
  transition: background-color 0.2s ease-out;
}
.button-display::before, .button-display::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #053156;
  position: absolute;
}
.button-display::after {
  transform: rotate(-90deg);
  transition: transform 0.2s;
}
.button-display.show::after {
  transform: rotate(0);
}
.button-display:hover {
  background-color: #E5F0F7;
}
.button-display:active {
  background-color: #8DBADE;
}

.button + .button-display {
  margin-left: 20px;
}

/*---------------------------------
 * material-design-icons
 */
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(../vendor/material-design-icons/MaterialSymbolsOutlined.ttf) format("truetype");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 2.4rem;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  overflow-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
.material-icons-outlined.fill {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.ic-error {
  color: #BB3542 !important;
}

/*---------------------------------
 * helpers
 */
.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.valigntop {
  vertical-align: top;
}

.valignmiddle {
  vertical-align: middle;
}

.valignbottom {
  vertical-align: bottom;
}

.font-xxxl {
  font-size: 2.8rem;
}

.font-xxl {
  font-size: 2.4rem;
}

.font-xl {
  font-size: 2rem;
}

.font-l {
  font-size: 1.8rem;
}

.font-m {
  font-size: 1.6rem;
}

.font-s {
  font-size: 1.4rem;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.flex-end {
  justify-content: flex-end;
}

.col {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.col.reverse {
  flex-direction: column-reverse;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin-top: -1px;
}

/* ----- */
.item-1 {
  width: 8.3333333333%;
}

.item-2 {
  width: 16.6666666667%;
}

.item-3 {
  width: 25%;
}

.item-4 {
  width: 33.3333333333%;
}

.item-5 {
  width: 41.6666666667%;
}

.item-6 {
  width: 50%;
}

.item-7 {
  width: 58.3333333333%;
}

.item-8 {
  width: 66.6666666667%;
}

.item-9 {
  width: 75%;
}

.item-10 {
  width: 83.3333333333%;
}

.item-11 {
  width: 91.6666666667%;
}

.item-12 {
  width: 100%;
}

.w-5px {
  width: 5px;
}

.w-10px {
  width: 10px;
}

.w-15px {
  width: 15px;
}

.w-20px {
  width: 20px;
}

.w-25px {
  width: 25px;
}

.w-30px {
  width: 30px;
}

.w-35px {
  width: 35px;
}

.w-40px {
  width: 40px;
}

.w-45px {
  width: 45px;
}

.w-50px {
  width: 50px;
}

.w-55px {
  width: 55px;
}

.w-60px {
  width: 60px;
}

.w-65px {
  width: 65px;
}

.w-70px {
  width: 70px;
}

.w-75px {
  width: 75px;
}

.w-80px {
  width: 80px;
}

.w-85px {
  width: 85px;
}

.w-90px {
  width: 90px;
}

.w-95px {
  width: 95px;
}

.w-100px {
  width: 100px;
}

.w-105px {
  width: 105px;
}

.w-110px {
  width: 110px;
}

.w-115px {
  width: 115px;
}

.w-120px {
  width: 120px;
}

.w-125px {
  width: 125px;
}

.w-130px {
  width: 130px;
}

.w-135px {
  width: 135px;
}

.w-140px {
  width: 140px;
}

.w-145px {
  width: 145px;
}

.w-150px {
  width: 150px;
}

.w-155px {
  width: 155px;
}

.w-160px {
  width: 160px;
}

.w-165px {
  width: 165px;
}

.w-170px {
  width: 170px;
}

.w-175px {
  width: 175px;
}

.w-180px {
  width: 180px;
}

.w-185px {
  width: 185px;
}

.w-190px {
  width: 190px;
}

.w-195px {
  width: 195px;
}

.w-200px {
  width: 200px;
}

.w-205px {
  width: 205px;
}

.w-210px {
  width: 210px;
}

.w-215px {
  width: 215px;
}

.w-220px {
  width: 220px;
}

.w-225px {
  width: 225px;
}

.w-230px {
  width: 230px;
}

.w-235px {
  width: 235px;
}

.w-240px {
  width: 240px;
}

.w-245px {
  width: 245px;
}

.w-250px {
  width: 250px;
}

.w-255px {
  width: 255px;
}

.w-260px {
  width: 260px;
}

.w-265px {
  width: 265px;
}

.w-270px {
  width: 270px;
}

.w-275px {
  width: 275px;
}

.w-280px {
  width: 280px;
}

.w-285px {
  width: 285px;
}

.w-290px {
  width: 290px;
}

.w-295px {
  width: 295px;
}

.w-300px {
  width: 300px;
}

.w-305px {
  width: 305px;
}

.w-310px {
  width: 310px;
}

.w-315px {
  width: 315px;
}

.w-320px {
  width: 320px;
}

.w-325px {
  width: 325px;
}

.w-330px {
  width: 330px;
}

.w-335px {
  width: 335px;
}

.w-340px {
  width: 340px;
}

.w-345px {
  width: 345px;
}

.w-350px {
  width: 350px;
}

.w-355px {
  width: 355px;
}

.w-360px {
  width: 360px;
}

.w-365px {
  width: 365px;
}

.w-370px {
  width: 370px;
}

.w-375px {
  width: 375px;
}

.w-380px {
  width: 380px;
}

.w-385px {
  width: 385px;
}

.w-390px {
  width: 390px;
}

.w-395px {
  width: 395px;
}

.w-400px {
  width: 400px;
}

.w-405px {
  width: 405px;
}

.w-410px {
  width: 410px;
}

.w-415px {
  width: 415px;
}

.w-420px {
  width: 420px;
}

.w-425px {
  width: 425px;
}

.w-430px {
  width: 430px;
}

.w-435px {
  width: 435px;
}

.w-440px {
  width: 440px;
}

.w-445px {
  width: 445px;
}

.w-450px {
  width: 450px;
}

.w-455px {
  width: 455px;
}

.w-460px {
  width: 460px;
}

.w-465px {
  width: 465px;
}

.w-470px {
  width: 470px;
}

.w-475px {
  width: 475px;
}

.w-480px {
  width: 480px;
}

.w-485px {
  width: 485px;
}

.w-490px {
  width: 490px;
}

.w-495px {
  width: 495px;
}

.w-500px {
  width: 500px;
}

.w-505px {
  width: 505px;
}

.w-510px {
  width: 510px;
}

.w-515px {
  width: 515px;
}

.w-520px {
  width: 520px;
}

.w-525px {
  width: 525px;
}

.w-530px {
  width: 530px;
}

.w-535px {
  width: 535px;
}

.w-540px {
  width: 540px;
}

.w-545px {
  width: 545px;
}

.w-550px {
  width: 550px;
}

.w-555px {
  width: 555px;
}

.w-560px {
  width: 560px;
}

.w-565px {
  width: 565px;
}

.w-570px {
  width: 570px;
}

.w-575px {
  width: 575px;
}

.w-580px {
  width: 580px;
}

.w-585px {
  width: 585px;
}

.w-590px {
  width: 590px;
}

.w-595px {
  width: 595px;
}

.w-600px {
  width: 600px;
}

.w-605px {
  width: 605px;
}

.w-610px {
  width: 610px;
}

.w-615px {
  width: 615px;
}

.w-620px {
  width: 620px;
}

.w-625px {
  width: 625px;
}

.w-630px {
  width: 630px;
}

.w-635px {
  width: 635px;
}

.w-640px {
  width: 640px;
}

.w-645px {
  width: 645px;
}

.w-650px {
  width: 650px;
}

.w-655px {
  width: 655px;
}

.w-660px {
  width: 660px;
}

.w-665px {
  width: 665px;
}

.w-670px {
  width: 670px;
}

.w-675px {
  width: 675px;
}

.w-680px {
  width: 680px;
}

.w-685px {
  width: 685px;
}

.w-690px {
  width: 690px;
}

.w-695px {
  width: 695px;
}

.w-700px {
  width: 700px;
}

.w-705px {
  width: 705px;
}

.w-710px {
  width: 710px;
}

.w-715px {
  width: 715px;
}

.w-720px {
  width: 720px;
}

.w-725px {
  width: 725px;
}

.w-730px {
  width: 730px;
}

.w-735px {
  width: 735px;
}

.w-740px {
  width: 740px;
}

.w-745px {
  width: 745px;
}

.w-750px {
  width: 750px;
}

.w-755px {
  width: 755px;
}

.w-760px {
  width: 760px;
}

.w-765px {
  width: 765px;
}

.w-770px {
  width: 770px;
}

.w-775px {
  width: 775px;
}

.w-780px {
  width: 780px;
}

.w-785px {
  width: 785px;
}

.w-790px {
  width: 790px;
}

.w-795px {
  width: 795px;
}

.w-800px {
  width: 800px;
}

.w-805px {
  width: 805px;
}

.w-810px {
  width: 810px;
}

.w-815px {
  width: 815px;
}

.w-820px {
  width: 820px;
}

.w-825px {
  width: 825px;
}

.w-830px {
  width: 830px;
}

.w-835px {
  width: 835px;
}

.w-840px {
  width: 840px;
}

.w-845px {
  width: 845px;
}

.w-850px {
  width: 850px;
}

.w-855px {
  width: 855px;
}

.w-860px {
  width: 860px;
}

.w-865px {
  width: 865px;
}

.w-870px {
  width: 870px;
}

.w-875px {
  width: 875px;
}

.w-880px {
  width: 880px;
}

.w-885px {
  width: 885px;
}

.w-890px {
  width: 890px;
}

.w-895px {
  width: 895px;
}

.w-900px {
  width: 900px;
}

.w-905px {
  width: 905px;
}

.w-910px {
  width: 910px;
}

.w-915px {
  width: 915px;
}

.w-920px {
  width: 920px;
}

.w-925px {
  width: 925px;
}

.w-930px {
  width: 930px;
}

.w-935px {
  width: 935px;
}

.w-940px {
  width: 940px;
}

.w-945px {
  width: 945px;
}

.w-950px {
  width: 950px;
}

.w-955px {
  width: 955px;
}

.w-960px {
  width: 960px;
}

.w-965px {
  width: 965px;
}

.w-970px {
  width: 970px;
}

.w-975px {
  width: 975px;
}

.w-980px {
  width: 980px;
}

.w-985px {
  width: 985px;
}

.w-990px {
  width: 990px;
}

.w-995px {
  width: 995px;
}

.w-1000px {
  width: 1000px;
}

.w-1per {
  width: 1%;
}

.w-2per {
  width: 2%;
}

.w-3per {
  width: 3%;
}

.w-4per {
  width: 4%;
}

.w-5per {
  width: 5%;
}

.w-6per {
  width: 6%;
}

.w-7per {
  width: 7%;
}

.w-8per {
  width: 8%;
}

.w-9per {
  width: 9%;
}

.w-10per {
  width: 10%;
}

.w-11per {
  width: 11%;
}

.w-12per {
  width: 12%;
}

.w-13per {
  width: 13%;
}

.w-14per {
  width: 14%;
}

.w-15per {
  width: 15%;
}

.w-16per {
  width: 16%;
}

.w-17per {
  width: 17%;
}

.w-18per {
  width: 18%;
}

.w-19per {
  width: 19%;
}

.w-20per {
  width: 20%;
}

.w-21per {
  width: 21%;
}

.w-22per {
  width: 22%;
}

.w-23per {
  width: 23%;
}

.w-24per {
  width: 24%;
}

.w-25per {
  width: 25%;
}

.w-26per {
  width: 26%;
}

.w-27per {
  width: 27%;
}

.w-28per {
  width: 28%;
}

.w-29per {
  width: 29%;
}

.w-30per {
  width: 30%;
}

.w-31per {
  width: 31%;
}

.w-32per {
  width: 32%;
}

.w-33per {
  width: 33%;
}

.w-34per {
  width: 34%;
}

.w-35per {
  width: 35%;
}

.w-36per {
  width: 36%;
}

.w-37per {
  width: 37%;
}

.w-38per {
  width: 38%;
}

.w-39per {
  width: 39%;
}

.w-40per {
  width: 40%;
}

.w-41per {
  width: 41%;
}

.w-42per {
  width: 42%;
}

.w-43per {
  width: 43%;
}

.w-44per {
  width: 44%;
}

.w-45per {
  width: 45%;
}

.w-46per {
  width: 46%;
}

.w-47per {
  width: 47%;
}

.w-48per {
  width: 48%;
}

.w-49per {
  width: 49%;
}

.w-50per {
  width: 50%;
}

.w-51per {
  width: 51%;
}

.w-52per {
  width: 52%;
}

.w-53per {
  width: 53%;
}

.w-54per {
  width: 54%;
}

.w-55per {
  width: 55%;
}

.w-56per {
  width: 56%;
}

.w-57per {
  width: 57%;
}

.w-58per {
  width: 58%;
}

.w-59per {
  width: 59%;
}

.w-60per {
  width: 60%;
}

.w-61per {
  width: 61%;
}

.w-62per {
  width: 62%;
}

.w-63per {
  width: 63%;
}

.w-64per {
  width: 64%;
}

.w-65per {
  width: 65%;
}

.w-66per {
  width: 66%;
}

.w-67per {
  width: 67%;
}

.w-68per {
  width: 68%;
}

.w-69per {
  width: 69%;
}

.w-70per {
  width: 70%;
}

.w-71per {
  width: 71%;
}

.w-72per {
  width: 72%;
}

.w-73per {
  width: 73%;
}

.w-74per {
  width: 74%;
}

.w-75per {
  width: 75%;
}

.w-76per {
  width: 76%;
}

.w-77per {
  width: 77%;
}

.w-78per {
  width: 78%;
}

.w-79per {
  width: 79%;
}

.w-80per {
  width: 80%;
}

.w-81per {
  width: 81%;
}

.w-82per {
  width: 82%;
}

.w-83per {
  width: 83%;
}

.w-84per {
  width: 84%;
}

.w-85per {
  width: 85%;
}

.w-86per {
  width: 86%;
}

.w-87per {
  width: 87%;
}

.w-88per {
  width: 88%;
}

.w-89per {
  width: 89%;
}

.w-90per {
  width: 90%;
}

.w-91per {
  width: 91%;
}

.w-92per {
  width: 92%;
}

.w-93per {
  width: 93%;
}

.w-94per {
  width: 94%;
}

.w-95per {
  width: 95%;
}

.w-96per {
  width: 96%;
}

.w-97per {
  width: 97%;
}

.w-98per {
  width: 98%;
}

.w-99per {
  width: 99%;
}

.w-100per {
  width: 100%;
}

.w-auto {
  width: auto;
}

.ml-auto {
  margin-left: auto;
}

.h-5px {
  height: 5px;
}

.h-10px {
  height: 10px;
}

.h-15px {
  height: 15px;
}

.h-20px {
  height: 20px;
}

.h-25px {
  height: 25px;
}

.h-30px {
  height: 30px;
}

.h-35px {
  height: 35px;
}

.h-40px {
  height: 40px;
}

.h-45px {
  height: 45px;
}

.h-50px {
  height: 50px;
}

.h-55px {
  height: 55px;
}

.h-60px {
  height: 60px;
}

.h-65px {
  height: 65px;
}

.h-70px {
  height: 70px;
}

.h-75px {
  height: 75px;
}

.h-80px {
  height: 80px;
}

.h-85px {
  height: 85px;
}

.h-90px {
  height: 90px;
}

.h-95px {
  height: 95px;
}

.h-100px {
  height: 100px;
}

.h-105px {
  height: 105px;
}

.h-110px {
  height: 110px;
}

.h-115px {
  height: 115px;
}

.h-120px {
  height: 120px;
}

.h-125px {
  height: 125px;
}

.h-130px {
  height: 130px;
}

.h-135px {
  height: 135px;
}

.h-140px {
  height: 140px;
}

.h-145px {
  height: 145px;
}

.h-150px {
  height: 150px;
}

.h-155px {
  height: 155px;
}

.h-160px {
  height: 160px;
}

.h-165px {
  height: 165px;
}

.h-170px {
  height: 170px;
}

.h-175px {
  height: 175px;
}

.h-180px {
  height: 180px;
}

.h-185px {
  height: 185px;
}

.h-190px {
  height: 190px;
}

.h-195px {
  height: 195px;
}

.h-200px {
  height: 200px;
}

.h-205px {
  height: 205px;
}

.h-210px {
  height: 210px;
}

.h-215px {
  height: 215px;
}

.h-220px {
  height: 220px;
}

.h-225px {
  height: 225px;
}

.h-230px {
  height: 230px;
}

.h-235px {
  height: 235px;
}

.h-240px {
  height: 240px;
}

.h-245px {
  height: 245px;
}

.h-250px {
  height: 250px;
}

.h-255px {
  height: 255px;
}

.h-260px {
  height: 260px;
}

.h-265px {
  height: 265px;
}

.h-270px {
  height: 270px;
}

.h-275px {
  height: 275px;
}

.h-280px {
  height: 280px;
}

.h-285px {
  height: 285px;
}

.h-290px {
  height: 290px;
}

.h-295px {
  height: 295px;
}

.h-300px {
  height: 300px;
}

.h-305px {
  height: 305px;
}

.h-310px {
  height: 310px;
}

.h-315px {
  height: 315px;
}

.h-320px {
  height: 320px;
}

.h-325px {
  height: 325px;
}

.h-330px {
  height: 330px;
}

.h-335px {
  height: 335px;
}

.h-340px {
  height: 340px;
}

.h-345px {
  height: 345px;
}

.h-350px {
  height: 350px;
}

.h-355px {
  height: 355px;
}

.h-360px {
  height: 360px;
}

.h-365px {
  height: 365px;
}

.h-370px {
  height: 370px;
}

.h-375px {
  height: 375px;
}

.h-380px {
  height: 380px;
}

.h-385px {
  height: 385px;
}

.h-390px {
  height: 390px;
}

.h-395px {
  height: 395px;
}

.h-400px {
  height: 400px;
}

.h-405px {
  height: 405px;
}

.h-410px {
  height: 410px;
}

.h-415px {
  height: 415px;
}

.h-420px {
  height: 420px;
}

.h-425px {
  height: 425px;
}

.h-430px {
  height: 430px;
}

.h-435px {
  height: 435px;
}

.h-440px {
  height: 440px;
}

.h-445px {
  height: 445px;
}

.h-450px {
  height: 450px;
}

.h-455px {
  height: 455px;
}

.h-460px {
  height: 460px;
}

.h-465px {
  height: 465px;
}

.h-470px {
  height: 470px;
}

.h-475px {
  height: 475px;
}

.h-480px {
  height: 480px;
}

.h-485px {
  height: 485px;
}

.h-490px {
  height: 490px;
}

.h-495px {
  height: 495px;
}

.h-500px {
  height: 500px;
}

.h-505px {
  height: 505px;
}

.h-510px {
  height: 510px;
}

.h-515px {
  height: 515px;
}

.h-520px {
  height: 520px;
}

.h-525px {
  height: 525px;
}

.h-530px {
  height: 530px;
}

.h-535px {
  height: 535px;
}

.h-540px {
  height: 540px;
}

.h-545px {
  height: 545px;
}

.h-550px {
  height: 550px;
}

.h-555px {
  height: 555px;
}

.h-560px {
  height: 560px;
}

.h-565px {
  height: 565px;
}

.h-570px {
  height: 570px;
}

.h-575px {
  height: 575px;
}

.h-580px {
  height: 580px;
}

.h-585px {
  height: 585px;
}

.h-590px {
  height: 590px;
}

.h-595px {
  height: 595px;
}

.h-600px {
  height: 600px;
}

.h-605px {
  height: 605px;
}

.h-610px {
  height: 610px;
}

.h-615px {
  height: 615px;
}

.h-620px {
  height: 620px;
}

.h-625px {
  height: 625px;
}

.h-630px {
  height: 630px;
}

.h-635px {
  height: 635px;
}

.h-640px {
  height: 640px;
}

.h-645px {
  height: 645px;
}

.h-650px {
  height: 650px;
}

.h-655px {
  height: 655px;
}

.h-660px {
  height: 660px;
}

.h-665px {
  height: 665px;
}

.h-670px {
  height: 670px;
}

.h-675px {
  height: 675px;
}

.h-680px {
  height: 680px;
}

.h-685px {
  height: 685px;
}

.h-690px {
  height: 690px;
}

.h-695px {
  height: 695px;
}

.h-700px {
  height: 700px;
}

.h-705px {
  height: 705px;
}

.h-710px {
  height: 710px;
}

.h-715px {
  height: 715px;
}

.h-720px {
  height: 720px;
}

.h-725px {
  height: 725px;
}

.h-730px {
  height: 730px;
}

.h-735px {
  height: 735px;
}

.h-740px {
  height: 740px;
}

.h-745px {
  height: 745px;
}

.h-750px {
  height: 750px;
}

.h-755px {
  height: 755px;
}

.h-760px {
  height: 760px;
}

.h-765px {
  height: 765px;
}

.h-770px {
  height: 770px;
}

.h-775px {
  height: 775px;
}

.h-780px {
  height: 780px;
}

.h-785px {
  height: 785px;
}

.h-790px {
  height: 790px;
}

.h-795px {
  height: 795px;
}

.h-800px {
  height: 800px;
}

.h-805px {
  height: 805px;
}

.h-810px {
  height: 810px;
}

.h-815px {
  height: 815px;
}

.h-820px {
  height: 820px;
}

.h-825px {
  height: 825px;
}

.h-830px {
  height: 830px;
}

.h-835px {
  height: 835px;
}

.h-840px {
  height: 840px;
}

.h-845px {
  height: 845px;
}

.h-850px {
  height: 850px;
}

.h-855px {
  height: 855px;
}

.h-860px {
  height: 860px;
}

.h-865px {
  height: 865px;
}

.h-870px {
  height: 870px;
}

.h-875px {
  height: 875px;
}

.h-880px {
  height: 880px;
}

.h-885px {
  height: 885px;
}

.h-890px {
  height: 890px;
}

.h-895px {
  height: 895px;
}

.h-900px {
  height: 900px;
}

.h-905px {
  height: 905px;
}

.h-910px {
  height: 910px;
}

.h-915px {
  height: 915px;
}

.h-920px {
  height: 920px;
}

.h-925px {
  height: 925px;
}

.h-930px {
  height: 930px;
}

.h-935px {
  height: 935px;
}

.h-940px {
  height: 940px;
}

.h-945px {
  height: 945px;
}

.h-950px {
  height: 950px;
}

.h-955px {
  height: 955px;
}

.h-960px {
  height: 960px;
}

.h-965px {
  height: 965px;
}

.h-970px {
  height: 970px;
}

.h-975px {
  height: 975px;
}

.h-980px {
  height: 980px;
}

.h-985px {
  height: 985px;
}

.h-990px {
  height: 990px;
}

.h-995px {
  height: 995px;
}

.h-1000px {
  height: 1000px;
}

/* ----- */
.m-0px {
  margin: 0px;
}

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

.mr-0px {
  margin-right: 0px;
}

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

.ml-0px {
  margin-left: 0px;
}

/* ----- */
.p-0px {
  padding: 0px;
}

.pt-0px {
  padding-top: 0px;
}

.pr-0px {
  padding-right: 0px;
}

.pb-0px {
  padding-bottom: 0px;
}

.pl-0px {
  padding-left: 0px;
}

.m-5px {
  margin: 5px;
}

.mt-5px {
  margin-top: 5px;
}

.mr-5px {
  margin-right: 5px;
}

.mb-5px {
  margin-bottom: 5px;
}

.ml-5px {
  margin-left: 5px;
}

/* ----- */
.p-5px {
  padding: 5px;
}

.pt-5px {
  padding-top: 5px;
}

.pr-5px {
  padding-right: 5px;
}

.pb-5px {
  padding-bottom: 5px;
}

.pl-5px {
  padding-left: 5px;
}

.m-10px {
  margin: 10px;
}

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

.mr-10px {
  margin-right: 10px;
}

.mb-10px {
  margin-bottom: 10px;
}

.ml-10px {
  margin-left: 10px;
}

/* ----- */
.p-10px {
  padding: 10px;
}

.pt-10px {
  padding-top: 10px;
}

.pr-10px {
  padding-right: 10px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pl-10px {
  padding-left: 10px;
}

.m-15px {
  margin: 15px;
}

.mt-15px {
  margin-top: 15px;
}

.mr-15px {
  margin-right: 15px;
}

.mb-15px {
  margin-bottom: 15px;
}

.ml-15px {
  margin-left: 15px;
}

/* ----- */
.p-15px {
  padding: 15px;
}

.pt-15px {
  padding-top: 15px;
}

.pr-15px {
  padding-right: 15px;
}

.pb-15px {
  padding-bottom: 15px;
}

.pl-15px {
  padding-left: 15px;
}

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

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

.mr-20px {
  margin-right: 20px;
}

.mb-20px {
  margin-bottom: 20px;
}

.ml-20px {
  margin-left: 20px;
}

/* ----- */
.p-20px {
  padding: 20px;
}

.pt-20px {
  padding-top: 20px;
}

.pr-20px {
  padding-right: 20px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pl-20px {
  padding-left: 20px;
}

.m-25px {
  margin: 25px;
}

.mt-25px {
  margin-top: 25px;
}

.mr-25px {
  margin-right: 25px;
}

.mb-25px {
  margin-bottom: 25px;
}

.ml-25px {
  margin-left: 25px;
}

/* ----- */
.p-25px {
  padding: 25px;
}

.pt-25px {
  padding-top: 25px;
}

.pr-25px {
  padding-right: 25px;
}

.pb-25px {
  padding-bottom: 25px;
}

.pl-25px {
  padding-left: 25px;
}

.m-30px {
  margin: 30px;
}

.mt-30px {
  margin-top: 30px;
}

.mr-30px {
  margin-right: 30px;
}

.mb-30px {
  margin-bottom: 30px;
}

.ml-30px {
  margin-left: 30px;
}

/* ----- */
.p-30px {
  padding: 30px;
}

.pt-30px {
  padding-top: 30px;
}

.pr-30px {
  padding-right: 30px;
}

.pb-30px {
  padding-bottom: 30px;
}

.pl-30px {
  padding-left: 30px;
}

.m-35px {
  margin: 35px;
}

.mt-35px {
  margin-top: 35px;
}

.mr-35px {
  margin-right: 35px;
}

.mb-35px {
  margin-bottom: 35px;
}

.ml-35px {
  margin-left: 35px;
}

/* ----- */
.p-35px {
  padding: 35px;
}

.pt-35px {
  padding-top: 35px;
}

.pr-35px {
  padding-right: 35px;
}

.pb-35px {
  padding-bottom: 35px;
}

.pl-35px {
  padding-left: 35px;
}

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

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

.mr-40px {
  margin-right: 40px;
}

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

.ml-40px {
  margin-left: 40px;
}

/* ----- */
.p-40px {
  padding: 40px;
}

.pt-40px {
  padding-top: 40px;
}

.pr-40px {
  padding-right: 40px;
}

.pb-40px {
  padding-bottom: 40px;
}

.pl-40px {
  padding-left: 40px;
}

.m-45px {
  margin: 45px;
}

.mt-45px {
  margin-top: 45px;
}

.mr-45px {
  margin-right: 45px;
}

.mb-45px {
  margin-bottom: 45px;
}

.ml-45px {
  margin-left: 45px;
}

/* ----- */
.p-45px {
  padding: 45px;
}

.pt-45px {
  padding-top: 45px;
}

.pr-45px {
  padding-right: 45px;
}

.pb-45px {
  padding-bottom: 45px;
}

.pl-45px {
  padding-left: 45px;
}

.m-50px {
  margin: 50px;
}

.mt-50px {
  margin-top: 50px;
}

.mr-50px {
  margin-right: 50px;
}

.mb-50px {
  margin-bottom: 50px;
}

.ml-50px {
  margin-left: 50px;
}

/* ----- */
.p-50px {
  padding: 50px;
}

.pt-50px {
  padding-top: 50px;
}

.pr-50px {
  padding-right: 50px;
}

.pb-50px {
  padding-bottom: 50px;
}

.pl-50px {
  padding-left: 50px;
}

.m-55px {
  margin: 55px;
}

.mt-55px {
  margin-top: 55px;
}

.mr-55px {
  margin-right: 55px;
}

.mb-55px {
  margin-bottom: 55px;
}

.ml-55px {
  margin-left: 55px;
}

/* ----- */
.p-55px {
  padding: 55px;
}

.pt-55px {
  padding-top: 55px;
}

.pr-55px {
  padding-right: 55px;
}

.pb-55px {
  padding-bottom: 55px;
}

.pl-55px {
  padding-left: 55px;
}

.m-60px {
  margin: 60px;
}

.mt-60px {
  margin-top: 60px;
}

.mr-60px {
  margin-right: 60px;
}

.mb-60px {
  margin-bottom: 60px;
}

.ml-60px {
  margin-left: 60px;
}

/* ----- */
.p-60px {
  padding: 60px;
}

.pt-60px {
  padding-top: 60px;
}

.pr-60px {
  padding-right: 60px;
}

.pb-60px {
  padding-bottom: 60px;
}

.pl-60px {
  padding-left: 60px;
}

.m-65px {
  margin: 65px;
}

.mt-65px {
  margin-top: 65px;
}

.mr-65px {
  margin-right: 65px;
}

.mb-65px {
  margin-bottom: 65px;
}

.ml-65px {
  margin-left: 65px;
}

/* ----- */
.p-65px {
  padding: 65px;
}

.pt-65px {
  padding-top: 65px;
}

.pr-65px {
  padding-right: 65px;
}

.pb-65px {
  padding-bottom: 65px;
}

.pl-65px {
  padding-left: 65px;
}

.m-70px {
  margin: 70px;
}

.mt-70px {
  margin-top: 70px;
}

.mr-70px {
  margin-right: 70px;
}

.mb-70px {
  margin-bottom: 70px;
}

.ml-70px {
  margin-left: 70px;
}

/* ----- */
.p-70px {
  padding: 70px;
}

.pt-70px {
  padding-top: 70px;
}

.pr-70px {
  padding-right: 70px;
}

.pb-70px {
  padding-bottom: 70px;
}

.pl-70px {
  padding-left: 70px;
}

.m-75px {
  margin: 75px;
}

.mt-75px {
  margin-top: 75px;
}

.mr-75px {
  margin-right: 75px;
}

.mb-75px {
  margin-bottom: 75px;
}

.ml-75px {
  margin-left: 75px;
}

/* ----- */
.p-75px {
  padding: 75px;
}

.pt-75px {
  padding-top: 75px;
}

.pr-75px {
  padding-right: 75px;
}

.pb-75px {
  padding-bottom: 75px;
}

.pl-75px {
  padding-left: 75px;
}

/*---------------------------------
 * checkbox
 */
.frm-checkbox {
  display: inline-flex;
}
.frm-checkbox:last-child {
  padding-right: 0;
}
.frm-checkbox [type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.frm-checkbox [type=checkbox] ~ .frm-item {
  background-color: #fff;
  border: 1px solid #98A6B5;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  position: relative;
}
.frm-checkbox [type=checkbox] ~ .frm-item::before {
  font-family: "Material Icons Outlined";
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  left: calc(50% - 0.8rem);
  line-height: 1;
  font-weight: 700;
}
.frm-checkbox [type=checkbox] ~ .frm-item + .frm-item-text {
  padding-left: 6px;
  cursor: pointer;
}
.frm-checkbox [type=checkbox]:disabled ~ .frm-item {
  background-color: #E1E6EB;
  border-color: #98A6B5;
  cursor: default;
}
.frm-checkbox [type=checkbox]:disabled ~ .frm-item::before {
  color: #707F89;
}
.frm-checkbox [type=checkbox]:disabled ~ .frm-item + .frm-item-text {
  color: #707F89;
  cursor: default;
}
.frm-checkbox [type=checkbox]:focus-visible ~ .frm-item {
  outline: auto;
  outline-offset: 2px;
}
.frm-checkbox [type=checkbox]:checked ~ .frm-item {
  background-color: #0067B4;
  border-color: #0067B4;
}
.frm-checkbox [type=checkbox]:checked ~ .frm-item::before {
  content: "\e876";
  color: #fff;
}
.frm-checkbox [type=checkbox]:checked:disabled ~ .frm-item {
  background-color: #98A6B5;
  border-color: #98A6B5;
  color: #fff;
}

/*---------------------------------
 * content
 */
/* ----- */
.txt-note {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.txt-note-e {
  display: block;
  text-indent: -0.5em;
  padding-left: 0.5em;
}

/* ----- */
.search-result-wrap {
  margin-top: 20px;
}

/*---------------------------------
 * form
 */
/* ----- */
.select-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 35px;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.select-wrap:first-child {
  margin-top: 20px;
}
.select-wrap + .content .heading2:first-child {
  margin-top: 15px;
}

.frm-group-wrap:not(:first-child) {
  margin-top: 10px;
}
.frm-group-wrap.with-border {
  padding-bottom: 10px;
  border-bottom: 1px dashed #98A6B5;
}

.row .frm-group-wrap {
  margin-top: 0;
}

.frm-title {
  font-weight: 700;
  margin-bottom: 5px;
}
.frm-title + .frm-hint {
  margin-top: 0 !important;
}

.frm-hint {
  margin-top: 0;
  margin-bottom: 5px;
}
.frm-hint:not(:first-of-type) {
  margin-top: 10px;
}

.frm-hint-area {
  margin: 5px 1em 0 2.5em;
}
.frm-hint-area p + p {
  margin-top: 5px;
}

.frm-label {
  display: inline-flex;
  align-items: center;
  margin: 2px 0;
  vertical-align: middle;
}
.frm-label + .frm-label {
  margin-left: 20px;
}
.frm-label .unit {
  margin-left: 10px;
}

.col .frm-label {
  width: -moz-fit-content;
  width: fit-content;
}
.col .frm-label + .frm-label {
  margin-left: 0;
}

/* ----- */
.required-mark {
  background-color: #BB3542;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  padding: 4px;
  display: inline-block;
}

.frm-title .required-mark {
  vertical-align: text-bottom;
  margin-left: 5px;
}

/* ----- */
.frm-text {
  background-color: #fff;
  border: 1px solid #98A6B5;
  color: #053156;
  padding: 6px 10px;
  min-height: 38px;
  position: relative;
  resize: none;
  vertical-align: middle;
  outline: none;
}
.frm-text:focus {
  outline: 3px solid #0067B4;
  outline-offset: -3px;
}
.frm-text:disabled {
  background-color: #E1E6EB !important;
  color: #707F89;
}
.frm-text:disabled::-moz-placeholder {
  color: inherit !important;
}
.frm-text:disabled::placeholder {
  color: inherit !important;
}
.frm-text.frm-empty {
  background-color: #E5F0F7;
}
.frm-text.frm-empty:focus {
  background-color: transparent;
}
.frm-text.frm-error {
  background-color: #FFF2F2;
  border-color: #FF6666;
  box-shadow: inset 0 0 0 2px #FF6666;
}
.frm-text.frm-error:focus {
  outline-color: #FF6666;
  background-color: #FFF2F2;
}
.frm-text[readonly] {
  border-style: dashed;
}

.frm-date {
  display: inline-block;
  position: relative;
}
.frm-date::after {
  content: "\e8df";
  color: #707F89;
  font-family: "Material Icons Outlined";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 2.4rem;
  width: 1em;
  height: 1em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 10px;
  pointer-events: none;
}
.frm-date .frm-text {
  padding-right: 36px;
}
.frm-date .frm-text::-moz-placeholder {
  color: #053156;
}
.frm-date .frm-text::placeholder {
  color: #053156;
}

/* ----- */
textarea.frm-text {
  resize: vertical;
}

textarea.textarea-frame {
  width: 100%;
  height: 280px;
  padding: 25px;
  border: 1px solid #98A6B5;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #053156;
  resize: none;
}

/* ----- */
.frm-select {
  background-color: #fff;
  display: inline-block;
  min-height: 38px;
  position: relative;
  vertical-align: middle;
}
.frm-select.frm-empty {
  background-color: #E5F0F7;
}
.frm-select.frm-empty:focus {
  background-color: transparent;
}
.frm-select::before {
  content: "\e5c5";
  color: #707F89;
  font-family: "Material Icons Outlined";
  font-size: 2.4rem;
  width: 1em;
  height: 1em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 10px;
  pointer-events: none;
}
.frm-select:has(:disabled) {
  background-color: #E1E6EB;
  color: #707F89;
}
.frm-select:has(:disabled)::before {
  color: #98A6B5;
}
.frm-select > select {
  border: 1px solid #98A6B5;
  background-color: transparent;
  color: #053156;
  width: 100%;
  height: 100%;
  padding: 6px 30px 6px 10px;
  min-height: 38px;
  position: relative;
  outline: none;
}
.frm-select > select:focus {
  outline: 3px solid #0067B4;
  outline-offset: -3px;
}
.frm-select.frm-error {
  background-color: #FFF2F2;
  border: 1px solid #FF6666;
  box-shadow: inset 0 0 0 2px #FF6666;
}
.frm-select.frm-error > select {
  border-color: transparent;
}
.frm-select.frm-error > select:focus {
  outline-color: #FF6666;
  outline-width: 0;
}

.txt-note + .frm-select,
.txt-note-e + .frm-select {
  margin-top: 5px;
}

/* ----- */
.frm-data-wrap .frm-data-title {
  font-weight: 700;
}
.frm-data-wrap .frm-data-text {
  margin-top: 0;
}
.frm-data-wrap .frm-data-text + .frm-data-title {
  margin-top: 10px;
}

/* ----- */
.frm-error-text {
  margin-top: 10px;
  color: #BB3542;
}

/* ----- */
.frm-full {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.frm-w-2em {
  width: 100%;
  max-width: calc(1.4em + 48px);
  min-width: calc(1.4em + 48px);
}
.frm-w-4em {
  width: 100%;
  max-width: calc(2.8em + 48px);
  min-width: calc(2.8em + 48px);
}

.frm-w-5em {
  width: 100%;
  max-width: calc(3.5em + 48px);
  min-width: calc(3.5em + 48px);
}

.frm-w-10em {
  width: 100%;
  max-width: calc(7em + 48px);
  min-width: calc(7em + 48px);
}

.frm-w-15em {
  width: 100%;
  max-width: calc(10.5em + 48px);
  min-width: calc(10.5em + 48px);
}

.frm-w-20em {
  width: 100%;
  max-width: calc(14em + 48px);
  min-width: calc(14em + 48px);
}

.frm-w-25em {
  width: 100%;
  max-width: calc(17.5em + 48px);
  min-width: calc(17.5em + 48px);
}

.frm-w-30em {
  width: 100%;
  max-width: calc(21em + 48px);
  min-width: calc(21em + 48px);
}

.frm-w-35em {
  width: 100%;
  max-width: calc(24.5em + 48px);
  min-width: calc(24.5em + 48px);
}

.frm-w-40em {
  width: 100%;
  max-width: calc(28em + 48px);
  min-width: calc(28em + 48px);
}

.frm-w-45em {
  width: 100%;
  max-width: calc(31.5em + 48px);
  min-width: calc(31.5em + 48px);
}

.frm-w-50em {
  width: 100%;
  max-width: calc(35em + 48px);
  min-width: calc(35em + 48px);
}

.frm-w-55em {
  width: 100%;
  max-width: calc(38.5em + 48px);
  min-width: calc(38.5em + 48px);
}

.frm-w-60em {
  width: 100%;
  max-width: calc(42em + 48px);
  min-width: calc(42em + 48px);
}

.frm-w-65em {
  width: 100%;
  max-width: calc(45.5em + 48px);
  min-width: calc(45.5em + 48px);
}

.frm-w-70em {
  width: 100%;
  max-width: calc(49em + 48px);
  min-width: calc(49em + 48px);
}

.frm-w-75em {
  width: 100%;
  max-width: calc(52.5em + 48px);
  min-width: calc(52.5em + 48px);
}

.frm-w-80em {
  width: 100%;
  max-width: calc(56em + 48px);
  min-width: calc(56em + 48px);
}

.frm-w-85em {
  width: 100%;
  max-width: calc(59.5em + 48px);
  min-width: calc(59.5em + 48px);
}

.frm-w-90em {
  width: 100%;
  max-width: calc(63em + 48px);
  min-width: calc(63em + 48px);
}

.frm-w-95em {
  width: 100%;
  max-width: calc(66.5em + 48px);
  min-width: calc(66.5em + 48px);
}

.frm-w-100em {
  width: 100%;
  max-width: calc(70em + 48px);
  min-width: calc(70em + 48px);
}

.flatpickr-calendar.open {
  z-index: 2000;
}

.flatpickr-current-month {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.flatpickr-current-month > .flatpickr-monthDropdown-months {
  order: 2;
}
.flatpickr-current-month > .numInputWrapper {
  line-height: 1;
  order: 1;
}

.flatpickr-day {
  color: #053156;
}
.flatpickr-day:hover {
  background-color: #CDD6DD !important;
}
.flatpickr-day.today {
  border-color: #98A6B5;
}
.flatpickr-day.today:hover {
  background-color: #707F89 !important;
}
.flatpickr-day.today.selected:hover {
  color: #fff;
}
.flatpickr-day.selected {
  background-color: #E1E6EB;
  border-color: #E1E6EB;
  color: inherit;
}
.flatpickr-day.selected:hover {
  border-color: #CDD6DD;
  color: inherit;
}
.flatpickr-day.selected.prevMonthDay {
  background-color: #0067B4;
  border-color: #0067B4;
  color: #fff !important;
}
.flatpickr-day.selected.prevMonthDay.sunday:hover {
  color: #BB3542 !important;
}
.flatpickr-day.selected.prevMonthDay:hover {
  border-color: #CDD6DD;
  color: inherit;
}
.flatpickr-day.selected.nextMonthDay {
  background-color: #0067B4;
  border-color: #0067B4;
}
.flatpickr-day.selected.nextMonthDay.sunday {
  color: #fff !important;
}
.flatpickr-day.selected.nextMonthDay.sunday:hover {
  color: #BB3542 !important;
}
.flatpickr-day.selected.nextMonthDay.saturday {
  color: #fff !important;
}
.flatpickr-day.selected.nextMonthDay.saturday:hover {
  color: #0067B4 !important;
}

span.flatpickr-weekday:first-child,
.flatpickr-day.sunday,
.flatpickr-day.sunday.selected,
.flatpickr-day.sunday.selected:hover,
.flatpickr-day.holiday,
.flatpickr-day.holiday.selected,
.flatpickr-day.holiday.selected:hover,
.flatpickr-day.sunday.holiday,
.flatpickr-day.sunday.holiday:hover,
.flatpickr-day.saturday.holiday,
.flatpickr-day.saturday.holiday:hover {
  color: #BB3542;
}

span.flatpickr-weekday:last-child,
.flatpickr-day.saturday,
.flatpickr-day.saturday.selected,
.flatpickr-day.saturday.selected:hover {
  color: #0067B4;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: #B7B7B7;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: rgba(0, 0, 0, 0.6);
}

.flatpickr-day.flatpickr-disabled.sunday,
.flatpickr-day.flatpickr-disabled.sunday:hover,
.flatpickr-day.prevMonthDay.sunday,
.flatpickr-day.nextMonthDay.sunday,
.flatpickr-day.notAllowed.sunday,
.flatpickr-day.notAllowed.prevMonthDay.sunday,
.flatpickr-day.notAllowed.nextMonthDay.sunday,
.flatpickr-day.flatpickr-disabled.saturday,
.flatpickr-day.flatpickr-disabled.saturday:hover,
.flatpickr-day.prevMonthDay.saturday,
.flatpickr-day.nextMonthDay.saturday,
.flatpickr-day.notAllowed.saturday,
.flatpickr-day.notAllowed.prevMonthDay.saturday,
.flatpickr-day.notAllowed.nextMonthDay.saturday,
.flatpickr-day.flatpickr-disabled.holiday,
.flatpickr-day.flatpickr-disabled.holiday:hover,
.flatpickr-day.prevMonthDay.holiday,
.flatpickr-day.nextMonthDay.holiday,
.flatpickr-day.notAllowed.holiday,
.flatpickr-day.notAllowed.prevMonthDay.holiday,
.flatpickr-day.notAllowed.nextMonthDay.holiday {
  color: rgba(57, 57, 57, 0.3019607843);
}

.flatpickr-input {
  color: #053156;
}

/*---------------------------------
 * file
 */
input[type=file]::file-selector-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  margin-bottom: 2px;
  color: #053156;
  background-color: #fff;
  border: 1px solid #0067B4;
  border-radius: 4px;
  box-shadow: 0 2px 0 #CCCCCC;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease-out 0s, box-shadow 0.2s ease-out 0s;
  white-space: nowrap;
}
input[type=file]::file-selector-button:hover {
  background-color: #E5F0F7;
}
input[type=file]::file-selector-button:active {
  background-color: #B3D1E9;
  box-shadow: none;
}

/*---------------------------------
 * frame
 */
.frame-wrap {
  border: 2px solid #98A6B5;
  border-radius: 4px;
  margin-top: 20px;
  overflow-wrap: break-word;
}
.frame-wrap > .frame-head {
  background-color: #CDD6DD;
  font-weight: bold;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.frame-wrap .frame-content {
  padding: 25px 20px;
}
.frame-wrap .frame-content.show {
  display: block;
}
.frame-wrap .frame-content.hide {
  display: none;
}
.frame-wrap .frame-content .table-wrap:first-child {
  margin-top: 0;
}
.frame-wrap .frame-content > *:first-child {
  margin-top: 0;
}

/*---------------------------------
 * list
 */
* + .list {
  margin-top: 5px;
}

.list + .list {
  margin-top: 10px;
}

.message-wrap + .list {
  margin-top: 20px;
}

.list,
.list-chevron {
  line-height: 1.6;
  padding-left: 2em;
}
.list.with-icon li:not(:first-of-type),
.list-chevron.with-icon li:not(:first-of-type) {
  margin-top: 5px;
}
.list.with-icon li .material-icons-outlined,
.list-chevron.with-icon li .material-icons-outlined {
  margin-left: 5px;
  vertical-align: text-bottom;
  font-size: 2.2rem;
}
.list.with-button li:not(:first-of-type),
.list-chevron.with-button li:not(:first-of-type) {
  margin-top: 10px;
}
.list.with-button li .button,
.list-chevron.with-button li .button {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.list-chevron {
  list-style: none;
}
.list-chevron li::before {
  display: inline-block;
  font-family: "Material Icons Outlined";
  content: "\e315";
  font-size: 2.8rem;
  color: #0067B4;
  line-height: 1;
  vertical-align: middle;
  margin-left: -1em;
}

/* ----- */
.func-list-wrap {
  background-color: #F0F3F5;
  border-radius: 4px;
  padding: 30px 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.func-list-wrap .func-list-group {
  width: calc(50% - 10px);
}
.func-list-wrap .func-list-group .func-list-group-heading {
  font-size: 1.8rem;
  font-weight: 700;
}
.func-list-wrap .func-list-group .list {
  margin-left: 1em;
}

p + .func-list-wrap {
  margin-top: 20px;
}

/* ----- */
.anchor-list {
  display: flex;
  list-style: none;
  font-size: 2rem;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 40px;
}
.anchor-list .anchor-item {
  border-right: 1px solid #98A6B5;
}
.anchor-list .anchor-item:first-child {
  border-left: 1px solid #98A6B5;
}
.anchor-list .anchor-item a {
  padding: 2px 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  text-decoration: none;
}
.anchor-list .anchor-item a:not([href]) {
  color: #053156;
  font-weight: 700;
}
.anchor-list .anchor-item a[href] .anchor-text {
  text-decoration: underline;
}
.anchor-list .anchor-item a .material-icons-outlined {
  width: 2rem;
  font-size: 2rem;
  color: #0067B4;
}

/*---------------------------------
 * message
 */
.message-wrap:first-child {
  margin-top: 40px;
}

* + .message-wrap {
  margin-top: 20px;
}

.message-box {
  background-color: #E5F0F7;
  border: 1px solid #0067B4;
  border-radius: 4px;
  padding: 20px;
  overflow-wrap: break-word;
  word-break: break-word;
}
.message-box:has(.message-footer) {
  display: flex;
  flex-direction: column;
  height: 250px;
}
.message-box:has(.message-footer) .message-content {
  overflow: hidden;
}
.message-box:has(.message-footer).show {
  overflow: visible;
}
.message-box:has(.message-footer).show .message-footer::before {
  opacity: 0;
}
.message-box .message-title {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.message-box .message-title .material-icons-outlined {
  color: #0067B4;
  font-size: 3.2rem;
  margin-top: -3px;
  max-width: 3.2rem;
}
.message-box .message-title + .message-content {
  margin-top: 15px;
}
.message-box .message-content {
  margin-left: 42px;
}
.message-box .message-content div + div {
  margin-top: 15px;
}
.message-box .message-footer {
  width: 100%;
  margin-top: -70px;
}
.message-box .message-footer::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80px;
  background: linear-gradient(0deg, #E5F0F7 20%, transparent 100%);
}
.message-box .message-footer .button-wrap {
  justify-content: center;
}
.message-box + .number-wrap {
  margin-top: 20px;
}
.message-box b {
  color: #0067B4;
  font-weight: 700;
}
.message-box.message-error {
  border-color: #FF6666;
  background-color: #FFF2F2;
}
.message-box.message-error .message-title {
  font-size: 2rem;
  font-weight: 700;
}
.message-box.message-error .message-title .material-icons-outlined {
  color: #BB3542;
}
.message-box.message-error .message-title p {
  line-height: 1.4;
}
.message-box.message-error .message-content .text-color-red {
  color: #BB3542;
}
.message-box.message-error .message-footer::before {
  background: linear-gradient(0deg, #FFF2F2 20%, transparent 100%);
}

.number-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.number-wrap .number-label {
  font-weight: 700;
}
.number-wrap .number-value {
  background-color: #B3D1E9;
  padding: 5px;
}

p + .number-wrap {
  margin-top: 20px;
}

.message-operation-box {
  background-color: #F0F3F5;
  border-radius: 4px;
  padding: 20px;
  margin: 40px auto 0 auto;
  width: calc(100% - 40px);
  display: flex;
  justify-content: center;
}
.message-operation-box .frm-item-text {
  white-space: normal;
}

.information-box {
  width: 100%;
  height: 250px;
  border: 1px solid #98A6B5;
  border-radius: 4px;
  padding: 1px 0;
}
.information-box .information-textarea {
  width: 100%;
  height: 100%;
  padding: 22px 25px;
  color: #053156;
  resize: none;
}
.information-box.information-short {
  height: 140px;
}
.information-box.information-short .information-textarea {
  padding: 15px 20px;
}

/*---------------------------------
 * pagination
 */
.pagination-wrap {
  display: flex;
  flex-wrap: wrap;
}
.pagination-wrap .search-length {
  width: 100%;
  margin-bottom: 10px;
}
.pagination-wrap .button-wrap {
  margin-top: 0;
  flex-grow: 1;
}

.pagination-list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style-type: none;
}
.pagination-list a {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #0067B4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
  transition: background-color 0.2s ease-out 0s;
}
.pagination-list a:hover {
  background-color: #E5F0F7;
}
.pagination-list a:active {
  background-color: #B3D1E9;
}
.pagination-list a.current {
  background-color: #0067B4;
  color: #fff;
  pointer-events: none;
}
.pagination-list a.disabled {
  background-color: #E1E6EB;
  border-color: #98A6B5;
  color: #98A6B5;
  pointer-events: none;
}

.table-wrap + .pagination-wrap {
  margin-top: 10px;
}

/*---------------------------------
 * radio
 */
.frm-radio {
  display: inline-flex;
}
.frm-radio [type=radio] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.frm-radio [type=radio] + .frm-item {
  background-color: #fff;
  border: 2px solid #98A6B5;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  position: relative;
}
.frm-radio [type=radio] + .frm-item::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  opacity: 0;
  width: 1rem;
  height: 1rem;
}
.frm-radio [type=radio] + .frm-item + .frm-item-text {
  padding-left: 6px;
  cursor: pointer;
}
.frm-radio [type=radio]:disabled + .frm-item {
  background-color: #E1E6EB;
  border-color: #98A6B5;
  cursor: default;
}
.frm-radio [type=radio]:disabled + .frm-item + .frm-item-text {
  color: #707F89;
  cursor: default;
}
.frm-radio [type=radio]:focus-visible + .frm-item {
  outline: auto;
  outline-offset: 2px;
}
.frm-radio [type=radio]:checked + .frm-item {
  background-color: #0067B4;
  border-color: #0067B4;
}
.frm-radio [type=radio]:checked + .frm-item::before {
  opacity: 1;
}
.frm-radio [type=radio]:checked:disabled + .frm-item {
  background-color: #98A6B5;
  border-color: #98A6B5;
}
.frm-radio [type=radio]:checked:disabled + .frm-item::before {
  background-color: #E1E6EB;
}

/*---------------------------------
 * stepper
 */
.stepper-wrap {
  margin: 40px auto 0 auto;
  padding: 0 45px;
  width: 100%;
  max-width: 100%;
}
.stepper-wrap .stepper {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.stepper-wrap .stepper.stepper-short {
  width: 960px;
  margin: 0 auto;
}
.stepper-wrap .stepper li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 2px;
  width: 100%;
  min-height: 64px;
  padding: 5px 24px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #707F89;
  text-align: center;
  background-color: #fff;
  border: 1px solid #98A6B5;
  position: relative;
}
.stepper-wrap .stepper li::before, .stepper-wrap .stepper li::after {
  position: absolute;
  top: 0;
  right: -16px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  z-index: 1;
}
.stepper-wrap .stepper li:not(:last-child)::before {
  background-color: #98A6B5;
  clip-path: polygon(0% 0%, calc(100% - 14px) 0%, 100% 50%, calc(100% - 14px) 100%, 0% 100%, 14px 50%);
}
.stepper-wrap .stepper li:not(:last-child)::after {
  background-color: #fff;
  clip-path: polygon(0% 0%, calc(100% - 14px) 0%, 100% 50%, calc(100% - 14px) 100%, 0% 100%, 14px 50%);
  right: -15px;
}
.stepper-wrap .stepper li.step-done {
  color: #053156;
  background-color: #CDD6DD;
  border-color: #CDD6DD;
}
.stepper-wrap .stepper li.step-done::before {
  background-color: #fff;
}
.stepper-wrap .stepper li.step-done::after {
  background-color: #CDD6DD;
}
.stepper-wrap .stepper li.step-current {
  background-color: #0067B4;
  border-color: #0067B4;
  color: #fff;
}
.stepper-wrap .stepper li.step-current::before, .stepper-wrap .stepper li.step-current::after {
  background-color: #0067B4;
}
.stepper-wrap .stepper li.step-current:last-child::before, .stepper-wrap .stepper li.step-current:last-child::after {
  content: none;
}
.stepper-wrap .stepper li .step-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stepper-wrap .stepper li .step-text-e {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1.2;
}

/*---------------------------------
 * tab
 */
.tab-wrap .tab-list {
  display: flex;
  -moz-column-gap: 3px;
       column-gap: 3px;
  margin-bottom: 10px;
  border-bottom: 2px solid #0067B4;
}
.tab-wrap .tab-list .tab-switch {
  width: 5%;
  min-height: 30px;
  background-color: #E1E6EB;
  border-radius: 4px 4px 0 0;
  font-size: 1.8rem;
  transition: background-color 0.2s ease-out 0s;
}
.tab-wrap .tab-list .tab-switch:hover {
  background-color: #CDD6DD;
}
.tab-wrap .tab-list .tab-switch[aria-selected=true] {
  background-color: #0067B4;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
}

/*---------------------------------
 * table
 */
/* ----- */
.table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.table a:not(.button) {
  color: #0067B4;
}
.table p {
  line-height: 1.4;
}
.table p.table-text:not(:first-child) {
  margin-top: 10px;
}
.table th,
.table td {
  border-width: 0;
  border-color: #98A6B5;
  border-style: solid;
  padding: 13px 10px;
  overflow-wrap: break-word;
  background-color: initial;
}
.table th.required-wrap,
.table td.required-wrap {
  position: relative;
}
.table th.required-wrap > .required-mark,
.table td.required-wrap > .required-mark {
  position: absolute;
  top: calc(50% - 9.5px);
  right: 12px;
}
.table th.aligncenter > .button,
.table td.aligncenter > .button {
  margin: 0 auto;
}
.table th {
  background-color: #F0F3F5;
  font-weight: 700;
}
.table.table-w-auto {
  width: auto;
}
.table.table-header-vertical {
  border-bottom: 1px solid #98A6B5;
}
.table.table-header-vertical th,
.table.table-header-vertical td {
  text-align: left;
  border-top-width: 1px;
}
.table.table-header-vertical th.required-wrap,
.table.table-header-vertical td.required-wrap {
  padding-right: 55px;
}
.table.table-header-vertical th.border-left,
.table.table-header-vertical td.border-left {
  border-left-width: 1px;
}
.table.table-header-horizontal th,
.table.table-header-horizontal td {
  border-width: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table.table-header-horizontal td:has(.frm-radio) {
  line-height: 1;
}
.table.table-header-horizontal .thead-sort-text th {
  padding-bottom: 5px;
  border-bottom-width: 0;
}
.table.table-header-horizontal .thead-sort-button th {
  line-height: 1;
  padding-top: 5px;
  border-top-width: 0;
}
.table.table-header-horizontal .thead-sort-text th.sorted,
.table.table-header-horizontal .thead-sort-button th.sorted {
  background-color: #E1E6EB;
}

.table-line-selectable tbody tr:hover {
  background-color: #E5F0F7;
  cursor: pointer;
}
.table-line-selectable tbody tr.selected {
  background-color: #B3D1E9;
}
.table-line-selectable tbody tr .frm-radio,
.table-line-selectable tbody tr .frm-checkbox {
  pointer-events: none;
}

/* ----- */
* + .table-wrap {
  margin-top: 20px;
}

.table-wrap.table-scroll-x {
  overflow-x: scroll;
  border-left: 1px solid #98A6B5;
  border-right: 1px solid #98A6B5;
  border-bottom: 1px solid #98A6B5;
}
.table-wrap.table-scroll-x .table th:first-of-type,
.table-wrap.table-scroll-x .table td:first-of-type {
  border-left: none;
}
.table-wrap.table-scroll-x .table th:last-of-type,
.table-wrap.table-scroll-x .table td:last-of-type {
  border-right: none;
}
.table-wrap.table-scroll-y {
  overflow-y: scroll;
  border-top: 1px solid #98A6B5;
  border-bottom: 1px solid #98A6B5;
}
.table-wrap.table-scroll-y .table tr:first-of-type th {
  border-top: none;
}
.table-wrap.table-scroll-y .table tr:last-of-type td {
  border-bottom: none;
}
.table-wrap.table-expandable {
  overflow: hidden;
}

/* ----- */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*---------------------------------
 * title
 */
.heading1 {
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  min-height: 64px;
}
.heading1 > .heading-icons {
  margin-right: 20px;
  min-width: 64px;
  min-height: 64px;
  flex: 0 0 64px;
}

.heading2 {
  font-size: 2.4rem;
  border-bottom: 3px solid #CDD6DD;
  width: calc(100% + 20px);
  margin-top: 40px;
  margin-left: -10px;
  padding: 0 10px 15px 10px;
}
.heading2:not(:has(.button)) + * {
  margin-top: 20px;
}
.heading2:has(.button) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heading3 {
  font-size: 2rem;
  margin-top: 40px;
  padding: 0 0 0 15px;
  position: relative;
}
.heading3::before {
  background-color: #0067B4;
  content: "";
  display: inline-block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.heading3 + * {
  margin-top: 20px;
}
.heading3:has(.button) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heading4 {
  font-size: 1.8rem;
  border-bottom: 1px solid #CDD6DD;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 20px;
}
.heading4 + * {
  margin-top: 15px;
}
.heading4:has(.button) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heading5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 15px;
}
.heading5 + * {
  margin-top: 10px;
}

/*---------------------------------
 * tool-tip
 */
.tool-tip-wrap {
  display: inline-block;
  margin-left: 4px;
  line-height: 1;
  position: relative;
}
.tool-tip-wrap .tool-tip-icon {
  display: inline-block;
}
.tool-tip-wrap:not(:has(button)) {
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: text-top;
}
.tool-tip-wrap:not(:has(button)) .tool-tip-icon {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  text-decoration: none;
}
.tool-tip-wrap:not(:has(button)) .tool-tip-icon::before {
  font-family: "Material Icons Outlined";
  content: "\e887";
  font-size: 2.4rem;
  font-weight: 400;
  color: #0067B4;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tool-tip-wrap:has(button) {
  width: 20px;
  height: 16px;
  vertical-align: baseline;
  overflow: clip;
}
.tool-tip-wrap:has(button) .tool-tip-icon {
  cursor: pointer;
  overflow: hidden;
  background: center center/contain no-repeat;
  background-image: url(../image/ico_help.svg);
  width: 20px;
  height: 16px;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: top;
}
.tool-tip-wrap:has(button) > .tool-tip {
  background-color: #F0F3F5;
  border: 1px solid #98A6B5;
  border-radius: 4px;
  color: #053156;
  display: inline-block;
  font-weight: normal !important;
  overflow-wrap: break-word;
  padding: 10px;
  text-align: left;
  width: 240px;
  position: absolute;
  left: -110px;
  white-space: normal !important;
  clip: rect(0px, 0px, 0px, 0px);
  opacity: 0;
  transition: clip 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
  z-index: 20;
  filter: drop-shadow(0 2px 0 #CCCCCC);
  --pos-left: calc(50% - 8px);
}
.tool-tip-wrap:has(button) > .tool-tip::before, .tool-tip-wrap:has(button) > .tool-tip::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  z-index: 20;
  pointer-events: none;
}
.tool-tip-wrap:has(button) > .tool-tip::before {
  background-color: #98A6B5;
  left: var(--pos-left);
}
.tool-tip-wrap:has(button) > .tool-tip::after {
  background-color: #F0F3F5;
  left: var(--pos-left);
}
.tool-tip-wrap.show {
  overflow: visible;
}
.tool-tip-wrap.show.bottom > .tool-tip {
  top: calc(100% + 10px);
}
.tool-tip-wrap.show.bottom > .tool-tip::before, .tool-tip-wrap.show.bottom > .tool-tip::after {
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  left: var(--pos-left);
}
.tool-tip-wrap.show.bottom > .tool-tip::before {
  top: -10px;
}
.tool-tip-wrap.show.bottom > .tool-tip::after {
  top: -8.5px;
}
.tool-tip-wrap.show.top > .tool-tip {
  bottom: calc(100% + 10px);
}
.tool-tip-wrap.show.top > .tool-tip::before, .tool-tip-wrap.show.top > .tool-tip::after {
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.tool-tip-wrap.show.top > .tool-tip::before {
  bottom: -10px;
}
.tool-tip-wrap.show.top > .tool-tip::after {
  bottom: -8.5px;
}
.tool-tip-wrap.show > .tool-tip {
  clip: auto;
  opacity: 1;
}
@media screen{
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}