body {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.5625;
  letter-spacing: 0.02em;
}

a {
  vertical-align: baseline;
}

img {
  width: auto;
  height: auto;
}

.wrapper {
  position: relative;
  min-width: 1228px;
}

.common__inner {
  max-width: 1228px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .common__inner {
    padding: 0 3%;
  }
}
.common__indent {
  display: inline-block;
}

.common__btn a {
  width: 100%;
  border: 2px solid #2864f0;
  background: #2864f0;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s;
}
.common__btn a:hover {
  background: #245ad6 !important;
  border-color: #245ad6 !important;
}

.download__btn a {
  width: 100%;
  display: inline-block;
  letter-spacing: 0.05em;
  margin: 0 auto 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-block: 4px;
  color: #fff;
  background-color: #ef5300;
  border-radius: 30px;
}

.form__btn a {
  width: 100%;
  display: inline-block;
  letter-spacing: 0.05em;
  margin: 0 auto 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-block: 8px;
  color: #3567e7;
  background-color: #fff;
  border: 2px solid #3567e7;
  border-radius: 30px;
}

.common__annotation {
  position: relative;
}

.common__annotation-icon {
  width: 30px;
  cursor: pointer;
}

.common__annotation-bubble {
  z-index: 10;
  position: absolute;
  top: 51px;
  width: 568px;
  padding: 18px 20px;
  background: rgba(115, 165, 255, 0.85);
  border-radius: 2px;
  transition: 0.4s ease all;
  visibility: hidden;
  opacity: 0;
}
.common__annotation-bubble.is-shown {
  visibility: visible;
  opacity: 1;
}
.common__annotation-bubble::after {
  content: "";
  position: absolute;
  left: 11px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 10px solid rgba(115, 165, 255, 0.85);
  border-top: 0;
}

.common__annotation-bubble-txt {
  display: block;
  text-indent: -10px;
  color: #666666;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.25;
}

.fv__lyt.is-02 .common__annotation-bubble-txt{
  margin: 0 0 0 114px;
}

.common__ttl {
  position: relative;
  left: 6px;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
}

.common__txt {
  letter-spacing: 0.04em;
  text-align: center;
  font-size: 18px;
}

.header {
  z-index: 100;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__lyt {
  display: flex;
  align-items: center;
}

.header .common__inner {
  padding-top: 19px;
  padding-bottom: 18px;
}
.header .common__btn a {
  padding: 4px 18px;
  margin-top: 0;
  border-radius: 5px;
  border-width: 1px;
  font-size: 13px;
  line-height: 1.5;
}
.header .common__btn.is-download,
.header .common__btn.is-login {
  margin-right: 20px;
}
.header .common__btn.is-download a,
.header .common__btn.is-login a {
  color: #2864f0;
  background: #fff;
}
.header .common__btn.is-download a:hover,
.header .common__btn.is-login a:hover {
  background: #f2f6fe !important;
  border-color: #245ad6 !important;
}

.header__logo img {
  width: 175px;
  height: 43px;
}

.fv {
  background: #ebf3ff;
}
.fv .common__inner {
  padding-top: 24px;
  padding-bottom: 51px;
  height: 580px;
}
.fv .common__btn {
  width: 434px;
  margin-bottom: 33px;
}
.fv .common__btn a {
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.fv__row {
  width: 850px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.fv__lyt.is-01 {
  width: 370px;
}

.fv__lyt.is-02 {
  padding-top: 45px;
}

.fv__ttl {
  margin-bottom: -25px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.fv__ttl-small, .fv__ttl-lyt {
  display: block;
}

.fv__ttl-small {
  font-size: 14.8px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.fv__ttl-lyt {
  margin: -50px 0 0 -4px;
  font-size: 68px;
  font-weight: 900;
}

.fv__ttl-lyt-large {
  font-family: "Roboto", sans-serif;
  font-size: 120px;
  font-weight: 700;
}
.fv__ttl-lyt-large.is-adjust-horizontal {
  margin: 0 -9px 0 -18px;
}

.fv__ttl-lyt-medium {
  font-size: 92px;
}

.fv__ttl-lyt-small {
  font-size: 62px;
  font-weight: 900;
}

.fv__ttl-lyt .is-adjust-vertical {
  position: relative;
  top: -5px;
}

.fv .txt {
  font-size: 14px;
  margin-left: 86px;
  margin-bottom: 5px;
  position: relative;
}
.fv .txt::before {
  position: absolute;
  content: "";
  background-image: url(../images/fv-txt-prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 14px;
  bottom: 11%;
  left: -9%;
}
.fv .txt::after {
  position: absolute;
  content: "";
  background-image: url(../images/fv-txt-next.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 14px;
  bottom: 11%;
  right: -9%;
}
.fv .fv__btn {
  width: 326px;
  margin-left: 12px;
  margin-top: 8px;
}

.fv__img-01 {
  width: 370px;
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
}
.fv__img-01 img {
  margin-right: 17px;
}
.fv__img-01 img:first-child {
  width: 140px;
  height: 70px;
}
.fv__img-01 img:nth-child(2) {
  width: 150px;
  height: 74px;
}

.fv__img-02 {
  margin-bottom: 20px;
  width: 460px;
}

.fv__img-02 img{
  width: 100%;
}

.fv .common__annotation.is-02 .common__annotation-bubble {
  left: 1px;
}

.offer {
  background-color: #235ac6;
  color: #fff;
  padding-block: 23px;
}
.offer__btn-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.offer .txt {
  font-size: 14px;
  margin-left: 111px;
  margin-bottom: 5px;
  position: relative;
}
.offer .txt::before {
  position: absolute;
  content: "";
  background-image: url(../images/offer__txt01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 14px;
  bottom: 11%;
  left: -9%;
}
.offer .txt::after {
  position: absolute;
  content: "";
  background-image: url(../images/offer__txt02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 14px;
  bottom: 11%;
  right: -9%;
}
.offer__btn {
  width: 370px;
}
.offer .download__btn a {
  width: 100%;
  display: inline-block;
  letter-spacing: 0.05em;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-block: 4px;
  color: #fff;
  background-color: #ef5300;
  border-radius: 30px;
}
.offer .form__btn a {
  width: 100%;
  display: inline-block;
  letter-spacing: 0.05em;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-block: 14.5px;
  color: #3567e7;
  background-color: #fff;
  border: 2px solid #3567e7;
  border-radius: 30px;
}

.function {
  padding-top: 66px;
}
.function .common__ttl {
  margin-bottom: 57px;
}
.function__items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.function__items ul::after {
  content: "";
  width: 100%;
}
.function__item {
  width: 242px;
  height: 202px;
  background-color: #f7f5f5;
  text-align: center;
}
.function__item span {
  display: inline-block;
}
.function__item:first-child {
  padding-top: 14px;
}
.function__item:first-child span {
  margin-top: 25px;
}
.function__item:nth-child(2) {
  padding-top: 22px;
}
.function__item:nth-child(2) span {
  margin-top: 25px;
}
.function__item:nth-child(3) {
  padding-top: 14px;
}
.function__item:nth-child(3) span {
  margin-top: 22px;
  line-height: 1.3;
}
.function__item:nth-child(4) {
  padding-top: 28px;
}
.function__item:nth-child(4) span {
  margin-top: 22px;
  line-height: 1.3;
}
.function__item:nth-child(5) {
  padding-top: 29px;
}
.function__item:nth-child(5) span {
  margin-top: 25px;
}
.function__item:nth-child(6) {
  padding-top: 18px;
}
.function__item:nth-child(6) span {
  margin-top: 25px;
}
.function__item:last-child {
  padding-top: 23px;
}
.function__item:last-child span {
  margin-top: 25px;
}
.function__item:nth-child(n+4) {
  order: 1;
}
.function__item img {
  display: block;
  margin: 0 auto;
}

.recommend {
  padding-top: 93px;
}
.recommend__boxes {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.recommend__boxes--title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #2864f0;
  background-color: #dce8ff;
  margin-bottom: 12px;
  padding-block: 10px;
  border-radius: 28px;
}
.recommend__items {
  display: flex;
  gap: 15px;
}
.recommend__item {
  width: 255px;
  text-align: center;
  padding-bottom: 34px;
  border: 1px solid #3567e7;
}
.recommend__item--title {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  background-color: #3567e7;
  padding-block: 13px;
  margin-bottom: 16px;
}
.recommend__item--txt {
  font-size: 15px;
  color: #3567e7;
  margin-bottom: 20px;
}
.recommend__item--pay {
  font-size: 17px;
  font-weight: bold;
}
.recommend__item--price {
  font-size: 23px;
  font-weight: bold;
}
.recommend__item--price span {
  font-size: 46px;
  color: #3567e7;
}
.recommend__item--detail {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 35px;
}
.recommend__item--btn {
  width: 237px;
  margin: 0 8px 0;
  background-color: #3567e7;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
}
.recommend__item--btn a {
  display: inline-block;
  padding-block: 13px;
}
.recommend__item--lists {
  text-align: left;
  margin-inline: 16px;
  margin-bottom: 32px;
}
.recommend__item--list {
  font-size: 12px;
}
.recommend__item.recommend__item01 .recommend__item--detail {
  margin-top: 26px;
}
.recommend__item.recommend__item01 .recommend__item--lists {
  margin-bottom: 70px;
}
.recommend__item.recommend__item02 {
  border: 1px solid #e86023;
}
.recommend__item.recommend__item02 .recommend__item--title {
  background-color: #e86023;
}
.recommend__item.recommend__item02 .recommend__item--lists {
  margin-bottom: 88px;
}
.recommend__item.recommend__item02 .recommend__item--btn {
  background-color: #e86023;
}

.link .common__inner {
  padding-top: 100px;
  padding-bottom: 120px;
}

.link__list {
  display: flex;
  justify-content: center;
}

.link__list-item {
  width: 393px;
  margin-right: 29px;
  position: relative;
}
.link__list-item::before, .link__list-item::after {
  position: absolute;
  content: "";
  transform: rotate(45deg);
}
.link__list-item::before {
  top: 45%;
  right: 40px;
  width: 2px;
  height: 12px;
  border-right: 2px solid #2a63f0;
}
.link__list-item::after {
  top: 51%;
  right: 42px;
  width: 12px;
  height: 2px;
  border-bottom: 2px solid #2a63f0;
}
.link__list-item:last-of-type {
  margin-right: 0;
}

.link__list-item a:hover .link__list-item-ttl {
  background: #245ad6;
  border-color: #245ad6;
}

.link__list-item-txt {
  display: flex;
  align-items: center;
  padding: 9px 20px 12px;
  border: 2px solid #2864f0;
  transition: all 0.2s;
  color: #2864f0;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .link__list-item.is-feature .link__list-item-txt {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.link__list-item a:hover .link__list-item-txt {
  background: #f2f6fe;
  border-color: #245ad6;
}

.link__list-item-icon {
  display: inline-block;
  margin-right: 10px;
}

.link__list-item.is-feature .link__list-item-icon {
  margin-right: 15px;
}
.link__list-item.is-plan .link__list-item-icon {
  margin-right: 19px;
}

.feature {
  background: #ebf3ff;
}
.feature .common__inner {
  padding-top: 45px;
  padding-bottom: 61px;
}
.feature .common__ttl {
  margin-bottom: 52px;
}

.feature__txt {
  position: relative;
  left: -51px;
  margin: 85px 0 89px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature__txt {
    left: 0;
  }
}
.feature__txt-lyt {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .feature__txt-lyt {
    left: -29px;
  }
}
.feature__txt::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: -7px;
  left: 54px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 472px solid transparent;
  border-left: 472px solid transparent;
  border-top: 100px solid #2864f0;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  .feature__txt::after {
    left: 0;
  }
}
.feature__txt-large {
  display: block;
  z-index: 2;
  position: relative;
  margin-top: -8px;
  font-size: 30px;
}

.feature__block {
  padding: 53px 108px 63px 70px;
  margin-bottom: 59px;
  background: #fff;
}
.feature__block.is-02 {
  padding-right: 71px;
}
.feature__block.is-02 .feature__block-ttl {
  margin-bottom: 22px;
}
.feature__block.is-03 {
  padding-right: 55px;
}
.feature__block.is-03 .feature__block-ttl {
  margin-bottom: 24px;
}
.feature__block.is-04 {
  padding-right: 42px;
}
.feature__block.is-04 .feature__block-ttl {
  margin-bottom: 25px;
}

.feature__block-row {
  display: flex;
  align-items: center;
  margin-bottom: 41px;
}

.feature__block-lyt-01 {
  width: 628px;
  margin-right: auto;
}

.feature__block-ttl {
  margin-bottom: 0;
  font-size: 38px;
  letter-spacing: 0.06em;
  color: #2a63f0;
}

.feature__block-txt {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.feature__block-txt-bold {
  font-weight: 700;
}

.feature__block-link {
  margin-top: 20px;
}
.feature__block-link a {
  color: #2864f0;
  font-weight: 400;
}
.feature__block-link a:hover .feature__block-link-lyt {
  text-decoration: underline;
}

.feature__block-link-arrow {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: -2px;
  font-size: 24px;
}

.feature__block-img.is-storylane {
  position: relative;
  top: -20px;
  cursor: pointer;
}

.feature__block .common__annotation-icon {
  width: 26px;
}
.feature__block .common__annotation {
  margin-top: 15px;
}

.feature__block-lyt-01 .common__annotation-bubble {
  width: 407px;
  top: 45px;
}
.feature__block-lyt-01 .common__annotation-bubble::after {
  left: 9px;
}

.feature__block-lyt-02 .common__annotation-bubble {
  width: 536px;
  top: 48px;
}
.feature__block-lyt-02 .common__annotation-bubble::after {
  left: 7px;
}

@media screen and (max-width: 1228px) {
  .feature__block-lyt-02 .common__annotation-bubble {
    max-width: 120%;
  }
}
.feature__storylane {
  display: none;
  position: fixed;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  min-width: 1228px;
  height: 100%;
}

.feature__storylane-contents {
  z-index: 202;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1142px;
}

.feature__storylane-bg {
  position: absolute;
  z-index: 201;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1228px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.feature__storylane-btn {
  position: absolute;
  top: -23px;
  right: -23px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #323232;
  cursor: pointer;
}
.feature__storylane-btn::before, .feature__storylane-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 23px;
  background: #fff;
}
.feature__storylane-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.feature__storylane-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.reason {
  padding: 70px 109px;
}
.reason .common__inner {
  padding-inline: 42px;
}
.reason .common__ttl {
  margin-bottom: 60px;
}
.reason__block {
  display: flex;
  align-items: center;
  width: 960px;
  margin: 0 auto;
}
.reason__block--left {
  width: 600px;
  font-size: 24px;
  margin-right: auto;
  letter-spacing: 0.1em;
}
.reason__block--right {
  width: 400px;
}
.reason__block--right img {
  width: 100%;
}

.plan {
  padding-block: 116px;
}
.plan .common__inner {
  max-width: 1107px;
  margin: 0 auto;
}
.plan .common__ttl {
  position: relative;
  left: 2px;
  margin-bottom: 54px;
}
.plan .common__txt {
  margin-bottom: 79px;
}

.plan__table {
  width: 100%;
  margin: 0 auto 12px;
  border: 1px solid #e1dcdc;
}

.plan__table-header, .plan__table-detail {
  position: relative;
  border-right: 1px solid #e1dcdc;
  border-bottom: 1px solid #e1dcdc;
  font-weight: 500;
  text-align: center;
}

.plan__table-header.is-02, .plan__table-detail.is-02 {
  background: #fff2d5;
  border-right: 1px solid #e14050;
  border-bottom: 1px solid #ffd473;
}

.plan__table-header.is-02.is-border-top, .plan__table-detail.is-02.is-border-top {
  border-top: 1px solid #e14050;
}

.plan__table-header.is-02.is-border-bottom, .plan__table-detail.is-02.is-border-bottom {
  border-bottom: 1px solid #e14050;
}

.plan__table-header:has(+ .is-02), .plan__table-detail:has(+ .is-02) {
  border-right: 1px solid #e14050;
}

.plan__table-header {
  width: 23%;
  padding: 27px 0 23px;
}

.plan__table-tbody .plan__table-header {
  background: #f7f5f5;
}

.plan__table-header:first-of-type {
  width: 28.6%;
}

.plan__table-tbody .plan__table-header {
  vertical-align: top !important;
  padding: 7px 10px 52px;
  font-size: 15px;
  text-align: left;
}
.plan__table-tbody .plan__table-header:first-of-type {
  width: 14.1%;
}
.plan__table-tbody .plan__table-detail:first-of-type {
  width: 17%;
}
.plan__table-tbody .plan__table-header {
  vertical-align: middle;
}
.plan__table-tbody .plan__table-detail {
  vertical-align: middle;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
}
.plan__table-tbody .plan__table-detail:first-of-type {
  padding: 11px 10px;
  text-align: left;
  font-size: 12px;
}
.plan__table-tbody .plan__table-detail:first-of-type.is-adjust {
  padding-top: 22px;
  padding-bottom: 21px;
}

.plan__table-small {
  display: block;
  margin-top: 5px;
  font-size: 10px;
}
.plan__table-small.is-adjust {
  margin-top: 5px;
}

.plan__table-large {
  font-size: 22px;
  letter-spacing: 0;
}

.plan__table-ttl {
  display: block;
  margin-bottom: 10px;
}

.plan__table-txt {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.plan__table-bubble {
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  width: 136px;
  padding: 2px 10px;
  margin: 0 auto;
  border-radius: 12px;
  background: #e14050;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.plan__table-bubble::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #e14050;
  border-bottom: 0;
}

.plan__table-link {
  display: block;
}
.plan__table-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2864f0;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.plan__table-link a:hover .plan__table-link-txt {
  text-decoration: underline;
}

.plan__table-link-arrow {
  margin-right: 2px;
}
.plan__table-link-arrow img {
  width: 10px;
  height: 20px;
}

.plan__table-icon img {
  width: 24px;
  height: 24px;
}

.plan__table-point {
  position: absolute;
  left: -26px;
  top: 6px;
  width: 110px;
  padding: 2px 10px;
  background: #e14050;
  color: #fff;
  font-size: 13px;
  transform: rotate(-31deg);
}

.plan__table .common__btn {
  display: block;
  width: 195px;
  margin: 0 auto 16px;
}
.plan__table .common__btn a {
  padding: 4px 15px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.plan__table .plan__table-header.is-02 .common__btn a {
  background: #fa6414;
  border: 2px solid #fa6414;
}
.plan__table .plan__table-header.is-02 .common__btn a:hover {
  background: #ef5300 !important;
  border: 2px solid #ef5300 !important;
}

.paper {
  padding-top: 88px;
  padding-bottom: 58px;
}
.paper__box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 21px;
  margin-top: 76px;
}
.paper__box--left {
  margin-right: 21px;
}
.paper__box--txt {
  font-size: 23px;
  font-weight: bold;
}
.paper__box--btn {
  width: 376px;
  margin: 43px auto 0;
  padding-block: 17px;
  font-size: 25px;
  text-align: center;
  color: #2964f0;
  border: 3px solid #2964f0;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .plan__table .common__btn a {
    width: 90%;
  }
}
.plan__annotation {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  display: none;
}
.plan__annotation.active {
  display: block;
}

.question {
  background: #ebf3ff;
}
.question .common__inner {
  padding-top: 89px;
  padding-bottom: 121px;
  max-width: 864px;
}
.question .common__ttl {
  margin-bottom: 57px;
}

.question__unit {
  padding: 0 7px;
  border-top: 1px solid #e1dcdc;
}
.question__unit:last-of-type {
  border-bottom: 1px solid #e1dcdc;
}

.question__unit-q {
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding: 14px 0;
  font-size: 19px;
  letter-spacing: 0.03em;
}
.question__unit-q::before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  top: 30px;
  height: 2px;
  right: 4px;
  background: #323232;
}
.question__unit-q::after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  top: 30px;
  height: 2px;
  right: 4px;
  background: #323232;
  transition: 0.3s ease all;
  transform: rotate(90deg);
}
.question__unit-q.is-active::after {
  transform: rotate(180deg);
}

.question__unit-a {
  display: none;
  padding: 17px 11px 30px 22px;
  color: #595959;
  font-weight: 400;
  line-height: 1.68;
}

.question__unit-icon {
  font-size: 23px;
}

.question__unit-q .question__unit-icon {
  margin-right: 6px;
}

.question__unit-a .question__unit-icon {
  display: block;
  margin-bottom: 2px;
  color: #323232;
  font-weight: 500;
}
.question__unit-a a {
  color: #2864f0;
  text-decoration: underline;
}

.footer {
  background: #464343;
}
.footer .common__inner {
  max-width: 1328px;
  padding-top: 65px;
  padding-bottom: 71px;
}

.footer__logo {
  margin-right: 91px;
}

.footer__list-01 {
  display: flex;
  position: relative;
  top: 9px;
}

.footer__list-01-item.is-truste {
  margin-right: 62px;
}
.footer__list-01-item.is-truste img {
  width: 122px;
  height: 38px;
}
.footer__list-01-item.is-facebook {
  margin-right: 23px;
}
.footer__list-01-item.is-facebook img {
  width: 31px;
  height: 34px;
}
.footer__list-01-item.is-youtube {
  margin-right: 23px;
}
.footer__list-01-item.is-youtube img {
  width: 35px;
  height: 33px;
}
.footer__list-01-item.is-twitter img {
  width: 30px;
  height: 34px;
}
.footer__list-01-item a:hover {
  opacity: 0.7;
}

.footer__row {
  display: flex;
  padding-left: 23px;
  padding-bottom: 67px;
  border-bottom: 1px solid #8c8989;
}

.footer__list-02 {
  display: flex;
  justify-content: center;
  padding-top: 38px;
  margin-bottom: 33px;
}

.footer__list-02-item {
  margin-right: 46px;
}
.footer__list-02-item:last-of-type {
  margin-right: 0;
}
.footer__list-02-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.footer__list-02-item a:hover {
  text-decoration: underline;
}

.footer__info {
  position: relative;
  top: 3px;
  margin-right: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer__info-lyt {
  display: block;
  margin-top: 4px;
  letter-spacing: 0.21em;
}

.footer__copyright {
  text-align: center;
}
.footer__copyright small {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.13em;
}

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

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

.ls20 {
  letter-spacing: 0.02em !important;
}

.ls-20 {
  letter-spacing: -0.02em !important;
}

.accordion__contents {
  display: none;
}

.accordion__btn {
  width: 272px;
  margin: 36px auto 0;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.slide-down {
  animation: slideDown 0.4s forwards;
  display: table-row-group;
}

.slide-up {
  animation: slideUp 0.4s forwards;
}/*# sourceMappingURL=style.css.map */



@charset "UTF-8";.btn {
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 4px 12px;
    text-align: center
}

.btn:focus {
    border-color: rgba(82,168,236,.8);
    -webkit-box-shadow: 0 0 8px #52a8ec;
    box-shadow: 0 0 8px #52a8ec;
    outline: 0 none
}

.btn:hover {
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none
}

.btn[disabled] {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    cursor: not-allowed;
    opacity: .65
}

.btn[disabled]:hover {
    background-color: #f8f8f8
}

.btn.btn-primary {
    background-color: #39d;
    border-color: #39d;
    color: #fff;
    font-weight: 700
}

.btn.btn-primary:hover {
    background-color: #5bf;
    border-color: #5bf
}

.btn.btn-primary[disabled] {
    background-color: #9bf;
    border-color: #9bf
}

.btn.btn-primary[disabled]:hover {
    background-color: #9bf
}

.btn.btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff
}

.btn.btn-danger:hover {
    background-color: #bd4946;
    border-color: #bd4946
}

.btn.btn-danger[disabled] {
    background-color: #d9534f
}

.btn.btn-danger[disabled]:hover {
    background-color: #d9534f
}

.content-block {
    background-color: #f9f9f9;
    border: 1px solid #efefef;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 15px
}

.content-block .content-title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px
}

.content-block .content-header {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
    padding-bottom: 8px;
    position: relative
}

.content-block .content-header:after {
    clear: both;
    content: "";
    display: block
}

.content-block .content-header:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.content-block .content-header .content-title {
    display: inline-block;
    float: left;
    padding-bottom: 0
}

.content-block .content-header .content-description {
    display: inline-block;
    float: right;
    padding-top: 5px
}

.content-block .content-header .actions {
    float: right
}

.error-page .error-message {
    border-bottom: 1px solid #e6e6e6;
    padding: 40px 15px
}

.error-page .error-message .logo {
    color: #001478;
    font-size: 60px;
    height: 70px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center
}

.error-page .error-message .error-message-title {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center
}

.error-page .error-message .error-message-body {
    text-align: center
}

.support-guidances {
    margin: 30px auto 0;
    width: 821px
}

.support-guidances:after {
    clear: both;
    content: "";
    display: block
}

.support-guidances .guidance {
    float: left;
    margin-right: 20px;
    width: 260px
}

.support-guidances .guidance:last-child {
    margin-right: 0
}

.support-guidances .guidance .guidance-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2
}

.support-guidances .guidance .guidance-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 37px;
    line-height: 21px;
    margin-top: 10px;
    width: 150px
}

.support-guidances .guidance .guidance-description {
    font-size: 11px;
    margin-top: 10px
}

input,select,textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    display: inline-block;
    font-size: 13px;
    line-height: 18px
}

input:focus,select:focus,textarea:focus {
    border-color: rgba(82,168,236,.8);
    -webkit-box-shadow: 0 0 8px #52a8ec;
    box-shadow: 0 0 8px #52a8ec;
    outline: 0 none
}

input.has-error,select.has-error,textarea.has-error {
    background-color: #f9e2e5;
    border-color: #c7243a
}

input[disabled],input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly] {
    background-color: #eee;
    border-color: #ddd;
    cursor: not-allowed
}

input,textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding: 4px;
    -webkit-transition: border .2s linear,box-shadow .2s linear;
    -webkit-transition: border .2s linear,-webkit-box-shadow .2s linear;
    transition: border .2s linear,-webkit-box-shadow .2s linear;
    transition: border .2s linear,box-shadow .2s linear;
    transition: border .2s linear,box-shadow .2s linear,-webkit-box-shadow .2s linear
}

input {
    height: 18px
}

select {
    height: 28px;
    padding: 0
}

input[type=file] {
    background-color: initial;
    border: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: normal;
    padding: initial;
    width: auto
}

input[type=checkbox],input[type=image],input[type=radio] {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin: 3px 0;
    padding: 0;
    width: auto
}

.standard-form .fields {
    margin-bottom: 16px
}

.standard-form .fields:after {
    clear: both;
    content: "";
    display: block
}

.standard-form .fields:last-child {
    margin-bottom: 0
}

.standard-form .fields label {
    display: block
}

.standard-form .fields .field {
    float: left;
    margin-right: 16px
}

.standard-form .fields .field .label-text {
    display: block;
    padding-bottom: 4px
}

.standard-form .fields .field input,.standard-form .fields .field select,.standard-form .fields .field textarea {
    margin: 0
}

.standard-form .fields .field.field-without-label:before {
    content: " ";
    display: block;
    padding-bottom: 4px
}

.modal-content {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(51,51,51,.4);
    box-shadow: 0 5px 10px 0 rgba(51,51,51,.4)
}

.modal-content .header {
    border-bottom: 1px solid #e6e6e6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    min-height: 40px;
    padding: 12px 15px 9px
}

.modal-content .header a.close-button {
    color: #a6a6a6;
    display: block;
    float: right
}

.modal-content .header a.close-button .description {
    display: none
}

.modal-content .header a.close-button:hover {
    color: #d9534f;
    text-decoration: none
}

.modal-content .header:after {
    clear: both;
    content: "";
    display: block
}

.modal-content .body {
    padding: 11px 15px 5px
}

.modal-content .body,.modal-content .footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

.modal-content .footer {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px 20px;
    text-align: center
}

.modal-content .footer .btn {
    font-size: 15px;
    margin-bottom: 4px;
    min-width: 160px;
    padding: 9px 14px
}

.notification {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    height: 30px;
    margin: 0 auto;
    padding: 0
}

.notification .notification-inner {
    border-radius: 0 0 4px 4px
}

.notification .notification-inner.clickable {
    cursor: pointer
}

.notification .notification-inner .notification-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 30px;
    overflow: hidden;
    padding: 6px 28px 6px 10px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notification .notification-inner .notification-content a {
    color: #fff
}

.notification .notification-inner .notification-content .close {
    color: #fff;
    float: none;
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
    position: absolute;
    right: 6px;
    text-shadow: none;
    top: 6px
}

.notification .notification-inner .notification-content .notification-progress {
    display: inline-block;
    height: 18px;
    margin-left: 10px;
    vertical-align: top
}

.notification .notification-inner .notification-content .notification-progress .progress-bar {
    background-color: #ebebeb;
    display: inline-block;
    height: 6px;
    position: relative;
    width: 80px
}

.notification .notification-inner .notification-content .notification-progress .progress-bar-inner {
    background-color: #2c70de;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

.notification .notification-inner .notification-content .notification-progress .progress-percent {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top
}

.notification.success .notification-inner {
    background-color: #5cac00
}

.notification.success .notification-inner.clickable:hover {
    background-color: #7cc822
}

.notification.warn .notification-inner {
    background-color: #e39622
}

.notification.warn .notification-inner.clickable:hover {
    background-color: #f3af49
}

.notification.error .notification-inner {
    background-color: #c7243a
}

.notification.error .notification-inner.clickable:hover {
    background-color: #f3af49
}

.notification.progress {
    background: none;
    border-radius: 0
}

.notification.progress .notification-inner {
    background-color: rgba(0,0,0,.7)
}

.step-content .step .step-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px
}

.step-content .step .step-title .step-number {
    background-color: #52b5f7;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 200;
    height: 32px;
    line-height: 32px;
    margin-right: 20px;
    text-align: center;
    width: 32px
}

.step-content .step .step-inner {
    border-left: 1px solid #e3e3e3;
    margin: 0 auto 6px 16px;
    padding: 4px 0 28px 38px
}

.step-content .step.last .step-inner {
    border-left: 1px solid transparent
}

table.list-table {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ddd;
    line-height: 18px;
    width: 100%
}

table.list-table>tbody>tr>td,table.list-table>tfoot>tr>td,table.list-table>tfoot>tr>th,table.list-table>thead>tr>th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    text-align: left
}

table.list-table>tbody>tr>td:first-child,table.list-table>tfoot>tr>td:first-child,table.list-table>tfoot>tr>th:first-child,table.list-table>thead>tr>th:first-child {
    padding-left: 24px
}

table.list-table>tbody>tr>td:last-child,table.list-table>tfoot>tr>td:last-child,table.list-table>tfoot>tr>th:last-child,table.list-table>thead>tr>th:last-child {
    padding-right: 24px
}

table.list-table>tbody>tr>td.checkbox-cell,table.list-table>tbody>tr>td.icon-cell,table.list-table>tbody>tr>td.radio-cell,table.list-table>tfoot>tr>td.checkbox-cell,table.list-table>tfoot>tr>td.icon-cell,table.list-table>tfoot>tr>td.radio-cell,table.list-table>tfoot>tr>th.checkbox-cell,table.list-table>tfoot>tr>th.icon-cell,table.list-table>tfoot>tr>th.radio-cell,table.list-table>thead>tr>th.checkbox-cell,table.list-table>thead>tr>th.icon-cell,table.list-table>thead>tr>th.radio-cell {
    text-align: center;
    width: 32px
}

table.list-table>tbody>tr>td.currency-cell,table.list-table>tfoot>tr>td.currency-cell,table.list-table>tfoot>tr>th.currency-cell,table.list-table>thead>tr>th.currency-cell {
    width: 90px
}

table.list-table>tbody>tr>td.date-cell,table.list-table>tfoot>tr>td.date-cell,table.list-table>tfoot>tr>th.date-cell,table.list-table>thead>tr>th.date-cell {
    white-space: nowrap;
    width: 100px
}

table.list-table>tbody>tr>td.date-with-icon-cell,table.list-table>tfoot>tr>td.date-with-icon-cell,table.list-table>tfoot>tr>th.date-with-icon-cell,table.list-table>thead>tr>th.date-with-icon-cell {
    white-space: nowrap;
    width: 120px
}

table.list-table>tbody>tr>td.active,table.list-table>tfoot>tr>td.active,table.list-table>tfoot>tr>th.active,table.list-table>thead>tr>th.active {
    background-color: #f5f5f5
}

table.list-table>thead>tr>th {
    background-color: #f0f0f0;
    font-weight: 700;
    vertical-align: bottom
}

table.list-table>thead>tr>th a.sorter {
    color: #333;
    text-decoration: none
}

table.list-table>thead>tr>th a.sorter.active {
    color: #c7243a
}

table.list-table>thead>tr>th a.sorter:hover {
    color: #c7243a;
    text-decoration: none
}

table.list-table>tbody>tr>td {
    border-top: 1px solid #ddd;
    vertical-align: top
}

table.list-table>tbody>tr>td.currency-cell {
    text-align: right
}

table.list-table>tbody>tr.active>td {
    background-color: #f5f5f5;
    cursor: pointer
}

table.list-table>tfoot>tr>td,table.list-table>tfoot>tr>th {
    border-top: 1px solid #ddd
}

table.list-table.without-top-border {
    border-top: 0
}

table.list-table.with-side-border {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.list-table.without-side-padding>tbody>tr>td:first-child,table.list-table.without-side-padding>thead>tr>th:first-child {
    padding-left: 8px
}

table.list-table.without-side-padding>tbody>tr>td:last-child,table.list-table.without-side-padding>thead>tr>th:last-child {
    padding-right: 8px
}

table.list-table.with-row-action>tbody>tr {
    cursor: pointer
}

table.list-table.with-row-action>tbody>tr:hover>td {
    background-color: #f5f5f5
}

table.list-table.with-vertical-border>tbody>tr>td,table.list-table.with-vertical-border>thead>tr>th {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.list-table.with-vertical-border>tbody>tr>td:first-child,table.list-table.with-vertical-border>thead>tr>th:first-child {
    border-left: none
}

table.list-table.with-vertical-border>tbody>tr>td:last-child,table.list-table.with-vertical-border>thead>tr>th:last-child {
    border-right: none
}

.contents-area {
    margin: 16px auto 12px;
    padding: 0;
    width: 940px
}

.contents-area ul.breadcrumbs {
    background-color: #f0f0f0;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 6px 15px
}

.contents-area ul.breadcrumbs>li {
    display: inline-block
}

.contents-area ul.breadcrumbs>li>.divider {
    padding: 0 5px
}

.fixed-container {
    margin: 0 auto;
    max-width: 940px
}

.main-container {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px 20px 20px
}

.main-container .fixed-container {
    max-width: 899px
}

.page-container {
    background: #fff;
    border: 1px solid #e3e3e3
}

.page-container .inner {
    padding: 10px 20px 20px
}

.page-container .inner.without-top-padding {
    padding-top: 0
}

.page-container .inner.without-bottom-padding {
    padding-bottom: 0
}

.page-container .fixed-container {
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 10px
}

.main-container .fixed-container,.page-container .fixed-container {
    max-width: 899px
}

.main-container .pagination,.page-container .pagination {
    text-align: center
}

.main-container .page-controls,.page-container .inner .page-controls {
    min-height: 28px;
    padding: 8px 0 15px
}

.main-container .page-controls .controls-aside,.page-container .inner .page-controls .controls-aside {
    float: right
}

.main-container .page-controls:after,.page-container .inner .page-controls:after {
    clear: both;
    content: "";
    display: block
}

@media screen and (min-width: 1024px) {
    .contents-area {
        margin-left:16px;
        margin-right: 16px;
        width: auto
    }
}

@media screen and (max-width: 768px) {
    .contents-area.responsive {
        width:auto
    }

    .contents-area.responsive ul.breadcrumbs {
        display: none
    }
}

.footer-area {
    font-size: 11px;
    padding: 0 0 48px;
    width: 940px
}

.footer-area:after {
    clear: both;
    content: "";
    display: block
}

.footer-area .navigations {
    float: left
}

.footer-area .navigations ul {
    margin: 0;
    padding: 0
}

.footer-area .navigations ul li {
    display: inline;
    list-style: none;
    margin-right: 8px
}

.footer-area .navigations ul.links {
    margin-bottom: 5px
}

.footer-area .navigations ul.links a {
    color: #ababac
}

.footer-area .navigations ul.copyright {
    color: #ccc
}

.footer-area ul.banners {
    float: right;
    list-style: none;
    margin: 0
}

.footer-area ul.banners li {
    display: inline;
    margin: 0 4px 0 0
}

.footer-area ul.banners li:last-child {
    margin-right: 0
}

.footer-area ul.banners li img {
    height: 32px
}

@media screen and (min-width: 1024px) {
    .footer-area {
        padding-left:16px;
        padding-right: 16px;
        width: auto
    }
}

@media screen and (max-width: 768px) {
    .footer-area.responsive {
        margin-left:10px;
        margin-right: 10px;
        width: auto
    }

    .footer-area.responsive .navigations {
        float: left;
        width: 180px
    }

    .footer-area.responsive .navigations ul li {
        display: block
    }

    .footer-area.responsive ul.banners {
        width: 200px
    }

    .footer-area.responsive ul.banners li {
        display: block;
        margin-bottom: 4px;
        text-align: right
    }
}

.header-area {
    margin: 0;
    padding: 0;
    width: 940px
}

.header-area.admin {
    margin-top: 45px
}

.header-area .navbar-top {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
    padding: 8px 16px;
    position: relative
}

.header-area .navbar-top:after {
    clear: both;
    content: "";
    display: block
}

.header-area .navbar-top .service-logo,.header-area .navbar-top .service-logo img {
    height: 42px
}

.header-area .navbar-top .user-header ul.user-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 20px
}

.header-area .navbar-top .user-header ul.user-navigation>li {
    display: inline-block;
    float: left;
    padding: 4px;
    position: relative
}

.header-area .navbar-top .user-header ul.user-navigation>li:after {
    background-color: #a4a4a4;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px
}

.header-area .navbar-top .user-header ul.user-navigation>li:last-child:after {
    content: none
}

.header-area .navbar-top .user-header ul.user-navigation>li button.logout-link,.header-area .navbar-top .user-header ul.user-navigation>li>a {
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 4px;
    text-decoration: none
}

.header-area .navbar-top .user-header ul.user-navigation>li button.logout-link:hover,.header-area .navbar-top .user-header ul.user-navigation>li>a:hover {
    background-color: #f5f5f5;
    text-decoration: none
}

.header-area .navbar-top .user-header ul.user-navigation>li.plan {
    padding-left: 8px;
    padding-right: 8px
}

.header-area .navbar-top .user-header ul.user-navigation>li.plan>a {
    color: #fff
}

.header-area .navbar-top .user-header ul.user-navigation>li.plan>a.charged-plan {
    background-color: #5cac00
}

.header-area .navbar-top .user-header ul.user-navigation>li.plan>a.charged-plan:hover {
    background-color: #7cc822
}

.header-area .navbar-top .user-header ul.user-navigation>li.plan>a.uncharged-plan {
    background-color: #c7243a
}

.header-area .navbar-top .user-header ul.user-navigation>li.plan>a.uncharged-plan:hover {
    background-color: #e1775c
}

.header-area .navbar-menu {
    background: #386cbf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    margin: 0;
    padding: 0 16px
}

.header-area .navbar-menu:after {
    clear: both;
    content: "";
    display: block
}

.header-area .navbar-menu>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.header-area .navbar-menu>ul>li {
    float: left;
    line-height: 18px;
    margin: 0
}

.header-area .navbar-menu>ul>li a.menu-category {
    background: #386cbf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    height: 34px;
    line-height: 14px;
    margin: 0;
    padding: 6px 16px 4px
}

.header-area .navbar-menu>ul>li a.menu-category .menu-icon {
    color: #ecf3ff;
    height: 24px;
    vertical-align: middle
}

.header-area .navbar-menu>ul>li a.menu-category .menu-label {
    font-size: 14px;
    vertical-align: middle
}

.header-area .navbar-menu>ul>li a.menu-category:hover {
    background: #6294e4;
    text-decoration: none
}

.header-area .navbar-menu>ul>li a.menu-category.current {
    background: #43b1e8
}

.header-area .navbar-menu>ul.main-menu {
    float: left
}

.header-area .navbar-menu>ul.nav-help {
    float: right
}

.header-area .navbar-menu>ul.nav-help>li a.help-search-container {
    padding-left: 1px;
    padding-right: 1px;
    position: relative
}

.header-area .navbar-menu>ul.nav-help>li a.help-search-container .rounded-field {
    border-radius: 13px;
    float: right;
    margin: 0;
    padding: 1px 5px 1px 30px;
    width: 150px
}

.header-area .navbar-menu>ul.nav-help>li a.help-search-container .rounded-field input::-ms-clear {
    display: none
}

.header-area .navbar-menu>ul.nav-help>li a.help-search-container .inner-field-search {
    font-size: 10pt;
    left: 12px;
    position: absolute;
    top: 10px
}

.header-area .navbar-menu>ul.nav-help>li a.help-search-container .inner-field-remove {
    font-size: 10pt;
    position: absolute;
    right: 6px;
    top: 10px
}

.header-area .notification .notification-inner {
    border-radius: 0 0 4px 4px;
    padding: 0;
    width: 100%
}

@media screen and (min-width: 940px) {
    .header-area {
        width:100%
    }

    .header-area .fixed-contents.top-fixed .inner {
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 300
    }

    .header-area.admin .fixed-contents.top-fixed .inner {
        top: 45px
    }
}

@media screen and (min-width: 1024px) {
    .header-area .notification {
        padding-left:16px;
        padding-right: 16px;
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .header-area.responsive {
        width:auto
    }

    .header-area.responsive .notification {
        height: auto;
        position: relative;
        width: auto;
        z-index: 300
    }

    .header-area.responsive .notification .notification-inner {
        border-radius: 0
    }

    .header-area.responsive .notification .notification-inner .notification-content {
        border-radius: 0;
        display: table;
        height: auto;
        overflow: visible;
        padding-left: 10px;
        padding-right: 10px;
        text-overflow: visible;
        white-space: normal;
        width: 100%
    }

    .header-area.responsive .notification .notification-inner .notification-content .notification-type-icon {
        display: table-cell;
        font-size: 18px;
        padding-right: 5px;
        vertical-align: middle;
        width: 24px
    }

    .header-area.responsive .notification .notification-inner .notification-content .notification-message {
        display: table-cell;
        vertical-align: middle
    }

    .header-area.responsive .notification .notification-inner .notification-content .notification-progress {
        display: table-cell;
        padding-left: 8px
    }

    .header-area.responsive .notification .notification-inner .notification-content .close {
        display: table-cell;
        font-size: 20px;
        padding-left: 5px;
        position: static;
        text-align: center;
        width: 24px
    }
}

.material-icons {
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap
}

.material-icons.md-dark {
    color: rgba(0,0,0,.54)
}

.material-icons.md-dark.md-inactive {
    color: rgba(0,0,0,.26)
}

.material-icons.md-light {
    color: #fff
}

.material-icons.md-light.md-inactive {
    color: hsla(0,0%,100%,.3)
}

.material-icons.md-18 {
    font-size: 18px
}

.modal-content:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -2px;
    vertical-align: middle
}

.modal {
    display: block;
    z-index: 99999
}

.modal,.modal-background {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.modal-background {
    background-color: #000;
    opacity: .4
}

.modal-content {
    display: block;
    height: 100%;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.modal-container {
    background-color: #fff;
    display: inline-block;
    margin: 0 auto;
    max-height: none;
    max-width: none;
    min-width: 320px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.modal-header {
    border-bottom: 1px solid #e3e3e3;
    padding: 16px
}

.modal-body,.modal-footer {
    padding: 0 16px
}

.modal-footer-actions {
    text-align: center
}

.modal-footer-actions .button {
    margin-right: 16px
}

.header-area .navbar-top .service-logo svg {
    height: 42px
}

.headline-area {
    margin-bottom: 24px;
    margin-top: 10px
}

.headline-area,.headline-area__title-area {
    position: relative
}

.headline-area__title-area__sub-title,.headline-area__title-area__title {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    vertical-align: middle
}

.headline-area__title-area__sub-title {
    font-size: 16px
}

.headline-area__title-area .sw-status-tag {
    margin-left: 8px;
    vertical-align: middle
}

.headline-area__description-area {
    font-size: 1em;
    line-height: 1.5;
    margin-top: 16px;
    position: relative
}

.page-sub-title {
    display: block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

.contents-area {
    margin: 0 auto;
    max-width: 1120px
}

.footer-area {
    margin: 10px auto 0;
    max-width: 1120px
}

#footer-area {
    margin: 10px 0
}

#footer-area.login-footer {
    bottom: 0;
    position: absolute;
    width: 100vw
}

header.production-env {
    background-color: red;
    color: #fff;
    font-size: 20px;
    padding: 16px
}

header.staging-env {
    background-color: orange;
    color: #fff;
    font-size: 20px;
    padding: 16px
}

body.saml,body.sessions {
    background-color: #fff
}

.contents-area {
    margin: 0;
    max-width: inherit;
    width: inherit
}

.sessions-new-footer-area,.sessions-new-login-form-column {
    width: 100%
}

.sessions-new-background-banner {
    height: 0;
    visibility: hidden;
    width: 0
}

@media screen and (min-width: 48rem) {
    .sessions-new-footer-area,.sessions-new-login-form-column {
        position:relative;
        width: 50vw;
        z-index: 1
    }

    .sessions-new-background-banner {
        border: none;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        visibility: visible;
        width: 100%;
        z-index: 0
    }
}

.sessions-saml-login-footer {
    max-width: 368px
}

@media screen and (min-width: 48rem) {
    .sessions-saml-login-footer {
        margin:0 auto;
        max-width: 368px
    }
}

.notification#not-submit {
    display: none
}

.notification {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 100
}

.notification .notification-alert {
    display: inline-block;
    font-size: 14px;
    height: 14px;
    vertical-align: top;
    width: 10px
}

.notification .notification-message {
    display: inline-block;
    height: 14px;
    vertical-align: middle
}

.notification .notification-close {
    display: inline-block;
    height: 14px;
    vertical-align: top
}

button.close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    margin-top: -3px;
    padding: 0;
    -webkit-transition: background-color .3s ease,-webkit-transform .2s ease;
    transition: background-color .3s ease,-webkit-transform .2s ease;
    transition: background-color .3s ease,transform .2s ease;
    transition: background-color .3s ease,transform .2s ease,-webkit-transform .2s ease;
    width: 24px
}

button.close:hover {
    background-color: #ccc;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

button.close i {
    color: #333;
    font-size: 16px
}

i {
    font-style: normal
}


.btn {
    -webkit-appearance: button;
    height: auto
}

div#login-setting-form {
    padding: 20px
}

.page-notice {
    background-color: #fff;
    border: 2px solid #c7243a;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto;
    max-width: 1120px;
    padding: 20px
}

.page-notice .message {
    color: #333;
    font-size: 13px;
    line-height: 1.46;
    text-align: justify
}

.page-notice .message .bold-text {
    font-weight: 700
}

.page-notice .message .headline {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-left: 1.6em
}

.page-notice .message ul {
    list-style: none;
    padding: 0
}

.page-notice .message .action {
    border-radius: 3px
}

.page-notice .message .action button {
    background-color: #eaeaea;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 200px
}

.page-notice .notice-sign {
    float: left;
    padding: 4px 0;
    text-align: center;
    width: 20px
}

.page-container .basic-information {
    background-color: #f9f9f9;
    border: 1px solid #efefef;
    border-radius: 4px;
    padding: 10px 50px 30px
}

.page-container .footer-button {
    margin-top: 20px;
    text-align: center
}

.page-container .footer-button .btn-large {
    font-size: 15px;
    margin: 0 20px 0 auto;
    padding: 14px 42px
}

.fr-dropdown-menu {
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    list-style: none;
    overflow: visible;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    right: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    z-index: 500
}

.fr-dropdown-menu li {
    height: 25px;
    padding: 2px 10px
}

.fr-dropdown-menu li,.fr-dropdown-menu li a {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit
}

.fr-dropdown-menu li a {
    color: inherit;
    display: block;
    height: inherit;
    text-decoration: inherit
}

.fr-dropdown-menu .switch-company:hover,.fr-dropdown-menu li:hover {
    background: #386cbf;
    color: #fff
}

.fr-dropdown-menu .divider {
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    margin-bottom: 10px
}

.fr-dropdown-menu .current-company,.fr-dropdown-menu .current-company:hover,.fr-dropdown-menu .divider:hover {
    background: #fff;
    color: #a4a4a4;
    height: auto
}

.fr-dropdown-menu .switch-company {
    background: transparent;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    line-height: auto;
    padding: 0
}

div.page-container .breadcrumbs {
    border: 1px
}

:root {
    --vb-colors-p-01: #ebf3ff;
    --vb-colors-p-02: #dce8ff;
    --vb-colors-p-03: #aac8ff;
    --vb-colors-p-04: #73a5ff;
    --vb-colors-p-05: #2864f0;
    --vb-colors-p-06: #3264dc;
    --vb-colors-p-07: #285ac8;
    --vb-colors-p-08: #1e46aa;
    --vb-colors-p-09: #23418c;
    --vb-colors-p-10: #143278;
    --vb-colors-s-01: #f7f5f5;
    --vb-colors-s-02: #f0eded;
    --vb-colors-s-03: #e9e7e7;
    --vb-colors-s-04: #e1dcdc;
    --vb-colors-s-05: #d7d2d2;
    --vb-colors-s-06: #bebaba;
    --vb-colors-s-07: #aaa7a7;
    --vb-colors-s-08: #8c8989;
    --vb-colors-s-09: #6e6b6b;
    --vb-colors-s-10: #464343;
    --vb-colors-re-02: #fad2d7;
    --vb-colors-re-04: #f07882;
    --vb-colors-re-05: #dc1e32;
    --vb-colors-re-07: #a51428;
    --vb-colors-re-10: #6e0f19;
    --vb-colors-or-02: #ffe1d2;
    --vb-colors-or-04: #ffaa78;
    --vb-colors-or-05: #fa6414;
    --vb-colors-or-07: #be4b0f;
    --vb-colors-or-10: #7d320a;
    --vb-colors-ye-02: #fff0d2;
    --vb-colors-ye-04: #ffd278;
    --vb-colors-ye-05: #ffb91e;
    --vb-colors-ye-07: #be8c14;
    --vb-colors-ye-10: #825a0f;
    --vb-colors-yg-02: #e6f0d2;
    --vb-colors-yg-04: #b4dc7d;
    --vb-colors-yg-05: #82c31e;
    --vb-colors-yg-07: #50961e;
    --vb-colors-yg-10: #3c5f14;
    --vb-colors-gr-02: #cdebd7;
    --vb-colors-gr-04: #64be8c;
    --vb-colors-gr-05: #00963c;
    --vb-colors-gr-07: #006e2d;
    --vb-colors-gr-10: #004b1e;
    --vb-colors-bg-02: #cdf0f0;
    --vb-colors-bg-04: #64d2d2;
    --vb-colors-bg-05: #00b9b9;
    --vb-colors-bg-07: #008c8c;
    --vb-colors-bg-10: #146464;
    --vb-colors-pu-02: #e6d7fa;
    --vb-colors-pu-04: #b482f0;
    --vb-colors-pu-05: #733ce6;
    --vb-colors-pu-07: #5a2daa;
    --vb-colors-pu-10: #3c1e73;
    --vb-colors-gy-00: #fff;
    --vb-colors-gy-01: #fbfbfb;
    --vb-colors-gy-02: #dcdcdc;
    --vb-colors-gy-04: #a0a0a0;
    --vb-colors-gy-05: #5a5a5a;
    --vb-colors-gy-07: #323232;
    --vb-colors-gy-10: #1e1e1e;
    --vb-color-primary: #285ac8;
    --vb-color-accent: #73a5ff;
    --vb-color-link: #285ac8;
    --vb-color-column: #f7f5f5;
    --vb-color-base-1: #f0eded;
    --vb-color-base-2: #e9e7e7;
    --vb-color-base-3: #8c8989;
    --vb-color-burnt: #6e6b6b;
    --vb-color-black: #323232;
    --vb-color-alert: #dc1e32;
    --vb-color-notice: #be8c14;
    --vb-color-background: #ebf3ff;
    --vb-color-base-background: #fff;
    --vb-color-scrim: rgba(0,0,0,.5);
    --vb-color-thin-scrim: rgba(0,0,0,.12);
    --vb-shadow-balloon: 0 0 0.75rem -0.5rem rgba(0,0,0,.08),0 0.125rem 0.25rem rgba(0,0,0,.15);
    --vb-shadow-card: 0 0 10px rgba(0,0,0,.1),0 0.125rem 0.25rem rgba(0,0,0,.2);
    --vb-shadow-floating: 0 0 15px rgba(0,0,0,.1),0 0.25rem 0.5rem rgba(0,0,0,.2);
    --vb-shadow-popup: 0 0 20px rgba(0,0,0,.1),0 0.375rem 0.75rem rgba(0,0,0,.2);
    --vb-use-2021-style: true
}

:root {
    --vb-minimum: 1px;
    --vb-size-x-small: 0.25rem;
    --vb-size-small: 0.5rem;
    --vb-size-basic: 10px;
    --vb-size-large: 15px;
    --vb-size-x-large: 20px;
    --vb-size-xx-large: 30px;
    --vb-size-container: 70rem;
    --vb-form-control-height: 2.25rem;
    --vb-form-control-height-small: 15px;
    --vb-form-control-height-large: 30px;
    --vb-font-size-smallest-icon: 0.625rem;
    --vb-font-size-caption: 0.75rem;
    --vb-font-size-normal: 0.875rem;
    --vb-font-size-headline1: 15px;
    --vb-font-size-headline3: 0.875rem;
    --vb-font-size-headline2: 10px;
    --vb-font-size-mobile-headline1: 10px;
    --vb-font-size-mobile-headline3: 0.875rem;
    --vb-font-size-mobile-headline2: 0.875rem;
    --vb-z-index-overlay: 100;
    --vb-z-index-form-actions: 200;
    --vb-z-index-floating: 500;
    --vb-z-index-full-screen: 700;
    --vb-z-index-modal: 1000;
    --vb-z-index-message-modal: 1500;
    --vb-z-index-popup: 2000;
    --vb-z-index-popup-message: 3000;
    --vb-z-index-fixed-message: 4000;
    --vb-z-index-max: 2147483647;
    --vb-boundary-width-tablet: 64rem;
    --vb-boundary-width-mobile: 48rem;
    --vb-font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    --vb-line-height: 1.5;
    --vb-font-normal: normal 0.875rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    --vb-font-caption: normal 0.75rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    --vb-font-item-name: normal 0.75rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    --vb-font-headline1: bold 15px/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    --vb-font-headline2: bold 10px/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    --vb-font-headline3: bold 0.875rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    --vb-font-mobile-headline1: bold 10px/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    --vb-font-mobile-headline2: bold 0.875rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    --vb-font-mobile-headline3: bold 0.875rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    --vb-border-radius-full: 99rem;
    --vb-border-radius-base: 0.5rem;
    --vb-border-radius-card: 0.75rem;
    --vb-border-radius-tag: 0.75rem;
    --vb-border-radius-floating: 10px;
    --vb-border-radius-popup: 10px;
    --vb-border-radius-balloon: 0.5rem;
    --vb-border-radius-dialog: 15px;
    --vb-border-radius-font: 0.5rem;
    --vb-border-radius-mini-padding: 0.25rem;
    --vb-border-radius-focus-highlight: 0.25rem
}

:root {
    --vb-focus-highlight-width: 2;
    --vb-focus-highlight-shadow: 0 0 0 1px #fff,0 0 0 3px #2864f0,0 0 0 4px #fff;
    --vb-focus-highlight-shadow-inset: inset 0 0 0 1px #fff,inset 0 0 0 3px #2864f0,inset 0 0 0 4px #fff
}

@font-face {
    font-family: freee Numeric Mono;
    font-style: normal;
    font-weight: 400;
    src: url("data:font/woff2;base64,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") format("woff2");
    unicode-range: U+0024,U+002b-002e,U+0030-0039,U+00a5,U+2212
}

@font-face {
    font-family: freee Numeric Mono;
    font-style: normal;
    font-weight: 700;
    src: url("data:font/woff2;base64,d09GMk9UVE8AAC60AAsAAAAAZYQAAC5oAAMAQQAAAAAAAAAAAAAAAAAAAAAAAAAADYGLFxocHIRKBmAAkQYBNgIkA550BAYFh2cHIBu9ZDkYLG4ngE8ioE4GoNvDK/ad6o8CYeMIGvAeVRQCGweQgvl22f//////lmQiY5ZcyzVJwQJDEIfq9Lffv1AVilkBzhJFWe3pPpza2Pq+F4vJxghT4xDhrudS48PELGWx87pdVOxVrnopkIYoRMz6+bmkWfeOCja55TPM9BG2sbbW7uroXijf1bGfL/Xk6yPhCQfCJzPPelBDUbstdFd+jRBX7iY0ZUVsdqkGior0NfpzL0227lzSt7Hv+1XFKSJCxRckIQnJ5BdsHIZhkFkiIiJUvCEJSUjCP3iGt+92a01u8o4tuKnHD2yEUw9ZIDP+/YZk8m+uQeyX+i4LohREsURmCHySqRBVman+4aoqKB2wQOefMDUe8j//NYePRPfSkjwwMTHTG361Q3+Id+8BSW/tLVUCL/mZoe7qpZ4dfcm0ykQSkIgyXWfl4u6uXJxSFJMX2Da2HaEY5uXhv7Fvd+bNXxFPGxGxZp7wRPIKidNJeDXNHLJ4Uwl5dYDOdUNdXFgL21oAteghYRHv+nfeC7rqHvPv5n/N+B3bysM5UJQr9Z5tTfT9P55nQLAYopcbxIKFkDyiT3xUu7WmX4hgbi83MyBlDUUbJeWZDKzl/n9bHJnWISWqWEo0QiF6nfmZO0WywO3d3KempkklNCiMJRgkwhK0IEEYgwQLuO3qWaOAA0soYCgAfL81W1Amsu0BudYdkUKYZmjh70tS8vJq4AE24FZdDCv+ef+2v3busqgotsAkCL3tRQAIO99tijiU7NvUP97+MyttjwxnLLLcdRNGAf0ai3p0EeSY5nwVARmOJnZgXca6eqIfUKuLFQTcCX3LpDxOmwdaxIHWvMBCKwam6bBh6h1EIHEgot72bRafpsfiBunT3Hw6+6z+7VQHOda+Z/eh9pCW7SV51yj61ohHIxqNRiPw4seFA+DqylCVS4VYVOnIL9+XEKJb3QUYXwkC5TwhYNaw/X3mNrQW6jeJ8gjHYHzpStbxGIlwCF/t5pJ7KAACts2ejpCYoIDBYgqOmT8F24AIBwZssMDuy+Lilb/8qk2Z6h34MlfBSkS/ifz9TX1g1FokbcHfmJu6xCqAgAIQuG/6zZOB/jzPo0Q4q9jMbNpMfq4sdT+l9k1ok1U51H8o5MkTltqEwtkTXiIk8PF/H+POv/gwMKk30zrtUzsttuwWSKSBBhZo//9c+XZeU6K07DAFFpJ964GMSV6ycPctwWRTyBQnxcxymXSFrQLUL8XspPCSLWSLM1VMDo4HYeEb/d3//jv1HQAKZz6oKkrKxxMrbYF5yZbNbt4rSio0JXhEsXBwvBiYaxHTwsR04YR/Y2PfD3/b3sBoeqTRxBn5ZR9WE4sBwysSdAYQ5+t8P3M6luTu0GPHMq2dc86YfkI3lE2N8zdNu/8+YgID/xJvFhTxRfEh/QW+9JUfjY3PX85B4oc2D/Ergu8P0aaaH8Uq9d8bNjxwiKQo0qDPjC0X3oJESpClQJU+FRTJ1ZZOXNtyxW2PvPTBL38UFN0fgSQVWkxYCbpX9MtatBIkzfbHk2Z1dgPgnOrEVb+FpD4JeS0DM1tn96CoxIz80uqmzu6BsdmVk5suu+W+p177FkgDcRFGIkOZBiMWFrSIBjQWLFXiiQyOWOnIqWvPEBSVL1XLIEZCHaf92fbyJjFEWnMnNx/12tD1Yxg3Z9UZG0g8lSmQSzRZSl2oa9UQSZKhTIshC/bc+AoRKUG6PFVaUfUaMWfFKec9gZB4GkesYgmW/85/ElaxEyH5VNLOKIvs8iyoiJLLqiBytTVHr7/JVjoXnJxfzfpXc6fpm7909bY9a2+wi0PLVk2et2LLXQ2aNHflUh9x5CGNNobYskIHnZg9JEZkTFlwwatgiIS0msOthMpqaqK9m+56UST32JGZCy98QUxGSdfYLmv2U0ovk2xbqZOSU97lzPLqlr0QlpRTEWB2qEf9uGKd1RdbehSOUKbWJbN4xioLJ669wLAUtkhpuEg7kz+NJVTobV6t2tKjMCAJbt+ABgnlZtbOvQBCEug8qcaM7KiVdiVl5pZUN3W2WLtOwy5mF0SrEpIyc0ua1HTcVc+hMclZhRX1bbAa/VJjBeV1rT2ttFk3OZhXXN5e/dTsgrLqVp11GxgRn5ZbUt1K5uHIYxZKKlO5VsMWF7aKB7VWPF3mi43OePno9uWXIulSczDPwPUFgA8ogAIfZKAFC7iXN3Yl3Y3YpKdAP50uT28AnFOduJrTOMoH3+K7UIc2jGAJB7jzHGts00fFxIdQcMAQnRERBXM2XPAiMBQiBj4ZLZvwD/7DyRzhPC7lGm7mLpdcd8eRYx1DM0t5+6paekZmltbOXXnquZde+yAkLqWirWdoYetajN28zgd8xXf8yj8tJTbIDhVEYlVx9VOCocLixuXNatp01mU3AcHxBZXtnwQqJMIgHC+8cX91c39y8dHS5vHzjz/9ZmB8bnXn+OqdClzB7bgDd+FEcdI4RZw6Tg9n7jlrNoi6Ri5ypGrNqPowzFh1xgYES2FL1LgBLkBvSEI2KlCLFnRz4ilAuDipchSr1OOYWTv3DnqMPqAf1hX+jFM847deAx/9ct9R1lIiK49fKZG5FzqHX1gUQSFNFtuyfiAvv4B2bC9A2Gp4lBR2ne/zwBY/Skd2AB0D1tk7NTkdp7vBn1IWsO1ZEP0VCH1X3XMArdGGhq0aTR6CzJU00PWUWjtFMgSu5xwp6d5HKU6k4SKtoqpV6nUHbm3QwmZbtkIkREdFXiltVzJ4w57ZBDL9MxR0uD9u6umdKzfq1JagaGEzHUtmoc778D4SvHdTjlkem+tFIjq/Du1nxmMbAzcEhRRyC0ndzOobZDuys6UgbQ8ov1e3Y7QDuDgZiKE1+rrWG/CjDXLJ0Cq0x6vder/p1qmrc1ddNfZk+pv6aYqNrstTidHtricSOXMgS/0SyqVWWbhtPkpJrCfLpEJQogagVvOM1ZDwy0XqZU0vg4MvfOkJHXryb6XJGxkwyt+nY7OMuv1xt8Hn8D6qCkK/NZeuHqgkHHiCDAp5AMtAA9WyBBJqnMF0Og7JizfmtJBCrMPHOk967heI0u602tAEFUbc1ZLIA4UEipdkOHddVWC92dugjTtEqvGGB/Ht0Cs2zPMZ4veFlWMHjlLYVSROSA7TwBHfP9FHJUvsIl654P8C+oZ/eucQrQHbkzbBSExlDKFqmjFr4OVXmNkHx/OIdnhnxxOnkSRJtmRf+08w1aRAyGzMaPCaySFm21iOKk4yej+dCbs44ImrOK3EZSGM/Jen7GuGPqUW4ncULxi2g2dH9bvjjPEfl9wsKDwsLuMkolwq3N3EyWZHtmOfiksxefIriePD3/aobwMn38uKv1Np+DtQBsfFb4rJAyw9/Ulo/y5uKP/5L3reiegVKwly4XSDkogEaoglHygntwgyr4OXUCp6g9exWo5UJZQFrZum4QR0NPXA4MVUhrEFpqR9LZqJzAp/7duOY0pq0bJT6IeS4YlJc5WMipZR4CWqVR9ZZX091aYytubzGuzWSA0pCyyNbiT1eLjzRm2MTG/s5og57zLYByrUPiCyvQhGb66t3kTM7rR4kW23+MyHLNZ2UW0MuEV1FK9aK1JHdQQnWgjaDFuvU213wyXSGwdQ1SrnU6YuovkCcs4Dc+SKQRt1Lcfk2x2SF87c2DUKdtfGC7llvgP3LOptIFApNUoFL6akDVUgUmpuxS+ZPOd9IvSbonCAW7XEtYqiUtfy2pOyXnlds+QdAx06/yJaEjnCwymtkiBdoZ+p8PUwzGvcXUagARzE/dIAdXUMcAaxZBotFtLdSswgyIQsTohKc2EiHEEcxYQhU/dAkJWkaJJEwN6Y464MO2WxFpQJlm6nZGoNqBmEpGEypy4IYG6VSSQoUb6XKGwCjXCSQHcrxF1pTDIdxWkBiLQMaIgajw7uI0HtSAgYxZfqAJLBRBCjQaRUMhmdBBgNId1HjbsABV0JCORWs89NAYCIq9OYGBjceMlgqzagLmeaIyVhZk9TL0hE9piofChgCOpWcVjaaEVPAIPMAtthTKGgAhSWVdHGFUQEJXBM5gxdtiNJKLo4e+qUyzMQiYGlZ4LBqWersgBmJCiFu5VU1hHNECJ7PkwmKC5sFLCkkiSbDKCg6eDG6tpiBFGXM3DKqQch9BjQSFYmwCieAEYQXE1lAU64lXAsZpjJIijoxnEkZp+TAmC1ADdkQZDClMvVtYgozW0In0aaeYT8bhWGD39mIUcvpgnk7Mmwfecd3cbHLdn/bTjAK+1gnmEPU9fDIR7jiS4jtxNt7V+uNExwgyjzIbBlL+1Vxuk91RN1cXnyJGhWWcHM1yXPZwua5LuqvG8nHD7ud3bqFy23S2leaFvvvXHGEOzkvhsl239ImK91cKaiL/XHp3pw9boeTQDjEUq9UN1Ghut/aCY3Mm+hk9bau1izJUbyiXmkqOB1PRJp7+Ro8YSc09GhSDTuiUXNsUjjGEN8Dw/k0EQg9LS/iNjdWCSJS8UufJUoxv/aZd93hsUluD0VqHf16Lxmh/xzn5EDHh+vch57sG+uM0hQX9rh1FtayoloGBiiOAoDJJam1OUEIl4XvjcB/fVGs+0nsj8reHOaIL/5FWiCgP3XEyJdzPuMvf5mBxkdG3Jw7zGrZwxSZu89nxHM4BDcyPLjBr1/NhPAO/55vYpswMEF748d91EHsneyFH4d9KTB+Dip+w6xncEFAtPT/R7CG9V8+0M7/HTohOapS6gsEOXycHOktjzD4inJZ7DOgjNy+8j8AR3X7xcZeXFN6NDw9/vu1ChGtUnPSpq2pEHxJ2XN8qjgmtCkbfOU4kAQav/BNbMl0xkUOtabdjKoWpWFH/idRhEDZApRqzn2vgP307Oia0/jQpN5cBMc7Wu3dBirCj3/XlH/OjKGdGjiK0YLIXgDwN5yDJxJIRrNZjhYw+ajm/iDgX6XGwe6FmR2RrmwCFF6PHpvNuh0t3uXLC7+dqWLn/0CoWWP3nTvZ0foPuR9dPDgT8KKFPlCuv0MYmZ2Cwd7+3mzxcNKtW6ubL5WalhoRhY1tEmR/uPIUtgho6fbI2t50LcynoyGx1bnM0emi+UJOfL/n59tKPx1SvEfRy8cc/zm1ol/4v0Nc3VJ6Rnl51Rev3r5QhPVF9TevX3/wUnqTn3J2pc/fgkErX/d6W9HE/FkJJxKa/6hM1po6KdJK5vL0y44Wy5V6BTrtSpd59rOu9Bwsdnptnr9wXA0nkzp0Z/NlwsGDF1a2disd3tGW5vHA8vmdL7sdLscAkRZGL+AWQNlMx2BczmDaMuZN6xjNGi+HBsTebxsXYktuBoXxeWSa/E11xMaSb3Jjn2JVjvjULbDUbsb5dx0q7zblSeD4YhT1dmcc40ll1rr7UYH13rcGuyvl5s73N1t5F7j46N5S/dbedChfbvWbdp27NxJZxcPUXgY4cmra7fuvHt6VIpHb9S+fO6PAf8B/fh6PNATTwd5Nnj0mLHDhg8ZNXLE0HH8+I+fMHGSAIGeT5bxFx+7vUiQ7+W3wWiYjCfTdJbNF0uqwxysWZ4T+uJA6nVlZajqmmFDC41Mx3P9oMjSPArjZFxO/qbgPzerZjmfHdXT9WZ7fHp2eXF+9ez63fuPnz58CYQ+B8ORaCyeyGdzhVQyXSxlypVqrdNoayT9X7PV7fUH48lwOhst8qps6q4dxn6e1mUMwiaISLKqmIauWY7t40GAQIRgCplERegojcEUCDE2jy/hsLgisVQmVyg1KrVBq9cZzRaryeaAY5AoNBZHwBMpJDKVRmdw2EwRi8flCwViiUyqUssVSo3WaDDp9BaWZlbm1jb2DraOdq4ubs5O7t4OPbzQOlgcHkMwMNTX1SNSyFQag0QHmSw2n2vEgXgCiVAsMpbK5AoTpZna3JHKVGNhZWnt2KkTWxs3F85durq9cgs8PD49Qy8wRoEIipM0SzC8wImqpiuyZFim7bhe4IdxlKR5VlR105ZD14/TFj9B/X/w7VeOcf4kDQiJyClJSMmIuRS/UFGHuXwUlyrlaq3ebLSydpr0Ot3+cDCazceT6QIfflgCcAQJESYCv1pu1qL08sSZjxg5Kh7cCIgKIIUTVyRTNs5dofEy8UkcgoUyZgqzmzT102cekCNXgjwW2PaUKF+SZCjxofP18kTB7gg0FhNiLzyBmARQlljTxuw5NTwXciGG7FTLaNDoRYjDsj+rmA6bW6RoXMblfPiviRH9TVDfAqP7JbO/RWKZVCGPVeFSp1FrVQaj3sxUJdqeEjUO1KEwDpGx+KVZmNta2Vnb2Ds5ODq7u3h4urr5qVajHFmFSrXq1P+b2yEgoaCnRLBgBWIL3YvkxIUbBg/egZGD314UiVihBMmtfRIZshu1BwoUKVGmQpUadRobZxHadOhufvKmF82IMROmzJizYLlxTWLDdhPywIEjJ85cuHLjzmMzKMKbD9/VXF7FzzZIsBChwoSLEClKtBix4sRLkDikTilSpUmXIVOW7IFfME++AoWKgkhKgyfantbB3P0cnqCrp29gSCSRKVQancFkgWzIiMPl8QVCkVhiLJXJFUoTlanazNyRxsLSyvp8xYNjJ06dOXfh0pVz5wxn7KJLNmzasm3Hrj1Ml11x1TXX3diEPbjtjrvuue+Bhx55vPl9w3vmuRdeeuW1N956570PPvrksy+++ua7H3765TfIvgOHYH/89c//99UWYbXZJYesqE5NN0zI8YKIsCQrqqYbJqHMsh3X84MwipM0y4uyqpu264dxmpd1W9JfKjTDcrwgSrKiarphWrbjen4QRnGSZnlRVnXTdv0wTrP5Yrlab7a7/eF4mlVTmrGcFyVFdxiW44Wu1rT8YKhJMl403TAtaKORo9csv83DyBinWWWzYqVm1Qfznb9ZLFdrqwZmnJye2VQ2Ktye1BKPT88ejYBgpAgDItLlMvrsRhAlQ1G1FjdMy/bm8ipLEwqKVnXTGnPaMMoy++EPGuBltZl2h9PlVo8fsSVxEgpSgko1WfWCGY1mbgSn47y+EWUtyg+PXGhi1e0Px9P5xCy63Vu0bCXBA9u179CxU+cuAqzbQ2px7z59+9lvwcDwvf2DQ+2B3DRVf+l68tvGy+n7DkLwrU0mjQ+hAXaBX7XbG2MwFMHHq1p7w7Q4m3dcvOPDyHWl0ywvok7rB3PKN4vlasgJ6BxdKiEP4Z4BZJkpTqbSmQc8WHiJi3Tsuon2Q9ixnRgSLS7KUYlq1HI9mtDCb/wSgRdSIJ8YOBd6YC5+iYskpCANuw6I8MSABTiiw7rD0vvMiA4917lx31665ae+4/9pHy1bsWpNS9u6DZu2bBO95DUQGAKFwRFIFBqDxeEJRBKZQqVpdXqD0WS2WG3fXkxmi9Vmdzhdbt+dNOTxgjg8gQjBJDKFSqMzmAiKsdgcLo8vEIrEEqls/G/R8q/LSLqdMmX/s3STbZUXRIQlWcFK0w2T0PmfjrNsx/X8IIziNC/rth+neVm3vazqRi5X6812d2jP19uoOv/vFa8o/tN8PJ3NF8uT1en67PzR38sy5vuhmku8cB8xlTi0lxu3/LSpkPVzn25ET9ktpad0u3obA+y+WDw5/+TSS+9/i2i/350pZ8qp9XK0g/B6+b7DQ1/Bd7R3eCcNX5+pV4Pl6dnsJQYwLu3RD8JNZhn10+ZGZqgve8tu2QqfBu9Ymfer4OHZd1zD+WqPashmr0wi5hE70gEl++51D7O9/fIpIiiSNAsp5tZEA3U03/++MNMBkxpjUgiem7nrlTBZ0wzVMD07HCE/TjjgjI+ZKTY9oVgxMUrz3VHsJFalL0DnsnRyjYdMwOHGkdk6BmIaiSyLe3tBFk1UDnZ2p7n4ho5O4QrV6AGGBbWnn+wXFzGdcnhvd82hJ/aTvIX026KcJdWnTigtKEYpSq1EjQAUMQpbszU5neDMexBSlzqxHTrCnHXnxMXG5kH1T8Itwz2SkJjhygYGOfg7bWawR28YJYlxcT7arle9nu9j9vjuXKc/hFvMcu6F5sVcz23GR+N86HfAW77G+teE3t5gT2qwUSQhyZNMSRtpQ2nQ787G86hb+wdYYFycFUxmfvkwxbJv0F5bp4QVnuYVMycmaRFyfcexQj0BnQwpzVuTteNOjFeMHAbUUY0htpg54+8nBub5h5MnCTyJyXSPsJyUMWiQC3a0mcYGPWUE+OhatVrXw3qevjgAAxe3qRPhBrNCerm5WRD5awhrNYp3wLt+VuuLgn1g0w5eJ++7KaJNhFFo6ySQfsXqtAjzMMGeSxhZOgShyPrvhOf4mi82aKoPh5WOt9EqAYnzQv0Utto6f2MG2r8uJoN6MB2v0SVIO5O/8muqO420Nt8M8RezUOJTj0Z5WoPy8ZybYAszsuG6To2Rd3THDg2pFIacl63l6imZ4Z23HcVu5PrQgYWS/3wdGkOYKWF62GzMKTl08SWDTDInr5urOc2r/Rsefkvfj9MKzePweNvIGfTBl5D+XMCEO/sKxB4xAqm1CPv7z6sHa0nudyAsCN98lHPrCH6qa2mjnGHXdsjsTfN8tmsdyXM53/HXQCnGc18QHKvV59oNdGdHHS7rLlzzge/6NL9/3rn1/JvfJtpvdtLhjMs+3nhXbsxePp7YpuPocI66DQRw+QftV+YXZ1Q7Jca6A89JRomVa1PQMSfNm9ZyTU1XePnMXpZEsGLXgaAr5U+nCoaC44NnieQgZRlD05wu6lKlDQkwecQLVxH/OsyRG6g38xoOLrqee9KxIt9tbpCep0EV2lLY1ZZt7a+h192R7/ijCCUQ1tTINdA5OZGm2NWtUvLHzdPpa1gPsR+LThu87qatfFl4ulx6aq0xutWRh962O7CFge+2wB+ff8TmlU++Rqx8LC6ki9GF8Uq4geBa8fwd/xuEwN7f07+k6U8nv+0b29fvXnizCitvfg2SmwBXzqMN4cO9p4hwEpFkn3KWc/qiF2mdgAdA3/a+qeLxgkzf91GcpBzw8U+YCTY7GSzTeFfoefGE7dyoQLLlGdabU7TZ/ZwkJI48ZDMr/W9nEJsaKUpXTw3Jd9+eceef3dH4oU4nsL83OmZa0pgXnYhc6O7qEFOB7XAlzpkBi9ofkxAvIDVjl0YkKTUkmKL8/SLiIVuaTx0yMRPNHQEpeu+HwrNFC3cauIKSBEewg9opSN2X62exZ5eeXwSm1huddFQnaKyx4jDxl3+JX2k/Mmc4bR5VfuHnccptkUUTv3b+jpAXBDhIYjpO07yoK1A+y01nLSatHInwkfVytawX9en4th/6zm9RRgJzq0K6bV4oCPwljJuJHO2Cd/3N9S8Ls6m7j31cm9InjcBoCeZkDoErd+CE6uLD+mkiqtMDRlOtItkLwCSTR/8QnOtIC/DzTCseUUS9PFqaXQ8nXIZNMCqExDDFs5FjthWcmLjRin+xuNmagkrx+tuPUo94kY0NQM34x4mFWe5BdZfwq2g/JQnnYYWAFM75iwBPbBPhVIpCL3VpyJMaVDByrtwTvMtGQjAooe15rmeHZgqoY3JRtTBl89v6H4eRMn3KDPv9bqe+KH30utG8nOXZPFj7a3iqXrGdgiUlGafFXiZSxXRE4Q7iQHX6349M7Nm1l9//ASG+P6rhRt+gy/RlQDbq/ir+Om0c6UjD2zPpEY/YXsxfHofxjctdF+HOlWLsZ82t1EhZiytxsho9Cd6xNB/WxiuBMFuJuPvtRvXRfa2njddjm9/XgKo6Q+bBOELutATTcY+190clNSSGOnzThQ4cIUjphqcF4DP4kxqPXODRdyuSRg19P8HnzfjnmYOZ7oTFy8iimPozztapDVDHc/ofhPF1XTfwvgbouNjBYZIywMY/7cwwj8HcXnFvPd9HFLK6oECs1LHT89jcAml+nezfIjyfHv+l2FzrC/MTOkOCRgO2Pm3Pt+vr8/FicBcePY3v/Pbvik20QAAr8dAnnFl+GsdGTOzmljiT+wg/7/B63xm2vpfybipdKbsVAyw+zpwCzbdbMn7xcft7iznfzYNXEONMGM2lLAgb9XLww7eM0YnapBPiFUMHfuoSN3Bc5CDdltFCvJpspdumX2p12F7FJ6CU8mYPf5Eaeyc4araoUV9n50EYbrubdoCSqA2n6NeVaZGPibq0plqljvueCN7w0Vtf2kpNR2vm5AQfX3tjElA3tgMdUDJ3TlzMcA/ruwSu44NspPkWq70ITHL44I7gXw+1BD/LhcSjLo1pwYpsnm2zt3DjZ2hpntXARi+UoA+GYmx+VWhXnef6DXRP0Q19Smgn2Yk3+co+gP1TC/LXjbYtKPqi18+VOWHzFL8AvHXF/Bc8NIOgDtW28FcSXRyRkCR5PgGVkzlfYEuzspERE5TIdp0Rsjw9AJ1DUpS0RojFnxh5y9CNXtn2s3anK/mBBrzA+xQHQw7rH4EWWqEddAN987WwNMf4oAHfqN02ZuycX6ElDfNJ8jJggJdnBRjKxvHyeQrlIK2dtR6ZHR3Z1bPf1TuKHY5yEvuB8U/MK5BC+ypR/W1ny1eer/S8WHd2t3JV4rFL4ojVj+oS/wNoiQqQf/peZipCS9t3iejsQ2c7WGZmdP3Mv4xt0IyLLX+pBti38aZmKwZS7oGQUWYCdqwjXMoNDmSi4b6rqPqOMXI34xWu1BIzAHvBfO9HwixexdaO1sXPAq0BkoNWtl33cbnUzhxw+91FZpVuuXvg8b4AYB4DdH6wt0UbJJ/AjdckJ+WqqbfQ8uuRpgdZW+0M9DaQzq/wULx+Vd9wDQ5P5xOLPYa8iR8msDbj0sahnSOG0jBKy/KgwxnwBvY/nsulpDBDcUATXhjTqmLmXMpn3QLUTfXKqgUl6tetWWeEY992hnDl1SrUoG5ppm7IDC2kOxqQhfw/516vGJH2QRL6LoLSLVUdSpEYDgNwJZN43hVuhuWILIH8/4SmKQGZwYaQKSQPzWxPHt5pNMv+uVlKwehsu1nJPPcfZQ6tngogftgUxoLB1dKhmq5425rUHXXN9XABhFo++Xkhd+5hmmW0gOOiam+66+611iO4fXKpvSy2E55BBDKDhMD19mNr5b02ni5bZxOuXhqZ2HI5aMd9/BB4n3xkTw24Pqss9FCiNbyOOoCpS5wgcOnkgOYpHkAgbAYjwJpms3jRLBcpRhCTguS8rhegYplfb4WYjrWu9AYfHdZeMX3Fce4okiqyA0XI9BN4XqfxKp+348BzXAdCXQMakvxL4eZjhS3E2wGx8EMPGH42xcJoKLFWeBb8h22/ezg/Yl3GwfjsOSvl2uk/iNsd3RNPxbpruCaynqjuKTyjMpPBtd+7mmNZfnx4QNzeUMqXLH1MHZbiDkBj183aQjoTWQTn20o9xSljdui6vpegwgCUqancYKOjAhMRI0mmNzkUKDDImIrpQqzZhAM1jLGQYVjvbwo6O254whlbMaCNKEnSeg8pyID5tQmT4JM8ihykXuY8yxhlWUFrAGXQ3L6cFbiKmKku6Jxct5uwcisng4GGHMvUx+A8VtJ+JfxPDXQu33y216juqdCyMjnoZYAGipMNzMfXTo93tNNIT0ymMzOH0rhdOOUeyQ8LjlHldLy/OzMxoCrzzhHCNsTz139CdF+TYzjxNvAW5BTknapud/AHauBqa6PN8M55s0K5U0eTLAXYjvG0DKde5cysRgeU5aW0xuB85WWXjkkCO0J+VhQo7jmGHnJq1DJikFB0eY+D45Ie2zXblNqClRjvvHpmcqO0aDtc1G4kOBiNNpR0gnIzFTVhTTZkaxlFW3TE8pNNtL4JW/teHOpeypugFfi1RJFKuVx8ypBSqQy4YXUB1FH0ron19oiyTXS1WYst2XzM76gBaB8Sk9wf02CDJzh4KQLiIB1Q7qEtjVEGczNTK4kU1wdoJh8OOHbz4XPKNkJc/NAT2p5MJWFxiKDCNeefBbbfhbZH6Ke46VHbQAEqa0ybR4YFNiCGrsYENAmQWRGNV4BOmJQF1WOZUGJHYXzoTXbKtZMd4nZPdOKrgWpZruXDx6t7is+YnMugtXh/lrZLs6ODPZaOYq7s0CRDc5RAglpyd3+PvW7uduffzRrmWHwjqIFbO9nZ3TaPFzVBbU3NVA264K1AY/0rwjdY0L2i87zUIKNAt137/7JcqDlgUcqehNnuyYs7BHoJr3sspUlCCpGIHnUcpk0zOqfWV0GWTz+NKSpAmf73fQuT5LNXf0uor8DQznnq8CzdgPyj9eVL+H0suEcthwIc2zB4li7qqp408XYEeo+faGcY7KO3j+S1j/b3CLZfUPUexZiEx+Ago2v9TpjBYFIzkiP8JFuleqHWGqvzoJZidC2sr3soQYLeYqiqIa0mV1YXtaExNMXsk03Uvmm1oDqWZp2SG6kBjbdkDLlYSvSnWirkjszqlMFAAdR2oa6DddFEeSJS21RVMVSoOGIAegkG46IFweBy/YQf41hGTcL4NKLQoZEroL24fS3BTk2RP6Sgoq3py3XUTxdNsYtQ7wgEcQfFuD19hoaPKnYRxsIOr7rpU9sxPTSEi+z/N3S5crPdbYweqo65bmGgUEAjR5MeNjZOX/obYb/suUEyw4Maoxtg5zGYQ6bsUPRsyKI7AW+aeWXTtL8fUHcH56//ipBe12O7Shgv6BmoRX27i8cuHt4gXY9Jb3GUEDekp1YhDacMV5tLpSRfQE3WRoJ5TMkUoYgG4Zt3AEETvQ/tlgDUpSSg2IhBOaTEvSSE8k76Zmi0zppjUY9qmjs7h6JKdNx4SbJqWporx6BtRCznLWz6jRt68+FlEmEi1LsF3aYxRKdepIaNPmJZksxnIcG99tdGn6ts7e00sk4kuXArM3yNgjR6VPcx179+diw0ziMrRmtf0OYoluWI8ug2mZE5yVZAH2XcDgtcg4rMnUMP646ef+M3hPK6PnZrLcI1vQSFpycvX7Ev9F8btusxwWZHwngjlURlaq5NkeqCKoopQKyvRzYsgk7VkRrISPLEEDQPDZIszFI3RNftZk9ULMhopVGDwwmooNv8SteUIqpShCMMBSpIPjElg+7UsKxbBzbn9ZakIb0pzP8N7N2vHI2vnNWr5wO8tzgIgAaGU4aMo9a6Py67Fmq0mzo1cQHodT9uHwr8oQJpC3m+56tuCt1jEdYX1tAApv8zgJIYEoHl5JFYCUKt/f5AgPhGt1sC5Le53RGgPklDAYPxik3VYl+QA+eB360V1i7nyLmDb0lUzRXB4CK5+B5TX7i2yOYKNbJ71mMlMChoDsUhnRBYYQgikaVOf7HxyXVVS1FTx7oFx+tyXDzNW77Ko+6zB61aL6OxDOl0gqAWUNfcaGQtnbTKIL+qrrWqIozLqmOosuYOhQ0v4TAIFa6UGarmqoyJ5vYejwmjEbVMtkRAh2mUYTbj2spkeAT7Qg4CnSJ8IcNB5ifOYB6VuhmMRa0QkUBXHqUheKZYXIkKNRrbDjwnHRlddnetB7FVtG4vwEV1wPwyzVzfPdQwRh2BPJ/tzvv5vhjyxPTGu//MDnCLrNIXAHFdm1yWPIvTK9uJACqt45gVwaNrMqM8QHqIOm5qDDyD99U6HTM8i/N1NiOs3gbs2m7uo/1hjzI0dhRPebHHu0GTNsOmLNp22XW3D39Sp3Zap3MGZ3hWV3BlV3E1D/YDQfpGqiYdiF1iLmKPW0qI/4hBGHFJTioykpnc4tniZeIMMkFmKYvEQxFlNKV/JJGSQ/JmCjNYxN4lwyUNRozMzr4dk9YMotG5oRkaIssPzULLcV/zG3u33x2qGt+i/QtA6o5rsALQ/Sd96qd9uuJkjM76Co98lVf3AZBWkMikIWHaibeLC4kbIIPWmuIGaLTfGS6o3zcuOjDhEGEBeSyA6UBDqurzA0w9X79jgD8Al62tzE1ApnumM2zV/WjdFl4CREy+3wFTM4DmpMxPR0KBkxgRv552tC8qbUPS57m8UrVqszXvnwX43cxN73mpeeYabhjyBszRt3t+XKCRMkIw2wFf/qNTHetegHvu8Tx5BhANKAwARBNKODF0dFUs2gJiIJDctjFKFdtof62T6Dj6uPDn+371tc9Oy6rcwR599lx+rgf5iE6Mat846zjDRgIX7RaVSOTBk5MeFvyYcy2zSIZLAM60UxyCNaVJkuVAOZuy4MqdJ3+BwhVwkmaScfq8ouKJsenp81Upp0nBztR4A9MNd/g9zl/9SDtEQYAIbgQPQnDUeDYzdcd0rHgymB9z78XwUsvbhHy2WnVp061OmXXkuSfGOH/lNlVh0KHrrHmlHGzRnvtiGTJgxD4+SOyEv+blJEKMFjmK1DmwithW1aSESRIhSp6Es6+ntRv41Nmn2hl33ooTrzprw46rXrrrgWcO/ZKkqt10HQlCRKgQi34OtAM9jekfuYSHdRHKqo+6RNRl4q6RcB3JFdJukXGbjtfk3aPhOV1vKLjPyCeGPjLxhbHPzH1n5hsX/4Gfv6z95uwfOz9Z+sMtFOCBUHUBr7qAz9c04B074Bsn4BcXEBRvIWELjn/4Ck2g7BSLTLisFMpPtZK0Kkun0rQrT6+qDKvMoIr0q8+iusyrzaz+fOrJs+Zs6su77jzqzavhApoorEl1sS0W30JxY1JKUnXmlKBNeLtyU646oxqydNFpl2zbcM6uvT3wHjzwidgUzYguShKJBCnipMlD2tAiy4V4smgkin8yEchvSXbEx3k3v2cxo7RnoR2ffCAiGMELbgYkZ09kCAsOSeUaKAEPY41WvnVKgzlHa93IRq2IDZYbt02btslbsOTlRrYtBtm+PMiO5S3wBfgBLCAA4ABBQAgQBkR4NoP2sSOuuzGLlfdSgp8IeTqeisL3EwaIg6JDpGGxEfFRCYbkmNS49ITMpOyU3LT8jMKs4pzSvPKCyqLqktqy+go0wRHgKHAMOA6cAE7y58epVYM1w3Wj08ZnTM4yPcfsPPMLLC6yvMRqg/Ummy222+x22O9y2OPI5HSZ8xUuV7le43ad+w0eN3ne4nWb9x0+d/ne43ef/wMBDwWK9FFCtgSEAUYLaij/RgqM1zn8LuBwyuPWPeG0jzjjMWsecMRDjnnYccAJDzrqc17Q9oqet5Q8pOIxVU+oeUrZI45g9g4kJl5ykkWHLzZicYkWH6mYCKUmXXqyZSRXZvKlJVNb9nXkGCXnaLlGz62u3KPm0nSRTRXRTFHNFi1dqgxpCmXJrdqkoGmXDhEpSmjvjhamXiNH7qzN6g3XJ9C9AMHi+cfU/2r8D0AxLmim/z77AnVogalEKFAxBBTkJahyWVOyvEpg+rlLl6WNyfHhmBM+8iIAsD8YbRqz2TGzGbOwMTMszLLHLH7MrMcseczCtVA+WgY+hkn4JDQiYnBKPy0ECrPIMaOIlTY/dGknDL60m8VR5cCZNeMwW6D+Bejw+2Z87X2vjIAroVSFDC1WCASJQsGnWqjQRBOq8NqCWqTdhVCPw2NzA6y3UFiksAOAJ/4PAUE4LQhIbGlTQNFNVwQ0ycwisIg+5ARW4rlRxHiuPAOBk0A+tjW5yObbJPSLj9WkL6tjXf6mSMr+Bc96Z3+FWP7XQBZ6YtGEnmav+B7m0C8JE2/uhhD7L78NwzyvmWjTzVTDlkcuCqS4mOD8J1GSWvrtV+2as5iiL04wbCSFaESAenA7Mt3EHwx0gT7Y37Ugs1vIORcWIUqHqc1rg053pvYuTdzf4m/3FboR+wNCyz5l1bSz9s8807rqguPLRcd013ZU9n+Mdn60Af3ntb9z83w/WyARGTtYqRQzqEaeJoDW8Mh1KQ/yniBxcuaSsIa2/UPsv/w2PMNMz+ttCgSkYC5oZ9OM4NoXW2mZKHE7aidxseJq6Zeisuc0li2K2zm1MbYDEQ==") format("woff2");
    unicode-range: U+0024,U+002b-002e,U+0030-0039,U+00a5,U+2212
}

.vb-loading--block {
    position: relative
}

.vb-loading--inline {
    display: inline-block
}

.vb-loading--absolute {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%
}

.vb-loading__fade-enter,.vb-loading__fade-exit {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.vb-loading__fade-enter-active,.vb-loading__fade-enter-done {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.vb-loading__cover {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    background-color: hsla(0,0%,100%,.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    position: absolute;
    z-index: 100
}

.vb-loading__cover--coverAll {
    position: fixed;
    z-index: 2147483647
}

.vb-loading__animation {
    height: 30px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    width: 30px
}

.vb-loading__animation--coverAll {
    height: 10.5rem;
    max-width: 80vw;
    width: 315px
}

.vb-loading__message {
    color: #323232;
    font: normal .875rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    margin-top: 15px
}

.vb-cardBase,.vb-columnBase,.vb-dialogBase,.vb-floatingBase,.vb-popupBase,.vb-scrimBase {
    background-color: #f7f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px
}

.vb-marginBase--fitContent {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.vb-columnBase--overflowHidden {
    overflow: hidden
}

.vb-columnBase--rounded {
    border-radius: 5px
}

.vb-floatingBase {
    background-color: #fff;
    border-radius: var(--experimental-vb-floating-border-radius,10px);
    -webkit-box-shadow: var(--experimental-vb-floating-base-shadow,0 0 15px rgba(0,0,0,.1),0 .25rem 5px rgba(0,0,0,.2));
    box-shadow: var(--experimental-vb-floating-base-shadow,0 0 15px rgba(0,0,0,.1),0 .25rem 5px rgba(0,0,0,.2));
    overflow: hidden;
    position: relative;
    z-index: 500
}

.vb-floatingBase--fitContent {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.vb-scrimBase {
    background-color: rgba(0,0,0,.5);
    color: #fff;
    z-index: 999
}

.vb-scrimBase--small {
    padding: 10px
}

.vb-popupBase {
    background-color: #fff;
    border-radius: var(--experimental-vb-popup-border-radius,10px);
    -webkit-box-shadow: var(--experimental-vb-popup-base-shadow,0 0 20px rgba(0,0,0,.1),0 .375rem .75rem rgba(0,0,0,.2));
    box-shadow: var(--experimental-vb-popup-base-shadow,0 0 20px rgba(0,0,0,.1),0 .375rem .75rem rgba(0,0,0,.2));
    overflow: hidden;
    position: relative;
    z-index: 2000
}

.vb-popupBase--fitContent {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.vb-dialogBase {
    background-color: #fff;
    border-radius: var(--experimental-vb-dialog-border-radius,15px);
    font: normal .875rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    overflow: hidden;
    position: relative;
    z-index: 1000
}

.vb-dialogBase--message {
    z-index: 1500
}

.vb-cardBase {
    background-color: #fff;
    border-radius: var(--experimental-vb-card-border-radius,.75rem);
    -webkit-box-shadow: var(--experimental-vb-card-base-shadow,0 0 10px rgba(0,0,0,.1),0 .125rem .25rem rgba(0,0,0,.2));
    box-shadow: var(--experimental-vb-card-base-shadow,0 0 10px rgba(0,0,0,.1),0 .125rem .25rem rgba(0,0,0,.2));
    position: relative
}

.vb-cardBase--overflowHidden {
    overflow: hidden
}

.vb-cardBase:not(.vb-cardBase--disabled) .vb-cardBase--clickable {
    border-radius: var(--experimental-vb-card-border-radius,.75rem);
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color
}

.vb-cardBase:not(.vb-cardBase--disabled) .vb-cardBase--clickable:hover {
    background-color: #f2f5fc
}

.vb-cardBase--disabled {
    background-color: #f0eded;
    cursor: not-allowed;
    opacity: .5
}

.vb-cardBase--borderDashed {
    border: 2px dashed #a0a0a0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vb-cardBase__button,.vb-cardBase__link {
    background-color: transparent;
    border: 0;
    color: #323232;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 100%;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 100%
}

.vb-cardBase__button:after,.vb-cardBase__link:after {
    border-radius: var(--experimental-vb-card-border-radius,.75rem);
    content: "";
    inset: 0;
    position: absolute
}

.vb-cardBase__button:hover:after,.vb-cardBase__link:hover:after {
    background-color: #ebf3ff;
    mix-blend-mode: multiply
}

.vb-cardBase__button--disabled,.vb-cardBase__link--disabled {
    cursor: not-allowed
}

.vb-cardBase__content {
    position: relative
}

.vb-zebraBase {
    background-color: #f7f5f5;
    padding: 15px
}

.vb-columnBase--borderDefault,.vb-dialogBase--borderDefault,.vb-floatingBase--borderDefault,.vb-popupBase--borderDefault {
    background-color: #fff;
    border: 1px solid #e9e7e7
}

.vb-columnBase--borderAlert,.vb-dialogBase--borderAlert,.vb-floatingBase--borderAlert,.vb-popupBase--borderAlert {
    background-color: #fff;
    border: 1px solid #dc1e32
}

.vb-columnBase--borderNotice,.vb-dialogBase--borderNotice,.vb-floatingBase--borderNotice,.vb-popupBase--borderNotice {
    background-color: #fff;
    border: 1px solid #be8c14
}

.vb-columnBase--borderSuccess,.vb-dialogBase--borderSuccess,.vb-floatingBase--borderSuccess,.vb-popupBase--borderSuccess {
    background-color: #fff;
    border: 1px solid #285ac8
}

.vb-cardBase--inline,.vb-columnBase--inline,.vb-dialogBase--inline,.vb-floatingBase--inline,.vb-popupBase--inline {
    display: inline-block;
    vertical-align: middle
}

.vb-cardBase--paddingSmall,.vb-columnBase--paddingSmall,.vb-dialogBase--paddingSmall,.vb-floatingBase--paddingSmall,.vb-popupBase--paddingSmall,.vb-zebraBase--paddingSmall {
    padding: 10px
}

.vb-cardBase--paddingLarge,.vb-columnBase--paddingLarge,.vb-dialogBase--paddingLarge,.vb-floatingBase--paddingLarge,.vb-popupBase--paddingLarge,.vb-zebraBase--paddingLarge {
    padding: 20px
}

.vb-cardBase--paddingZero,.vb-columnBase--paddingZero,.vb-dialogBase--paddingZero,.vb-floatingBase--paddingZero,.vb-popupBase--paddingZero,.vb-zebraBase--paddingZero {
    padding: 0
}

@media (max-width: 48rem) {
    .vb-cardBase--paddingResponsive,.vb-columnBase--paddingResponsive,.vb-zebraBase--paddingResponsive {
        padding:15px 10px
    }
}

.vb-zebraBase:nth-child(2n) {
    background-color: #fff
}

.vb-balloon {
    bottom: calc(100% + 5px);
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3000
}

.vb-balloon:after,.vb-balloon:before {
    background-color: #f7f5f5;
    bottom: 0;
    content: "";
    display: block;
    height: .75rem;
    left: calc(50% - .53125rem);
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: .75rem
}

.vb-balloon:before {
    -webkit-box-shadow: var(--experimental-vb-balloon-shadow,0 0 .75rem -5px rgba(0,0,0,.08),0 .125rem .25rem rgba(0,0,0,.15));
    box-shadow: var(--experimental-vb-balloon-shadow,0 0 .75rem -5px rgba(0,0,0,.08),0 .125rem .25rem rgba(0,0,0,.15));
    z-index: 1
}

.vb-balloon:after {
    -webkit-margin-after: 1.5px;
    margin-block-end:1.5px;z-index: 3
}

.vb-balloon__wrapper {
    background-color: #f7f5f5;
    border: 1px solid transparent;
    border-radius: var(--experimental-vb-balloon-border-radius,.5rem);
    -webkit-box-shadow: var(--experimental-vb-balloon-shadow,0 0 .75rem -5px rgba(0,0,0,.08),0 .125rem .25rem rgba(0,0,0,.15));
    box-shadow: var(--experimental-vb-balloon-shadow,0 0 .75rem -5px rgba(0,0,0,.08),0 .125rem .25rem rgba(0,0,0,.15));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: normal .75rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    max-width: min(25rem,100vw - 5rem,66vw);
    min-width: 2.25rem;
    padding: .75rem;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 2
}

.vb-balloon__container {
    word-wrap: break-word;
    margin-block:calc(.5em - 1lh/2);overflow-wrap: break-word;
    white-space: normal
}

@supports not (top: 1lh) {
    .vb-balloon__container {
        margin-block:0
    }
}

.vb-balloon--left {
    left: -50%;
    -webkit-transform: none;
    transform: none
}

.vb-balloon--left:after,.vb-balloon--left:before {
    left: 10px
}

.vb-balloon--right {
    left: auto;
    right: -50%;
    -webkit-transform: none;
    transform: none
}

.vb-balloon--right:after,.vb-balloon--right:before {
    left: auto;
    right: 1.3541666667rem
}

.vb-balloon--bottom {
    bottom: auto;
    top: 5px
}

.vb-balloon--bottom:after,.vb-balloon--bottom:before {
    bottom: auto;
    top: -.75rem
}

.vb-balloon--bottom:after {
    margin-block:1.5px 0}

.vb-balloon--border-default:after,.vb-balloon--border-default:before {
    background-color: #fff
}

.vb-balloon--border-default:before {
    background-color: #e9e7e7
}

.vb-balloon--border-default .vb-balloon__wrapper {
    background-color: #fff;
    border-color: #e9e7e7
}

.vb-balloon--border-alert:after,.vb-balloon--border-alert:before {
    background-color: #fff
}

.vb-balloon--border-alert:before {
    background-color: #f07882
}

.vb-balloon--border-alert .vb-balloon__wrapper {
    background-color: #fff;
    border-color: #f07882
}

.vb-balloon--border-notice:after,.vb-balloon--border-notice:before {
    background-color: #fff
}

.vb-balloon--border-notice:before {
    background-color: #ffd278
}

.vb-balloon--border-notice .vb-balloon__wrapper {
    background-color: #fff;
    border-color: #ffd278
}

.vb-balloon--border-success:after,.vb-balloon--border-success:before {
    background-color: #fff
}

.vb-balloon--border-success:before {
    background-color: #73a5ff
}

.vb-balloon--border-success .vb-balloon__wrapper {
    background-color: #fff;
    border-color: #73a5ff
}

.vb-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-width: 70rem;
    min-width: 70rem;
    position: relative;
    width: calc(100vw - 30px)
}

.vb-container--widthWide {
    max-width: 100rem
}

.vb-container--widthNarrow {
    max-width: 40rem;
    min-width: 40rem
}

.vb-container--responsive {
    min-width: 20rem
}

@media (max-width: 48rem) {
    .vb-container--responsive {
        width:100vw
    }
}

.vb-contentsBase {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 10px 14px;
    position: relative
}

.vb-contentsBase--padding-small {
    padding: 10px
}

.vb-contentsBase--padding-large {
    padding: 20px
}

@media (max-width: 48rem) {
    .vb-contentsBase--responsive {
        padding:10px
    }
}

.vb-contentsBase--responsive+.vb-contentsBase--responsive {
    margin-top: 15px
}

@media (max-width: 48rem) {
    .vb-contentsBase--responsive+.vb-contentsBase--responsive {
        border-top:1px solid #e9e7e7;
        margin-top: 0
    }
}

.vb-negativeContentsBase {
    margin-left: -15px;
    margin-right: -15px
}

.vb-negativeContentsBase:last-child {
    margin-bottom: -15px
}

.vb-negativeContentsBase--negativeMarginSmall {
    margin-left: -10px;
    margin-right: -10px
}

.vb-negativeContentsBase--negativeMarginSmall:last-child {
    margin-bottom: -15px
}

.vb-negativeContentsBase--negativeMarginLarge {
    margin-left: -20px;
    margin-right: -20px
}

.vb-negativeContentsBase--negativeMarginLarge:last-child {
    margin-bottom: -20px
}

@media (max-width: 48rem) {
    .vb-negativeContentsBase--responsive {
        margin-left:-10px;
        margin-right: -10px
    }

    .vb-negativeContentsBase--responsive:last-child {
        margin-bottom: -10px
    }
}

.vb-negativeMargin--small--top {
    margin-top: -10px
}

.vb-negativeMargin--small--left {
    margin-left: -10px
}

.vb-negativeMargin--small--right {
    margin-right: -10px
}

.vb-negativeMargin--small--bottom {
    margin-bottom: -10px
}

.vb-negativeMargin--medium--top {
    margin-top: -15px
}

.vb-negativeMargin--medium--left {
    margin-left: -15px
}

.vb-negativeMargin--medium--right {
    margin-right: -15px
}

.vb-negativeMargin--medium--bottom {
    margin-bottom: -15px
}

.vb-negativeMargin--large--top {
    margin-top: -20px
}

.vb-negativeMargin--large--left {
    margin-left: -20px
}

.vb-negativeMargin--large--right {
    margin-right: -20px
}

.vb-negativeMargin--large--bottom {
    margin-bottom: -20px
}

.vb-scrollableBase--scrollableY {
    overflow-y: auto
}

.vb-scrollableBase--scrollableX {
    overflow-x: auto
}

.vb-paddingBase--top25 {
    padding-top: .25rem
}

.vb-paddingBase--bottom25 {
    padding-bottom: .25rem
}

.vb-paddingBase--left25 {
    padding-left: .25rem
}

.vb-paddingBase--right25 {
    padding-right: .25rem
}

.vb-paddingBase--top50 {
    padding-top: 5px
}

.vb-paddingBase--bottom50 {
    padding-bottom: 5px
}

.vb-paddingBase--left50 {
    padding-left: 5px
}

.vb-paddingBase--right50 {
    padding-right: 5px
}

.vb-paddingBase--top100 {
    padding-top: 10px
}

.vb-paddingBase--bottom100 {
    padding-bottom: 10px
}

.vb-paddingBase--left100 {
    padding-left: 10px
}

.vb-paddingBase--right100 {
    padding-right: 10px
}

.vb-paddingBase--top150 {
    padding-top: 15px
}

.vb-paddingBase--bottom150 {
    padding-bottom: 15px
}

.vb-paddingBase--left150 {
    padding-left: 15px
}

.vb-paddingBase--right150 {
    padding-right: 15px
}

.vb-paddingBase--top200 {
    padding-top: 20px
}

.vb-paddingBase--bottom200 {
    padding-bottom: 20px
}

.vb-paddingBase--left200 {
    padding-left: 20px
}

.vb-paddingBase--right200 {
    padding-right: 20px
}

.vb-paddingBase--top300 {
    padding-top: 30px
}

.vb-paddingBase--bottom300 {
    padding-bottom: 30px
}

.vb-paddingBase--left300 {
    padding-left: 30px
}

.vb-paddingBase--right300 {
    padding-right: 30px
}

.vb-button,.vb-listButton,.vb-statusButton {
    --internal-vb-button-padding-top: var(--experimental-vb-button-padding-y,0);
    --internal-vb-button-padding-right: var( --experimental-vb-button-padding-x,10px );
    --internal-vb-button-padding-bottom: var( --experimental-vb-button-padding-y,0 );
    --internal-vb-button-padding-left: var( --experimental-vb-button-padding-x,10px );
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    border: 0;
    border-radius: var(--experimental-vb-button-border-radius,.5rem);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: var(--experimental-vb-button-font-family,-apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif);
    font-size: var(--experimental-vb-button-font-size,.875rem);
    gap: var(--experimental-vb-button-icon-gap,.625em);
    height: var(--experimental-vb-button-height,2.25rem);
    justify-content: space-between;
    margin: 0;
    padding: var(--internal-vb-button-padding-top) var(--internal-vb-button-padding-right) var(--internal-vb-button-padding-bottom) var(--internal-vb-button-padding-left);
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color,border-color,-webkit-box-shadow;
    transition-property: background-color,color,border-color,-webkit-box-shadow;
    transition-property: background-color,color,box-shadow,border-color;
    transition-property: background-color,color,box-shadow,border-color,-webkit-box-shadow;
    vertical-align: middle;
    white-space: nowrap
}

.vb-button:hover,.vb-listButton:hover,.vb-statusButton:hover {
    text-decoration: none
}

.vb-button:focus,.vb-listButton:focus,.vb-statusButton:focus {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 3px #2864f0,0 0 0 4px #fff;
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #2864f0,0 0 0 4px #fff;
    outline: none
}

.vb-button--small,.vb-statusButton--small {
    --internal-vb-button-padding-left: var( --experimental-vb-button-padding-x-small,0.5rem );
    --internal-vb-button-padding-right: var( --experimental-vb-button-padding-x-small,0.5rem );
    --internal-vb-button-padding-top: var( --experimental-vb-button-padding-y-small,0 );
    --internal-vb-button-padding-bottom: var( --experimental-vb-button-padding-y-small,0 );
    font-size: var(--experimental-vb-button-font-size-small,.75rem);
    height: var(--experimental-vb-button-height-small,15px)
}

.vb-button--large,.vb-statusButton--large {
    --internal-vb-button-padding-left: var( --experimental-vb-button-padding-x-large,10px );
    --internal-vb-button-padding-right: var( --experimental-vb-button-padding-x-large,10px );
    --internal-vb-button-padding-top: var( --experimental-vb-button-padding-y-large,0 );
    --internal-vb-button-padding-bottom: var( --experimental-vb-button-padding-y-large,0 );
    font-size: var(--experimental-vb-button-font-size-large,10px);
    height: var(--experimental-vb-button-height-large,30px)
}

.vb-button--appearanceSecondary,.vb-iconOnlyButton--appearanceSecondary,.vb-pagerButton {
    background-color: var(--experimental-vb-button-background-color-secondary,#fff);
    border: var(--experimental-vb-button-border-secondary,1px solid #dcdcdc);
    color: var(--experimental-vb-button-color-secondary,#323232);
    font-weight: var(--experimental-vb-button-font-weight-secondary,bold)
}

.vb-button--appearanceSecondary:hover,.vb-iconOnlyButton--appearanceSecondary:hover,.vb-pagerButton:hover {
    background-color: var(--experimental-vb-button-background-color-secondary-hover,#dce8ff);
    border: var(--experimental-vb-button-border-secondary-hover,1px solid #1e46aa);
    color: var(--experimental-vb-button-color-secondary-hover,#1e46aa)
}

.vb-button--appearancePrimary,.vb-iconOnlyButton--appearancePrimary {
    background-color: var(--experimental-vb-button-background-color-primary,#285ac8);
    border: var(--experimental-vb-button-border-primary,0);
    color: var(--experimental-vb-button-color-primary,#fff);
    font-weight: var(--experimental-vb-button-font-weight-primary,bold)
}

.vb-button--appearancePrimary:hover,.vb-iconOnlyButton--appearancePrimary:hover {
    background-color: var(--experimental-vb-button-background-color-primary-hover,#23418c);
    border: var(--experimental-vb-button-border-primary-hover,0);
    color: var(--experimental-vb-button-color-primary-hover,#fff)
}

.vb-button--appearancePrimary:focus,.vb-iconOnlyButton--appearancePrimary:focus {
    color: var(--experimental-vb-button-color-primary,#fff)
}

.vb-button--appearancePrimary.vb-button--danger,.vb-iconOnlyButton--appearancePrimary.vb-iconOnlyButton--danger {
    background-color: var(--experimental-vb-button-background-color-primary-danger,#dc1e32);
    border: var(--experimental-vb-button-border-primary-danger,0);
    color: var(--experimental-vb-button-color-primary-danger,#fff);
    font-weight: var(--experimental-vb-button-font-weight-primary,bold)
}

.vb-button--appearancePrimary.vb-button--danger:hover,.vb-iconOnlyButton--appearancePrimary.vb-iconOnlyButton--danger:hover {
    background-color: var(--experimental-vb-button-background-color-primary-danger-hover,#a51428);
    border: var(--experimental-vb-button-border-primary-danger-hover,0);
    color: var(--experimental-vb-button-color-primary-danger-hover,#fff)
}

.vb-pagerButton.vb-pagerButton--current {
    background-color: #285ac8;
    border: 0;
    color: #fff;
    font-weight: 700
}

.vb-pagerButton.vb-pagerButton--current:hover {
    background-color: #285ac8
}

.vb-statusButton__icon {
    height: 1.5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.5em
}

.vb-button--leftIcon {
    --internal-vb-button-padding-left: var( --experimental-vb-button-padding-icon-side,0.625em );
    text-align: left
}

.vb-button--rightIcon {
    --internal-vb-button-padding-right: var( --experimental-vb-button-padding-icon-side,0.625em );
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: left
}

.vb-button__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: var(--experimental-vb-button-icon-size,1.5em);
    width: var(--experimental-vb-button-icon-size,1.5em)
}

.vb-button__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.vb-button__text--center {
    text-align: center
}

.vb-button__text--left {
    text-align: left
}

.vb-button--appearanceSecondary.vb-button--danger {
    background-color: var(--experimental-vb-button-background-color-secondary-danger,#fff);
    border: var(--experimental-vb-button-border-secondary-danger,1px solid #dcdcdc);
    color: var(--experimental-vb-button-color-secondary-danger,#dc1e32)
}

.vb-button--appearanceSecondary.vb-button--danger:hover {
    background-color: var(--experimental-vb-button-background-color-secondary-danger-hover,#fad2d7);
    border: var(--experimental-vb-button-border-secondary-danger-hover,1px solid #a51428);
    color: var(--experimental-vb-button-color-secondary-danger-hover,#a51428)
}

.vb-button--widthFull {
    width: 100%
}

.vb-button--hasMinWidth {
    min-width: 6rem
}

.vb-button.vb-button--hasMinWidth.vb-button--small {
    min-width: 5rem
}

.vb-button.vb-button--hasMinWidth.vb-button--large {
    min-width: 110px
}

.vb-button--appearanceTertiary {
    background-color: var(--experimental-vb-button-background-color-tertiary,transparent);
    border: var(--experimental-vb-button-border-tertiary,1px solid transparent);
    color: var(--experimental-vb-button-color-tertiary,#323232);
    font-weight: var(--experimental-vb-button-font-weight-tertiary,bold)
}

.vb-button--appearanceTertiary:hover {
    background-color: var(--experimental-vb-button-background-color-tertiary-hover,rgba(138,178,255,.3));
    border: var(--experimental-vb-button-border-tertiary-hover,1px solid transparent);
    color: var(--experimental-vb-button-color-tertiary-hover,#1e46aa)
}

.vb-button--appearanceTertiary.vb-button:not(.vb-button--leftIcon) {
    --internal-vb-button-padding-left: var( --experimental-vb-button-padding-tertiary-no-icon-side,0.5rem )
}

.vb-button--appearanceTertiary.vb-button:not(.vb-button--rightIcon) {
    --internal-vb-button-padding-right: var( --experimental-vb-button-padding-tertiary-no-icon-side,0.5rem )
}

.vb-button--appearanceTertiary.vb-button--danger {
    background-color: var(--experimental-vb-button-background-color-tertiary-danger,transparent);
    border: var(--experimental-vb-button-border-tertiary-danger,1px solid transparent);
    color: var(--experimental-vb-button-color-tertiary-danger,#dc1e32)
}

.vb-button--appearanceTertiary.vb-button--danger:hover {
    background-color: var(--experimental-vb-button-background-color-tertiary-danger-hover,rgba(238,105,122,.3));
    border: var(--experimental-vb-button-border-tertiary-danger-hover,1px solid transparent);
    color: var(--experimental-vb-button-color-tertiary-danger-hover,#a51428)
}

:where(.vb-button--widthFull.vb-button--rightIcon) .vb-button__text--center {
    padding-left: calc(var(--internal-vb-button-padding-right) + .875rem)
}

:where(.vb-button--widthFull.vb-button--leftIcon) .vb-button__text--center {
    padding-right: calc(var(--internal-vb-button-padding-left) + .875rem)
}

:where(.vb-button--widthFull.vb-button--appearanceTertiary.vb-button--rightIcon) .vb-button__text--center {
    padding-left: calc(var(--internal-vb-button-padding-right) + 1.375rem)
}

:where(.vb-button--widthFull.vb-button--appearanceTertiary.vb-button--leftIcon) .vb-button__text--center {
    padding-right: calc(var(--internal-vb-button-padding-left) + 1.375rem)
}

.vb-textButton {
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif
}

.vb-textButton .vb-textButton__icon {
    fill: #323232;
    display: inline-block;
    height: 1.5em;
    margin-right: .25rem;
    vertical-align: middle;
    width: 1.5em
}

.vb-textButton .vb-textButton__icon--right {
    margin-left: .25rem;
    margin-right: 0
}

.vb-textButton__button,.vb-textButton__link {
    color: #285ac8;
    font-weight: 700;
    text-decoration: underline;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle
}

.vb-textButton--noBorder .vb-textButton__button,.vb-textButton--noBorder .vb-textButton__link {
    text-decoration: none
}

.vb-textButton:not(.vb-textButton--disabled) .vb-textButton__button:hover,.vb-textButton:not(.vb-textButton--disabled) .vb-textButton__link:hover {
    color: #73a5ff;
    cursor: pointer
}

.vb-textButton--disabled {
    cursor: not-allowed;
    opacity: .5
}

.vb-textButton--small {
    font-size: .75rem
}

.vb-globalNaviButton {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    color: #323232;
    display: block;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-weight: 700;
    height: calc(30px - 1px);
    line-height: calc(2.75rem - 1px);
    padding: 0 10px;
    text-decoration: none;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color
}

.vb-globalNaviButton__icon {
    display: inline-block;
    height: 1.5em;
    margin-right: .375em;
    vertical-align: middle;
    width: 1.5em
}

.vb-globalNaviButton .vb-globalNaviButton__text {
    vertical-align: middle
}

.vb-globalNaviButton:not(.vb-globalNaviButton--current):hover {
    background-color: hsla(0,0%,100%,.1);
    background-color: #ebf3ff;
    color: #285ac8
}

.vb-globalNaviButton--current {
    background-color: rgba(0,0,0,.15);
    background-color: #fff;
    border-bottom: .25rem solid #2864f0;
    color: #285ac8
}

.vb-backwardButton,.vb-jumpButton {
    display: inline-block;
    padding: 0
}

.vb-backwardButton--widthFull,.vb-jumpButton--widthFull {
    width: 100%
}

.vb-pagerButton {
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-size: .875rem;
    height: 20px;
    min-width: 20px;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle
}

.vb-pagerButton.vb-pagerButton--current {
    cursor: default;
    font-size: 10px;
    outline: 0
}

.vb-pagerButton.vb-pagerButton--small {
    font-size: .75rem;
    height: 15px;
    min-width: 15px
}

.vb-iconOnlyButton {
    border-radius: var(--experimental-vb-button-border-radius,.5rem);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: var(--experimental-vb-icon-only-button-icon-size,15px);
    height: var(--experimental-vb-button-height,2.25rem);
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color,border;
    transition-property: background-color,color,border;
    vertical-align: middle;
    width: var(--experimental-vb-button-height,2.25rem)
}

.vb-iconOnlyButton .vb-iconOnlyButton__icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.vb-iconOnlyButton--appearancePrimary:hover {
    color: #fff
}

.vb-iconOnlyButton--appearanceSecondary.vb-iconOnlyButton--danger {
    background-color: var(--experimental-vb-button-background-color-secondary-danger,#fff);
    border: var(--experimental-vb-button-border-secondary-danger,1px solid #dcdcdc);
    color: var(--experimental-vb-button-color-secondary-danger,#dc1e32)
}

.vb-iconOnlyButton--appearanceSecondary.vb-iconOnlyButton--danger:hover {
    background-color: var(--experimental-vb-button-background-color-secondary-danger-hover,#fad2d7);
    border: var(--experimental-vb-button-border-secondary-danger-hover,1px solid #a51428);
    color: var(--experimental-vb-button-color-secondary-danger-hover,#a51428)
}

.vb-iconOnlyButton--appearanceTertiary {
    background-color: var(--experimental-vb-button-background-color-tertiary,transparent);
    border: var(--experimental-vb-button-border-tertiary,1px solid transparent);
    color: var(--experimental-vb-button-color-tertiary,#323232)
}

.vb-iconOnlyButton--appearanceTertiary:hover {
    background-color: var(--experimental-vb-button-background-color-tertiary-hover,rgba(138,178,255,.3));
    border: var(--experimental-vb-button-border-tertiary-hover,1px solid transparent);
    color: var(--experimental-vb-button-color-tertiary-hover,#1e46aa)
}

.vb-iconOnlyButton--appearanceTertiary.vb-iconOnlyButton--danger {
    background-color: var(--experimental-vb-button-background-color-tertiary-danger,transparent);
    border: var(--experimental-vb-button-border-tertiary-danger,1px solid transparent);
    color: var(--experimental-vb-button-color-tertiary-danger,#dc1e32)
}

.vb-iconOnlyButton--appearanceTertiary.vb-iconOnlyButton--danger:hover {
    background-color: var(--experimental-vb-button-background-color-tertiary-danger-hover,rgba(238,105,122,.3));
    border: var(--experimental-vb-button-border-tertiary-danger-hover,1px solid transparent);
    color: var(--experimental-vb-button-color-tertiary-danger-hover,#a51428)
}

.vb-iconOnlyButton--small {
    font-size: var(--experimental-vb-icon-only-button-icon-size-small,10px);
    height: var(--experimental-vb-button-height-small,15px);
    width: var(--experimental-vb-button-height-small,15px)
}

.vb-iconOnlyButton--large {
    font-size: var(--experimental-vb-icon-only-button-icon-size-large,15px);
    height: var(--experimental-vb-button-height-large,30px);
    width: var(--experimental-vb-button-height-large,30px)
}

.vb-iconOnlyButton:hover {
    text-decoration: none
}

.vb-listButton {
    background-color: #f7f5f5;
    border-radius: 0;
    color: inherit;
    display: block;
    font-weight: 700;
    text-align: left;
    width: 100%;
    word-break: keep-all
}

.vb-listButton:hover:not([aria-selected]) {
    background-color: #f0eded
}

.vb-listButton--selected {
    color: #6e6b6b;
    cursor: default
}

.vb-listButton--bgTransparent {
    background-color: transparent
}

.vb-listButton__leftIcon {
    margin-right: .375em
}

.vb-listButton__farRightIcon {
    float: right
}

.vb-inlineLink {
    background: transparent;
    border: 0;
    color: #285ac8;
    cursor: pointer;
    display: inline;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-size: 1em;
    padding: 0;
    text-decoration: underline;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color
}

.vb-inlineLink:hover {
    color: #23418c
}

.vb-inlineLink__iconWrapper {
    display: inline-block;
    height: 1em;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    width: 1.5em
}

.vb-inlineLink__icon {
    font-size: 1.5em;
    left: 0;
    margin-top: -50%;
    position: absolute;
    top: 50%
}

.vb-inlineLink--disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none
}

.vb-statusButton {
    border-style: solid;
    border-width: 1px;
    font: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-weight: 700
}

.vb-statusButton--leftIcon {
    padding-left: 2.75em;
    position: relative;
    text-align: left
}

.vb-statusButton--rightIcon {
    padding-right: 2.75em;
    position: relative;
    text-align: left
}

.vb-statusButton__icon--left {
    left: .625em
}

.vb-statusButton__icon--right {
    right: .625em
}

.vb-statusButton--gray {
    background-color: #f0eded;
    border-color: #bebaba;
    color: #464343
}

.vb-statusButton--gray:hover {
    background-color: #e7e2e2
}

.vb-statusButton--blue {
    background-color: #dce8ff;
    border-color: #73a5ff;
    color: #1e46aa
}

.vb-statusButton--blue:hover {
    background-color: #c8dbff
}

.vb-statusButton--green {
    background-color: #cdebd7;
    border-color: #64be8c;
    color: #004b1e
}

.vb-statusButton--green:hover {
    background-color: #bee5cb
}

.vb-statusButton--red {
    background-color: #fad2d7;
    border-color: #f07882;
    color: #6e0f19
}

.vb-statusButton--red:hover {
    background-color: #f8c0c7
}

.vb-statusButton--widthFull {
    width: 100%
}

.vb-calendarDate {
    background-color: #fff;
    border-bottom: 1px solid #e9e7e7;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color
}

.vb-calendarDate:before {
    content: "";
    display: block;
    padding-top: 100%
}

.vb-calendarDate {
    color: #323232;
    cursor: pointer
}

.vb-calendarDate:hover {
    background-color: #f0eded
}

.vb-calendarDate--input {
    background-color: #285ac8;
    color: #fff;
    cursor: pointer
}

.vb-calendarDate--input:hover {
    background-color: #73a5ff
}

.vb-calendarDate--absent {
    background-color: #f7f5f5;
    cursor: pointer
}

.vb-calendarDate--secondary-holiday {
    color: #6e6b6b;
    cursor: pointer
}

.vb-calendarDate--secondary-holiday:hover {
    background-color: #f0eded
}

.vb-calendarDate--primary-holiday {
    color: #dc1e32;
    cursor: pointer
}

.vb-calendarDate--primary-holiday:hover {
    background-color: #f0eded
}

.vb-calendarDate--disabled {
    background-color: #f7f5f5;
    color: #8c8989;
    cursor: not-allowed;
    outline: none;
    pointer-events: none
}

.vb-calendarDate__number {
    display: block;
    font-size: 15px;
    left: 10px;
    line-height: 1;
    position: absolute;
    top: 10px
}

.vb-calendarDate--absent .vb-calendarDate__number--today,.vb-calendarDate__number--today {
    background-color: #285ac8;
    border-radius: 99rem;
    color: #fff;
    font-size: 1em;
    height: 2em;
    line-height: 2em;
    margin: -.5em 0 0 -.5em;
    text-align: center;
    width: 2em
}

.vb-calendarDate__number--today--input {
    background-color: #fff;
    border-radius: 99rem;
    color: #285ac8;
    font-size: 1em;
    height: 2em;
    line-height: 2em;
    margin: -.5em 0 0 -.5em;
    text-align: center;
    width: 2em
}

.vb-calendarDate__number--first {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.vb-calendarDate__month {
    font-size: .75em
}

.vb-calendarDate__inner {
    inset: 0;
    position: absolute
}

.vb-calendarDate__status--alert {
    position: relative
}

.vb-calendarDate__status--alert:before {
    border-right: 0 solid transparent;
    border-color: transparent #dc1e32 transparent transparent;
    border-style: solid;
    border-width: 0 2.7em 2.7em 0;
    content: "";
    height: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0
}

.vb-calendarDate__status--notice {
    position: relative
}

.vb-calendarDate__status--notice:before {
    border-right: 0 solid transparent;
    border-color: transparent #be8c14 transparent transparent;
    border-style: solid;
    border-width: 0 2.7em 2.7em 0;
    content: "";
    height: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0
}

.vb-calendarDate__status--success {
    position: relative
}

.vb-calendarDate__status--success:before {
    border-right: 0 solid transparent;
    border-color: transparent #73a5ff transparent transparent;
    border-style: solid;
    border-width: 0 2.7em 2.7em 0;
    content: "";
    height: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0
}

.vb-calendarDate__icon {
    color: #fff;
    display: block;
    position: absolute;
    right: .25em;
    top: .25em
}

.vb-calendarDate--disabled .vb-calendarDate__number--today {
    background: #8c8989;
    color: #fff
}

.vb-calendarDate__type {
    display: block;
    font-size: .75rem;
    left: 10px;
    line-height: 1;
    position: absolute;
    top: 30px
}

.vb-calendarDate__time {
    bottom: 10px;
    display: block;
    font-size: .875rem;
    line-height: 1;
    position: absolute;
    right: 10px;
    text-align: right
}

.vb-calendarHead {
    border-bottom: 1px solid #e9e7e7
}

.vb-calendarHead__cell {
    font-weight: .875rem;
    font-weight: 400;
    padding: 0 0 10px 10px;
    text-align: left
}

.vb-calendarHead__cell--secondary-holiday {
    color: #001478
}

.vb-calendarHead__cell--primary-holiday {
    color: #c7423a
}

.vb-iconWrapper {
    background-color: #fff;
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 5px
}

.vb-focusHighlight {
    display: block;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.vb-focusHighlight--inline {
    display: inline-block
}

.vb-focusHighlight--full {
    width: 100%
}

.vb-focusHighlight:after {
    content: "";
    inset: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.vb-focusHighlight--round:after {
    border-radius: .25rem
}

.vb-focusHighlight:focus-within.vb-focusHighlight:after {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 3px #2864f0,0 0 0 4px #fff;
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #2864f0,0 0 0 4px #fff;
    opacity: 1
}

.vb-focusHighlight:focus-within.vb-focusHighlight--inset:after {
    -webkit-box-shadow: inset 0 0 0 1px #fff,inset 0 0 0 3px #2864f0,inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 1px #fff,inset 0 0 0 3px #2864f0,inset 0 0 0 4px #fff
}

.vb-focusTrap--inline {
    display: inline-block
}

.vb-checkbox,.vb-indexSearchField .vb-indexSearchField__input,.vb-radio,.vb-searchField .vb-searchField__input,.vb-select__body,.vb-textField,.vb-textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: normal .875rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    margin: 0;
    padding: 0;
    vertical-align: inherit
}

.vb-checkbox::-ms-expand,.vb-indexSearchField .vb-indexSearchField__input::-ms-expand,.vb-radio::-ms-expand,.vb-searchField .vb-searchField__input::-ms-expand,.vb-select__body::-ms-expand,.vb-textField::-ms-expand,.vb-textarea::-ms-expand {
    display: none
}

.vb-indexSearchField .vb-indexSearchField__input,.vb-searchField .vb-searchField__input,.vb-select__body,.vb-textField,.vb-textarea {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #323232;
    height: 2.25rem;
    padding: 0 5px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: border-color,background-color,color;
    transition-property: border-color,background-color,color
}

.vb-indexSearchField .vb-indexSearchField__input::-webkit-input-placeholder,.vb-searchField .vb-searchField__input::-webkit-input-placeholder,.vb-select__body::-webkit-input-placeholder,.vb-textField::-webkit-input-placeholder,.vb-textarea::-webkit-input-placeholder {
    color: #8c8989;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.vb-indexSearchField .vb-indexSearchField__input::-moz-placeholder,.vb-searchField .vb-searchField__input::-moz-placeholder,.vb-select__body::-moz-placeholder,.vb-textField::-moz-placeholder,.vb-textarea::-moz-placeholder {
    color: #8c8989;
    transition-duration: .3s;
    -moz-transition-property: opacity;
    transition-property: opacity
}

.vb-indexSearchField .vb-indexSearchField__input:-ms-input-placeholder,.vb-searchField .vb-searchField__input:-ms-input-placeholder,.vb-select__body:-ms-input-placeholder,.vb-textField:-ms-input-placeholder,.vb-textarea:-ms-input-placeholder {
    color: #8c8989;
    transition-duration: .3s;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.vb-indexSearchField .vb-indexSearchField__input::-ms-input-placeholder,.vb-searchField .vb-searchField__input::-ms-input-placeholder,.vb-select__body::-ms-input-placeholder,.vb-textField::-ms-input-placeholder,.vb-textarea::-ms-input-placeholder {
    color: #8c8989;
    transition-duration: .3s;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.vb-indexSearchField .vb-indexSearchField__input::placeholder,.vb-searchField .vb-searchField__input::placeholder,.vb-select__body::placeholder,.vb-textField::placeholder,.vb-textarea::placeholder {
    color: #8c8989;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.vb-indexSearchField .vb-indexSearchField__input:focus::-webkit-input-placeholder,.vb-searchField .vb-searchField__input:focus::-webkit-input-placeholder,.vb-select__body:focus::-webkit-input-placeholder,.vb-textField:focus::-webkit-input-placeholder,.vb-textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

.vb-indexSearchField .vb-indexSearchField__input:focus::-moz-placeholder,.vb-searchField .vb-searchField__input:focus::-moz-placeholder,.vb-select__body:focus::-moz-placeholder,.vb-textField:focus::-moz-placeholder,.vb-textarea:focus::-moz-placeholder {
    opacity: 0
}

.vb-indexSearchField .vb-indexSearchField__input:focus:-ms-input-placeholder,.vb-searchField .vb-searchField__input:focus:-ms-input-placeholder,.vb-select__body:focus:-ms-input-placeholder,.vb-textField:focus:-ms-input-placeholder,.vb-textarea:focus:-ms-input-placeholder {
    opacity: 0
}

.vb-indexSearchField .vb-indexSearchField__input:focus::-ms-input-placeholder,.vb-searchField .vb-searchField__input:focus::-ms-input-placeholder,.vb-select__body:focus::-ms-input-placeholder,.vb-textField:focus::-ms-input-placeholder,.vb-textarea:focus::-ms-input-placeholder {
    opacity: 0
}

.vb-indexSearchField .vb-indexSearchField__input:focus::placeholder,.vb-searchField .vb-searchField__input:focus::placeholder,.vb-select__body:focus::placeholder,.vb-textField:focus::placeholder,.vb-textarea:focus::placeholder {
    opacity: 0
}

.vb-indexSearchField [disabled].vb-indexSearchField__input,.vb-searchField [disabled].vb-searchField__input,[disabled].vb-select__body,[disabled].vb-textField,[disabled].vb-textarea {
    background-color: #f0eded;
    color: revert;
    cursor: not-allowed
}

.vb-searchField .vb-searchField__input--error,.vb-select__body--error,.vb-textField--error,.vb-textarea--error {
    border-color: #dc1e32;
    color: #dc1e32
}

.vb-searchField .vb-searchField__input--error::-webkit-input-placeholder,.vb-select__body--error::-webkit-input-placeholder,.vb-textField--error::-webkit-input-placeholder,.vb-textarea--error::-webkit-input-placeholder {
    color: #dc1e32
}

.vb-searchField .vb-searchField__input--error::-moz-placeholder,.vb-select__body--error::-moz-placeholder,.vb-textField--error::-moz-placeholder,.vb-textarea--error::-moz-placeholder {
    color: #dc1e32
}

.vb-searchField .vb-searchField__input--error:-ms-input-placeholder,.vb-select__body--error:-ms-input-placeholder,.vb-textField--error:-ms-input-placeholder,.vb-textarea--error:-ms-input-placeholder {
    color: #dc1e32
}

.vb-searchField .vb-searchField__input--error::-ms-input-placeholder,.vb-select__body--error::-ms-input-placeholder,.vb-textField--error::-ms-input-placeholder,.vb-textarea--error::-ms-input-placeholder {
    color: #dc1e32
}

.vb-searchField .vb-searchField__input--error::placeholder,.vb-select__body--error::placeholder,.vb-textField--error::placeholder,.vb-textarea--error::placeholder {
    color: #dc1e32
}

.vb-indexSearchField .vb-indexSearchField__input--sizeSmall,.vb-searchField .vb-searchField__input--small,.vb-select__body--small,.vb-textField--small,.vb-textarea--small {
    font-size: .75rem;
    height: 15px;
    padding: 0 5px
}

.vb-indexSearchField .vb-indexSearchField__input--sizeLarge,.vb-searchField .vb-searchField__input--large,.vb-select__body--large,.vb-textField--large,.vb-textarea--large {
    font-size: 10px;
    height: 30px;
    padding: 0 10px
}

.vb-searchField .vb-searchField__input--borderless,.vb-textField--borderless {
    border: 0;
    border-radius: 0;
    outline: none
}

.vb-textarea {
    height: 5em;
    max-width: 100%;
    min-height: 2.25rem;
    min-width: 55em;
    padding-bottom: 5px;
    padding-top: 5px
}

.vb-checkbox .vb-checkbox__control,.vb-checkbox .vb-radio__control,.vb-radio .vb-checkbox__control,.vb-radio .vb-radio__control {
    cursor: pointer;
    margin: 0;
    vertical-align: middle
}

.vb-checkbox .vb-checkbox__label,.vb-checkbox .vb-radio__label,.vb-radio .vb-checkbox__label,.vb-radio .vb-radio__label {
    margin-left: 5px;
    vertical-align: middle
}

.vb-checkbox--error,.vb-radio--error {
    color: #dc1e32
}

.vb-checkbox--small,.vb-radio--small {
    font-size: .75rem
}

.vb-checkbox,.vb-radio {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    cursor: pointer
}

.vb-checkbox .vb-checkbox__control--disabled,.vb-checkbox .vb-radio__control--disabled,.vb-checkbox--disabled,.vb-radio .vb-checkbox__control--disabled,.vb-radio .vb-radio__control--disabled,.vb-radio--disabled {
    cursor: not-allowed;
    opacity: .5
}

.vb-searchField {
    display: inline-block;
    max-width: 100%;
    min-width: 4rem;
    position: relative
}

.vb-searchField--widthFull {
    width: 100%
}

.vb-searchField .vb-searchField__input {
    max-width: 100%;
    min-width: 4rem;
    padding-left: 2.75em
}

.vb-searchField .vb-searchField__input::-webkit-search-cancel-button {
    cursor: pointer
}

.vb-searchField .vb-searchField__input+svg {
    fill: #e9e7e7
}

.vb-searchField .vb-searchField__input--error+svg {
    fill: #dc1e32
}

.vb-searchField .vb-searchField__input--small {
    padding-left: 1.75rem
}

.vb-searchField .vb-searchField__input--widthXSmall {
    width: 4rem
}

.vb-searchField .vb-searchField__input--widthSmall {
    width: 7rem
}

.vb-searchField .vb-searchField__input--widthMedium {
    width: 110px
}

.vb-searchField .vb-searchField__input--widthLarge {
    width: 24rem
}

.vb-searchField .vb-searchField__input--widthFull {
    width: 100%
}

@media (max-width: 48rem) {
    .vb-searchField .vb-searchField__input--responsive {
        font-size:10px
    }
}

.vb-searchField .vb-searchField__icon {
    height: 1.5em;
    left: .75em;
    width: 1.5em
}

.vb-searchField .vb-searchField__icon,.vb-searchField .vb-searchField__icon--small {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vb-searchField .vb-searchField__icon--small {
    height: 1em;
    left: .5em;
    width: 1em
}

.vb-select {
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    min-width: 4rem;
    overflow: hidden;
    position: relative
}

.vb-select:focus-within {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 3px #2864f0,0 0 0 4px #fff;
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #2864f0,0 0 0 4px #fff
}

.vb-select:after,.vb-select:before {
    border-left: .1875em solid transparent;
    border-right: .1875em solid transparent;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    right: .5em;
    width: 0;
    z-index: 1
}

.vb-select:before {
    border-bottom: .315em solid #323232;
    bottom: 50%;
    -webkit-transform: translateY(-.08em);
    transform: translateY(-.08em)
}

.vb-select:after {
    border-top: .315em solid #323232;
    top: 50%;
    -webkit-transform: translateY(.08em);
    transform: translateY(.08em)
}

.vb-select--widthXSmall {
    width: 4rem
}

.vb-select--widthSmall {
    width: 7rem
}

.vb-select--widthMedium {
    width: 110px
}

.vb-select--widthLarge {
    width: 24rem
}

.vb-select--widthFull {
    width: 100%
}

.vb-select--error:before {
    border-bottom-color: #dc1e32
}

.vb-select--error:after {
    border-top-color: #dc1e32
}

.vb-select__body {
    padding-right: 10px;
    text-overflow: ellipsis;
    width: 100%
}

.vb-select__body:focus {
    outline: none
}

.vb-select__body:not(.vb-select__body--error) {
    color: #323232
}

.vb-select__body--medium {
    border: var(--experimental-vb-select__body-boder,1px solid #dcdcdc);
    font-size: var(--experimental-vb-select__body-fontSize,.875rem);
    font-weight: var(--experimental-vb-select__body-fontWeight,normal);
    height: var(--experimental-vb-select__body-height,2.25rem);
    padding: var(--experimental-vb-select__body-padding,0 5px);
    padding-right: 10px
}

.vb-select__body--medium:is(.vb-select__body--error) {
    border-color: var(--experimental-vb-select__body-error-borderColor,#dc1e32)
}

.vb-select__body--error optgroup:not(:disabled),.vb-select__body--error option:not(:disabled) {
    color: initial
}

.vb-select__body--alignCenter {
    text-align: center
}

.vb-select__body--alignRight {
    text-align: right
}

.vb-textarea--small {
    min-height: 15px
}

.vb-textarea--large {
    min-height: 30px
}

.vb-textarea--resizeNone {
    resize: none
}

.vb-textarea--resizeHorizontal {
    resize: horizontal
}

.vb-textarea--resizeVertical {
    resize: vertical
}

.vb-textarea--resizeBoth {
    resize: both
}

.vb-textarea--widthSmall {
    min-width: 24rem
}

.vb-textarea--widthMedium {
    min-width: 55rem
}

.vb-textarea--widthLarge {
    min-width: 67rem
}

.vb-textarea--widthFull {
    min-width: 100%
}

@media (max-width: 48rem) {
    .vb-textarea--responsive {
        font-size:10px
    }
}

.vb-textField {
    max-width: 100%;
    min-width: 4rem;
    height: 26px;
    padding-left: 12px;
    padding-right: 12px
}

.vb-textField__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    position: relative
}

.vb-textField__wrapper--widthFull {
    width: 100%
}

.vb-textField__wrapper:after,.vb-textField__wrapper:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #6e6b6b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    padding: 0;
    position: absolute;
    top: 0
}

.vb-textField__wrapper:before {
    content: var(--vb-text-field-prefix-content,"");
    left: 5px
}

.vb-textField__wrapper:after {
    content: var(--vb-text-field-suffix-content,"");
    right: 5px
}

.vb-textField--alignCenter {
    text-align: center
}

.vb-textField--alignRight {
    text-align: right
}

.vb-textField--widthXSmall {
    width: 4rem
}

.vb-textField--widthSmall {
    width: 7rem
}

.vb-textField--widthMedium {
    width: 110px
}

.vb-textField--widthLarge {
    width: 260px
}

.vb-textField--widthFull {
    width: 100%
}

.vb-textField--hideSpinner {
    -moz-appearance: textfield
}

.vb-textField--hideSpinner::-webkit-inner-spin-button,.vb-textField--hideSpinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.vb-textField--paddingZero {
    padding: 0
}

.vb-textField--heightAuto {
    height: auto
}

.vb-textField--minWidthAuto {
    min-width: auto
}

.vb-textField--fontFamilyMonospace {
    font-family: freee Numeric Mono,Roboto Mono,monospace
}

.vb-textField--withIcon {
    padding-right: 1.25rem
}

.vb-textField__suffix {
    font: normal .875rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    margin-left: .25rem
}

.vb-textField__suffix--small {
    font-size: .75rem
}

.vb-textField__suffix--large {
    font-size: 10px
}

.vb-textField__icon,.vb-textField__iconButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #8c8989;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: .25rem;
    text-align: center;
    top: 0;
    vertical-align: middle
}

.vb-textField__icon:before,.vb-textField__iconButton:before {
    bottom: 0;
    content: "";
    position: absolute;
    right: -.25rem;
    top: 0;
    width: 15px
}

.vb-textField__icon {
    pointer-events: none
}

.vb-textField__iconButton {
    background: transparent;
    border: 0;
    padding: 0
}

.vb-textField__iconButton[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.vb-textField__iconButton:not([disabled]):hover {
    color: #285ac8;
    cursor: pointer
}

@media (max-width: 48rem) {
    .vb-textField--responsive {
        font-size:10px
    }
}

.vb-readOnlyField {
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-size: .875rem;
    min-height: 2.25rem;
    vertical-align: middle
}

.vb-readOnlyField__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 2.25rem;
    white-space: pre-line
}

.vb-readOnlyField--alignRight .vb-readOnlyField__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vb-readOnlyField--small {
    font-size: .75rem;
    height: 15px
}

.vb-readOnlyField--large {
    font-size: 10px;
    height: 30px
}

.vb-readOnlyField--widthXSmall {
    min-width: 4rem
}

.vb-readOnlyField--widthSmall {
    min-width: 7rem
}

.vb-readOnlyField--widthMedium {
    min-width: 110px
}

.vb-readOnlyField--widthLarge {
    min-width: 24rem
}

.vb-readOnlyField--widthFull {
    min-width: 100%
}

.vb-readOnlyField--inheritFontSize,.vb-readOnlyField--inheritFontSize.vb-readOnlyField--large,.vb-readOnlyField--inheritFontSize.vb-readOnlyField--small {
    font-size: inherit
}

.vb-formControlLabel {
    display: inline-block
}

.vb-formControlLabel__text {
    color: #323232;
    display: inline-block;
    font: normal .75rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    overflow-wrap: break-word;
    vertical-align: middle
}

.vb-toggleButton {
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif
}

.vb-toggleButton--disabled {
    opacity: .5;
    pointer-events: none
}

.vb-toggleButton__input {
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.vb-toggleButton__body {
    background-color: #fff;
    border: 1px solid #e9e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #285ac8;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    height: 2.25rem;
    line-height: 2.25rem;
    margin-left: -1px;
    padding: 0 5px;
    position: relative;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color,border-color;
    transition-property: background-color,color,border-color;
    vertical-align: middle
}

.vb-toggleButton__body:hover {
    background-color: #f2f5fc
}

.vb-toggleButton__body:before {
    border: 2px solid transparent;
    content: "";
    inset: -1px;
    position: absolute;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: border-color;
    transition-property: border-color
}

.vb-toggleButton--small .vb-toggleButton__body {
    font-size: .75rem;
    height: 15px;
    line-height: 15px
}

.vb-toggleButton:first-child .vb-toggleButton__body {
    border-bottom-left-radius: .4em;
    border-top-left-radius: .4em;
    margin-left: unset
}

.vb-toggleButton:first-child .vb-toggleButton__body:before {
    border-bottom-left-radius: .4em;
    border-top-left-radius: .4em
}

.vb-toggleButton:last-child .vb-toggleButton__body {
    border-bottom-right-radius: .4em;
    border-top-right-radius: .4em
}

.vb-toggleButton:last-child .vb-toggleButton__body:before {
    border-bottom-right-radius: .4em;
    border-top-right-radius: .4em
}

.vb-toggleButton .vb-toggleButton__input:focus+.vb-toggleButton__body {
    z-index: 2
}

.vb-toggleButton .vb-toggleButton__input:focus+.vb-toggleButton__body:before {
    border-color: #73a5ff
}

.vb-toggleButton__input:checked+.vb-toggleButton__body {
    background: #f7f5f5;
    border-color: #8c8989;
    font-weight: 700;
    z-index: 1
}

.vb-toggleButton__input:checked+.vb-toggleButton__body:hover {
    background-color: #f2f5fc
}

.vb-optionButton {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,border-color,-webkit-box-shadow;
    transition-property: background-color,border-color,-webkit-box-shadow;
    transition-property: background-color,border-color,box-shadow;
    transition-property: background-color,border-color,box-shadow,-webkit-box-shadow;
    vertical-align: middle
}

.vb-optionButton:hover:not(.vb-optionButton--disabled) {
    background-color: #f2f5fc
}

.vb-optionButton--sizeSmall {
    min-width: 5rem;
    padding: 0 5px
}

.vb-optionButton--sizeSmall,.vb-optionButton--sizeSmall .vb-optionButton__children {
    min-height: var(--internal-vb-optionButton-smallHeight,15px)
}

.vb-optionButton--sizeMedium {
    min-width: 6rem;
    padding: 0 10px
}

.vb-optionButton--sizeMedium,.vb-optionButton--sizeMedium .vb-optionButton__children {
    min-height: var(--internal-vb-optionButton-mediumHeight,2.25rem)
}

.vb-optionButton--sizeLarge {
    min-width: 110px;
    padding: 0 10px
}

.vb-optionButton--sizeLarge,.vb-optionButton--sizeLarge .vb-optionButton__children {
    min-height: var(--internal-vb-optionButton-largeHeight,30px)
}

.vb-optionButton--widthFull {
    width: 100%
}

.vb-optionButton--checked {
    border-color: #2864f0;
    -webkit-box-shadow: 0 0 0 1px #2864f0;
    box-shadow: 0 0 0 1px #2864f0
}

.vb-optionButton--disabled {
    cursor: not-allowed
}

.vb-optionButton__button {
    inset: 0;
    position: absolute
}

.vb-optionButton__children {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    justify-content: flex-start
}

.vb-optionButton__children__inner {
    width: 100%
}

:root,[data-vb-feature-flag~="change_optionButton_size=true"] {
    --internal-vb-optionButton-smallHeight: calc(15px - 2px);
    --internal-vb-optionButton-mediumHeight: calc(2.25rem - 2px);
    --internal-vb-optionButton-largeHeight: calc(30px - 2px)
}

[data-vb-feature-flag~="change_optionButton_size=false"] {
    --internal-vb-optionButton-smallHeight: initial;
    --internal-vb-optionButton-mediumHeight: initial;
    --internal-vb-optionButton-largeHeight: initial
}

.vb-grid {
    container-type: inline-size;
    gap: 15px;
    grid-template-columns: repeat(12,1fr)
}

.vb-grid--columns1 .vb-grid__wrapper {
    grid-template-columns: repeat(1,1fr)
}

.vb-grid--columns2 .vb-grid__wrapper {
    grid-template-columns: repeat(2,1fr)
}

.vb-grid--columns3 .vb-grid__wrapper {
    grid-template-columns: repeat(3,1fr)
}

.vb-grid--columns4 .vb-grid__wrapper {
    grid-template-columns: repeat(4,1fr)
}

.vb-grid--columns5 .vb-grid__wrapper {
    grid-template-columns: repeat(5,1fr)
}

.vb-grid--columns6 .vb-grid__wrapper {
    grid-template-columns: repeat(6,1fr)
}

.vb-grid--columns7 .vb-grid__wrapper {
    grid-template-columns: repeat(7,1fr)
}

.vb-grid--columns8 .vb-grid__wrapper {
    grid-template-columns: repeat(8,1fr)
}

.vb-grid--columns9 .vb-grid__wrapper {
    grid-template-columns: repeat(9,1fr)
}

.vb-grid--columns10 .vb-grid__wrapper {
    grid-template-columns: repeat(10,1fr)
}

.vb-grid--columns11 .vb-grid__wrapper {
    grid-template-columns: repeat(11,1fr)
}

.vb-grid--columns12 .vb-grid__wrapper {
    grid-template-columns: repeat(12,1fr)
}

.vb-grid--gap0 .vb-grid__wrapper {
    gap: 0
}

.vb-grid--gap25 .vb-grid__wrapper {
    gap: .25rem
}

.vb-grid--gap50 .vb-grid__wrapper {
    gap: 5px
}

.vb-grid--gap100 .vb-grid__wrapper {
    gap: 10px
}

.vb-grid--gap150 .vb-grid__wrapper {
    gap: 15px
}

.vb-grid--gap200 .vb-grid__wrapper {
    gap: 20px
}

.vb-grid--gap300 .vb-grid__wrapper {
    gap: 30px
}

@media (min-width: 0) {
    .vb-grid--columnsS1 .vb-grid__wrapper {
        grid-template-columns:repeat(1,1fr)
    }

    .vb-grid--columnsS2 .vb-grid__wrapper {
        grid-template-columns: repeat(2,1fr)
    }

    .vb-grid--columnsS3 .vb-grid__wrapper {
        grid-template-columns: repeat(3,1fr)
    }

    .vb-grid--columnsS4 .vb-grid__wrapper {
        grid-template-columns: repeat(4,1fr)
    }

    .vb-grid--columnsS5 .vb-grid__wrapper {
        grid-template-columns: repeat(5,1fr)
    }

    .vb-grid--columnsS6 .vb-grid__wrapper {
        grid-template-columns: repeat(6,1fr)
    }

    .vb-grid--columnsS7 .vb-grid__wrapper {
        grid-template-columns: repeat(7,1fr)
    }

    .vb-grid--columnsS8 .vb-grid__wrapper {
        grid-template-columns: repeat(8,1fr)
    }

    .vb-grid--columnsS9 .vb-grid__wrapper {
        grid-template-columns: repeat(9,1fr)
    }

    .vb-grid--columnsS10 .vb-grid__wrapper {
        grid-template-columns: repeat(10,1fr)
    }

    .vb-grid--columnsS11 .vb-grid__wrapper {
        grid-template-columns: repeat(11,1fr)
    }

    .vb-grid--columnsS12 .vb-grid__wrapper {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (min-width: 34rem) {
    .vb-grid--columnsM1 .vb-grid__wrapper {
        grid-template-columns:repeat(1,1fr)
    }

    .vb-grid--columnsM2 .vb-grid__wrapper {
        grid-template-columns: repeat(2,1fr)
    }

    .vb-grid--columnsM3 .vb-grid__wrapper {
        grid-template-columns: repeat(3,1fr)
    }

    .vb-grid--columnsM4 .vb-grid__wrapper {
        grid-template-columns: repeat(4,1fr)
    }

    .vb-grid--columnsM5 .vb-grid__wrapper {
        grid-template-columns: repeat(5,1fr)
    }

    .vb-grid--columnsM6 .vb-grid__wrapper {
        grid-template-columns: repeat(6,1fr)
    }

    .vb-grid--columnsM7 .vb-grid__wrapper {
        grid-template-columns: repeat(7,1fr)
    }

    .vb-grid--columnsM8 .vb-grid__wrapper {
        grid-template-columns: repeat(8,1fr)
    }

    .vb-grid--columnsM9 .vb-grid__wrapper {
        grid-template-columns: repeat(9,1fr)
    }

    .vb-grid--columnsM10 .vb-grid__wrapper {
        grid-template-columns: repeat(10,1fr)
    }

    .vb-grid--columnsM11 .vb-grid__wrapper {
        grid-template-columns: repeat(11,1fr)
    }

    .vb-grid--columnsM12 .vb-grid__wrapper {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (min-width: 63.25rem) {
    .vb-grid--columnsL1 .vb-grid__wrapper {
        grid-template-columns:repeat(1,1fr)
    }

    .vb-grid--columnsL2 .vb-grid__wrapper {
        grid-template-columns: repeat(2,1fr)
    }

    .vb-grid--columnsL3 .vb-grid__wrapper {
        grid-template-columns: repeat(3,1fr)
    }

    .vb-grid--columnsL4 .vb-grid__wrapper {
        grid-template-columns: repeat(4,1fr)
    }

    .vb-grid--columnsL5 .vb-grid__wrapper {
        grid-template-columns: repeat(5,1fr)
    }

    .vb-grid--columnsL6 .vb-grid__wrapper {
        grid-template-columns: repeat(6,1fr)
    }

    .vb-grid--columnsL7 .vb-grid__wrapper {
        grid-template-columns: repeat(7,1fr)
    }

    .vb-grid--columnsL8 .vb-grid__wrapper {
        grid-template-columns: repeat(8,1fr)
    }

    .vb-grid--columnsL9 .vb-grid__wrapper {
        grid-template-columns: repeat(9,1fr)
    }

    .vb-grid--columnsL10 .vb-grid__wrapper {
        grid-template-columns: repeat(10,1fr)
    }

    .vb-grid--columnsL11 .vb-grid__wrapper {
        grid-template-columns: repeat(11,1fr)
    }

    .vb-grid--columnsL12 .vb-grid__wrapper {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (min-width: 87.5rem) {
    .vb-grid--columnsXL1 .vb-grid__wrapper {
        grid-template-columns:repeat(1,1fr)
    }

    .vb-grid--columnsXL2 .vb-grid__wrapper {
        grid-template-columns: repeat(2,1fr)
    }

    .vb-grid--columnsXL3 .vb-grid__wrapper {
        grid-template-columns: repeat(3,1fr)
    }

    .vb-grid--columnsXL4 .vb-grid__wrapper {
        grid-template-columns: repeat(4,1fr)
    }

    .vb-grid--columnsXL5 .vb-grid__wrapper {
        grid-template-columns: repeat(5,1fr)
    }

    .vb-grid--columnsXL6 .vb-grid__wrapper {
        grid-template-columns: repeat(6,1fr)
    }

    .vb-grid--columnsXL7 .vb-grid__wrapper {
        grid-template-columns: repeat(7,1fr)
    }

    .vb-grid--columnsXL8 .vb-grid__wrapper {
        grid-template-columns: repeat(8,1fr)
    }

    .vb-grid--columnsXL9 .vb-grid__wrapper {
        grid-template-columns: repeat(9,1fr)
    }

    .vb-grid--columnsXL10 .vb-grid__wrapper {
        grid-template-columns: repeat(10,1fr)
    }

    .vb-grid--columnsXL11 .vb-grid__wrapper {
        grid-template-columns: repeat(11,1fr)
    }

    .vb-grid--columnsXL12 .vb-grid__wrapper {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (min-width: 0) {
    .vb-grid--gapS0 .vb-grid__wrapper {
        gap:0
    }

    .vb-grid--gapS25 .vb-grid__wrapper {
        gap: .25rem
    }

    .vb-grid--gapS50 .vb-grid__wrapper {
        gap: 5px
    }

    .vb-grid--gapS100 .vb-grid__wrapper {
        gap: 10px
    }

    .vb-grid--gapS150 .vb-grid__wrapper {
        gap: 15px
    }

    .vb-grid--gapS200 .vb-grid__wrapper {
        gap: 20px
    }

    .vb-grid--gapS300 .vb-grid__wrapper {
        gap: 30px
    }
}

@media (min-width: 34rem) {
    .vb-grid--gapM0 .vb-grid__wrapper {
        gap:0
    }

    .vb-grid--gapM25 .vb-grid__wrapper {
        gap: .25rem
    }

    .vb-grid--gapM50 .vb-grid__wrapper {
        gap: 5px
    }

    .vb-grid--gapM100 .vb-grid__wrapper {
        gap: 10px
    }

    .vb-grid--gapM150 .vb-grid__wrapper {
        gap: 15px
    }

    .vb-grid--gapM200 .vb-grid__wrapper {
        gap: 20px
    }

    .vb-grid--gapM300 .vb-grid__wrapper {
        gap: 30px
    }
}

@media (min-width: 63.25rem) {
    .vb-grid--gapL0 .vb-grid__wrapper {
        gap:0
    }

    .vb-grid--gapL25 .vb-grid__wrapper {
        gap: .25rem
    }

    .vb-grid--gapL50 .vb-grid__wrapper {
        gap: 5px
    }

    .vb-grid--gapL100 .vb-grid__wrapper {
        gap: 10px
    }

    .vb-grid--gapL150 .vb-grid__wrapper {
        gap: 15px
    }

    .vb-grid--gapL200 .vb-grid__wrapper {
        gap: 20px
    }

    .vb-grid--gapL300 .vb-grid__wrapper {
        gap: 30px
    }
}

@media (min-width: 87.5rem) {
    .vb-grid--gapXL0 .vb-grid__wrapper {
        gap:0
    }

    .vb-grid--gapXL25 .vb-grid__wrapper {
        gap: .25rem
    }

    .vb-grid--gapXL50 .vb-grid__wrapper {
        gap: 5px
    }

    .vb-grid--gapXL100 .vb-grid__wrapper {
        gap: 10px
    }

    .vb-grid--gapXL150 .vb-grid__wrapper {
        gap: 15px
    }

    .vb-grid--gapXL200 .vb-grid__wrapper {
        gap: 20px
    }

    .vb-grid--gapXL300 .vb-grid__wrapper {
        gap: 30px
    }
}

@container (min-width: 0) {
    .vb-grid--columnsS1 .vb-grid__wrapper {
        grid-template-columns: repeat(1,1fr)
    }

    .vb-grid--columnsS2 .vb-grid__wrapper {
        grid-template-columns: repeat(2,1fr)
    }

    .vb-grid--columnsS3 .vb-grid__wrapper {
        grid-template-columns: repeat(3,1fr)
    }

    .vb-grid--columnsS4 .vb-grid__wrapper {
        grid-template-columns: repeat(4,1fr)
    }

    .vb-grid--columnsS5 .vb-grid__wrapper {
        grid-template-columns: repeat(5,1fr)
    }

    .vb-grid--columnsS6 .vb-grid__wrapper {
        grid-template-columns: repeat(6,1fr)
    }

    .vb-grid--columnsS7 .vb-grid__wrapper {
        grid-template-columns: repeat(7,1fr)
    }

    .vb-grid--columnsS8 .vb-grid__wrapper {
        grid-template-columns: repeat(8,1fr)
    }

    .vb-grid--columnsS9 .vb-grid__wrapper {
        grid-template-columns: repeat(9,1fr)
    }

    .vb-grid--columnsS10 .vb-grid__wrapper {
        grid-template-columns: repeat(10,1fr)
    }

    .vb-grid--columnsS11 .vb-grid__wrapper {
        grid-template-columns: repeat(11,1fr)
    }

    .vb-grid--columnsS12 .vb-grid__wrapper {
        grid-template-columns: repeat(12,1fr)
    }
}

@container (min-width: 34rem) {
    .vb-grid--columnsM1 .vb-grid__wrapper {
        grid-template-columns: repeat(1,1fr)
    }

    .vb-grid--columnsM2 .vb-grid__wrapper {
        grid-template-columns: repeat(2,1fr)
    }

    .vb-grid--columnsM3 .vb-grid__wrapper {
        grid-template-columns: repeat(3,1fr)
    }

    .vb-grid--columnsM4 .vb-grid__wrapper {
        grid-template-columns: repeat(4,1fr)
    }

    .vb-grid--columnsM5 .vb-grid__wrapper {
        grid-template-columns: repeat(5,1fr)
    }

    .vb-grid--columnsM6 .vb-grid__wrapper {
        grid-template-columns: repeat(6,1fr)
    }

    .vb-grid--columnsM7 .vb-grid__wrapper {
        grid-template-columns: repeat(7,1fr)
    }

    .vb-grid--columnsM8 .vb-grid__wrapper {
        grid-template-columns: repeat(8,1fr)
    }

    .vb-grid--columnsM9 .vb-grid__wrapper {
        grid-template-columns: repeat(9,1fr)
    }

    .vb-grid--columnsM10 .vb-grid__wrapper {
        grid-template-columns: repeat(10,1fr)
    }

    .vb-grid--columnsM11 .vb-grid__wrapper {
        grid-template-columns: repeat(11,1fr)
    }

    .vb-grid--columnsM12 .vb-grid__wrapper {
        grid-template-columns: repeat(12,1fr)
    }
}

@container (min-width: 63.25rem) {
    .vb-grid--columnsL1 .vb-grid__wrapper {
        grid-template-columns: repeat(1,1fr)
    }

    .vb-grid--columnsL2 .vb-grid__wrapper {
        grid-template-columns: repeat(2,1fr)
    }

    .vb-grid--columnsL3 .vb-grid__wrapper {
        grid-template-columns: repeat(3,1fr)
    }

    .vb-grid--columnsL4 .vb-grid__wrapper {
        grid-template-columns: repeat(4,1fr)
    }

    .vb-grid--columnsL5 .vb-grid__wrapper {
        grid-template-columns: repeat(5,1fr)
    }

    .vb-grid--columnsL6 .vb-grid__wrapper {
        grid-template-columns: repeat(6,1fr)
    }

    .vb-grid--columnsL7 .vb-grid__wrapper {
        grid-template-columns: repeat(7,1fr)
    }

    .vb-grid--columnsL8 .vb-grid__wrapper {
        grid-template-columns: repeat(8,1fr)
    }

    .vb-grid--columnsL9 .vb-grid__wrapper {
        grid-template-columns: repeat(9,1fr)
    }

    .vb-grid--columnsL10 .vb-grid__wrapper {
        grid-template-columns: repeat(10,1fr)
    }

    .vb-grid--columnsL11 .vb-grid__wrapper {
        grid-template-columns: repeat(11,1fr)
    }

    .vb-grid--columnsL12 .vb-grid__wrapper {
        grid-template-columns: repeat(12,1fr)
    }
}

@container (min-width: 87.5rem) {
    .vb-grid--columnsXL1 .vb-grid__wrapper {
        grid-template-columns: repeat(1,1fr)
    }

    .vb-grid--columnsXL2 .vb-grid__wrapper {
        grid-template-columns: repeat(2,1fr)
    }

    .vb-grid--columnsXL3 .vb-grid__wrapper {
        grid-template-columns: repeat(3,1fr)
    }

    .vb-grid--columnsXL4 .vb-grid__wrapper {
        grid-template-columns: repeat(4,1fr)
    }

    .vb-grid--columnsXL5 .vb-grid__wrapper {
        grid-template-columns: repeat(5,1fr)
    }

    .vb-grid--columnsXL6 .vb-grid__wrapper {
        grid-template-columns: repeat(6,1fr)
    }

    .vb-grid--columnsXL7 .vb-grid__wrapper {
        grid-template-columns: repeat(7,1fr)
    }

    .vb-grid--columnsXL8 .vb-grid__wrapper {
        grid-template-columns: repeat(8,1fr)
    }

    .vb-grid--columnsXL9 .vb-grid__wrapper {
        grid-template-columns: repeat(9,1fr)
    }

    .vb-grid--columnsXL10 .vb-grid__wrapper {
        grid-template-columns: repeat(10,1fr)
    }

    .vb-grid--columnsXL11 .vb-grid__wrapper {
        grid-template-columns: repeat(11,1fr)
    }

    .vb-grid--columnsXL12 .vb-grid__wrapper {
        grid-template-columns: repeat(12,1fr)
    }
}

@container (min-width: 0) {
    .vb-grid--gapS0 .vb-grid__wrapper {
        gap: 0
    }

    .vb-grid--gapS25 .vb-grid__wrapper {
        gap: .25rem
    }

    .vb-grid--gapS50 .vb-grid__wrapper {
        gap: 5px
    }

    .vb-grid--gapS100 .vb-grid__wrapper {
        gap: 10px
    }

    .vb-grid--gapS150 .vb-grid__wrapper {
        gap: 15px
    }

    .vb-grid--gapS200 .vb-grid__wrapper {
        gap: 20px
    }

    .vb-grid--gapS300 .vb-grid__wrapper {
        gap: 30px
    }
}

@container (min-width: 34rem) {
    .vb-grid--gapM0 .vb-grid__wrapper {
        gap: 0
    }

    .vb-grid--gapM25 .vb-grid__wrapper {
        gap: .25rem
    }

    .vb-grid--gapM50 .vb-grid__wrapper {
        gap: 5px
    }

    .vb-grid--gapM100 .vb-grid__wrapper {
        gap: 10px
    }

    .vb-grid--gapM150 .vb-grid__wrapper {
        gap: 15px
    }

    .vb-grid--gapM200 .vb-grid__wrapper {
        gap: 20px
    }

    .vb-grid--gapM300 .vb-grid__wrapper {
        gap: 30px
    }
}

@container (min-width: 63.25rem) {
    .vb-grid--gapL0 .vb-grid__wrapper {
        gap: 0
    }

    .vb-grid--gapL25 .vb-grid__wrapper {
        gap: .25rem
    }

    .vb-grid--gapL50 .vb-grid__wrapper {
        gap: 5px
    }

    .vb-grid--gapL100 .vb-grid__wrapper {
        gap: 10px
    }

    .vb-grid--gapL150 .vb-grid__wrapper {
        gap: 15px
    }

    .vb-grid--gapL200 .vb-grid__wrapper {
        gap: 20px
    }

    .vb-grid--gapL300 .vb-grid__wrapper {
        gap: 30px
    }
}

@container (min-width: 87.5rem) {
    .vb-grid--gapXL0 .vb-grid__wrapper {
        gap: 0
    }

    .vb-grid--gapXL25 .vb-grid__wrapper {
        gap: .25rem
    }

    .vb-grid--gapXL50 .vb-grid__wrapper {
        gap: 5px
    }

    .vb-grid--gapXL100 .vb-grid__wrapper {
        gap: 10px
    }

    .vb-grid--gapXL150 .vb-grid__wrapper {
        gap: 15px
    }

    .vb-grid--gapXL200 .vb-grid__wrapper {
        gap: 20px
    }

    .vb-grid--gapXL300 .vb-grid__wrapper {
        gap: 30px
    }
}

.vb-grid__wrapper {
    display: grid
}

.vb-grid__column,.vb-grid__column--span1 {
    grid-column-end: span 1
}

.vb-grid__column--span2 {
    grid-column-end: span 2
}

.vb-grid__column--span3 {
    grid-column-end: span 3
}

.vb-grid__column--span4 {
    grid-column-end: span 4
}

.vb-grid__column--span5 {
    grid-column-end: span 5
}

.vb-grid__column--span6 {
    grid-column-end: span 6
}

.vb-grid__column--span7 {
    grid-column-end: span 7
}

.vb-grid__column--span8 {
    grid-column-end: span 8
}

.vb-grid__column--span9 {
    grid-column-end: span 9
}

.vb-grid__column--span10 {
    grid-column-end: span 10
}

.vb-grid__column--span11 {
    grid-column-end: span 11
}

.vb-grid__column--span12 {
    grid-column-end: span 12
}

.vb-grid__column--offset1 {
    grid-column-start: 2
}

.vb-grid__column--offset2 {
    grid-column-start: 3
}

.vb-grid__column--offset3 {
    grid-column-start: 4
}

.vb-grid__column--offset4 {
    grid-column-start: 5
}

.vb-grid__column--offset5 {
    grid-column-start: 6
}

.vb-grid__column--offset6 {
    grid-column-start: 7
}

.vb-grid__column--offset7 {
    grid-column-start: 8
}

.vb-grid__column--offset8 {
    grid-column-start: 9
}

.vb-grid__column--offset9 {
    grid-column-start: 10
}

.vb-grid__column--offset10 {
    grid-column-start: 11
}

.vb-grid__column--offset11 {
    grid-column-start: 12
}

@media (min-width: 0) {
    .vb-grid__column--spanS1 {
        grid-column-end:span 1
    }

    .vb-grid__column--spanS2 {
        grid-column-end: span 2
    }

    .vb-grid__column--spanS3 {
        grid-column-end: span 3
    }

    .vb-grid__column--spanS4 {
        grid-column-end: span 4
    }

    .vb-grid__column--spanS5 {
        grid-column-end: span 5
    }

    .vb-grid__column--spanS6 {
        grid-column-end: span 6
    }

    .vb-grid__column--spanS7 {
        grid-column-end: span 7
    }

    .vb-grid__column--spanS8 {
        grid-column-end: span 8
    }

    .vb-grid__column--spanS9 {
        grid-column-end: span 9
    }

    .vb-grid__column--spanS10 {
        grid-column-end: span 10
    }

    .vb-grid__column--spanS11 {
        grid-column-end: span 11
    }

    .vb-grid__column--spanS12 {
        grid-column-end: span 12
    }
}

@media (min-width: 34rem) {
    .vb-grid__column--spanM1 {
        grid-column-end:span 1
    }

    .vb-grid__column--spanM2 {
        grid-column-end: span 2
    }

    .vb-grid__column--spanM3 {
        grid-column-end: span 3
    }

    .vb-grid__column--spanM4 {
        grid-column-end: span 4
    }

    .vb-grid__column--spanM5 {
        grid-column-end: span 5
    }

    .vb-grid__column--spanM6 {
        grid-column-end: span 6
    }

    .vb-grid__column--spanM7 {
        grid-column-end: span 7
    }

    .vb-grid__column--spanM8 {
        grid-column-end: span 8
    }

    .vb-grid__column--spanM9 {
        grid-column-end: span 9
    }

    .vb-grid__column--spanM10 {
        grid-column-end: span 10
    }

    .vb-grid__column--spanM11 {
        grid-column-end: span 11
    }

    .vb-grid__column--spanM12 {
        grid-column-end: span 12
    }
}

@media (min-width: 63.25rem) {
    .vb-grid__column--spanL1 {
        grid-column-end:span 1
    }

    .vb-grid__column--spanL2 {
        grid-column-end: span 2
    }

    .vb-grid__column--spanL3 {
        grid-column-end: span 3
    }

    .vb-grid__column--spanL4 {
        grid-column-end: span 4
    }

    .vb-grid__column--spanL5 {
        grid-column-end: span 5
    }

    .vb-grid__column--spanL6 {
        grid-column-end: span 6
    }

    .vb-grid__column--spanL7 {
        grid-column-end: span 7
    }

    .vb-grid__column--spanL8 {
        grid-column-end: span 8
    }

    .vb-grid__column--spanL9 {
        grid-column-end: span 9
    }

    .vb-grid__column--spanL10 {
        grid-column-end: span 10
    }

    .vb-grid__column--spanL11 {
        grid-column-end: span 11
    }

    .vb-grid__column--spanL12 {
        grid-column-end: span 12
    }
}

@media (min-width: 87.5rem) {
    .vb-grid__column--spanXL1 {
        grid-column-end:span 1
    }

    .vb-grid__column--spanXL2 {
        grid-column-end: span 2
    }

    .vb-grid__column--spanXL3 {
        grid-column-end: span 3
    }

    .vb-grid__column--spanXL4 {
        grid-column-end: span 4
    }

    .vb-grid__column--spanXL5 {
        grid-column-end: span 5
    }

    .vb-grid__column--spanXL6 {
        grid-column-end: span 6
    }

    .vb-grid__column--spanXL7 {
        grid-column-end: span 7
    }

    .vb-grid__column--spanXL8 {
        grid-column-end: span 8
    }

    .vb-grid__column--spanXL9 {
        grid-column-end: span 9
    }

    .vb-grid__column--spanXL10 {
        grid-column-end: span 10
    }

    .vb-grid__column--spanXL11 {
        grid-column-end: span 11
    }

    .vb-grid__column--spanXL12 {
        grid-column-end: span 12
    }
}

@media (min-width: 0) {
    .vb-grid__column--offsetS1 {
        grid-column-start:2
    }

    .vb-grid__column--offsetS2 {
        grid-column-start: 3
    }

    .vb-grid__column--offsetS3 {
        grid-column-start: 4
    }

    .vb-grid__column--offsetS4 {
        grid-column-start: 5
    }

    .vb-grid__column--offsetS5 {
        grid-column-start: 6
    }

    .vb-grid__column--offsetS6 {
        grid-column-start: 7
    }

    .vb-grid__column--offsetS7 {
        grid-column-start: 8
    }

    .vb-grid__column--offsetS8 {
        grid-column-start: 9
    }

    .vb-grid__column--offsetS9 {
        grid-column-start: 10
    }

    .vb-grid__column--offsetS10 {
        grid-column-start: 11
    }

    .vb-grid__column--offsetS11 {
        grid-column-start: 12
    }
}

@media (min-width: 34rem) {
    .vb-grid__column--offsetM1 {
        grid-column-start:2
    }

    .vb-grid__column--offsetM2 {
        grid-column-start: 3
    }

    .vb-grid__column--offsetM3 {
        grid-column-start: 4
    }

    .vb-grid__column--offsetM4 {
        grid-column-start: 5
    }

    .vb-grid__column--offsetM5 {
        grid-column-start: 6
    }

    .vb-grid__column--offsetM6 {
        grid-column-start: 7
    }

    .vb-grid__column--offsetM7 {
        grid-column-start: 8
    }

    .vb-grid__column--offsetM8 {
        grid-column-start: 9
    }

    .vb-grid__column--offsetM9 {
        grid-column-start: 10
    }

    .vb-grid__column--offsetM10 {
        grid-column-start: 11
    }

    .vb-grid__column--offsetM11 {
        grid-column-start: 12
    }
}

@media (min-width: 63.25rem) {
    .vb-grid__column--offsetL1 {
        grid-column-start:2
    }

    .vb-grid__column--offsetL2 {
        grid-column-start: 3
    }

    .vb-grid__column--offsetL3 {
        grid-column-start: 4
    }

    .vb-grid__column--offsetL4 {
        grid-column-start: 5
    }

    .vb-grid__column--offsetL5 {
        grid-column-start: 6
    }

    .vb-grid__column--offsetL6 {
        grid-column-start: 7
    }

    .vb-grid__column--offsetL7 {
        grid-column-start: 8
    }

    .vb-grid__column--offsetL8 {
        grid-column-start: 9
    }

    .vb-grid__column--offsetL9 {
        grid-column-start: 10
    }

    .vb-grid__column--offsetL10 {
        grid-column-start: 11
    }

    .vb-grid__column--offsetL11 {
        grid-column-start: 12
    }
}

@media (min-width: 87.5rem) {
    .vb-grid__column--offsetXL1 {
        grid-column-start:2
    }

    .vb-grid__column--offsetXL2 {
        grid-column-start: 3
    }

    .vb-grid__column--offsetXL3 {
        grid-column-start: 4
    }

    .vb-grid__column--offsetXL4 {
        grid-column-start: 5
    }

    .vb-grid__column--offsetXL5 {
        grid-column-start: 6
    }

    .vb-grid__column--offsetXL6 {
        grid-column-start: 7
    }

    .vb-grid__column--offsetXL7 {
        grid-column-start: 8
    }

    .vb-grid__column--offsetXL8 {
        grid-column-start: 9
    }

    .vb-grid__column--offsetXL9 {
        grid-column-start: 10
    }

    .vb-grid__column--offsetXL10 {
        grid-column-start: 11
    }

    .vb-grid__column--offsetXL11 {
        grid-column-start: 12
    }
}

@container (min-width: 0) {
    .vb-grid__column--spanS1 {
        grid-column-end: span 1
    }

    .vb-grid__column--spanS2 {
        grid-column-end: span 2
    }

    .vb-grid__column--spanS3 {
        grid-column-end: span 3
    }

    .vb-grid__column--spanS4 {
        grid-column-end: span 4
    }

    .vb-grid__column--spanS5 {
        grid-column-end: span 5
    }

    .vb-grid__column--spanS6 {
        grid-column-end: span 6
    }

    .vb-grid__column--spanS7 {
        grid-column-end: span 7
    }

    .vb-grid__column--spanS8 {
        grid-column-end: span 8
    }

    .vb-grid__column--spanS9 {
        grid-column-end: span 9
    }

    .vb-grid__column--spanS10 {
        grid-column-end: span 10
    }

    .vb-grid__column--spanS11 {
        grid-column-end: span 11
    }

    .vb-grid__column--spanS12 {
        grid-column-end: span 12
    }
}

@container (min-width: 34rem) {
    .vb-grid__column--spanM1 {
        grid-column-end: span 1
    }

    .vb-grid__column--spanM2 {
        grid-column-end: span 2
    }

    .vb-grid__column--spanM3 {
        grid-column-end: span 3
    }

    .vb-grid__column--spanM4 {
        grid-column-end: span 4
    }

    .vb-grid__column--spanM5 {
        grid-column-end: span 5
    }

    .vb-grid__column--spanM6 {
        grid-column-end: span 6
    }

    .vb-grid__column--spanM7 {
        grid-column-end: span 7
    }

    .vb-grid__column--spanM8 {
        grid-column-end: span 8
    }

    .vb-grid__column--spanM9 {
        grid-column-end: span 9
    }

    .vb-grid__column--spanM10 {
        grid-column-end: span 10
    }

    .vb-grid__column--spanM11 {
        grid-column-end: span 11
    }

    .vb-grid__column--spanM12 {
        grid-column-end: span 12
    }
}

@container (min-width: 63.25rem) {
    .vb-grid__column--spanL1 {
        grid-column-end: span 1
    }

    .vb-grid__column--spanL2 {
        grid-column-end: span 2
    }

    .vb-grid__column--spanL3 {
        grid-column-end: span 3
    }

    .vb-grid__column--spanL4 {
        grid-column-end: span 4
    }

    .vb-grid__column--spanL5 {
        grid-column-end: span 5
    }

    .vb-grid__column--spanL6 {
        grid-column-end: span 6
    }

    .vb-grid__column--spanL7 {
        grid-column-end: span 7
    }

    .vb-grid__column--spanL8 {
        grid-column-end: span 8
    }

    .vb-grid__column--spanL9 {
        grid-column-end: span 9
    }

    .vb-grid__column--spanL10 {
        grid-column-end: span 10
    }

    .vb-grid__column--spanL11 {
        grid-column-end: span 11
    }

    .vb-grid__column--spanL12 {
        grid-column-end: span 12
    }
}

@container (min-width: 87.5rem) {
    .vb-grid__column--spanXL1 {
        grid-column-end: span 1
    }

    .vb-grid__column--spanXL2 {
        grid-column-end: span 2
    }

    .vb-grid__column--spanXL3 {
        grid-column-end: span 3
    }

    .vb-grid__column--spanXL4 {
        grid-column-end: span 4
    }

    .vb-grid__column--spanXL5 {
        grid-column-end: span 5
    }

    .vb-grid__column--spanXL6 {
        grid-column-end: span 6
    }

    .vb-grid__column--spanXL7 {
        grid-column-end: span 7
    }

    .vb-grid__column--spanXL8 {
        grid-column-end: span 8
    }

    .vb-grid__column--spanXL9 {
        grid-column-end: span 9
    }

    .vb-grid__column--spanXL10 {
        grid-column-end: span 10
    }

    .vb-grid__column--spanXL11 {
        grid-column-end: span 11
    }

    .vb-grid__column--spanXL12 {
        grid-column-end: span 12
    }
}

@container (min-width: 0) {
    .vb-grid__column--offsetS1 {
        grid-column-start: 2
    }

    .vb-grid__column--offsetS2 {
        grid-column-start: 3
    }

    .vb-grid__column--offsetS3 {
        grid-column-start: 4
    }

    .vb-grid__column--offsetS4 {
        grid-column-start: 5
    }

    .vb-grid__column--offsetS5 {
        grid-column-start: 6
    }

    .vb-grid__column--offsetS6 {
        grid-column-start: 7
    }

    .vb-grid__column--offsetS7 {
        grid-column-start: 8
    }

    .vb-grid__column--offsetS8 {
        grid-column-start: 9
    }

    .vb-grid__column--offsetS9 {
        grid-column-start: 10
    }

    .vb-grid__column--offsetS10 {
        grid-column-start: 11
    }

    .vb-grid__column--offsetS11 {
        grid-column-start: 12
    }
}

@container (min-width: 34rem) {
    .vb-grid__column--offsetM1 {
        grid-column-start: 2
    }

    .vb-grid__column--offsetM2 {
        grid-column-start: 3
    }

    .vb-grid__column--offsetM3 {
        grid-column-start: 4
    }

    .vb-grid__column--offsetM4 {
        grid-column-start: 5
    }

    .vb-grid__column--offsetM5 {
        grid-column-start: 6
    }

    .vb-grid__column--offsetM6 {
        grid-column-start: 7
    }

    .vb-grid__column--offsetM7 {
        grid-column-start: 8
    }

    .vb-grid__column--offsetM8 {
        grid-column-start: 9
    }

    .vb-grid__column--offsetM9 {
        grid-column-start: 10
    }

    .vb-grid__column--offsetM10 {
        grid-column-start: 11
    }

    .vb-grid__column--offsetM11 {
        grid-column-start: 12
    }
}

@container (min-width: 63.25rem) {
    .vb-grid__column--offsetL1 {
        grid-column-start: 2
    }

    .vb-grid__column--offsetL2 {
        grid-column-start: 3
    }

    .vb-grid__column--offsetL3 {
        grid-column-start: 4
    }

    .vb-grid__column--offsetL4 {
        grid-column-start: 5
    }

    .vb-grid__column--offsetL5 {
        grid-column-start: 6
    }

    .vb-grid__column--offsetL6 {
        grid-column-start: 7
    }

    .vb-grid__column--offsetL7 {
        grid-column-start: 8
    }

    .vb-grid__column--offsetL8 {
        grid-column-start: 9
    }

    .vb-grid__column--offsetL9 {
        grid-column-start: 10
    }

    .vb-grid__column--offsetL10 {
        grid-column-start: 11
    }

    .vb-grid__column--offsetL11 {
        grid-column-start: 12
    }
}

@container (min-width: 87.5rem) {
    .vb-grid__column--offsetXL1 {
        grid-column-start: 2
    }

    .vb-grid__column--offsetXL2 {
        grid-column-start: 3
    }

    .vb-grid__column--offsetXL3 {
        grid-column-start: 4
    }

    .vb-grid__column--offsetXL4 {
        grid-column-start: 5
    }

    .vb-grid__column--offsetXL5 {
        grid-column-start: 6
    }

    .vb-grid__column--offsetXL6 {
        grid-column-start: 7
    }

    .vb-grid__column--offsetXL7 {
        grid-column-start: 8
    }

    .vb-grid__column--offsetXL8 {
        grid-column-start: 9
    }

    .vb-grid__column--offsetXL9 {
        grid-column-start: 10
    }

    .vb-grid__column--offsetXL10 {
        grid-column-start: 11
    }

    .vb-grid__column--offsetXL11 {
        grid-column-start: 12
    }
}

.vb-gridWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

.vb-gridBlock,.vb-gridWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-gridBlock>* {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.vb-gridBlock--oneThird {
    -ms-flex-preferred-size: calc(33.33333% - 10px);
    flex-basis: calc(33.33333% - 10px)
}

.vb-gridBlock--twoThirds {
    -ms-flex-preferred-size: calc(66.66667% - 0.5rem);
    flex-basis: calc(66.66667% - 0.5rem)
}

.vb-gridBlock--half {
    -ms-flex-preferred-size: calc(50% - 0.75rem);
    flex-basis: calc(50% - 0.75rem)
}

.vb-gridBlock--oneQuarter {
    -ms-flex-preferred-size: calc(25% - 1.125rem);
    flex-basis: calc(25% - 1.125rem)
}

.vb-gridBlock--threeQuarters {
    -ms-flex-preferred-size: calc(75% - 0.375rem);
    flex-basis: calc(75% - 0.375rem)
}

.vb-divider {
    border: solid #e9e7e7;
    border-width: 1px 0 0
}

.vb-divider--colorCurrent {
    border-color: currentColor
}

.vb-note,.vb-pageTitle,.vb-paragraph,.vb-sectionTitle,.vb-subSectionTitle,.vb-text {
    font-weight: 400;
    margin: 0;
    padding: 0
}

.vb-pageTitle,.vb-sectionTitle,.vb-subSectionTitle {
    border-radius: .25rem;
    display: block;
    overflow-wrap: break-word
}

.vb-pageTitle:focus,.vb-sectionTitle:focus,.vb-subSectionTitle:focus {
    outline: none
}

.vb-pageTitle:focus:focus-visible,.vb-sectionTitle:focus:focus-visible,.vb-subSectionTitle:focus:focus-visible {
    -webkit-box-shadow: 0 0 0 2px #dce8ff;
    box-shadow: 0 0 0 2px #dce8ff
}

.vb-pageTitle {
    color: var(--experimental-vb-page-title-color,#323232);
    font-family: var(--experimental-vb-page-title-font-family,"-apple-system","BlinkMacSystemFont","Helvetica Neue","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","Arial","メイリオ","Meiryo",sans-serif);
    font-size: var(--experimental-vb-page-title-font-size,15px);
    font-weight: var(--experimental-vb-page-title-font-weight,bold);
    line-height: var(--experimental-vb-page-title-line-height,1.5)
}

@media (max-width: 48rem) {
    .vb-pageTitle--responsive {
        font-size:var(--experimental-vb-page-title-font-size-mobile,10px)
    }
}

.vb-sectionTitle {
    color: var(--experimental-vb-section-title-color,#323232);
    font-family: var(--experimental-vb-section-title-font-family,"-apple-system","BlinkMacSystemFont","Helvetica Neue","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","Arial","メイリオ","Meiryo",sans-serif);
    font-size: var(--experimental-vb-section-title-font-size,10px);
    font-weight: var(--experimental-vb-section-title-font-weight,bold);
    line-height: var(--experimental-vb-section-title-line-height,1.5)
}

@media (max-width: 48rem) {
    .vb-sectionTitle--responsive {
        font-size:var(--experimental-vb-section-title-font-size-mobile,.875rem)
    }
}

.vb-subSectionTitle {
    color: var(--experimental-vb-sub-section-title-color,#6e6b6b);
    font-family: var(--experimental-vb-sub-section-title-font-family,"-apple-system","BlinkMacSystemFont","Helvetica Neue","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","Arial","メイリオ","Meiryo",sans-serif);
    font-size: var(--experimental-vb-sub-section-title-font-size,.875rem);
    font-weight: var(--experimental-vb-sub-section-title-font-weight,bold);
    line-height: var(--experimental-vb-sub-section-title-line-height,1.5)
}

@media (max-width: 48rem) {
    .vb-subSectionTitle--responsive {
        font-size:var(--experimental-vb-sub-section-title-font-size-mobile,.875rem)
    }
}

.vb-note {
    color: var(--experimental-vb-note-color,#6e6b6b);
    display: block;
    font-family: var(--experimental-vb-note-font-family,"-apple-system","BlinkMacSystemFont","Helvetica Neue","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","Arial","メイリオ","Meiryo",sans-serif);
    font-size: var(--experimental-vb-note-font-size,.75rem);
    font-weight: var(--experimental-vb-note-font-weight,normal);
    line-height: var(--experimental-vb-note-line-height,1.5)
}

@media (max-width: 48rem) {
    .vb-note--responsive {
        font-size:var(--experimental-vb-note-font-size-mobile,.75rem)
    }
}

.vb-paragraph {
    color: var(--experimental-vb-paragraph-color,#323232);
    display: block;
    font-family: var(--experimental-vb-paragraph-font-family,"-apple-system","BlinkMacSystemFont","Helvetica Neue","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","Arial","メイリオ","Meiryo",sans-serif);
    font-size: 10px;
    font-weight: normal;
    line-height: 1.5
}

@media (max-width: 48rem) {
    .vb-paragraph--responsive {
        font-size:var(--experimental-vb-sub-section-title-font-size-mobile,.875rem)
    }
}

.vb-text {
    color: #323232;
    font-family: var(--experimental-vb-text-font-family,"-apple-system","BlinkMacSystemFont","Helvetica Neue","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","Arial","メイリオ","Meiryo",sans-serif);
    font-size: var(--experimental-vb-text-font-size,.875rem);
    font-weight: var(--experimental-vb-text-font-weight-normal,normal);
    line-height: var(--experimental-vb-text-line-height,1.5);
    overflow-wrap: normal
}

.vb-text--weightBold {
    font-weight: var(--experimental-vb-text-font-weight-bold,bold)
}

.vb-text--weightInherit {
    font-weight: inherit
}

.vb-text--size0750 {
    font-size: 10px
}

.vb-text--size1500 {
    font-size: 15px
}

.vb-text--size1000 {
    font-size: 10px
}

.vb-text--sizeInherit {
    font-size: inherit
}

.vb-text--colorWhite {
    color: #fff
}

.vb-text--colorGY7 {
    color: #323232
}

.vb-text--colorS9 {
    color: #6e6b6b
}

.vb-text--colorP7 {
    color: #285ac8
}

.vb-text--colorP5 {
    color: #2864f0
}

.vb-text--colorRE5 {
    color: #dc1e32
}

.vb-text--colorYE10 {
    color: #825a0f
}

.vb-text--colorInherit {
    color: inherit
}

.vb-text--ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vb-text--breakWord {
    overflow-wrap: break-word
}

.vb-text--anywhere {
    overflow-wrap: anywhere
}

.vb-note--inline,.vb-pageTitle--inline,.vb-paragraph--inline,.vb-sectionTitle--inline,.vb-subSectionTitle--inline {
    display: inline-block
}

.vb-note--alignLeft,.vb-pageTitle--alignLeft,.vb-paragraph--alignLeft,.vb-sectionTitle--alignLeft,.vb-subSectionTitle--alignLeft {
    text-align: left
}

.vb-note--alignRight,.vb-pageTitle--alignRight,.vb-paragraph--alignRight,.vb-sectionTitle--alignRight,.vb-subSectionTitle--alignRight {
    text-align: right
}

.vb-note--alignCenter,.vb-pageTitle--alignCenter,.vb-paragraph--alignCenter,.vb-sectionTitle--alignCenter,.vb-subSectionTitle--alignCenter {
    text-align: center
}

.vb-note--ellipsis,.vb-paragraph--ellipsis {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vb-materialIcon {
    color: #323232;
    height: 15px;
    width: 15px
}

.vb-materialIcon--small {
    height: 10px;
    width: 10px
}

.vb-materialIcon--pointerEventsNone {
    pointer-events: none
}

.vb-materialIcon--colorInherit {
    color: inherit
}

.vb-materialIcon--colorWhite {
    color: #fff
}

.vb-materialIcon--colorP1 {
    color: #ebf3ff
}

.vb-materialIcon--colorP2 {
    color: #dce8ff
}

.vb-materialIcon--colorP3 {
    color: #aac8ff
}

.vb-materialIcon--colorP4 {
    color: #73a5ff
}

.vb-materialIcon--colorP5 {
    color: #2864f0
}

.vb-materialIcon--colorP6 {
    color: #3264dc
}

.vb-materialIcon--colorP7 {
    color: #285ac8
}

.vb-materialIcon--colorP8 {
    color: #1e46aa
}

.vb-materialIcon--colorP9 {
    color: #23418c
}

.vb-materialIcon--colorP10 {
    color: #143278
}

.vb-materialIcon--colorS1 {
    color: #f7f5f5
}

.vb-materialIcon--colorS2 {
    color: #f0eded
}

.vb-materialIcon--colorS3 {
    color: #e9e7e7
}

.vb-materialIcon--colorS4 {
    color: #e1dcdc
}

.vb-materialIcon--colorS5 {
    color: #d7d2d2
}

.vb-materialIcon--colorS6 {
    color: #bebaba
}

.vb-materialIcon--colorS7 {
    color: #aaa7a7
}

.vb-materialIcon--colorS8 {
    color: #8c8989
}

.vb-materialIcon--colorS9 {
    color: #6e6b6b
}

.vb-materialIcon--colorS10 {
    color: #464343
}

.vb-materialIcon--colorRE2 {
    color: #fad2d7
}

.vb-materialIcon--colorRE4 {
    color: #f07882
}

.vb-materialIcon--colorRE5 {
    color: #dc1e32
}

.vb-materialIcon--colorRE7 {
    color: #a51428
}

.vb-materialIcon--colorRE10 {
    color: #6e0f19
}

.vb-materialIcon--colorOR2 {
    color: #ffe1d2
}

.vb-materialIcon--colorOR4 {
    color: #ffaa78
}

.vb-materialIcon--colorOR5 {
    color: #fa6414
}

.vb-materialIcon--colorOR7 {
    color: #be4b0f
}

.vb-materialIcon--colorOR10 {
    color: #7d320a
}

.vb-materialIcon--colorYE2 {
    color: #fff0d2
}

.vb-materialIcon--colorYE4 {
    color: #ffd278
}

.vb-materialIcon--colorYE5 {
    color: #ffb91e
}

.vb-materialIcon--colorYE7 {
    color: #be8c14
}

.vb-materialIcon--colorYE10 {
    color: #825a0f
}

.vb-materialIcon--colorYG2 {
    color: #e6f0d2
}

.vb-materialIcon--colorYG4 {
    color: #b4dc7d
}

.vb-materialIcon--colorYG5 {
    color: #82c31e
}

.vb-materialIcon--colorYG7 {
    color: #50961e
}

.vb-materialIcon--colorYG10 {
    color: #3c5f14
}

.vb-materialIcon--colorGR2 {
    color: #cdebd7
}

.vb-materialIcon--colorGR4 {
    color: #64be8c
}

.vb-materialIcon--colorGR5 {
    color: #00963c
}

.vb-materialIcon--colorGR7 {
    color: #006e2d
}

.vb-materialIcon--colorGR10 {
    color: #004b1e
}

.vb-materialIcon--colorBG2 {
    color: #cdf0f0
}

.vb-materialIcon--colorBG4 {
    color: #64d2d2
}

.vb-materialIcon--colorBG5 {
    color: #00b9b9
}

.vb-materialIcon--colorBG7 {
    color: #008c8c
}

.vb-materialIcon--colorBG10 {
    color: #146464
}

.vb-materialIcon--colorPU2 {
    color: #e6d7fa
}

.vb-materialIcon--colorPU4 {
    color: #b482f0
}

.vb-materialIcon--colorPU5 {
    color: #733ce6
}

.vb-materialIcon--colorPU7 {
    color: #5a2daa
}

.vb-materialIcon--colorPU10 {
    color: #3c1e73
}

.vb-materialIcon--colorGY1 {
    color: #fbfbfb
}

.vb-materialIcon--colorGY2 {
    color: #dcdcdc
}

.vb-materialIcon--colorGY4 {
    color: #a0a0a0
}

.vb-materialIcon--colorGY5 {
    color: #5a5a5a
}

.vb-materialIcon--colorGY7 {
    color: #323232
}

.vb-materialIcon--colorGY10 {
    color: #1e1e1e
}

.vb-statusIcon,.vb-statusSelector {
    border-radius: .25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: .6875rem;
    font-weight: 700;
    line-height: 1;
    min-width: 2.375rem;
    padding: .20px 5px;
    text-align: center;
    vertical-align: middle
}

.vb-statusIcon--done,.vb-statusIcon--progress,.vb-statusIcon--required,.vb-statusIcon--success,.vb-statusSelector--typeDone,.vb-statusSelector--typeProgress,.vb-statusSelector--typeRequired,.vb-statusSelector--typeSuccess {
    background-color: #fff;
    border: 1px solid #8c8989;
    padding-bottom: .125rem;
    padding-top: .125rem
}

.vb-statusIcon--disabled,.vb-statusIcon--emphasis,.vb-statusIcon--error,.vb-statusIcon--warning,.vb-statusSelector--typeDisabled,.vb-statusSelector--typeEmphasis,.vb-statusSelector--typeError,.vb-statusSelector--typeWarning {
    color: #fff
}

.vb-statusIcon {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif
}

.vb-statusIcon--done {
    border-color: #8c8989;
    color: #6e6b6b
}

.vb-statusIcon--success {
    border-color: #285ac8;
    color: #285ac8
}

.vb-statusIcon--progress {
    border-color: #be8c14;
    color: #825a0f
}

.vb-statusIcon--required {
    border-color: #dc1e32;
    color: #dc1e32
}

.vb-statusIcon--disabled {
    background-color: #6e6b6b
}

.vb-statusIcon--emphasis {
    background-color: #285ac8
}

.vb-statusIcon--warning {
    background-color: #825a0f
}

.vb-statusIcon--error {
    background-color: #dc1e32
}

.vb-avatar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    width: 20px
}

.vb-avatar__background {
    fill: #f0eded
}

.vb-avatar__placeholderIcon {
    fill: #8c8989;
    display: block;
    height: 100%;
    width: 100%
}

.vb-avatar--small {
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    width: 15px
}

.vb-avatar--large {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    width: 30px
}

.vb-avatar--xLarge {
    font-size: 6rem;
    height: 6rem;
    line-height: 6rem;
    width: 6rem
}

.vb-avatar--fitWidth {
    width: 100%
}

.vb-optionalIcon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    line-height: 1;
    padding-bottom: .125em;
    vertical-align: middle
}

.vb-optionalIcon__content {
    background-color: #dcdcdc;
    border-radius: 99rem;
    color: #5a5a5a;
    display: block;
    font-size: .625rem;
    line-height: 1;
    padding: .125rem .25rem
}

.vb-requiredIcon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    line-height: 1;
    padding-bottom: .125em;
    vertical-align: middle
}

.vb-requiredIcon__content {
    background-color: #fad2d7;
    border-radius: 99rem;
    color: #a51428;
    display: block;
    font-size: .625rem;
    line-height: 1;
    padding: .125rem .25rem
}

.vb-inferenceSourceIcon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    line-height: 1;
    padding-bottom: .125em;
    vertical-align: middle
}

.vb-inferenceSourceIcon__content {
    background-color: #fff;
    border: 1px solid #f0eded;
    border-radius: .25rem;
    color: #6e6b6b;
    display: block;
    font-size: .625rem;
    line-height: 1;
    padding: .125rem .25rem
}

.vb-illust,.vb-logo,.vb-storeBadge {
    display: inline-block;
    line-height: 0;
    margin: 0;
    padding: 0
}

.vb-logo {
    fill: #4575b4
}

.vb-logo .vb-logo__svg {
    height: 30px;
    text-indent: 0
}

.vb-logo--minpaku .vb-logo__svg,.vb-logo--seal .vb-logo__svg {
    width: 10.9375rem
}

.vb-logo--sfa .vb-logo__svg {
    width: 10.75rem
}

.vb-logo--cryptocurrency .vb-logo__svg {
    width: 9.8125rem
}

.vb-illust .vb-illust__svg {
    height: 120px
}

.vb-illust .vb-illust__background {
    fill: #fff
}

.vb-illust .vb-illust__frame {
    fill: #e9e7e7
}

.vb-illust .vb-illust__border {
    fill: #f0eded
}

.vb-illust--cloudSkeleton .vb-illust__svg,.vb-illust--cloudUpload .vb-illust__svg,.vb-illust--csvUpload .vb-illust__svg,.vb-illust--fileUpload .vb-illust__svg,.vb-illust--imageUpload .vb-illust__svg {
    height: 8rem;
    width: 8rem
}

.vb-swallow__svg {
    display: block;
    margin: auto
}

.vb-storeBadge .vb-storeBadge__svg {
    height: 2.5rem
}

.vb-storeBadge--googlePlayStore .vb-storeBadge__svg {
    width: 8.4375rem
}

.vb-storeBadge--appStore .vb-storeBadge__svg {
    width: 6.8125rem
}

.vb-tab {
    background-color: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #6e6b6b;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-size: 10px;
    font-weight: 700;
    height: 2em;
    line-height: 2em;
    margin: 0;
    min-width: 7.25em;
    padding: 0 .75rem;
    position: relative;
    text-align: center;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
    vertical-align: bottom
}

.vb-tab:after {
    background-color: #e9e7e7;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color;
    transition-property: background-color
}

.vb-tab:focus {
    color: #323232;
    z-index: 1
}

.vb-tab:hover:not(.vb-tab--current) {
    background-color: #f2f5fc;
    cursor: pointer
}

.vb-tab:hover:not(.vb-tab--current):after {
    background-color: #73a5ff
}

.vb-tab--current {
    color: #285ac8;
    color: #2864f0;
    cursor: default
}

.vb-tab--current:after {
    background-color: #285ac8;
    background-color: #2864f0;
    height: 2px
}

.vb-tab--small {
    font-size: .75rem
}

.vb-tab__block {
    display: inline-block;
    position: relative
}

.vb-tab__notificationDot {
    background-color: #dc1e32;
    border-radius: 99rem;
    display: inline-block;
    height: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    z-index: 1
}

.vb-segmentControlButton {
    background-color: #fff;
    border: 1px solid #285ac8;
    border-right-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #285ac8;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-size: .875rem;
    font-weight: 700;
    height: 2.25rem;
    line-height: calc(2.25rem - 2px);
    min-width: 30px;
    padding: 0 10px;
    text-decoration: none;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
    vertical-align: middle
}

.vb-segmentControlButton:hover {
    background-color: #f7f5f5;
    text-decoration: none
}

.vb-segmentControlButton:first-child {
    border-bottom-left-radius: .4em;
    border-top-left-radius: .4em
}

.vb-segmentControlButton:last-child {
    border-bottom-right-radius: .4em;
    border-right-width: 1px;
    border-top-right-radius: .4em
}

.vb-segmentControlButton--large {
    font-size: 10px;
    height: 30px;
    line-height: calc(30px - 2px)
}

.vb-segmentControlButton--small {
    font-size: .75rem;
    height: 15px;
    line-height: calc(15px - 2px)
}

.vb-segmentControlButton--icon {
    padding-left: 2.75em;
    position: relative;
    text-align: left
}

.vb-segmentControlButton__icon {
    height: 1.5em;
    left: .625em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.5em
}

.vb-segmentControlButton--current {
    background-color: #285ac8;
    color: #fff;
    cursor: default
}

.vb-segmentControlButton--current:hover {
    background-color: #285ac8
}

.vb-stepNumber {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #8c8989;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #6e6b6b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    position: relative;
    width: 30px
}

.vb-stepNumber__numberCheck {
    background-color: #8c8989;
    border-radius: 99rem;
    height: 10px;
    margin: 0;
    position: absolute;
    right: -.25rem;
    top: -.25rem;
    width: 10px
}

.vb-stepNumber__numberCheckSvg {
    fill: #fff;
    display: block;
    height: .75rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: .75rem
}

.vb-stepNumber--current {
    background-color: #fff;
    border: 1px solid #2864f0;
    color: #2864f0
}

.vb-stepNumber--done {
    background-color: #fff;
    border: 1px solid #8c8989;
    color: #6e6b6b
}

.vb-stepNumber--disabled {
    background-color: #fff;
    border: 1px dashed #8c8989;
    color: #6e6b6b
}

.vb-stepNumber--small {
    font-size: 10px;
    height: 2.25rem;
    width: 2.25rem
}

.vb-tableListHead,.vb-tableListRow {
    height: 2.5rem
}

.vb-BorderTableListCell,.vb-checkBoxCell,.vb-descriptionListCell,.vb-descriptionListHeadCell,.vb-tableListCell,.vb-tableListHead,.vb-tableListRow,.vb-treeFoldingButtonCell {
    border: none;
    border-collapse: collapse;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color
}

.vb-BorderTableListCell,.vb-checkBoxCell,.vb-descriptionListCell,.vb-descriptionListHeadCell,.vb-tableListCell,.vb-treeFoldingButtonCell {
    border-spacing: 0;
    font-size: .875rem;
    line-height: 1;
    padding: .25rem 5px;
    text-align: left;
    vertical-align: middle;
    word-break: break-all
}

.vb-BorderTableListCell:first-child,.vb-checkBoxCell:first-child,.vb-descriptionListCell:first-child,.vb-descriptionListHeadCell:first-child,.vb-tableListCell:first-child,.vb-treeFoldingButtonCell:first-child {
    padding-left: 15px
}

.vb-BorderTableListCell:last-child,.vb-checkBoxCell:last-child,.vb-descriptionListCell:last-child,.vb-descriptionListHeadCell:last-child,.vb-tableListCell:last-child,.vb-treeFoldingButtonCell:last-child {
    padding-right: 15px
}

.vb-BorderTableListCell {
    border-bottom: 1px solid #e9e7e7;
    border-right: 1px solid #e9e7e7
}

.vb-BorderTableListCell:last-child {
    border-right: none
}

.vb-BorderTableListCell--clickable:hover,.vb-tableListCell__link:hover,.vb-tableListRow.vb-tableListRow--clickable:hover,.vb-tableListRow.vb-tableListRow--clickable:nth-child(2n):hover {
    background-color: #f7f5f5
}

.vb-BorderTableListCell,.vb-tableListCell {
    position: relative
}

.vb-BorderTableListCell--small,.vb-tableListCell--small {
    font-size: .75rem
}

.vb-BorderTableListCell--alignCenter,.vb-tableListCell--alignCenter {
    text-align: center
}

.vb-BorderTableListCell--alignRight,.vb-tableListCell--alignRight {
    text-align: right
}

.vb-BorderTableListCell--alignBottom,.vb-tableListCell--alignBottom {
    vertical-align: bottom
}

.vb-BorderTableListCell--alignTop,.vb-tableListCell--alignTop {
    vertical-align: top
}

.vb-BorderTableListCell--breakWord,.vb-tableListCell--breakWord {
    overflow-wrap: break-word;
    word-break: normal
}

.vb-BorderTableListCell--lastChild,.vb-tableListCell--lastChild {
    padding-right: 15px
}

.vb-tableListCell {
    border-bottom: 1px solid #e9e7e7
}

.vb-tableListCell--darkenBorderBottom {
    border-bottom: 1px solid #aaa7a7
}

.vb-tableListCell__link {
    cursor: pointer;
    inset: 0;
    position: absolute;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color
}

.vb-tableListCell__indentContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.vb-tableListCell__indent {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10px
}

.vb-tableListCell__indentedContent {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

.vb-tableListCell__indentedContent--alignCenter {
    text-align: center
}

.vb-tableListCell__indentedContent--alignRight {
    text-align: right
}

.vb-tableListCell__text {
    display: inline-block;
    position: relative;
    width: 100%
}

.vb-tableListCell__text--withLink {
    pointer-events: none
}

.vb-tableListCell__text--withLink [role=button],.vb-tableListCell__text--withLink a[href],.vb-tableListCell__text--withLink button,.vb-tableListCell__text--withLink input,.vb-tableListCell__text--withLink label,.vb-tableListCell__text--withLink select,.vb-tableListCell__text--withLink textarea {
    pointer-events: auto
}

.vb-BorderTableListCell--clickable {
    cursor: pointer
}

.vb-BorderTableListCell__clickElement:before {
    content: "";
    inset: 0;
    position: absolute
}

.vb-BorderTableListCell__status:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0 10px 10px 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0
}

.vb-BorderTableListCell__status--alert:after {
    border-right-color: #dc1e32
}

.vb-BorderTableListCell__status--notice:after {
    border-right-color: #be8c14
}

.vb-BorderTableListCell__status--success:after {
    border-right-color: #73a5ff
}

.vb-BorderTableListCell--noWrap {
    white-space: nowrap
}

.vb-BorderTableListCell--rowHeader {
    background-color: #f7f5f5;
    font-weight: 400
}

.vb-BorderTableListCell--fixedRowHeader {
    border-right: none;
    left: 0;
    position: sticky;
    z-index: 1
}

.vb-BorderTableListCell--fixedRowHeaderLeft1 {
    left: 10px
}

.vb-BorderTableListCell--fixedRowHeaderLeft2 {
    left: 20px
}

.vb-BorderTableListCell--fixedRowHeaderLeft3 {
    left: 30px
}

.vb-BorderTableListCell--fixedRowHeaderLeft4 {
    left: 4rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft5 {
    left: 5rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft6 {
    left: 6rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft7 {
    left: 7rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft8 {
    left: 8rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft9 {
    left: 9rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft10 {
    left: 10rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft11 {
    left: 110px
}

.vb-BorderTableListCell--fixedRowHeaderLeft12 {
    left: 120px
}

.vb-BorderTableListCell--fixedRowHeaderLeft13 {
    left: 130px
}

.vb-BorderTableListCell--fixedRowHeaderLeft14 {
    left: 14rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft15 {
    left: 15rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft16 {
    left: 16rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft17 {
    left: 17rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft18 {
    left: 18rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft19 {
    left: 19rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft20 {
    left: 20rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft21 {
    left: 210px
}

.vb-BorderTableListCell--fixedRowHeaderLeft22 {
    left: 220px
}

.vb-BorderTableListCell--fixedRowHeaderLeft23 {
    left: 230px
}

.vb-BorderTableListCell--fixedRowHeaderLeft24 {
    left: 24rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft25 {
    left: 25rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft26 {
    left: 26rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft27 {
    left: 27rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft28 {
    left: 28rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft29 {
    left: 29rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft30 {
    left: 30rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft31 {
    left: 310px
}

.vb-BorderTableListCell--fixedRowHeaderLeft32 {
    left: 320px
}

.vb-BorderTableListCell--fixedRowHeaderLeft33 {
    left: 330px
}

.vb-BorderTableListCell--fixedRowHeaderLeft34 {
    left: 34rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft35 {
    left: 35rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft36 {
    left: 36rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft37 {
    left: 37rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft38 {
    left: 38rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft39 {
    left: 39rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft40 {
    left: 40rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft41 {
    left: 410px
}

.vb-BorderTableListCell--fixedRowHeaderLeft42 {
    left: 420px
}

.vb-BorderTableListCell--fixedRowHeaderLeft43 {
    left: 430px
}

.vb-BorderTableListCell--fixedRowHeaderLeft44 {
    left: 44rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft45 {
    left: 45rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft46 {
    left: 46rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft47 {
    left: 47rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft48 {
    left: 48rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft49 {
    left: 49rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft50 {
    left: 50rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft51 {
    left: 510px
}

.vb-BorderTableListCell--fixedRowHeaderLeft52 {
    left: 520px
}

.vb-BorderTableListCell--fixedRowHeaderLeft53 {
    left: 530px
}

.vb-BorderTableListCell--fixedRowHeaderLeft54 {
    left: 54rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft55 {
    left: 55rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft56 {
    left: 56rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft57 {
    left: 57rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft58 {
    left: 58rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft59 {
    left: 59rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft60 {
    left: 60rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft61 {
    left: 610px
}

.vb-BorderTableListCell--fixedRowHeaderLeft62 {
    left: 620px
}

.vb-BorderTableListCell--fixedRowHeaderLeft63 {
    left: 630px
}

.vb-BorderTableListCell--fixedRowHeaderLeft64 {
    left: 64rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft65 {
    left: 65rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft66 {
    left: 66rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft67 {
    left: 67rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft68 {
    left: 68rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft69 {
    left: 69rem
}

.vb-BorderTableListCell--fixedRowHeaderLeft70 {
    left: 70rem
}

.vb-checkBoxCell {
    border-bottom: 1px solid #e9e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    width: 20px
}

.vb-checkBoxCell--darkenBorderBottom {
    border-bottom: 1px solid #aaa7a7
}

.vb-checkBoxCell+.vb-BorderTableListCell {
    border-left: 1px solid #e9e7e7
}

.vb-checkBoxCell__input {
    cursor: pointer;
    position: relative
}

.vb-checkBoxCell__input[disabled] {
    cursor: not-allowed
}

.vb-checkBoxCell__label {
    cursor: pointer
}

.vb-checkBoxCell__label--disabled {
    cursor: not-allowed
}

.vb-checkBoxCell__label:before {
    content: "";
    inset: 0;
    position: absolute
}

.vb-treeFoldingButtonCell {
    border-bottom: 1px solid #e9e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    width: 20px
}

.vb-treeFoldingButtonCell__button {
    background: none;
    border: 0;
    color: #285ac8;
    cursor: pointer;
    display: inline;
    padding: 0
}

.vb-treeFoldingButtonCell__button:before {
    content: "";
    inset: 0;
    position: absolute
}

.vb-treeFoldingButtonCell__button:hover {
    color: #1e4395
}

.vb-treeFoldingButtonCell__icon {
    height: 15px;
    width: 15px
}

.vb-descriptionListHeadCell {
    font: normal .75rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    vertical-align: middle;
    white-space: nowrap;
    width: 1px
}

.vb-descriptionListHeadCell--minWidth1 {
    min-width: 10px
}

.vb-descriptionListHeadCell--minWidth2 {
    min-width: 20px
}

.vb-descriptionListHeadCell--minWidth3 {
    min-width: 30px
}

.vb-descriptionListHeadCell--minWidth4 {
    min-width: 4rem
}

.vb-descriptionListHeadCell--minWidth5 {
    min-width: 5rem
}

.vb-descriptionListHeadCell--minWidth6 {
    min-width: 6rem
}

.vb-descriptionListHeadCell--minWidth7 {
    min-width: 7rem
}

.vb-descriptionListHeadCell--minWidth8 {
    min-width: 8rem
}

.vb-descriptionListHeadCell--minWidth9 {
    min-width: 9rem
}

.vb-descriptionListHeadCell--minWidth10 {
    min-width: 10rem
}

.vb-descriptionListHeadCell--minWidth11 {
    min-width: 110px
}

.vb-descriptionListHeadCell--minWidth12 {
    min-width: 120px
}

.vb-descriptionListHeadCell--minWidth13 {
    min-width: 130px
}

.vb-descriptionListHeadCell--minWidth14 {
    min-width: 14rem
}

.vb-descriptionListHeadCell--minWidth15 {
    min-width: 15rem
}

.vb-descriptionListHeadCell--minWidth16 {
    min-width: 16rem
}

.vb-descriptionListHeadCell--minWidth17 {
    min-width: 17rem
}

.vb-descriptionListHeadCell--minWidth18 {
    min-width: 18rem
}

.vb-descriptionListHeadCell--minWidth19 {
    min-width: 19rem
}

.vb-descriptionListHeadCell--minWidth20 {
    min-width: 20rem
}

.vb-descriptionListHeadCell--minWidth21 {
    min-width: 210px
}

.vb-descriptionListHeadCell--minWidth22 {
    min-width: 220px
}

.vb-descriptionListHeadCell--minWidth23 {
    min-width: 230px
}

.vb-descriptionListHeadCell--minWidth24 {
    min-width: 24rem
}

.vb-descriptionListHeadCell--minWidth25 {
    min-width: 25rem
}

.vb-descriptionListHeadCell--minWidth26 {
    min-width: 26rem
}

.vb-descriptionListHeadCell--minWidth27 {
    min-width: 27rem
}

.vb-descriptionListHeadCell--minWidth28 {
    min-width: 28rem
}

.vb-descriptionListHeadCell--minWidth29 {
    min-width: 29rem
}

.vb-descriptionListHeadCell--minWidth30 {
    min-width: 30rem
}

.vb-descriptionListHeadCell--minWidth31 {
    min-width: 310px
}

.vb-descriptionListHeadCell--minWidth32 {
    min-width: 320px
}

.vb-descriptionListHeadCell--minWidth33 {
    min-width: 330px
}

.vb-descriptionListHeadCell--minWidth34 {
    min-width: 34rem
}

.vb-descriptionListHeadCell--minWidth35 {
    min-width: 35rem
}

.vb-descriptionListHeadCell--minWidth36 {
    min-width: 36rem
}

.vb-descriptionListHeadCell--minWidth37 {
    min-width: 37rem
}

.vb-descriptionListHeadCell--minWidth38 {
    min-width: 38rem
}

.vb-descriptionListHeadCell--minWidth39 {
    min-width: 39rem
}

.vb-descriptionListHeadCell--minWidth40 {
    min-width: 40rem
}

.vb-descriptionListHeadCell--minWidth41 {
    min-width: 410px
}

.vb-descriptionListHeadCell--minWidth42 {
    min-width: 420px
}

.vb-descriptionListHeadCell--minWidth43 {
    min-width: 430px
}

.vb-descriptionListHeadCell--minWidth44 {
    min-width: 44rem
}

.vb-descriptionListHeadCell--minWidth45 {
    min-width: 45rem
}

.vb-descriptionListHeadCell--minWidth46 {
    min-width: 46rem
}

.vb-descriptionListHeadCell--minWidth47 {
    min-width: 47rem
}

.vb-descriptionListHeadCell--minWidth48 {
    min-width: 48rem
}

.vb-descriptionListHeadCell--minWidth49 {
    min-width: 49rem
}

.vb-descriptionListHeadCell--minWidth50 {
    min-width: 50rem
}

.vb-descriptionListHeadCell--minWidth51 {
    min-width: 510px
}

.vb-descriptionListHeadCell--minWidth52 {
    min-width: 520px
}

.vb-descriptionListHeadCell--minWidth53 {
    min-width: 530px
}

.vb-descriptionListHeadCell--minWidth54 {
    min-width: 54rem
}

.vb-descriptionListHeadCell--minWidth55 {
    min-width: 55rem
}

.vb-descriptionListHeadCell--minWidth56 {
    min-width: 56rem
}

.vb-descriptionListHeadCell--minWidth57 {
    min-width: 57rem
}

.vb-descriptionListHeadCell--minWidth58 {
    min-width: 58rem
}

.vb-descriptionListHeadCell--minWidth59 {
    min-width: 59rem
}

.vb-descriptionListHeadCell--minWidth60 {
    min-width: 60rem
}

.vb-descriptionListHeadCell--minWidth61 {
    min-width: 610px
}

.vb-descriptionListHeadCell--minWidth62 {
    min-width: 620px
}

.vb-descriptionListHeadCell--minWidth63 {
    min-width: 630px
}

.vb-descriptionListHeadCell--minWidth64 {
    min-width: 64rem
}

.vb-descriptionListHeadCell--minWidth65 {
    min-width: 65rem
}

.vb-descriptionListHeadCell--minWidth66 {
    min-width: 66rem
}

.vb-descriptionListHeadCell--minWidth67 {
    min-width: 67rem
}

.vb-descriptionListHeadCell--minWidth68 {
    min-width: 68rem
}

.vb-descriptionListHeadCell--minWidth69 {
    min-width: 69rem
}

.vb-descriptionListHeadCell--minWidth70 {
    min-width: 70rem
}

@media (max-width: 48rem) {
    .vb-descriptionListHeadCell--responsive {
        display:block;
        width: auto
    }

    .vb-descriptionListHeadCell--responsive,.vb-descriptionListHeadCell--responsive:first-child,.vb-descriptionListHeadCell--responsive:last-child {
        padding: 10px 10px .25rem
    }
}

@container (max-width: 30rem) {
    .vb-descriptionListHeadCell--container {
        display: block;
        width: auto
    }

    .vb-descriptionListHeadCell--container,.vb-descriptionListHeadCell--container:first-child,.vb-descriptionListHeadCell--container:last-child {
        padding: 10px 10px .25rem
    }
}

.vb-descriptionListCell {
    line-height: 1.5;
    padding-bottom: 5px;
    padding-top: 5px
}

@media (max-width: 48rem) {
    .vb-descriptionListCell--responsive {
        display:block;
        width: auto
    }

    .vb-descriptionListCell--responsive,.vb-descriptionListCell--responsive:first-child,.vb-descriptionListCell--responsive:last-child {
        padding: .25rem 10px 10px
    }
}

@container (max-width: 30rem) {
    .vb-descriptionListCell--container {
        display: block;
        width: auto
    }

    .vb-descriptionListCell--container,.vb-descriptionListCell--container:first-child,.vb-descriptionListCell--container:last-child {
        padding: .25rem 10px 10px
    }
}

.vb-tableListHeadCell {
    border: none;
    border-bottom: 1px solid #e9e7e7;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: normal .75rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    height: 1.875rem;
    line-height: 1;
    padding: .25rem 5px;
    position: relative;
    text-align: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    vertical-align: middle
}

.vb-tableListHeadCell:first-child {
    padding-left: 15px
}

.vb-tableListHeadCell:last-child {
    padding-right: 15px
}

.vb-tableListHeadCell--lastChild {
    padding-right: 15px
}

.vb-tableListHeadCell--alignCenter {
    text-align: center
}

.vb-tableListHeadCell--alignRight {
    text-align: right
}

.vb-tableListHeadCell--clickable:hover {
    background: #f0eded
}

.vb-tableListHeadCell--fixedRowHeader {
    background-color: #f7f5f5;
    left: 0;
    position: sticky;
    z-index: 1
}

.vb-tableListHeadCell--width1 {
    width: 10px
}

.vb-tableListHeadCell--minWidth1 {
    min-width: 10px
}

.vb-tableListHeadCell--maxWidth1 {
    max-width: 10px
}

.vb-tableListHeadCell--fixedRowHeaderLeft1 {
    left: 10px
}

.vb-tableListHeadCell--width2 {
    width: 20px
}

.vb-tableListHeadCell--minWidth2 {
    min-width: 20px
}

.vb-tableListHeadCell--maxWidth2 {
    max-width: 20px
}

.vb-tableListHeadCell--fixedRowHeaderLeft2 {
    left: 20px
}

.vb-tableListHeadCell--width3 {
    width: 30px
}

.vb-tableListHeadCell--minWidth3 {
    min-width: 30px
}

.vb-tableListHeadCell--maxWidth3 {
    max-width: 30px
}

.vb-tableListHeadCell--fixedRowHeaderLeft3 {
    left: 30px
}

.vb-tableListHeadCell--width4 {
    width: 4rem
}

.vb-tableListHeadCell--minWidth4 {
    min-width: 4rem
}

.vb-tableListHeadCell--maxWidth4 {
    max-width: 4rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft4 {
    left: 4rem
}

.vb-tableListHeadCell--width5 {
    width: 5rem
}

.vb-tableListHeadCell--minWidth5 {
    min-width: 5rem
}

.vb-tableListHeadCell--maxWidth5 {
    max-width: 5rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft5 {
    left: 5rem
}

.vb-tableListHeadCell--width6 {
    width: 6rem
}

.vb-tableListHeadCell--minWidth6 {
    min-width: 6rem
}

.vb-tableListHeadCell--maxWidth6 {
    max-width: 6rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft6 {
    left: 6rem
}

.vb-tableListHeadCell--width7 {
    width: 7rem
}

.vb-tableListHeadCell--minWidth7 {
    min-width: 7rem
}

.vb-tableListHeadCell--maxWidth7 {
    max-width: 7rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft7 {
    left: 7rem
}

.vb-tableListHeadCell--width8 {
    width: 8rem
}

.vb-tableListHeadCell--minWidth8 {
    min-width: 8rem
}

.vb-tableListHeadCell--maxWidth8 {
    max-width: 8rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft8 {
    left: 8rem
}

.vb-tableListHeadCell--width9 {
    width: 9rem
}

.vb-tableListHeadCell--minWidth9 {
    min-width: 9rem
}

.vb-tableListHeadCell--maxWidth9 {
    max-width: 9rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft9 {
    left: 9rem
}

.vb-tableListHeadCell--width10 {
    width: 10rem
}

.vb-tableListHeadCell--minWidth10 {
    min-width: 10rem
}

.vb-tableListHeadCell--maxWidth10 {
    max-width: 10rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft10 {
    left: 10rem
}

.vb-tableListHeadCell--width11 {
    width: 110px
}

.vb-tableListHeadCell--minWidth11 {
    min-width: 110px
}

.vb-tableListHeadCell--maxWidth11 {
    max-width: 110px
}

.vb-tableListHeadCell--fixedRowHeaderLeft11 {
    left: 110px
}

.vb-tableListHeadCell--width12 {
    width: 120px
}

.vb-tableListHeadCell--minWidth12 {
    min-width: 120px
}

.vb-tableListHeadCell--maxWidth12 {
    max-width: 120px
}

.vb-tableListHeadCell--fixedRowHeaderLeft12 {
    left: 120px
}

.vb-tableListHeadCell--width13 {
    width: 130px
}

.vb-tableListHeadCell--minWidth13 {
    min-width: 130px
}

.vb-tableListHeadCell--maxWidth13 {
    max-width: 130px
}

.vb-tableListHeadCell--fixedRowHeaderLeft13 {
    left: 130px
}

.vb-tableListHeadCell--width14 {
    width: 14rem
}

.vb-tableListHeadCell--minWidth14 {
    min-width: 14rem
}

.vb-tableListHeadCell--maxWidth14 {
    max-width: 14rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft14 {
    left: 14rem
}

.vb-tableListHeadCell--width15 {
    width: 15rem
}

.vb-tableListHeadCell--minWidth15 {
    min-width: 15rem
}

.vb-tableListHeadCell--maxWidth15 {
    max-width: 15rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft15 {
    left: 15rem
}

.vb-tableListHeadCell--width16 {
    width: 16rem
}

.vb-tableListHeadCell--minWidth16 {
    min-width: 16rem
}

.vb-tableListHeadCell--maxWidth16 {
    max-width: 16rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft16 {
    left: 16rem
}

.vb-tableListHeadCell--width17 {
    width: 17rem
}

.vb-tableListHeadCell--minWidth17 {
    min-width: 17rem
}

.vb-tableListHeadCell--maxWidth17 {
    max-width: 17rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft17 {
    left: 17rem
}

.vb-tableListHeadCell--width18 {
    width: 18rem
}

.vb-tableListHeadCell--minWidth18 {
    min-width: 18rem
}

.vb-tableListHeadCell--maxWidth18 {
    max-width: 18rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft18 {
    left: 18rem
}

.vb-tableListHeadCell--width19 {
    width: 19rem
}

.vb-tableListHeadCell--minWidth19 {
    min-width: 19rem
}

.vb-tableListHeadCell--maxWidth19 {
    max-width: 19rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft19 {
    left: 19rem
}

.vb-tableListHeadCell--width20 {
    width: 20rem
}

.vb-tableListHeadCell--minWidth20 {
    min-width: 20rem
}

.vb-tableListHeadCell--maxWidth20 {
    max-width: 20rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft20 {
    left: 20rem
}

.vb-tableListHeadCell--width21 {
    width: 210px
}

.vb-tableListHeadCell--minWidth21 {
    min-width: 210px
}

.vb-tableListHeadCell--maxWidth21 {
    max-width: 210px
}

.vb-tableListHeadCell--fixedRowHeaderLeft21 {
    left: 210px
}

.vb-tableListHeadCell--width22 {
    width: 220px
}

.vb-tableListHeadCell--minWidth22 {
    min-width: 220px
}

.vb-tableListHeadCell--maxWidth22 {
    max-width: 220px
}

.vb-tableListHeadCell--fixedRowHeaderLeft22 {
    left: 220px
}

.vb-tableListHeadCell--width23 {
    width: 230px
}

.vb-tableListHeadCell--minWidth23 {
    min-width: 230px
}

.vb-tableListHeadCell--maxWidth23 {
    max-width: 230px
}

.vb-tableListHeadCell--fixedRowHeaderLeft23 {
    left: 230px
}

.vb-tableListHeadCell--width24 {
    width: 24rem
}

.vb-tableListHeadCell--minWidth24 {
    min-width: 24rem
}

.vb-tableListHeadCell--maxWidth24 {
    max-width: 24rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft24 {
    left: 24rem
}

.vb-tableListHeadCell--width25 {
    width: 25rem
}

.vb-tableListHeadCell--minWidth25 {
    min-width: 25rem
}

.vb-tableListHeadCell--maxWidth25 {
    max-width: 25rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft25 {
    left: 25rem
}

.vb-tableListHeadCell--width26 {
    width: 26rem
}

.vb-tableListHeadCell--minWidth26 {
    min-width: 26rem
}

.vb-tableListHeadCell--maxWidth26 {
    max-width: 26rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft26 {
    left: 26rem
}

.vb-tableListHeadCell--width27 {
    width: 27rem
}

.vb-tableListHeadCell--minWidth27 {
    min-width: 27rem
}

.vb-tableListHeadCell--maxWidth27 {
    max-width: 27rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft27 {
    left: 27rem
}

.vb-tableListHeadCell--width28 {
    width: 28rem
}

.vb-tableListHeadCell--minWidth28 {
    min-width: 28rem
}

.vb-tableListHeadCell--maxWidth28 {
    max-width: 28rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft28 {
    left: 28rem
}

.vb-tableListHeadCell--width29 {
    width: 29rem
}

.vb-tableListHeadCell--minWidth29 {
    min-width: 29rem
}

.vb-tableListHeadCell--maxWidth29 {
    max-width: 29rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft29 {
    left: 29rem
}

.vb-tableListHeadCell--width30 {
    width: 30rem
}

.vb-tableListHeadCell--minWidth30 {
    min-width: 30rem
}

.vb-tableListHeadCell--maxWidth30 {
    max-width: 30rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft30 {
    left: 30rem
}

.vb-tableListHeadCell--width31 {
    width: 310px
}

.vb-tableListHeadCell--minWidth31 {
    min-width: 310px
}

.vb-tableListHeadCell--maxWidth31 {
    max-width: 310px
}

.vb-tableListHeadCell--fixedRowHeaderLeft31 {
    left: 310px
}

.vb-tableListHeadCell--width32 {
    width: 320px
}

.vb-tableListHeadCell--minWidth32 {
    min-width: 320px
}

.vb-tableListHeadCell--maxWidth32 {
    max-width: 320px
}

.vb-tableListHeadCell--fixedRowHeaderLeft32 {
    left: 320px
}

.vb-tableListHeadCell--width33 {
    width: 330px
}

.vb-tableListHeadCell--minWidth33 {
    min-width: 330px
}

.vb-tableListHeadCell--maxWidth33 {
    max-width: 330px
}

.vb-tableListHeadCell--fixedRowHeaderLeft33 {
    left: 330px
}

.vb-tableListHeadCell--width34 {
    width: 34rem
}

.vb-tableListHeadCell--minWidth34 {
    min-width: 34rem
}

.vb-tableListHeadCell--maxWidth34 {
    max-width: 34rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft34 {
    left: 34rem
}

.vb-tableListHeadCell--width35 {
    width: 35rem
}

.vb-tableListHeadCell--minWidth35 {
    min-width: 35rem
}

.vb-tableListHeadCell--maxWidth35 {
    max-width: 35rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft35 {
    left: 35rem
}

.vb-tableListHeadCell--width36 {
    width: 36rem
}

.vb-tableListHeadCell--minWidth36 {
    min-width: 36rem
}

.vb-tableListHeadCell--maxWidth36 {
    max-width: 36rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft36 {
    left: 36rem
}

.vb-tableListHeadCell--width37 {
    width: 37rem
}

.vb-tableListHeadCell--minWidth37 {
    min-width: 37rem
}

.vb-tableListHeadCell--maxWidth37 {
    max-width: 37rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft37 {
    left: 37rem
}

.vb-tableListHeadCell--width38 {
    width: 38rem
}

.vb-tableListHeadCell--minWidth38 {
    min-width: 38rem
}

.vb-tableListHeadCell--maxWidth38 {
    max-width: 38rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft38 {
    left: 38rem
}

.vb-tableListHeadCell--width39 {
    width: 39rem
}

.vb-tableListHeadCell--minWidth39 {
    min-width: 39rem
}

.vb-tableListHeadCell--maxWidth39 {
    max-width: 39rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft39 {
    left: 39rem
}

.vb-tableListHeadCell--width40 {
    width: 40rem
}

.vb-tableListHeadCell--minWidth40 {
    min-width: 40rem
}

.vb-tableListHeadCell--maxWidth40 {
    max-width: 40rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft40 {
    left: 40rem
}

.vb-tableListHeadCell--width41 {
    width: 410px
}

.vb-tableListHeadCell--minWidth41 {
    min-width: 410px
}

.vb-tableListHeadCell--maxWidth41 {
    max-width: 410px
}

.vb-tableListHeadCell--fixedRowHeaderLeft41 {
    left: 410px
}

.vb-tableListHeadCell--width42 {
    width: 420px
}

.vb-tableListHeadCell--minWidth42 {
    min-width: 420px
}

.vb-tableListHeadCell--maxWidth42 {
    max-width: 420px
}

.vb-tableListHeadCell--fixedRowHeaderLeft42 {
    left: 420px
}

.vb-tableListHeadCell--width43 {
    width: 430px
}

.vb-tableListHeadCell--minWidth43 {
    min-width: 430px
}

.vb-tableListHeadCell--maxWidth43 {
    max-width: 430px
}

.vb-tableListHeadCell--fixedRowHeaderLeft43 {
    left: 430px
}

.vb-tableListHeadCell--width44 {
    width: 44rem
}

.vb-tableListHeadCell--minWidth44 {
    min-width: 44rem
}

.vb-tableListHeadCell--maxWidth44 {
    max-width: 44rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft44 {
    left: 44rem
}

.vb-tableListHeadCell--width45 {
    width: 45rem
}

.vb-tableListHeadCell--minWidth45 {
    min-width: 45rem
}

.vb-tableListHeadCell--maxWidth45 {
    max-width: 45rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft45 {
    left: 45rem
}

.vb-tableListHeadCell--width46 {
    width: 46rem
}

.vb-tableListHeadCell--minWidth46 {
    min-width: 46rem
}

.vb-tableListHeadCell--maxWidth46 {
    max-width: 46rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft46 {
    left: 46rem
}

.vb-tableListHeadCell--width47 {
    width: 47rem
}

.vb-tableListHeadCell--minWidth47 {
    min-width: 47rem
}

.vb-tableListHeadCell--maxWidth47 {
    max-width: 47rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft47 {
    left: 47rem
}

.vb-tableListHeadCell--width48 {
    width: 48rem
}

.vb-tableListHeadCell--minWidth48 {
    min-width: 48rem
}

.vb-tableListHeadCell--maxWidth48 {
    max-width: 48rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft48 {
    left: 48rem
}

.vb-tableListHeadCell--width49 {
    width: 49rem
}

.vb-tableListHeadCell--minWidth49 {
    min-width: 49rem
}

.vb-tableListHeadCell--maxWidth49 {
    max-width: 49rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft49 {
    left: 49rem
}

.vb-tableListHeadCell--width50 {
    width: 50rem
}

.vb-tableListHeadCell--minWidth50 {
    min-width: 50rem
}

.vb-tableListHeadCell--maxWidth50 {
    max-width: 50rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft50 {
    left: 50rem
}

.vb-tableListHeadCell--width51 {
    width: 510px
}

.vb-tableListHeadCell--minWidth51 {
    min-width: 510px
}

.vb-tableListHeadCell--maxWidth51 {
    max-width: 510px
}

.vb-tableListHeadCell--fixedRowHeaderLeft51 {
    left: 510px
}

.vb-tableListHeadCell--width52 {
    width: 520px
}

.vb-tableListHeadCell--minWidth52 {
    min-width: 520px
}

.vb-tableListHeadCell--maxWidth52 {
    max-width: 520px
}

.vb-tableListHeadCell--fixedRowHeaderLeft52 {
    left: 520px
}

.vb-tableListHeadCell--width53 {
    width: 530px
}

.vb-tableListHeadCell--minWidth53 {
    min-width: 530px
}

.vb-tableListHeadCell--maxWidth53 {
    max-width: 530px
}

.vb-tableListHeadCell--fixedRowHeaderLeft53 {
    left: 530px
}

.vb-tableListHeadCell--width54 {
    width: 54rem
}

.vb-tableListHeadCell--minWidth54 {
    min-width: 54rem
}

.vb-tableListHeadCell--maxWidth54 {
    max-width: 54rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft54 {
    left: 54rem
}

.vb-tableListHeadCell--width55 {
    width: 55rem
}

.vb-tableListHeadCell--minWidth55 {
    min-width: 55rem
}

.vb-tableListHeadCell--maxWidth55 {
    max-width: 55rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft55 {
    left: 55rem
}

.vb-tableListHeadCell--width56 {
    width: 56rem
}

.vb-tableListHeadCell--minWidth56 {
    min-width: 56rem
}

.vb-tableListHeadCell--maxWidth56 {
    max-width: 56rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft56 {
    left: 56rem
}

.vb-tableListHeadCell--width57 {
    width: 57rem
}

.vb-tableListHeadCell--minWidth57 {
    min-width: 57rem
}

.vb-tableListHeadCell--maxWidth57 {
    max-width: 57rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft57 {
    left: 57rem
}

.vb-tableListHeadCell--width58 {
    width: 58rem
}

.vb-tableListHeadCell--minWidth58 {
    min-width: 58rem
}

.vb-tableListHeadCell--maxWidth58 {
    max-width: 58rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft58 {
    left: 58rem
}

.vb-tableListHeadCell--width59 {
    width: 59rem
}

.vb-tableListHeadCell--minWidth59 {
    min-width: 59rem
}

.vb-tableListHeadCell--maxWidth59 {
    max-width: 59rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft59 {
    left: 59rem
}

.vb-tableListHeadCell--width60 {
    width: 60rem
}

.vb-tableListHeadCell--minWidth60 {
    min-width: 60rem
}

.vb-tableListHeadCell--maxWidth60 {
    max-width: 60rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft60 {
    left: 60rem
}

.vb-tableListHeadCell--width61 {
    width: 610px
}

.vb-tableListHeadCell--minWidth61 {
    min-width: 610px
}

.vb-tableListHeadCell--maxWidth61 {
    max-width: 610px
}

.vb-tableListHeadCell--fixedRowHeaderLeft61 {
    left: 610px
}

.vb-tableListHeadCell--width62 {
    width: 620px
}

.vb-tableListHeadCell--minWidth62 {
    min-width: 620px
}

.vb-tableListHeadCell--maxWidth62 {
    max-width: 620px
}

.vb-tableListHeadCell--fixedRowHeaderLeft62 {
    left: 620px
}

.vb-tableListHeadCell--width63 {
    width: 630px
}

.vb-tableListHeadCell--minWidth63 {
    min-width: 630px
}

.vb-tableListHeadCell--maxWidth63 {
    max-width: 630px
}

.vb-tableListHeadCell--fixedRowHeaderLeft63 {
    left: 630px
}

.vb-tableListHeadCell--width64 {
    width: 64rem
}

.vb-tableListHeadCell--minWidth64 {
    min-width: 64rem
}

.vb-tableListHeadCell--maxWidth64 {
    max-width: 64rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft64 {
    left: 64rem
}

.vb-tableListHeadCell--width65 {
    width: 65rem
}

.vb-tableListHeadCell--minWidth65 {
    min-width: 65rem
}

.vb-tableListHeadCell--maxWidth65 {
    max-width: 65rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft65 {
    left: 65rem
}

.vb-tableListHeadCell--width66 {
    width: 66rem
}

.vb-tableListHeadCell--minWidth66 {
    min-width: 66rem
}

.vb-tableListHeadCell--maxWidth66 {
    max-width: 66rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft66 {
    left: 66rem
}

.vb-tableListHeadCell--width67 {
    width: 67rem
}

.vb-tableListHeadCell--minWidth67 {
    min-width: 67rem
}

.vb-tableListHeadCell--maxWidth67 {
    max-width: 67rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft67 {
    left: 67rem
}

.vb-tableListHeadCell--width68 {
    width: 68rem
}

.vb-tableListHeadCell--minWidth68 {
    min-width: 68rem
}

.vb-tableListHeadCell--maxWidth68 {
    max-width: 68rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft68 {
    left: 68rem
}

.vb-tableListHeadCell--width69 {
    width: 69rem
}

.vb-tableListHeadCell--minWidth69 {
    min-width: 69rem
}

.vb-tableListHeadCell--maxWidth69 {
    max-width: 69rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft69 {
    left: 69rem
}

.vb-tableListHeadCell--width70 {
    width: 70rem
}

.vb-tableListHeadCell--minWidth70 {
    min-width: 70rem
}

.vb-tableListHeadCell--maxWidth70 {
    max-width: 70rem
}

.vb-tableListHeadCell--fixedRowHeaderLeft70 {
    left: 70rem
}

.vb-tableListHeadCell__content {
    pointer-events: none;
    position: relative;
    z-index: 2
}

.vb-tableListHeadCell__content [role=button],.vb-tableListHeadCell__content [tabindex="0"],.vb-tableListHeadCell__content a[href],.vb-tableListHeadCell__content button,.vb-tableListHeadCell__content input,.vb-tableListHeadCell__content select,.vb-tableListHeadCell__content textarea {
    pointer-events: auto;
    z-index: 3
}

.vb-tableListHeadCell__clickElement {
    content: "";
    cursor: pointer;
    inset: 0;
    position: absolute;
    z-index: 1
}

.vb-tableListHeadCell__clickElement:hover+.vb-tableListHeadCell__content {
    font-weight: 700
}

.vb-tableListHeadCell--orderAscending,.vb-tableListHeadCell--orderDescending {
    font-weight: 700
}

.vb-tableListHeadCell__iconWrapper {
    display: inline-block;
    height: .75rem;
    width: 10px
}

.vb-tableListHeadCell__headerArrowDown,.vb-tableListHeadCell__headerArrowUp,.vb-tableListHeadCell__headerSwapVert {
    display: inline;
    height: 10px;
    margin-left: 5px;
    margin-top: -.25rem;
    vertical-align: middle;
    width: 10px
}

.vb-tableListHeadCell__headerSwapVert {
    color: #8c8989
}

.vb-tableListHeadCell--noWrap {
    white-space: nowrap
}

.vb-tableListHead {
    background-color: #f7f5f5;
    height: var(--experimental-vb-tableListHead-height,1.875rem)
}

.vb-tableListHead--fixedHeader {
    position: sticky;
    top: 0;
    z-index: 2
}

.vb-tableListRow.vb-tableListRow--clickable {
    cursor: pointer
}

.vb-tableListRow.vb-tableListRow--selected {
    background-color: #ebf3ff;
    -webkit-box-shadow: inset 5px 0 0 -3px #3264dc;
    box-shadow: inset 5px 0 0 -3px #3264dc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vb-tableListRow.vb-tableListRow--selected:hover {
    background-color: #dce8ff
}

.vb-tableListRow.vb-tableListRow--loading {
    position: relative
}

.vb-tableListRow__loading {
    padding: 0;
    width: 0
}

.vb-withSideContent {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.vb-withSideContent--alignTop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.vb-withSideContent--alignMiddle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vb-withSideContent--alignBottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.vb-withSideContent__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.vb-withSideContent__sideContent {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.vb-withDescriptionContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.vb-withDescriptionContent--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.vb-withDescriptionContent--verticalReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vb-withDescriptionContent__content {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.vb-withDescriptionContent__description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.vb-stack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-stack--inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.vb-stack--directionVertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vb-stack--directionHorizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.vb-stack--directionVerticalReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.vb-stack--directionHorizontalReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.vb-stack--gap25 {
    gap: .25rem
}

.vb-stack--gap50 {
    gap: 5px
}

.vb-stack--gap100 {
    gap: 10px
}

.vb-stack--gap150 {
    gap: 15px
}

.vb-stack--gap200 {
    gap: 20px
}

.vb-stack--gap300 {
    gap: 30px
}

.vb-stack--justifyContentStart {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.vb-stack--justifyContentEnd {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.vb-stack--justifyContentCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vb-stack--justifyContentSpaceBetween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vb-stack--justifyContentBaseline {
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline
}

.vb-stack--alignItemsStrech {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.vb-stack--alignItemsCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vb-stack--alignItemsStart {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.vb-stack--alignItemsEnd {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.vb-stack--alignItemsBaseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.vb-stack--wrapWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vb-stack--wrapNowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.vb-stack--grow0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.vb-stack--shrink0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.vb-stack--grow-children0>* {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.vb-stack--shrink-children0>* {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.vb-stack--grow1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.vb-stack--shrink1 {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.vb-stack--grow-children1>* {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.vb-stack--shrink-children1>* {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.vb-message {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    vertical-align: middle
}

.vb-message__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.vb-message__content {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.5;
    padding-top: .09375rem
}

.vb-ma25 {
    margin: .25rem
}

.vb-mt25 {
    margin-top: .25rem
}

.vb-mb25 {
    margin-bottom: .25rem
}

.vb-ml25 {
    margin-left: .25rem
}

.vb-mr25 {
    margin-right: .25rem
}

.vb-ma-25 {
    margin: -.25rem
}

.vb-mt-25 {
    margin-top: -.25rem
}

.vb-mb-25 {
    margin-bottom: -.25rem
}

.vb-ml-25 {
    margin-left: -.25rem
}

.vb-mr-25 {
    margin-right: -.25rem
}

.vb-ma50 {
    margin: 5px
}

.vb-mt50 {
    margin-top: 5px
}

.vb-mb50 {
    margin-bottom: 5px
}

.vb-ml50 {
    margin-left: 5px
}

.vb-mr50 {
    margin-right: 5px
}

.vb-ma-50 {
    margin: -5px
}

.vb-mt-50 {
    margin-top: -5px
}

.vb-mb-50 {
    margin-bottom: -5px
}

.vb-ml-50 {
    margin-left: -5px
}

.vb-mr-50 {
    margin-right: -5px
}

.vb-ma100 {
    margin: 10px
}

.vb-mt100 {
    margin-top: 10px
}

.vb-mb100 {
    margin-bottom: 10px
}

.vb-ml100 {
    margin-left: 10px
}

.vb-mr100 {
    margin-right: 10px
}

.vb-ma-100 {
    margin: -10px
}

.vb-mt-100 {
    margin-top: -10px
}

.vb-mb-100 {
    margin-bottom: -10px
}

.vb-ml-100 {
    margin-left: -10px
}

.vb-mr-100 {
    margin-right: -10px
}

.vb-ma150 {
    margin: 15px
}

.vb-mt150 {
    margin-top: 15px
}

.vb-mb150 {
    margin-bottom: 15px
}

.vb-ml150 {
    margin-left: 15px
}

.vb-mr150 {
    margin-right: 15px
}

.vb-ma-150 {
    margin: -15px
}

.vb-mt-150 {
    margin-top: -15px
}

.vb-mb-150 {
    margin-bottom: -15px
}

.vb-ml-150 {
    margin-left: -15px
}

.vb-mr-150 {
    margin-right: -15px
}

.vb-ma200 {
    margin: 20px
}

.vb-mt200 {
    margin-top: 20px
}

.vb-mb200 {
    margin-bottom: 20px
}

.vb-ml200 {
    margin-left: 20px
}

.vb-mr200 {
    margin-right: 20px
}

.vb-ma-200 {
    margin: -20px
}

.vb-mt-200 {
    margin-top: -20px
}

.vb-mb-200 {
    margin-bottom: -20px
}

.vb-ml-200 {
    margin-left: -20px
}

.vb-mr-200 {
    margin-right: -20px
}

.vb-ma300 {
    margin: 30px
}

.vb-mt300 {
    margin-top: 30px
}

.vb-mb300 {
    margin-bottom: 30px
}

.vb-ml300 {
    margin-left: 30px
}

.vb-mr300 {
    margin-right: 30px
}

.vb-ma-300 {
    margin: -30px
}

.vb-mt-300 {
    margin-top: -30px
}

.vb-mb-300 {
    margin-bottom: -30px
}

.vb-ml-300 {
    margin-left: -30px
}

.vb-mr-300 {
    margin-right: -30px
}

.vb-ma-auto {
    margin: auto
}

.vb-mt-auto {
    margin-top: auto
}

.vb-mb-auto {
    margin-bottom: auto
}

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

.vb-mr-auto {
    margin-right: auto
}

.vb-spinner {
    display: inline-block;
    height: 10px;
    pointer-events: none;
    position: relative;
    vertical-align: middle;
    width: 10px
}

.vb-spinner--large {
    height: 1.75rem;
    width: 1.75rem
}

.vb-spinner__base {
    left: -.25rem;
    position: absolute;
    top: -.25rem
}

.vb-spinner__fade-enter-active,.vb-spinner__fade-enter-done {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.vb-spinner__animation {
    height: 15px;
    width: 15px
}

.vb-spinner__animation--large {
    height: 2.25rem;
    width: 2.25rem
}

@-webkit-keyframes keyframes__vb-progressBar__indeterminateBar {
    0% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }

    to {
        -webkit-transform: translate(250%);
        transform: translate(250%)
    }
}

@keyframes keyframes__vb-progressBar__indeterminateBar {
    0% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }

    to {
        -webkit-transform: translate(250%);
        transform: translate(250%)
    }
}

.vb-progressBar {
    background-color: #e9e7e7;
    border-radius: 99rem;
    display: inline-block;
    height: 5px;
    overflow: hidden;
    position: relative;
    width: 110px
}

.vb-progressBar--widthLarge {
    width: 24rem
}

.vb-progressBar--widthSmall {
    width: 7rem
}

.vb-progressBar--widthXSmall {
    width: 4rem
}

.vb-progressBar--widthFull {
    width: 100%
}

.vb-progressBar--progressing {
    background-color: #dce8ff
}

.vb-progressBar__indeterminateBar,.vb-progressBar__valueBar {
    background-color: #2864f0;
    border-radius: 99rem;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.vb-progressBar__indeterminateBar--complete,.vb-progressBar__valueBar--complete {
    background-color: #73a5ff
}

.vb-progressBar__indeterminateBar {
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: keyframes__vb-progressBar__indeterminateBar;
    animation-name: keyframes__vb-progressBar__indeterminateBar;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    border-radius: 99rem;
    width: 40%
}

@media (prefers-reduced-motion) {
    .vb-progressBar__indeterminateBar {
        -webkit-animation-name: none;
        animation-name: none
    }
}

.vb-targetExpander {
    display: inline-block;
    position: relative
}

.vb-targetExpander__expand {
    position: absolute
}

.vb-targetExpander__children {
    position: relative
}

.vb-amountValue {
    display: block;
    font-family: freee Numeric Mono,Roboto Mono,monospace;
    font-weight: inherit;
    text-align: right
}

.vb-amountValue--inline {
    display: inline;
    text-align: reset
}

.vb-amountValue--fonmtWeightNormal {
    font-weight: 400
}

.vb-amountValue--fontWeightBold {
    font-weight: 700
}

.vb-visuallyHidden {
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.vb-accordionPanel {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    position: relative;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.vb-accordionPanel__titleContent {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.vb-accordionPanel__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: .875rem;
    justify-content: space-between;
    line-height: 1;
    margin: 0;
    padding: 10px 15px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.vb-accordionPanel__title:hover {
    background-color: #ebf3ff
}

.vb-accordionPanel__title--iconPositionLeft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 5px;
    justify-content: start
}

@media (max-width: 48rem) {
    .vb-accordionPanel__title--responsive {
        padding-left:10px;
        padding-right: 10px
    }
}

.vb-accordionPanel__icon {
    display: block;
    height: 15px;
    margin: -.3125rem 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: rotate;
    transition-property: rotate;
    width: 15px
}

.vb-accordionPanel__icon--iconPositionLeft {
    rotate: -90deg
}

.vb-accordionPanel__icon--iconPositionLeft.vb-accordionPanel__icon--open,.vb-accordionPanel__icon--iconPositionRight {
    rotate: 0deg
}

.vb-accordionPanel__icon--iconPositionRight.vb-accordionPanel__icon--open {
    rotate: 180deg
}

.vb-accordionPanel__description {
    font-size: .875rem;
    margin: 0;
    padding: 5px 15px
}

.vb-accordionPanel--borderBoth {
    border-color: #e9e7e7;
    border-style: solid;
    border-width: 1px 0
}

.vb-accordionPanel--borderBottom {
    border-bottom: 1px solid #e9e7e7
}

.vb-accordionPanel--borderTop {
    border-top: 1px solid #e9e7e7
}

@media (max-width: 48rem) {
    .vb-accordionPanel--responsive {
        padding-left:10px;
        padding-right: 10px
    }
}

.vb-appNavigation {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: calc(48rem + 1px)) {
    .vb-appNavigation {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
        min-width: 48rem
    }
}

.vb-appNavigation--fixedLayout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    min-width: 48rem
}

@media (max-width: 48rem) {
    .vb-appNavigation {
        min-width:20rem
    }
}

.vb-appNavigation__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: calc(48rem + 1px)) {
    .vb-appNavigation__body {
        -webkit-box-flex:1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        overflow: auto
    }
}

.vb-appNavigation--fixedLayout .vb-appNavigation__body {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    overflow: auto
}

.vb-appNavigation__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: calc(48rem + 1px)) {
    .vb-appNavigation__content {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1;
        overflow: auto
    }
}

.vb-appNavigation--fixedLayout .vb-appNavigation__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto
}

.vb-appNavigationHeader {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e9e7e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

@media (min-width: calc(48rem + 1px)) {
    .vb-appNavigationHeader {
        -webkit-box-sizing:border-box;
        box-sizing: border-box;
        padding: 5px 15px;
        width: 100%
    }
}

@media (max-width: 48rem) {
    .vb-appNavigationHeader {
        padding:.5rem
    }
}

.vb-appNavigationHeader__logoContainer {
    height: 20px
}

.vb-appNavigationHeader__popupButton {
    position: relative
}

.vb-appNavigationHeader__notificationDot {
    background-color: #2864f0;
    border-radius: .25rem;
    display: inline-block;
    height: 5px;
    position: absolute;
    right: .125rem;
    top: .125rem;
    width: 5px
}

.vb-appNavigationMenu {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-appNavigationMenu__nav {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -ms-flex-negative: 0;
    border-right: 1px solid #e9e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    overflow-y: auto;
    word-break: break-all
}

.vb-appNavigationMenu__nav--open {
    -webkit-transition: width .1s ease;
    transition: width .1s ease;
    width: 130px
}

.vb-appNavigationMenu__nav--closed {
    -webkit-transition: width .1s ease;
    transition: width .1s ease;
    width: 3.5rem
}

.vb-appNavigationMenu__list {
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

.vb-appNavigationMenu__innerList,.vb-appNavigationMenu__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.vb-appNavigationMenu__innerList--border {
    border-top: 1px solid #e9e7e7;
    margin: 5px 0 0;
    padding: 5px 0 0
}

.vb-appNavigationMenu__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    border-left: 4px solid transparent;
    color: #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    line-height: 15px;
    padding: 5px 5px 5px calc(10px - 4px);
    text-decoration: none;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color
}

.vb-appNavigationMenu__link:hover {
    background-color: #f7f5f5
}

.vb-appNavigationMenu__link--current {
    border-left: 4px solid #285ac8;
    color: #285ac8;
    font-weight: 700
}

.vb-appNavigationMenu__link--sub {
    padding-right: 15px
}

.vb-appNavigationMenu__sectionTitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 4px solid transparent;
    color: #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    line-height: 15px;
    padding: 5px 5px 0 calc(10px - 4px);
    text-decoration: none
}

.vb-appNavigationMenu__toggleButton {
    -webkit-transform: "none";
    transform: "none";
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease,-webkit-transform .1s ease
}

.vb-appNavigationMenu__toggleButton--closed {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.vb-appNavigationMobile {
    background-color: #fff;
    height: 100vh;
    left: 0;
    overflow: hidden auto;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    width: 15rem
}

.vb-appNavigationMobile.ReactModal__Content--after-open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.vb-appNavigationMobile.ReactModal__Content--before-close {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.vb-appNavigationMobile__overlay {
    background-color: rgba(0,0,0,.5);
    inset: 0;
    opacity: 0;
    position: fixed;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.vb-appNavigationMobile__overlay.ReactModal__Overlay--after-open {
    opacity: 1;
    z-index: 1
}

.vb-appNavigationMobile__overlay.ReactModal__Overlay--before-close {
    opacity: 0
}

.vb-appNavigationMobile__nav {
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease
}

.vb-appNavigationMobile__nav--subMenuOpen {
    -webkit-transform: translateX(-15rem);
    transform: translateX(-15rem)
}

.vb-appNavigationMobile__subMenu {
    left: 15rem;
    position: absolute;
    top: 0;
    -webkit-transition: visibility .25s ease;
    transition: visibility .25s ease;
    visibility: visible;
    width: 100%
}

.vb-appNavigationMobile__subMenu--closed {
    visibility: "hidden"
}

.vb-bulletedList {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-size: .875rem
}

.vb-bulletedList__list {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 1.5em
}

.vb-bulletedList__list--decimal {
    list-style-type: decimal
}

.vb-bulletedList__list__listItem {
    line-height: 1.5;
    margin: 0 0 .5em
}

.vb-bulletedList__list__listItem:last-child {
    margin-bottom: 0
}

.vb-bulletedList--small {
    font-size: .75rem
}

.vb-buttonGroup,.vb-buttonGroup__topPair {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.vb-buttonGroup__topPair:not(:last-child) {
    margin: 0 10px 0 0
}

.vb-buttonGroup--alignLeft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vb-buttonGroup--alignRight {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vb-buttonGroup__item:not(:last-child),.vb-buttonGroup__topItem:not(:last-child) {
    margin: 0 10px 0 0
}

@media (max-width: 48rem) {
    .vb-buttonGroup--responsive {
        width:100%
    }

    .vb-buttonGroup--responsive,.vb-buttonGroup--responsive .vb-buttonGroup__topPair {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .vb-buttonGroup--responsive .vb-buttonGroup__topPair {
        margin-right: 0
    }

    .vb-buttonGroup--responsive .vb-buttonGroup__topPair:not(:last-child) {
        margin-bottom: 5px
    }

    .vb-buttonGroup--responsive .vb-buttonGroup__topPair--mobileButtonLayoutRow {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        width: 100%
    }

    .vb-buttonGroup--responsive .vb-buttonGroup__topPair--mobileButtonLayoutRow:not(:last-child) {
        margin-bottom: 5px
    }

    .vb-buttonGroup--responsive .vb-buttonGroup__topItem--mobileButtonLayoutRow {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .vb-buttonGroup--responsive .vb-buttonGroup__item,.vb-buttonGroup--responsive .vb-buttonGroup__topItem:not(.vb-buttonGroup__topItem--mobileButtonLayoutRow) {
        margin: 0 auto 5px;
        min-width: 10rem;
        text-align: center
    }

    .vb-buttonGroup--responsive .vb-buttonGroup__item:last-child,.vb-buttonGroup--responsive .vb-buttonGroup__topItem:not(.vb-buttonGroup__topItem--mobileButtonLayoutRow):last-child {
        margin-bottom: 0
    }

    .vb-buttonGroup--responsive .vb-button:not(.vb-button--appearanceTertiary) {
        width: 100%
    }
}

.vb-breadcrumbs {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif
}

.vb-breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 1;
    margin: 0;
    overflow: auto;
    padding: 0
}

.vb-breadcrumbs__item,.vb-breadcrumbs__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vb-breadcrumbs__item {
    -ms-flex-negative: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-shrink: 0;
    font-size: .875rem
}

.vb-breadcrumbs__divider {
    font-size: 15px
}

.vb-calendar {
    border-collapse: collapse;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    min-width: 50rem;
    position: relative;
    table-layout: fixed;
    width: 100%
}

.vb-calendar__inner {
    inset: 0;
    position: absolute
}

.vb-datePicker {
    background: #fff;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-size: .875rem;
    width: calc(14rem + 7px)
}

.vb-datePicker__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: .25rem
}

.vb-datePicker__calendar {
    border-collapse: collapse;
    width: 100%
}

.vb-datePicker__calendarCell,.vb-datePicker__calendarHead {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 20px
}

.vb-datePicker__calendarHead {
    color: #6e6b6b;
    font-size: .75rem
}

.vb-datePicker__calendarCell {
    border-right: 1px solid #e9e7e7;
    border-top: 1px solid #e9e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 20px;
    padding: 0;
    position: relative;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
    width: 20px
}

.vb-datePicker__calendarCell:last-of-type {
    border-right: 0
}

.vb-datePicker__calendarCell--disabled {
    background-color: #f7f5f5;
    color: #8c8989;
    cursor: not-allowed;
    outline: none
}

.vb-datePicker__calendarCell--selected {
    background: #285ac8;
    color: #fff
}

.vb-datePicker__calendarCell--otherMonth:not(.vb-datePicker__calendarCell--selected) {
    background: #f7f5f5
}

.vb-datePicker__calendarCell:hover:not(.vb-datePicker__calendarCell--disabled,.vb-datePicker__calendarCell--selected) {
    background: #e9e7e7
}

.vb-datePicker__dateButton:before {
    content: "";
    inset: 0;
    position: absolute
}

.vb-datePicker__dateNumber--today {
    font-weight: 700
}

.vb-cardNavigation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start
}

.vb-cardNavigation__item {
    margin-bottom: 10px;
    margin-right: 10px
}

.vb-cardNavigation__item--1 {
    margin-right: 0
}

.vb-cardNavigation__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    min-height: 5rem;
    width: 12.75rem
}

.vb-cardNavigation__content--3 {
    width: 18.33333333330px
}

.vb-cardNavigation__content--2 {
    width: 29.5rem
}

.vb-cardNavigation__content--1 {
    width: 64rem
}

.vb-cardNavigation__arrow,.vb-cardNavigation__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.vb-cardNavigation__icon {
    fill: #285ac8;
    height: 15px;
    margin-right: 10px;
    width: 15px
}

.vb-cardNavigation__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start
}

.vb-cardNavigation__title--text {
    margin-bottom: 10px
}

.vb-cardNavigation__url {
    color: initial;
    text-decoration: initial
}

.vb-comboBox {
    display: inline;
    position: relative
}

.vb-comboBox__listBox {
    display: none
}

.vb-comboBox__listBox--open {
    display: block
}

.vb-comboBox__listBox--widthXSmall {
    width: 6rem
}

.vb-comboBox__listBox--widthSmall {
    width: 9rem
}

.vb-comboBox__listBox--widthMedium {
    width: 130px
}

.vb-comboBox__listBox--widthLarge {
    width: 26rem
}

.vb-comboBox__listOptions {
    max-height: 50vh;
    overflow-y: auto
}

.vb-comboBox__listOption {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    justify-content: space-between;
    overflow: hidden;
    padding: 5px 10px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    word-break: keep-all
}

.vb-comboBox__listOption--disabled {
    background: inherit;
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.vb-comboBox__listOption--selected:not(.vb-comboBox__listOption--disabled) {
    background: #2864f0;
    color: #fff
}

.vb-comboBox__listOption:hover:not(.vb-comboBox__listOption--selected,.vb-comboBox__listOption--disabled) {
    background: #f7f5f5;
    color: #323232;
    cursor: pointer
}

.vb-comboBox__listOptionLabel,.vb-comboBox__listOptionSubLabel {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 fit-content;
    flex: 1 1 fit-content;
    min-width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vb-comboBox__listOptionSubLabel {
    color: #6e6b6b;
    font: normal .75rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    margin-left: 5px;
    text-align: right
}

.vb-comboBox__listOption--selected .vb-comboBox__listOptionSubLabel {
    color: #fff
}

.vb-comboBox__emptyMessage {
    padding: 5px;
    text-align: center
}

.vb-comboBox__spinner {
    padding: 10px;
    text-align: center
}

.vb-comboBox__fixedItem {
    color: #285ac8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    margin: -5px -10px;
    padding: 5px 10px;
    vertical-align: middle;
    width: 100%;
    word-break: normal
}

.vb-comboBox__fixedItem--add {
    border-top: 1px solid #e9e7e7
}

.vb-comboBox__fixedItem--selected {
    background: #2864f0;
    color: #fff
}

.vb-comboBox__fixedItemIcon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1.5em;
    margin: -1px .25rem 0 0;
    width: 1.5em
}

.vb-multiComboBox {
    display: inline-block
}

.vb-multiComboBox--widthXSmall {
    width: 4rem
}

.vb-multiComboBox--widthSmall {
    width: 7rem
}

.vb-multiComboBox--widthMedium {
    width: 110px
}

.vb-multiComboBox--widthLarge {
    width: 24rem
}

.vb-multiComboBox--widthFull {
    width: 100%
}

.vb-multiComboBox__border {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    display: inline-block;
    line-height: 1;
    margin: -1px;
    overflow: hidden;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: border-color,background-color,color;
    transition-property: border-color,background-color,color;
    vertical-align: middle
}

.vb-multiComboBox__border--disabled {
    background-color: #f0eded;
    cursor: not-allowed
}

.vb-multiComboBox__border--error {
    border-color: #dc1e32
}

.vb-multiComboBox__border--widthXSmall {
    width: 4rem
}

.vb-multiComboBox__border--widthSmall {
    width: 7rem
}

.vb-multiComboBox__border--widthMedium {
    width: 110px
}

.vb-multiComboBox__border--widthLarge {
    width: 24rem
}

.vb-multiComboBox__border--widthFull {
    width: 100%
}

.vb-multiComboBox__border--borderless {
    border: 0
}

.vb-multiComboBox__border:focus-within:not(.vb-multiComboBox__border--borderless) {
    outline: auto;
    outline: auto -webkit-focus-ring-color;
    outline-offset: 1px
}

.vb-multiComboBox__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 2.25rem;
    width: 100%
}

.vb-multiComboBox__flex--heightAuto {
    min-height: auto
}

.vb-multiComboBox__flex--small {
    min-height: 15px
}

.vb-multiComboBox__field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 10px;
    flex-basis: 10px;
    flex-grow: 1;
    flex-shrink: 1
}

.vb-multiComboBox__field--maxSelectionCountReached {
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px
}

.vb-multiComboBox__list {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -ms-flex-negative: 0;
    -ms-flex-preferred-size: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: fit-content;
    flex-grow: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 100%;
    padding: .25rem
}

.vb-multiComboBox__list--small {
    gap: .25rem;
    padding: .125rem
}

.vb-multiComboBox__listItem {
    max-width: 100%
}

.vb-mobileComboBox {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #323232;
    display: inline-block;
    font: normal .875rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    line-height: 1;
    max-width: 100%;
    min-height: 2.25rem;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap
}

@media (max-width: 48rem) {
    .vb-mobileComboBox--resposive {
        font-size:10px
    }
}

.vb-mobileComboBox--widthXSmall {
    width: 4rem
}

.vb-mobileComboBox--widthSmall {
    width: 7rem
}

.vb-mobileComboBox--widthMedium {
    width: 110px
}

.vb-mobileComboBox--widthLarge {
    width: 24rem
}

.vb-mobileComboBox--widthFull {
    width: 100%
}

.vb-mobileComboBox__placeholder {
    color: #8c8989
}

.vb-mobileComboBox__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #8c8989;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    height: 2.25rem;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    right: .25rem;
    text-align: center;
    top: 0;
    vertical-align: middle
}

.vb-mobileComboBox__icon:before {
    bottom: 0;
    content: "";
    position: absolute;
    right: -.25rem;
    top: 0;
    width: 15px
}

.vb-mobileComboBox--disabled {
    background-color: #f0eded;
    cursor: not-allowed
}

.vb-mobileComboBox--error {
    border-color: #dc1e32
}

.vb-mobileComboBox__multiValuesList {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -ms-flex-negative: 0;
    -ms-flex-preferred-size: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: fit-content;
    flex-grow: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 100%;
    padding: .25rem 15px .25rem .25rem
}

.vb-mobileComboBox__multiValuesListItem {
    max-width: 100%
}

.vb-mobileComboBox__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 2.25rem;
    width: 100%
}

.vb-mobileComboBox__flex--heightAuto {
    min-height: auto
}

.vb-mobileComboBoxPopup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    inset: 0;
    padding: 5px;
    position: fixed;
    z-index: 2000
}

.vb-mobileComboBoxPopup__content {
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    width: 100%
}

.vb-mobileComboBoxPopup__content,.vb-mobileComboBoxPopup__popupWrapper {
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-mobileComboBoxPopup__popupWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    height: calc(100vh - 10px);
    justify-content: stretch;
    width: calc(100vw - 10px)
}

.vb-mobileComboBoxPopup__popupWrapper>* {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.vb-mobileComboBoxPopup__listOptions {
    overflow-y: auto
}

.vb-comboBoxListOption {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    justify-content: space-between;
    overflow: hidden;
    padding: 5px 10px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    word-break: keep-all
}

.vb-comboBoxListOption--disabled {
    background: inherit;
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.vb-comboBoxListOption--selected:not(.vb-comboBoxListOption--disabled),.vb-comboBoxListOption:focus-visible:not(.vb-comboBoxListOption--disabled) {
    background: #2864f0;
    color: #fff;
    outline: none
}

.vb-comboBoxListOption:hover:not(.vb-comboBoxListOption--selected,.vb-comboBoxListOption--disabled) {
    background: #f7f5f5;
    color: #323232;
    cursor: pointer
}

.vb-comboBoxListOption__listOptionSubLabel {
    -webkit-box-flex: 1;
    color: #6e6b6b;
    -ms-flex: 1 1 fit-content;
    flex: 1 1 fit-content;
    font: normal .75rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    margin-left: 5px;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vb-comboBoxListOption__listOptionSubLabel--selected:not(.vb-comboBoxListOption__listOptionSubLabel--disabled) {
    color: #fff
}

.vb-comboBoxListOption__check {
    width: 15px
}

.vb-comboBoxItemLabel__normalItem {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 fit-content;
    flex: 1 1 fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vb-comboBoxItemLabel__fixedItem {
    color: #285ac8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    margin: -5px -10px;
    padding: 5px 10px;
    vertical-align: middle;
    width: 100%;
    word-break: normal
}

.vb-comboBoxItemLabel__fixedItem--add {
    border-top: 1px solid #e9e7e7
}

.vb-comboBoxItemLabel__fixedItem--selected {
    background: #2864f0;
    color: #fff
}

.vb-comboBoxItemLabel__fixedItemIcon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1.5em;
    margin: -1px .25rem 0 0;
    width: 1.5em
}

.vb-comboBoxItemLabel__trailingItemBase {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 fit-content;
    flex: 1 1 fit-content
}

.vb-descriptionList {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif
}

.vb-descriptionList__table {
    background-color: #fff;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.vb-descriptionList__header {
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.vb-descriptionList__row {
    height: 3.25rem
}

.vb-descriptionList__row--spacingCompact {
    height: 20px
}

.vb-descriptionList__row:nth-child(odd) {
    background-color: #f7f5f5
}

.vb-descriptionList__row:nth-child(2n):last-child {
    border-bottom: 1px solid #e9e7e7
}

@media (max-width: 48rem) {
    .vb-descriptionList--responsive {
        display:block;
        width: 100%
    }

    .vb-descriptionList--responsive .vb-descriptionList__row {
        display: block;
        height: auto
    }
}

.vb-descriptionList--container {
    container-type: inline-size
}

.vb-dateInput {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative
}

.vb-dateInput--widthFull {
    width: 100%
}

.vb-dateInput__listbox {
    left: 0;
    position: absolute;
    top: 0
}

.vb-dateInput__listbox--rightAligned {
    left: unset;
    right: 0
}

.vb-ReactModal__Body--open {
    overflow: hidden
}

.ReactModal__Overlay {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.ReactModal__Overlay--after-open {
    opacity: 1
}

.ReactModal__Overlay--before-close {
    opacity: 0
}

.vb-messageDialog {
    word-wrap: break-word;
    max-height: calc(100vh - 8rem);
    max-height: calc(100dvh - 20px);
    max-width: 70rem;
    min-width: 40rem;
    overflow-wrap: break-word;
    white-space: normal
}

.vb-messageDialog__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.vb-messageDialog__footer,.vb-messageDialog__header {
    padding: 15px
}

.vb-messageDialog__body {
    padding: 0 15px
}

.vb-messageDialog__body--alignLeft {
    text-align: left
}

@media (max-width: 48rem) {
    .vb-messageDialog--responsive {
        margin:0 10px;
        min-width: 18rem
    }

    .vb-messageDialog--responsive .vb-messageDialog__footer,.vb-messageDialog--responsive .vb-messageDialog__header {
        padding: 10px
    }

    .vb-messageDialog--responsive .vb-messageDialog__body {
        padding-left: 10px;
        padding-right: 10px
    }
}

.vb-taskDialog {
    max-width: 70rem;
    min-width: 40rem
}

.vb-taskDialog__inner {
    overflow-y: auto
}

.vb-taskDialog__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100vh - 8rem);
    max-height: calc(100dvh - 20px);
    min-height: 120px
}

.vb-taskDialog__body,.vb-taskDialog__footer,.vb-taskDialog__header {
    background-color: #fff;
    padding: 15px
}

.vb-taskDialog__body {
    border-bottom: 1px solid #e9e7e7;
    border-top: 1px solid #e9e7e7;
    margin: 0;
    min-height: 30px;
    overflow: auto
}

@media (max-width: 48rem) {
    .vb-taskDialog--responsive {
        margin:0 10px;
        min-width: 18rem
    }

    .vb-taskDialog--responsive .vb-taskDialog__body,.vb-taskDialog--responsive .vb-taskDialog__footer,.vb-taskDialog--responsive .vb-taskDialog__header {
        padding: 10px
    }
}

.vb-guideDialog {
    text-align: center;
    width: 40rem
}

@media (max-width: 40rem) {
    .vb-guideDialog {
        margin:0 10px;
        min-width: 10rem;
        width: auto
    }
}

.vb-guideDialog__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100vh - 8rem);
    max-height: calc(100dvh - 5rem)
}

.vb-guideDialog__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.vb-guideDialog__footer,.vb-guideDialog__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.vb-guideDialog__body {
    background-color: #fff;
    min-height: 30px;
    overflow: auto
}

.vb-guideDialog__image {
    height: 240px;
    margin-bottom: 10px;
    width: 320px
}

@media (max-width: 48rem) {
    .vb-guideDialog__image {
        height:180px;
        width: 240px
    }
}

.vb-guideDialog__buttonBlock,.vb-guideDialog__closeButtonBlock {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.vb-guideDialog__closeButtonBlock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.vb-guideStepCount {
    color: #6e6b6b
}

.vb-guideStepCount__currentStep {
    font-weight: 700
}

.vb-DialogFooter {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

@media (max-width: 48rem) {
    .vb-DialogFooter--responsive {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center
    }

    .vb-DialogFooter__sideContent--responsive {
        margin-top: 10px
    }
}

.vb-drawer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    inset: 0;
    justify-content: flex-end;
    position: fixed
}

.vb-drawer__container {
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.102),0 4px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 24px 0 rgba(0,0,0,.102),0 4px 8px 0 rgba(0,0,0,.2);
    height: 100%
}

.vb-drawer__container.vb-drawer__container--scrim {
    -webkit-box-shadow: none;
    box-shadow: none
}

.vb-drawer .ReactModal__Content {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.vb-drawer .ReactModal__Content--after-open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.vb-drawer .ReactModal__Content--before-close {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.vb-drawer.ReactModal__Overlay {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.vb-drawer.ReactModal__Overlay--after-open,.vb-drawer.ReactModal__Overlay--before-close {
    opacity: 1
}

.vb-drawer.vb-drawer--scrim.ReactModal__Overlay {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.vb-drawer.vb-drawer--scrim.ReactModal__Overlay--after-open {
    opacity: 1
}

.vb-drawer.vb-drawer--scrim.ReactModal__Overlay--before-close {
    opacity: 0
}

.vb-drawer__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px 15px
}

.vb-drawer__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    padding: 10px 15px
}

.vb-drawer__Body--open-with-no-scrim {
    overflow: visible
}

.vb-dropdown {
    font-size: .875rem;
    position: relative;
    text-align: left
}

.vb-dropdown__body {
    position: absolute;
    top: 0;
    width: auto
}

.vb-dropdown--alignRight .vb-dropdown__body {
    right: 0
}

.vb-dropdown--positionRelative .vb-dropdown__body {
    position: relative
}

.vb-dropdownMenuContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.vb-dropdownMenuContent__list {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 2.25rem;
    overflow-y: auto
}

.vb-dropdownMenuContent__list,.vb-dropdownMenuContent__trailingList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

.vb-dropdownMenuContent__trailingList {
    -ms-flex-negative: 0;
    border-top: 1px solid #e9e7e7;
    flex-shrink: 0
}

.vb-dropdownMenuContent ul:first-child li:first-child :before {
    border-top-left-radius: var(--experimental-vb-popup-border-radius,10px);
    border-top-right-radius: var(--experimental-vb-popup-border-radius,10px)
}

.vb-dropdownMenuContent ul:last-child li:last-child :before {
    border-bottom-left-radius: var(--experimental-vb-popup-border-radius,10px);
    border-bottom-right-radius: var(--experimental-vb-popup-border-radius,10px)
}

.vb-dropdownItem {
    width: 100%
}

.vb-dropdownItem--selectable:not(.vb-dropdownItem--disabled) {
    cursor: pointer;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color;
    transition-property: background-color
}

.vb-dropdownItem--selectable:not(.vb-dropdownItem--disabled):hover {
    background-color: #f7f5f5
}

.vb-dropdownItem--unread {
    background-image: linear-gradient(135deg,#dc1e32 10px,transparent 0)
}

.vb-dropdownItem--rule {
    border-top: 1px solid #e9e7e7;
    height: 0;
    min-height: 0;
    padding: 0
}

.vb-dropdownItem--colorSelector {
    padding: 5px 10px
}

.vb-dropdownItem--colorSelector,.vb-dropdownItem__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.vb-dropdownItem__text {
    display: inline-block;
    font-size: .875rem;
    line-height: 15px;
    padding: .46875rem 10px
}

.vb-dropdownItem__checkBoxItem,.vb-dropdownItem__content {
    display: block;
    max-width: 420px;
    max-width: min(420px,calc(100vw - 6rem));
    min-width: 10rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.vb-dropdownItem__content--danger {
    color: #dc1e32
}

.vb-dropdownItem__checkBoxItem {
    font-size: .875rem;
    line-height: 15px;
    padding: .46875rem 10px
}

.vb-dropdownItem__selectable {
    background: transparent;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
    cursor: pointer;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    overflow: hidden;
    padding: .46875rem 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%
}

.vb-dropdownItem__selectable--rightIcon {
    padding-right: 30px
}

.vb-dropdownItem__selectable:focus {
    outline: none
}

.vb-dropdownItem__selectable:focus:before {
    border: 2px solid #73a5ff;
    content: "";
    inset: 0;
    position: absolute
}

.vb-dropdownItem__rightIcon {
    height: 15px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px
}

.vb-dropdownButton {
    display: inline-block
}

.vb-dropdownButton--widthFull {
    width: 100%
}

.vb-errors__content-block {
    margin: 0 auto;
    max-width: 42.5rem;
    padding: 6rem 0 0
}

.vb-errors__content-block--mobile {
    padding: 10px
}

.vb-errors__logo-block {
    height: 2.5rem
}

.vb-errors__body-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between
}

.vb-nameField--small {
    margin: 0 .25rem
}

.vb-nameField--error {
    color: #dc1e32
}

.vb-nameField--disabled {
    color: #e9e7e7
}

.vb-phoneNumberField {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-phoneNumberField .vb-phoneNumberField__hyphen {
    margin: 0 5px
}

.vb-phoneNumberField .vb-phoneNumberField__hyphen--small {
    margin: 0 .25rem
}

.vb-phoneNumberField .vb-phoneNumberField__hyphen--error {
    color: #dc1e32
}

.vb-phoneNumberField .vb-phoneNumberField__hyphen--disabled {
    color: #e9e7e7
}

.vb-dateField .vb-dateField__unit {
    font: normal .875rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    margin: 0 5px
}

.vb-dateField .vb-dateField__unit--small {
    font-size: .75rem;
    margin: 0 .25rem
}

.vb-dateField .vb-dateField__unit--large {
    font-size: 10px
}

.vb-amountRangeField {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.vb-scoreRadioButton {
    position: relative
}

.vb-scoreRadioButton__input {
    clip: rect(1px 1px 1px 1px);
    overflow: hidden;
    position: absolute
}

.vb-scoreRadioButton__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 99rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: normal .875rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-weight: 700;
    height: 2.25rem;
    justify-content: center;
    position: relative;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color,border-color;
    transition-property: background-color,color,border-color;
    width: 2.25rem
}

.vb-scoreRadioButton__content:hover {
    background-color: #dce8ff;
    border-color: #285ac8;
    color: #1e46aa
}

.vb-scoreRadioButton__input:checked+.vb-scoreRadioButton__content {
    border: 3px solid #285ac8;
    color: #1e46aa
}

.vb-scoreRadioButton__input:focus-visible+.vb-scoreRadioButton__content:before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 3px #2864f0,0 0 0 4px #fff;
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #2864f0,0 0 0 4px #fff;
    content: "";
    height: calc(100% + 5px);
    inset: -.25rem;
    pointer-events: none;
    position: absolute;
    width: calc(100% + 5px)
}

.vb-filterTag__block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #8c8989;
    border-radius: .75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 15px;
    padding: 0 .25rem 0 5px;
    -webkit-transition-property: background-color,color,border;
    transition-property: background-color,color,border
}

.vb-filterTag__block,.vb-filterTag__block .vb-filterTag__icon {
    color: #464343;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.vb-filterTag__block .vb-filterTag__icon {
    height: 10px;
    -webkit-transition-property: fill;
    transition-property: fill;
    width: 10px
}

.vb-filterTag__block:hover {
    background-color: #f0eded
}

.vb-filterTag__block:active {
    background-color: #e9e7e7
}

.vb-filterTag__block.active {
    background-color: #ebf3ff;
    border-color: #285ac8;
    color: #285ac8
}

.vb-filterTag__block.active .vb-filterTag__icon {
    color: #285ac8
}

.vb-filterTag__block.active:hover {
    background-color: #dce8ff
}

.vb-filterTag__block.active:active {
    background-color: #aac8ff
}

.vb-filterTag__body {
    -webkit-box-flex: 1;
    display: block;
    -ms-flex: 1;
    flex: 1;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-size: .75rem;
    max-width: min(25rem,66vw);
    min-width: 0
}

.vb-filterTag__label,.vb-filterTag__value {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vb-filterTag__body--hasValue {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.vb-filterTag__body--hasValue .vb-filterTag__label {
    font-weight: 700;
    margin-right: .25rem
}

.vb-filterTag__body--hasValue .vb-filterTag__value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.vb-fileUploader {
    background-color: #f7f5f5;
    border-radius: 5px;
    height: 19.625rem;
    position: relative;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    width: 32.75rem
}

.vb-fileUploader__content,.vb-fileUploader__dropMessage,.vb-fileUploader__errorMessage {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    width: 100%
}

.vb-fileUploader__content {
    opacity: 1
}

.vb-fileUploader__content--disabled {
    cursor: default
}

.vb-fileUploader__dropMessage,.vb-fileUploader__errorMessage {
    opacity: 0
}

.vb-fileUploader--widthFull {
    height: 100%;
    width: 100%
}

.vb-fileUploader--typeCompact .vb-fileUploader__content,.vb-fileUploader--typeCompact .vb-fileUploader__dropMessage {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-fileUploader--typeCompact .vb-fileUploader__contentIllust {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0
}

.vb-fileUploader--typeCompact .vb-fileUploader__contentDescription {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px
}

.vb-fileUploader--active {
    background-color: #f0eded
}

.vb-fileUploader--active .vb-illust--cloudUpload .vb-illust__frame {
    fill: #8c8989
}

.vb-fileUploader--active .vb-fileUploader__content {
    opacity: 0
}

.vb-fileUploader--active .vb-fileUploader__dropMessage {
    opacity: 1
}

.vb-fileUploader--error .vb-fileUploader__content {
    opacity: 0
}

.vb-fileUploader--error .vb-fileUploader__errorMessage {
    opacity: 1
}

.vb-fileUploader__icon {
    fill: #5a5a5a;
    height: 30px;
    margin-bottom: 10px;
    width: 30px
}

.vb-fileDropArea {
    height: auto;
    position: relative;
    width: auto
}

.vb-fileDropArea__fade-enter,.vb-fileDropArea__fade-exit {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.vb-fileDropArea__fade-enter-active,.vb-fileDropArea__fade-enter-done {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.vb-fileDropArea__overlay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    backdrop-filter: blur(1px);
    background-color: rgba(40,100,240,.1);
    border: 2px dashed #2864f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    inset: 0;
    justify-content: center;
    position: absolute;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    width: 100%;
    z-index: 100
}

.vb-fileDropArea__overlay--disabled {
    background-color: rgba(90,90,90,.1);
    border: 2px dashed #5a5a5a;
    cursor: not-allowed
}

.vb-fileDropArea__icon {
    fill: #143278
}

.vb-fileDropArea__icon--disabled {
    fill: #5a5a5a;
    height: 30px;
    margin-bottom: 10px;
    width: 30px
}

.vb-fileDropArea__contentDescription {
    color: #143278;
    font-weight: 700
}

.vb-fileDropArea__contentDescription--disabled {
    color: #5a5a5a
}

.vb-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
    width: calc(100vw - 30px)
}

@media (max-width: 48rem) {
    .vb-footer {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100vw - 10px)
    }
}

.vb-footer--widthWide {
    max-width: 100rem
}

.vb-footer--widthNarrow {
    max-width: 40rem
}

.vb-footer--widthFull {
    max-width: 100%
}

.vb-footerLinks {
    display: block;
    list-style: none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0
}

.vb-footerLinks__item {
    display: block;
    float: left;
    line-height: 1;
    margin-right: 10px
}

.vb-footerLinks__item:last-child {
    margin-right: 0
}

.vb-footerLinks__item>a {
    color: #323232;
    font-size: .875rem;
    font-weight: 400;
    text-decoration: underline;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color;
    transition-property: color
}

.vb-footerLinks__item>a:hover {
    color: #6e6b6b
}

.vb-footerCopyright {
    display: block;
    font-size: .75rem;
    font-style: normal;
    line-height: 1
}

.vb-footerBadges {
    display: block;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

@media (max-width: 48rem) {
    .vb-footerBadges {
        margin-top:15px
    }
}

.vb-footerBadges__item {
    display: block;
    float: left;
    margin-right: 10px
}

.vb-footerBadges__item:last-child {
    margin-right: 0
}

@media (max-width: 48rem) {
    .vb-footerSection {
        margin-top:15px
    }
}

.vb-formControlGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vb-formControlGroup--block {
    display: block
}

.vb-formControl {
    max-width: 100%
}

.vb-formControl__legend {
    padding: 0
}

.vb-formControl__labelArea {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .25rem;
    min-height: 15px
}

.vb-formControl__fieldset {
    border: 0;
    margin: 0;
    max-width: 100%;
    min-inline-size: 0;
    padding: 0
}

.vb-formActions--fixed,.vb-formActions--sticky {
    background-color: #fff;
    z-index: 200
}

.vb-formActions--fixed .vb-popupBase,.vb-formActions--sticky .vb-popupBase {
    border-radius: initial
}

.vb-formActions--fixed {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0
}

.vb-formActions--sticky {
    bottom: 0;
    position: sticky
}

.vb-formActions__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 70rem;
    padding: 0 15px
}

.vb-formActions__inner--widthWide {
    max-width: 100rem
}

.vb-formActions__inner--widthNarrow {
    max-width: 40rem;
    min-width: 40rem
}

.vb-formActions__inner--widthFull {
    max-width: 100%
}

.vb-formActions__animation-enter,.vb-formActions__animation-exit {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.vb-formActions__animation-enter,.vb-formActions__animation-enter-active,.vb-formActions__animation-enter-done,.vb-formActions__animation-exit {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.vb-formActions__animation-enter-active,.vb-formActions__animation-enter-done {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.vb-globalNavi {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #285ac8;
    background-color: #fff;
    border-bottom: 1px solid #2864f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 30px;
    justify-content: space-between;
    min-width: 730px;
    padding: 0 15px
}

.vb-globalNavi--disableGutters {
    min-width: 70rem
}

.vb-globalNaviList {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.vb-globalNaviList__item {
    display: block;
    float: left
}

.vb-globalNaviList__itemInner {
    display: block;
    padding: 10px
}

.vb-guidanceMessage {
    background-color: #ebf3ff;
    border-radius: 5px;
    color: #143278;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    position: relative
}

.vb-guidanceMessage__content--alignMiddle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-guidanceMessage--inline {
    display: inline-block
}

.vb-guidanceMessage--widthFitContent {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.vb-guidanceMessage--widthFull {
    width: 100%
}

.vb-guidanceMessage--clickable {
    border-radius: 5px
}

.vb-guidanceMessage__container {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 10px
}

@media (max-width: 48rem) {
    .vb-guidanceMessage__container--responsive {
        padding:.5rem
    }
}

.vb-guidanceMessage__container--alignTop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.vb-guidanceMessage__container--alignMiddle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vb-guidanceMessage__container--small {
    padding: .25rem 5px
}

.vb-guidanceMessage__icon {
    font-size: 15px;
    grid-column: 1/2;
    margin-right: 5px
}

.vb-guidanceMessage__button,.vb-guidanceMessage__link {
    background-color: transparent;
    border: 0;
    color: #143278;
    display: inline-block;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 700;
    padding: 0;
    text-align: left;
    text-decoration: none
}

.vb-guidanceMessage__button:before,.vb-guidanceMessage__link:before {
    content: "";
    cursor: pointer;
    inset: 0;
    position: absolute;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color
}

.vb-guidanceMessage__button:hover:before,.vb-guidanceMessage__link:hover:before {
    background-color: rgba(40,90,200,.06)
}

.vb-guidedContent {
    display: grid;
    grid-template-columns: auto -webkit-min-content;
    grid-template-columns: auto min-content;
    grid-template-rows: auto
}

.vb-guidedContent__title {
    grid-column: 1/-1
}

.vb-guidedContent__guide {
    grid-column: 3/-1;
    grid-row: span 2
}

@media (max-width: 48rem) {
    .vb-guidedContent--responsive .vb-guidedContent__guide {
        grid-column:1/-1
    }
}

.vb-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    height: 5rem;
    height: 4rem;
    justify-content: space-between;
    min-width: 730px;
    padding: .75rem 15px .25rem
}

.vb-header--disableGutters {
    min-width: 70rem
}

.vb-header .vb-header__info,.vb-header .vb-header__logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.vb-header .vb-header__info {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

.vb-header .vb-header__children {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px
}

.vb-header .vb-header__plan {
    border: 1px solid #285ac8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #285ac8;
    display: inline-block;
    font-weight: 700;
    margin-bottom: -.1em;
    padding: 0 .2em;
    text-decoration: none
}

.vb-header .vb-header__icon {
    height: 10px;
    vertical-align: middle;
    width: 10px
}

.vb-header .vb-header__icon--notice {
    color: #be8c14
}

.vb-header .vb-header__icon--alert {
    color: #dc1e32
}

.vb-header .vb-header__text {
    vertical-align: middle
}

.vb-header .vb-header__link {
    color: #323232;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color;
    transition-property: background-color
}

.vb-header .vb-header__link:hover {
    background-color: #f7f5f5
}

.vb-header .vb-header__button {
    background: transparent;
    border: 0;
    color: #323232;
    cursor: pointer;
    display: inline;
    font-size: .75rem;
    padding: 0;
    text-decoration: underline;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color;
    transition-property: background-color
}

.vb-header .vb-header__button--active {
    background-color: #f0eded
}

.vb-header .vb-header__button:hover {
    background-color: #f7f5f5
}

.vb-header .vb-header__icon+.vb-header__text {
    margin-left: .2em
}

.vb-header .vb-header__section {
    position: relative
}

.vb-header .vb-header__section:not(:last-child) {
    margin-right: 1em
}

.vb-header .vb-header__dropdownWrapper {
    padding-bottom: 8px
}

.vb-header .vb-header__badge {
    background: #dc1e32;
    border: 1px solid #fff;
    border-radius: 99rem;
    display: block;
    height: 5px;
    left: 5px;
    position: absolute;
    top: .25rem;
    width: 5px
}

.vb-headlineArea {
    display: block;
    padding-bottom: 20px;
    position: relative
}

.vb-indexSearchField {
    display: inline-block;
    max-width: 100%;
    position: relative
}

.vb-indexSearchField--widthFull:not(.vb-indexSearchField--closed) {
    width: 100%
}

.vb-indexSearchField .vb-indexSearchField__icon {
    display: block;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: left .3s ease,color .3s ease;
    transition: left .3s ease,color .3s ease
}

.vb-indexSearchField .vb-indexSearchField__icon--sizeSmall {
    height: 1em;
    left: .25em;
    width: 1em
}

.vb-indexSearchField .vb-indexSearchField__icon--sizeMedium {
    height: 1.5em;
    left: .375em;
    width: 1.5em
}

.vb-indexSearchField .vb-indexSearchField__icon--sizeLarge {
    height: 2em;
    left: .5em;
    width: 2em
}

.vb-indexSearchField .vb-indexSearchField__icon--closed {
    pointer-events: none
}

.vb-indexSearchField .vb-indexSearchField__input {
    max-width: 100%;
    -webkit-transition: width .3s ease,background-color .3s ease,border-color .3s ease;
    transition: width .3s ease,background-color .3s ease,border-color .3s ease
}

.vb-indexSearchField .vb-indexSearchField__input::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.vb-indexSearchField .vb-indexSearchField__input::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.vb-indexSearchField .vb-indexSearchField__input:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.vb-indexSearchField .vb-indexSearchField__input::-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.vb-indexSearchField .vb-indexSearchField__input::placeholder {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.vb-indexSearchField .vb-indexSearchField__input::-webkit-search-cancel-button {
    cursor: pointer
}

.vb-indexSearchField .vb-indexSearchField__input+svg {
    color: #e9e7e7
}

.vb-indexSearchField .vb-indexSearchField__input--widthXSmall {
    width: 4rem
}

.vb-indexSearchField .vb-indexSearchField__input--widthSmall {
    width: 7rem
}

.vb-indexSearchField .vb-indexSearchField__input--widthMedium {
    width: 110px
}

.vb-indexSearchField .vb-indexSearchField__input--widthLarge {
    width: 24rem
}

.vb-indexSearchField .vb-indexSearchField__input--widthFull {
    width: 100%
}

.vb-indexSearchField .vb-indexSearchField__input--sizeSmall {
    height: 15px;
    padding-left: 15px
}

.vb-indexSearchField .vb-indexSearchField__input--sizeMedium {
    height: 2.25rem;
    padding-left: 2.25rem
}

.vb-indexSearchField .vb-indexSearchField__input--sizeLarge {
    height: 30px;
    padding-left: 30px
}

.vb-indexSearchField .vb-indexSearchField__input--closed {
    cursor: pointer;
    padding: 0
}

.vb-indexSearchField .vb-indexSearchField__input--closed+svg {
    color: #323232
}

.vb-indexSearchField .vb-indexSearchField__input--closed::-webkit-input-placeholder {
    opacity: 0
}

.vb-indexSearchField .vb-indexSearchField__input--closed::-moz-placeholder {
    opacity: 0
}

.vb-indexSearchField .vb-indexSearchField__input--closed:-ms-input-placeholder {
    opacity: 0
}

.vb-indexSearchField .vb-indexSearchField__input--closed::-ms-input-placeholder {
    opacity: 0
}

.vb-indexSearchField .vb-indexSearchField__input--closed::placeholder {
    opacity: 0
}

.vb-indexSearchField .vb-indexSearchField__input--closed.vb-indexSearchField__input--appearancePrimary {
    background-color: var(--experimental-vb-button-background-color-primary,#285ac8);
    border-color: transparent
}

.vb-indexSearchField .vb-indexSearchField__input--closed.vb-indexSearchField__input--appearancePrimary+svg {
    color: var(--experimental-vb-button-color-primary,#fff)
}

.vb-indexSearchField .vb-indexSearchField__input--closed.vb-indexSearchField__input--appearanceTertiary {
    border-color: transparent
}

.vb-indexSearchField .vb-indexSearchField__input--closed.vb-indexSearchField__input--sizeSmall {
    width: 15px
}

.vb-indexSearchField .vb-indexSearchField__input--closed.vb-indexSearchField__input--sizeMedium {
    width: 2.25rem
}

.vb-indexSearchField .vb-indexSearchField__input--closed.vb-indexSearchField__input--sizeLarge {
    width: 30px
}

.vb-indexSearchField .vb-indexSearchField__input:not(.vb-indexSearchField .vb-indexSearchField__input--disabled):hover {
    background-color: #dce8ff;
    border-color: #1e46aa
}

.vb-indexSearchField .vb-indexSearchField__input:not(.vb-indexSearchField .vb-indexSearchField__input--disabled):hover+.vb-indexSearchField__icon {
    color: #1e46aa
}

.vb-indexSearchField__dropdown {
    opacity: 0
}

.vb-indexSearchField__dropdown--focused {
    opacity: 1;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.vb-indexSearchField__dropdownItem {
    cursor: pointer;
    margin: .25em;
    padding: .25em
}

.vb-lineSeparatedList__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.vb-lineSeparatedList__list__listItem {
    background-color: #fff;
    border-top: 1px solid #e9e7e7;
    padding: 10px
}

.vb-button--disabled,.vb-dropdownItem--disabled,.vb-iconOnlyButton--disabled,.vb-listButtonSelector__button--disabled,.vb-pagerButton--disabled,.vb-statusButton--disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none
}

.vb-button--disabled:hover,.vb-dropdownItem--disabled:hover,.vb-iconOnlyButton--disabled:hover,.vb-listButtonSelector__button--disabled:hover,.vb-pagerButton--disabled:hover,.vb-statusButton--disabled:hover {
    cursor: not-allowed
}

.vb-listButtonSelector {
    display: inline-block;
    position: relative
}

.vb-listButtonSelector__popupWrapper {
    min-width: 100%;
    position: absolute;
    top: 100%
}

.vb-listButtonSelector__button {
    background-color: #fff;
    border: 1px solid #285ac8;
    border-radius: 5px;
    color: #285ac8;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 3em 10px 10px
}

.vb-listButtonSelector__button--isOpen {
    background-color: #f0eded
}

.vb-listButtonSelector__icon {
    display: inline-block;
    font-size: 1.5em;
    position: absolute;
    right: .5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vb-groupedListTable,.vb-listTable {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif
}

.vb-groupedListTable__table,.vb-listTable__table {
    background-color: #fff;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    height: 1px;
    width: 100%
}

.vb-groupedListTable--fitContent,.vb-listTable--fitContent {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.vb-listCard {
    background-color: #fff;
    border-radius: .75rem;
    border-radius: var(--experimental-vb-card-border-radius,.75rem);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1),0 .125rem .25rem rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.1),0 .125rem .25rem rgba(0,0,0,.2);
    padding: 10px;
    position: relative
}

.vb-listCard--disabled {
    opacity: .5
}

.vb-listCard__button,.vb-listCard__link {
    background-color: #fff;
    border: 0;
    color: #323232;
    cursor: pointer;
    display: block;
    padding: 0;
    text-align: left;
    text-decoration: none
}

.vb-listCard__button--disabled,.vb-listCard__link--disabled {
    cursor: not-allowed
}

.vb-listCard__button:before,.vb-listCard__link:before {
    border-radius: var(--experimental-vb-card-border-radius,.75rem);
    content: "";
    inset: 0;
    position: absolute;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color
}

.vb-listCard__button--current:after,.vb-listCard__link--current:after {
    background-color: #2864f0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px
}

.vb-listCard__link:not(.vb-listCard__link--disabled):hover:before {
    background-color: #f2f5fc
}

.vb-listCard__button:not(.vb-listCard__button--disabled):hover:before {
    background-color: #f2f5fc
}

.vb-listCard__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    position: relative;
    z-index: 1
}

.vb-listCard__thumbnail {
    -ms-flex-negative: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    max-width: 5rem
}

.vb-listCard__thumbnail * {
    max-height: 5rem;
    max-width: 100%
}

.vb-listCard__thumbnail--large {
    -ms-flex-negative: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    max-width: 120px
}

.vb-listCard__thumbnail--large * {
    max-height: 120px;
    max-width: 100%
}

@media (max-width: 48rem) {
    .vb-listCard__thumbnail--large {
        max-width:7.20px
    }

    .vb-listCard__thumbnail--large * {
        max-height: 7.20px
    }

    .vb-listCard__thumbnail {
        max-width: 30px
    }

    .vb-listCard__thumbnail * {
        max-height: 30px
    }
}

.vb-listCard__main {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-shrink: 1
}

.vb-listCard__icon {
    color: #323232;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    z-index: 1
}

.vb-listCard__actions {
    margin: 5px -10px -10px;
    padding: 5px 10px 10px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1
}

.vb-messageBlock {
    container-type: inline-size;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    width: 100%
}

.vb-messageBlock--hover {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1),0 .375rem .75rem rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.1),0 .375rem .75rem rgba(0,0,0,.2);
    z-index: 500
}

.vb-messageBlock__inner {
    background-color: #f7f5f5;
    border: 1px solid #d7d2d2;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 10px
}

@media (max-width: 48rem) {
    .vb-messageBlock__inner--responsive {
        display:block;
        padding: 5px
    }
}

@container (max-width: 48rem) {
    .vb-messageBlock__inner {
        display: block;
        padding: 5px
    }
}

.vb-messageBlock__inner--alert {
    background-color: #fad2d7;
    border: 1px solid #dc1e32
}

.vb-messageBlock__inner--notice {
    background-color: #fff0d2;
    border: 1px solid #be8c14
}

.vb-messageBlock__inner--assistance,.vb-messageBlock__inner--discovery,.vb-messageBlock__inner--success {
    background-color: #dce8ff;
    border: 1px solid #285ac8
}

.vb-messageBlock__message {
    grid-column: 1/2
}

.vb-messageBlock__buttons {
    grid-column: 2/3;
    height: 15px;
    margin-top: -.375rem
}

.vb-messageBlock__buttons--actionButtons {
    margin-left: 5px
}

@media (max-width: 48rem) {
    .vb-messageBlock__buttons--responsive {
        height:auto;
        margin-left: 10px;
        margin-top: .25rem
    }
}

@container (max-width: 48rem) {
    .vb-messageBlock__buttons {
        height: auto;
        margin-left: 10px;
        margin-top: .25rem
    }
}

.vb-messageBlock__closeButton,.vb-messageBlock__linkButton {
    display: inline-block;
    height: 15px;
    margin-top: -.375rem;
    white-space: nowrap
}

.vb-messageBlockInternalMessage__inner {
    -webkit-box-flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 auto;
    flex: 1 auto
}

.vb-messageBlockInternalMessage__icon {
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
    min-width: 15px
}

.vb-messageBlockInternalMessage__icon--alert {
    color: #dc1e32
}

.vb-messageBlockInternalMessage__icon--notice {
    color: #be8c14
}

.vb-messageBlockInternalMessage__icon--assistance,.vb-messageBlockInternalMessage__icon--discovery,.vb-messageBlockInternalMessage__icon--success {
    color: #285ac8
}

.vb-messageBlockInternalMessage__icon--explanatory,.vb-messageBlockInternalMessage__icon--info {
    color: #8c8989
}

.vb-messageBlockInternalMessage__content {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: .09375rem
}

.vb-floatingMessageBlockPortal {
    left: 50%;
    position: fixed;
    top: 20px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 4000
}

.vb-floatingMessageBlock {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1),0 .375rem .75rem rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.1),0 .375rem .75rem rgba(0,0,0,.2);
    margin: auto;
    max-width: calc(100vw - 30px);
    min-width: 16rem;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    width: 50rem
}

.vb-floatingMessageBlock,.vb-floatingMessageBlock .vb-messageBlock__inner {
    border-radius: var(--experimental-vb-floating-border-radius,10px)
}

.vb-floatingMessageBlock__animation-enter {
    opacity: 0
}

.vb-floatingMessageBlock__animation-enter-active {
    opacity: 1
}

.vb-floatingMessageBlock__animation-exit {
    opacity: 0
}

.vb-pageSelector {
    display: inline-block
}

.vb-pageSelector__currentPage {
    font-size: .875rem;
    font-weight: 700;
    padding: 0 5px
}

.vb-messageIcon {
    display: inline-block;
    min-height: 1em;
    position: relative;
    width: 15px
}

.vb-messageIcon__control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 15px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px
}

.vb-messageIcon__icon {
    color: #8c8989;
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    width: 15px
}

.vb-messageIcon__icon--error {
    color: #dc1e32
}

.vb-messageIcon__icon--notice {
    color: #be8c14
}

.vb-messageIcon__icon--success {
    color: #285ac8
}

.vb-messageIcon--small .vb-messageIcon__icon {
    height: 10px;
    width: 10px
}

.vb-messageIconMessageWrapper--hidden {
    display: none
}

.vb-messageIconMessage {
    position: relative;
    width: 15px
}

.vb-fullScreenModal {
    background-color: #fff;
    z-index: 700
}

.vb-fullScreenModal__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    width: 100vw
}

.vb-fullScreenModal__header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e9e7e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    padding: 15px
}

.vb-fullScreenModal__headerInnerContent {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.vb-screenModal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    inset: 0;
    position: fixed
}

.vb-screenModal__container {
    height: 100%
}

@media (max-width: 64rem) {
    .vb-screenModal__container--responsive {
        max-height:100vh;
        max-width: 100vw;
        min-height: 100vh;
        min-width: 100vw
    }
}

.vb-screenModal.ReactModal__Overlay {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.vb-screenModal.ReactModal__Overlay--after-open {
    opacity: 1
}

.vb-screenModal.ReactModal__Overlay--before-close {
    opacity: 0
}

.vb-screenModal__content {
    max-height: calc(100vh - 20px);
    max-width: 70rem;
    min-height: 120px;
    min-width: 40rem
}

@media (max-width: 64rem) {
    .vb-screenModal__content--responsive {
        max-height:100vh
    }
}

.vb-screenModal__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px 15px
}

.vb-screenModal__body {
    overflow: auto;
    padding: 10px 15px
}

.vb-multiMessageBlock,.vb-screenModal__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vb-multiMessageBlock {
    background-color: #fff;
    border-radius: 0;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif
}

.vb-multiMessageBlock .vb-button--appearanceTertiary {
    font-size: .7rem;
    font-weight: 400;
    height: 1.4rem;
    padding: .20px .4rem
}

.vb-multiMessageBlock .vb-button--appearanceTertiary .vb-button__icon {
    font-size: .6rem
}

.vb-multiMessageBlock .vb-messageBlock {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 4px;
    width: auto
}

.vb-multiMessageBlock .vb-messageBlock__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .20px .4rem
}

.vb-multiMessageBlock .vb-messageBlock__inner--alert,.vb-multiMessageBlock .vb-messageBlock__inner--assistance,.vb-multiMessageBlock .vb-messageBlock__inner--discovery,.vb-multiMessageBlock .vb-messageBlock__inner--error,.vb-multiMessageBlock .vb-messageBlock__inner--notice,.vb-multiMessageBlock .vb-messageBlock__inner--responsive,.vb-multiMessageBlock .vb-messageBlock__inner--success,.vb-multiMessageBlock .vb-messageBlock__inner--warning {
    background-color: #fff;
    border-radius: 4px;
    border-width: 1px 1px 1px 4px
}

.vb-multiMessageBlock .vb-messageBlock__inner--responsive {
    display: grid
}

.vb-multiMessageBlock .vb-messageBlock__message {
    margin-top: 4px
}

.vb-multiMessageBlock .vb-messageBlock__message .vb-messageBlockInternalMessage__icon {
    font-size: 10px;
    min-width: 10px
}

.vb-multiMessageBlock .vb-messageBlock__message .vb-messageBlockInternalMessage__content {
    font-size: .7rem;
    margin: 0;
    padding: 0
}

.vb-multiMessageBlock .vb-messageBlock__buttons {
    margin: 0;
    padding: 0
}

.vb-multiMessageBlock .vb-messageBlock__buttons .vb-button {
    height: 1.4rem;
    padding: .20px .4rem
}

.vb-multiMessageBlock .vb-messageBlock__buttons .vb-button__icon {
    font-size: .6rem
}

.vb-multiMessageBlock .vb-messageBlock__buttons .vb-button__text {
    font-size: .7rem;
    font-weight: 400
}

.vb-multiMessageBlock .vb-messageBlock__buttons--actionButtons {
    margin-left: 5px
}

.vb-multiMessageBlock .vb-messageBlock__buttons--responsive {
    margin: 0
}

.vb-multiMessageBlock--switcher {
    container-type: inline-size;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: right;
    width: 100%
}

.vb-multiMessageBlock__inner {
    border-radius: 0;
    margin: 0;
    padding: 0
}

.vb-multiMessageBlock .vb-firstMessageBlock .vb-messageBlock {
    border-bottom: 0
}

.vb-multiMessageBlock .vb-restMessageBlock {
    width: 100%
}

.vb-numericTable {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif
}

.vb-numericTable__table {
    background-color: #fff;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.vb-noDataCreated,.vb-noSearchResults {
    text-align: center
}

.vb-noDataCreated__image,.vb-noSearchResults__image {
    margin-bottom: 10px
}

.vb-pager {
    text-align: center
}

.vb-pager .vb-pager__list {
    margin: 1em auto;
    padding: 0
}

.vb-pager .vb-pager__break {
    display: inline-block;
    margin: 0 .5em 0 -.5em;
    vertical-align: middle
}

.vb-pager .vb-pager__icon--arrow {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    vertical-align: middle
}

.vb-selectableButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f5f5;
    border: 0;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    gap: .25rem;
    margin: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,color,border-color,-webkit-box-shadow;
    transition-property: background-color,color,border-color,-webkit-box-shadow;
    transition-property: background-color,color,box-shadow,border-color;
    transition-property: background-color,color,box-shadow,border-color,-webkit-box-shadow;
    vertical-align: middle;
    white-space: nowrap
}

.vb-selectableButton .vb-selectableButton__icon {
    fill: #285ac8
}

.vb-selectableButton:hover {
    background-color: #f0eded
}

.vb-selectableButton:active {
    background-color: #e9e7e7
}

.vb-selectableButton--selected {
    background-color: #ebf3ff
}

.vb-selectableButton--selected .vb-selectableButton__label {
    color: #285ac8;
    font-weight: 700
}

.vb-selectableButton--selected:hover {
    background-color: #dce8ff
}

.vb-selectableButton--selected:active {
    background-color: #aac8ff
}

.vb-selectableButton--selected:focus {
    background-color: #aac8ff;
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 3px #2864f0,0 0 0 4px #fff;
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #2864f0,0 0 0 4px #fff;
    outline: none
}

.vb-selectableButton__badge {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #dcdcdc;
    border-radius: .75rem;
    color: #1e1e1e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    line-height: 1
}

.vb-selectableButton--sizeSmall {
    font-size: .75rem;
    height: 15px;
    padding: 0 5px
}

.vb-selectableButton--sizeSmall .vb-selectableButton__badge {
    height: 10px;
    padding: 0 5px
}

.vb-selectableButton--sizeSmall .vb-selectableButton__icon {
    height: 1.25rem;
    margin-right: -.25rem;
    width: 1.25rem
}

.vb-selectableButton--sizeMedium {
    font-size: .875rem;
    height: 2.25rem;
    padding: 0 10px
}

.vb-selectableButton--sizeMedium .vb-selectableButton__badge {
    height: 1.25rem;
    padding: 0 .625rem
}

.vb-selectableButton--sizeMedium .vb-selectableButton__icon {
    height: 15px;
    margin-right: -5px;
    width: 15px
}

.vb-stackedBarChart__container {
    -webkit-padding-start: 0;
    background-color: #fff;
    border: 1px solid #bebaba;
    border-radius: 99rem;
    height: 15px;
    list-style-type: none;
    margin-block:0;overflow: hidden;
    padding-inline-start:0}

.vb-stackedBarChart__container,.vb-stackedBarChart__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-stackedBarChart__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vb-stackedBarChart__item+.vb-stackedBarChart__item {
    border-left: 1px solid #8c8989
}

.vb-stackedBarChart__item__button {
    border: none;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-size: .75rem;
    height: calc(15px - 2px);
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.vb-stackedBarChart__item__button:focus {
    -webkit-box-shadow: inset 0 0 0 1px #fff,inset 0 0 0 3px #2864f0,inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 1px #fff,inset 0 0 0 3px #2864f0,inset 0 0 0 4px #fff;
    outline: none
}

.vb-stackedBarChart__item__button--first {
    border-radius: 99rem 0 0 99rem
}

.vb-stackedBarChart__item__button--last {
    border-radius: 0 99rem 99rem 0
}

.vb-stackedBarChart__item__button--RE {
    background-color: #fad2d7;
    color: #6e0f19
}

.vb-stackedBarChart__item__button--OR {
    background-color: #ffe1d2;
    color: #7d320a
}

.vb-stackedBarChart__item__button--YE {
    background-color: #fff0d2;
    color: #825a0f
}

.vb-stackedBarChart__item__button--YG {
    background-color: #e6f0d2;
    color: #3c5f14
}

.vb-stackedBarChart__item__button--GR {
    background-color: #cdebd7;
    color: #004b1e
}

.vb-stackedBarChart__item__button--BG {
    background-color: #cdf0f0;
    color: #146464
}

.vb-stackedBarChart__item__button--PU {
    background-color: #e6d7fa;
    color: #3c1e73
}

.vb-stackedBarChart__item__button--GY {
    background-color: #dcdcdc;
    color: #1e1e1e
}

.vb-statusChip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: #fff;
    border: 1px solid #e9e7e7;
    border-radius: .75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: .25rem;
    max-width: 100%;
    min-height: 15px;
    padding: .125rem 5px
}

.vb-statusChip__badge {
    border-radius: 99rem;
    display: inline-block;
    min-height: 5px;
    min-width: 5px
}

.vb-statusChip__badge--gray {
    background-color: #8c8989
}

.vb-statusChip__badge--blue {
    background-color: #2864f0
}

.vb-statusChip__badge--green {
    background-color: #00963c
}

.vb-statusChip__badge--red {
    background-color: #dc1e32
}

.vb-statusSelector {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color;
    transition-property: background-color
}

.vb-statusSelector--disabled {
    opacity: .5
}

.vb-statusSelector__dropdownIcon {
    height: 10px;
    margin-left: .25rem;
    margin-right: -.25rem;
    width: 10px
}

.vb-statusSelector--typeDone {
    border-color: #8c8989;
    color: #6e6b6b
}

.vb-statusSelector--typeDone__dropdownIcon {
    fill: #6e6b6b
}

.vb-statusSelector--typeDone:hover {
    background-color: #f0eded
}

.vb-statusSelector--typeSuccess {
    border-color: #285ac8;
    color: #285ac8
}

.vb-statusSelector--typeSuccess__dropdownIcon {
    fill: #285ac8
}

.vb-statusSelector--typeSuccess:hover {
    background-color: #dce8ff
}

.vb-statusSelector--typeProgress {
    border-color: #be8c14;
    color: #825a0f
}

.vb-statusSelector--typeProgress__dropdownIcon {
    fill: #825a0f
}

.vb-statusSelector--typeProgress:hover {
    background-color: #fff0d2
}

.vb-statusSelector--typeRequired {
    border-color: #dc1e32;
    color: #dc1e32
}

.vb-statusSelector--typeRequired__dropdownIcon {
    fill: #dc1e32
}

.vb-statusSelector--typeRequired:hover {
    background-color: #fad2d7
}

.vb-statusSelector--typeDisabled {
    background-color: #6e6b6b;
    border-width: 0
}

.vb-statusSelector--typeDisabled__dropdownIcon {
    fill: #fff
}

.vb-statusSelector--typeDisabled:hover {
    background-color: #4f4d4d
}

.vb-statusSelector--typeEmphasis {
    background-color: #285ac8;
    border-width: 0
}

.vb-statusSelector--typeEmphasis__dropdownIcon {
    fill: #fff
}

.vb-statusSelector--typeEmphasis:hover {
    background-color: #1e4395
}

.vb-statusSelector--typeWarning {
    background-color: #825a0f;
    border-width: 0
}

.vb-statusSelector--typeWarning__dropdownIcon {
    fill: #fff
}

.vb-statusSelector--typeWarning:hover {
    background-color: #4b3409
}

.vb-statusSelector--typeError {
    background-color: #dc1e32;
    border-width: 0
}

.vb-statusSelector--typeError__dropdownIcon {
    fill: #fff
}

.vb-statusSelector--typeError:hover {
    background-color: #a61726
}

.vb-stepper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: center;
    padding: 0
}

.vb-stepper__listItem {
    list-style-type: none;
    position: relative;
    width: 4rem
}

.vb-stepper__listItem:not(:last-child):after {
    background-color: #6e6b6b;
    content: "";
    display: block;
    height: 3px;
    left: calc(100% - 17px);
    position: absolute;
    top: 15px;
    width: 34px;
}

.vb-stepper__listContent {
    position: relative;
    text-align: center;
    z-index: 1
}

.vb-stepper--small {
    gap: 15px
}

.vb-stepper--small .vb-stepper__listItem {
    width: 30px
}

.vb-stepper--small .vb-stepper__listItem:not(:last-child):after {
    top: 10px;
    width: 2.5rem
}

.vb-verticalSteps__number {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.vb-verticalSteps__step {
    display: grid;
    gap: 0 5px;
    grid-template-columns: 30px 1fr
}

.vb-verticalSteps__step:not(:last-child):after {
    background: #6e6b6b;
    content: "";
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 0 auto;
    width: .25rem
}

.vb-verticalSteps__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font: 700 10px/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    grid-column: 2/3;
    justify-content: center;
    margin: 0;
    padding: 0
}

.vb-verticalSteps__title--future {
    color: #6e6b6b;
    font-weight: 400
}

.vb-verticalSteps__content {
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0 0 15px
}

.vb-verticalSteps__actions {
    margin: 10px 0 0
}

.vb-table {
    color: #323232;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,arial,メイリオ,meiryo,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    width: 100%
}

.vb-table__table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 100%;
    position: relative;
    table-layout: fixed
}

.vb-table__table,.vb-table__thead {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vb-table__thead {
    z-index: 9
}

.vb-table__thead--noHeader {
    height: 0;
    overflow: hidden;
    position: absolute
}

.vb-table__thead--fixed {
    position: sticky
}

.vb-table__bodyRow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 15px;
    position: relative
}

.vb-table__bodyRow--highlighted td {
    background-color: #ebf3ff;
    color: #143278
}

.vb-table__headerRow {
    background-color: #f7f5f5;
    min-height: 15px
}

.vb-table__bodyCell,.vb-table__headerRow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vb-table__bodyCell {
    background-color: #fff;
    border: none;
    border-spacing: 0;
    border-top: .0625rem solid hsla(204,8%,76%,.5);
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,arial,メイリオ,meiryo,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    max-width: 0;
    padding: .25rem 5px;
    position: relative;
    text-align: left;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    vertical-align: middle
}

.vb-table__bodyCell--firstRowOfRecord {
    border-top-color: #bdc3c7
}

.vb-table__bodyCell--outerLeftBorder {
    border-left: .0625rem solid #bdc3c7
}

.vb-table__bodyCell--outerRightBorder {
    border-right: .0625rem solid #bdc3c7
}

.vb-table__bodyCell--outerBottomBorder {
    border-bottom: .0625rem solid #bdc3c7
}

.vb-table__bodyCell--verticalLeftBorder {
    border-left: .0625rem solid #bdc3c7
}

.vb-table__bodyCell--verticalRightBorder {
    border-right: .0625rem solid #bdc3c7
}

.vb-table__bodyCell--hovered {
    background-color: #f7f5f5
}

.vb-table__bodyCell--fixedColumn {
    background-color: #f5f7f7;
    position: sticky;
    z-index: 8
}

.vb-table__bodyCell--hovered .vb-table__bodyCell--fixedColumn {
    background-color: #f0eded
}

.vb-table__bodyCell--rowHeader {
    font-weight: 700
}

.vb-table__bodyCell--textAlignCenter {
    text-align: center
}

.vb-table__bodyCell--textAlignRight {
    text-align: right
}

.vb-table__bodyCell--verticalAlignTop {
    vertical-align: top
}

.vb-table__bodyCell--verticalAlignBottom {
    vertical-align: bottom
}

.vb-table__bodyCell--contentTypeDigits {
    font-family: freee Numeric Mono,Roboto Mono,monospace
}

.vb-table__bodyCell:focus {
    outline: none
}

.vb-table__bodyCell--selected:after {
    border: .0625rem solid #2864f0
}

.vb-table__bodyCell--editing:before {
    border: .125rem solid #dce8ff
}

.vb-table__bodyCell:before {
    background-color: transparent;
    content: "";
    inset: calc(-.0625rem + 1px);
    pointer-events: none;
    position: absolute;
    z-index: 5
}

.vb-table__bodyCell:after {
    background-color: transparent;
    content: "";
    inset: -.0625rem;
    pointer-events: none;
    position: absolute;
    z-index: 6
}

.vb-table__cellContentBody {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    justify-content: space-between;
    width: 100%
}

.vb-table__fullText--show {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: .0625rem solid #2864f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -.0625rem;
    min-height: calc(100% + .125rem);
    padding: .25rem 5px;
    pointer-events: none;
    position: absolute;
    top: -.0625rem;
    width: calc(100% + .125rem);
    z-index: 7
}

.vb-table__fullText--verticalAlignTop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.vb-table__fullText--verticalAlignBottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.vb-table__horizontalBorderCutter:after,.vb-table__horizontalBorderCutter:before {
    background-color: #fff;
    content: "";
    display: none;
    height: .0625rem;
    position: absolute;
    top: -.0625rem;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    width: 5px
}

.vb-table__horizontalBorderCutter--hovered:after,.vb-table__horizontalBorderCutter--hovered:before {
    background-color: #f7f5f5
}

.vb-table__horizontalBorderCutter--header:after,.vb-table__horizontalBorderCutter--header:before {
    background-color: #f5f7f7
}

.vb-table__horizontalBorderCutter--hovered.vb-table__horizontalBorderCutter--header:after,.vb-table__horizontalBorderCutter--hovered.vb-table__horizontalBorderCutter--header:before {
    background-color: #e9e7e7
}

.vb-table__horizontalBorderCutter--firstSubColumn:before {
    display: block;
    left: 0
}

.vb-table__horizontalBorderCutter--lastSubColumn:after {
    display: block;
    right: 0
}

.vb-table__verticalBorderCutter:after,.vb-table__verticalBorderCutter:before {
    background: #f5f7f7;
    content: "";
    height: .25rem;
    left: -.0625rem;
    position: absolute;
    width: .0625rem
}

.vb-table__verticalBorderCutter:before {
    top: 0
}

.vb-table__verticalBorderCutter:after {
    bottom: 0
}

.vb-table__verticalBorderCutter--firstCell:after,.vb-table__verticalBorderCutter--firstCell:before {
    display: none
}

.vb-table__cellContent {
    display: block;
    position: relative;
    width: 100%;
    z-index: 3
}

.vb-table__cellContent--edit {
    display: none
}

.vb-table__cellContent--fullText {
    position: static
}

.vb-table__cellContent--hasClickEvent {
    pointer-events: none
}

.vb-table__cellContent [role=button],.vb-table__cellContent [tabindex],.vb-table__cellContent a[href],.vb-table__cellContent button,.vb-table__cellContent input,.vb-table__cellContent label,.vb-table__cellContent select,.vb-table__cellContent textarea {
    pointer-events: auto
}

.vb-table__cellClicker {
    background: none;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    inset: 0;
    position: absolute;
    z-index: 2
}

.vb-table__cellClicker--edit {
    z-index: -1
}

.vb-table__cellClicker:focus {
    outline: none
}

.vb-table__staticCellContent:focus {
    outline: none
}

.vb-table__headerCell {
    background-color: #f5f7f7;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #6e6b6b;
    font-size: .75rem;
    font-weight: 400;
    line-height: 10px;
    padding: .25rem 5px;
    position: relative;
    text-align: left;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    vertical-align: bottom
}

.vb-table__headerCell--fixedColumn {
    position: sticky;
    z-index: 10
}

.vb-table__headerCell--textAlignCenter {
    text-align: center
}

.vb-table__headerCell--textAlignRight {
    text-align: right
}

.vb-table__headerCell--hasSubColumns {
    color: #323232;
    font-size: .875rem;
    font-weight: 700
}

.vb-table__headerCell--innerTopBorder,.vb-table__headerCell--outerTopBorder {
    border-top: .0625rem solid #bdc3c7
}

.vb-table__headerCell--innerLeftBorder,.vb-table__headerCell--outerLeftBorder {
    border-left: .0625rem solid #bdc3c7
}

.vb-table__headerCell--innerRightBorder,.vb-table__headerCell--outerRightBorder {
    border-right: .0625rem solid #bdc3c7
}

.vb-table__headerCell--hovered {
    background-color: #e9e7e7
}

.vb-table__headerCell--selected:after {
    border: .0625rem solid #2864f0
}

.vb-table__headerCell:focus {
    outline: none
}

.vb-table__headerCell:after {
    background-color: transparent;
    content: "";
    inset: -.0625rem;
    pointer-events: none;
    position: absolute;
    z-index: 6
}

.vb-table__headerCellContent {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    justify-content: space-between;
    width: 100%
}

.vb-table__rowCheckBoxCell {
    background-color: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .25rem;
    position: relative;
    text-align: center;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    vertical-align: middle
}

.vb-table__rowCheckBoxCell--fixedColumn {
    background-color: #f5f7f7;
    position: sticky;
    z-index: 8
}

.vb-table__rowCheckBoxCell--fixedColumn:hover:not(.vb-table__rowCheckBoxCell--fixedColumn--disabled):not(.vb-table__rowCheckBoxCell--fixedColumn--header) {
    background-color: #f0eded
}

.vb-table__rowCheckBoxCell--header {
    background-color: #f5f7f7;
    vertical-align: bottom
}

.vb-table__rowCheckBoxCell--header:hover:not(.vb-table__rowCheckBoxCell--header--disabled) {
    background-color: #e9e7e7
}

.vb-table__rowCheckBoxCell--innerTopBorder,.vb-table__rowCheckBoxCell--outerTopBorder {
    border-top: .0625rem solid #bdc3c7
}

.vb-table__rowCheckBoxCell--outerBottomBorder {
    border-bottom: .0625rem solid #bdc3c7
}

.vb-table__rowCheckBoxCell--outerLeftBorder {
    border-left: .0625rem solid #bdc3c7
}

.vb-table__rowCheckBoxCell--header.vb-table__rowCheckBoxCell--fixedColumn:hover {
    background-color: #e9e7e7
}

.vb-table__rowCheckBoxCellLabel:before {
    content: "";
    cursor: pointer;
    inset: 0;
    position: absolute;
    z-index: 3
}

.vb-table__rowCheckBox {
    margin: 0
}

.vb-table__cellLabel {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal
}

.vb-table__cellLabel--ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vb-table__rowClickerCell {
    background-color: #fff;
    border-bottom: none;
    border-top: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color;
    transition-property: background-color
}

.vb-table__rowClickerCell--header {
    background-color: #f5f7f7
}

.vb-table__rowClickerCell--header:hover {
    background-color: #f5f7f7
}

.vb-table__rowClickerCell--innerTopBorder,.vb-table__rowClickerCell--outerTopBorder {
    border-top: .0625rem solid #bdc3c7
}

.vb-table__rowClickerCell--outerBottomBorder {
    border-bottom: .0625rem solid #bdc3c7
}

.vb-table__rowClickerCell--outerLeftBorder {
    border-left: .0625rem solid #bdc3c7
}

.vb-table__rowClickerCell--nextOfFixedColumn {
    background-color: #f5f7f7
}

.vb-table__rowClickerCell--nextOfFixedColumn:hover {
    background-color: #f7f5f5
}

.vb-table__rowClickerCell--rowHovered {
    background-color: #f7f5f5
}

.vb-table__rowClickerCell:hover {
    background-color: #f7f5f5
}

.vb-table__alternateRowLinkWrapper {
    height: 20px;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    z-index: 1
}

.vb-table__rowLink {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    z-index: 1
}

.vb-table__columnResizer,.vb-table__rowLink {
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0
}

.vb-table__columnResizer {
    background: transparent;
    border: 0;
    cursor: col-resize;
    outline: 0;
    right: 0;
    width: .75rem;
    z-index: 2
}

.vb-table__columnResizer:before {
    background: transparent;
    bottom: -.0625rem;
    content: "";
    display: block;
    position: absolute;
    right: -.0625rem;
    top: -.0625rem;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    transition-property: all;
    width: .25rem
}

.vb-table__columnResizer:focus:before,.vb-table__columnResizer:hover:before {
    background: #2864f0
}

.vb-table__columnResizer:focus:before {
    width: 5px
}

.vb-table__columnResizer--moving:before {
    background: #2864f0
}

.vb-table__resizeScreen {
    cursor: col-resize;
    inset: 0;
    position: fixed;
    z-index: 2147483647
}

.vb-table__columnDragHandle {
    background: transparent;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: -webkit-grab;
    cursor: grab;
    display: block;
    height: .75rem;
    left: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.vb-table__columnDragHandle--isDragging {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.vb-table__columnDragHandle--isSelected:before {
    background: #2864f0
}

.vb-table__columnDragHandle:before {
    background: transparent;
    content: "";
    display: block;
    height: .25rem;
    left: -.0625rem;
    position: absolute;
    right: -.0625rem;
    top: -.0625rem;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    transition-property: all
}

.vb-table__columnDragHandle:focus:before,.vb-table__columnDragHandle:hover:before {
    background: #2864f0
}

.vb-table__columnDragHandle:focus:before {
    height: 5px
}

.vb-table__columnDropMarker {
    background-color: #2864f0;
    bottom: 0;
    position: absolute;
    top: 0;
    width: .25rem;
    z-index: 100
}

.vb-table__columnDropMarker--sideRight {
    right: -.125rem
}

.vb-table__columnDropMarker--sideLeft {
    left: -.125rem
}

.vb-table__fieldConceal--concealed {
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.vb-tabBar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: #fff;
    border-bottom: 1px solid #e9e7e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0 15px
}

.vb-tabBar--alignCenter .vb-tabBar__tabs {
    margin-left: auto;
    margin-right: auto
}

.vb-tabBar__buttonGroup {
    margin-left: 10px
}

.vb-tabBar__buttonGroup button {
    margin-left: 5px
}

.vb-tagBox {
    background-color: #fff;
    border: 1px solid #8c8989;
    border-radius: 99rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    padding: 0 5px
}

.vb-tagBox--removable {
    padding-right: .25rem
}

.vb-tagBox--maxWidthSmall {
    max-width: 10rem
}

.vb-tagBox--maxWidthMedium {
    max-width: 20rem
}

.vb-tagBox--maxWidthLarge {
    max-width: 30rem
}

.vb-tagBox--maxWidthFull {
    max-width: 100%
}

.vb-tagBox--success {
    border-color: #285ac8
}

.vb-tagBox--error {
    border-color: #dc1e32
}

.vb-tagBox--RE {
    background-color: #fad2d7;
    border-color: #fad2d7
}

.vb-tagBox--OR {
    background-color: #ffe1d2;
    border-color: #ffe1d2
}

.vb-tagBox--YE {
    background-color: #fff0d2;
    border-color: #fff0d2
}

.vb-tagBox--YG {
    background-color: #e6f0d2;
    border-color: #e6f0d2
}

.vb-tagBox--GR {
    background-color: #cdebd7;
    border-color: #cdebd7
}

.vb-tagBox--BG {
    background-color: #cdf0f0;
    border-color: #cdf0f0
}

.vb-tagBox--PU {
    background-color: #e6d7fa;
    border-color: #e6d7fa
}

.vb-tagBox--GY {
    background-color: #dcdcdc;
    border-color: #dcdcdc
}

.vb-tagBox__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 15px;
    margin-top: -1px
}

.vb-tagBox__type {
    color: #6e6b6b;
    display: inline-block;
    font-size: .75rem;
    margin-right: 5px;
    white-space: nowrap
}

.vb-tagBox__type--RE {
    color: #6e0f19
}

.vb-tagBox__type--OR {
    color: #7d320a
}

.vb-tagBox__type--YE {
    color: #825a0f
}

.vb-tagBox__type--YG {
    color: #3c5f14
}

.vb-tagBox__type--GR {
    color: #004b1e
}

.vb-tagBox__type--BG {
    color: #146464
}

.vb-tagBox__type--PU {
    color: #3c1e73
}

.vb-tagBox__type--GY {
    color: #1e1e1e
}

.vb-tagBox__body {
    font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vb-tagBox__body--success {
    color: #285ac8
}

.vb-tagBox__body--error {
    color: #dc1e32
}

.vb-tagBox__body--RE {
    color: #6e0f19
}

.vb-tagBox__body--OR {
    color: #7d320a
}

.vb-tagBox__body--YE {
    color: #825a0f
}

.vb-tagBox__body--YG {
    color: #3c5f14
}

.vb-tagBox__body--GR {
    color: #004b1e
}

.vb-tagBox__body--BG {
    color: #146464
}

.vb-tagBox__body--PU {
    color: #3c1e73
}

.vb-tagBox__body--GY {
    color: #1e1e1e
}

.vb-tagBox__removeButton {
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #8c8989;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 0;
    height: 15px;
    justify-content: center;
    margin-left: 5px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color;
    transition-property: color;
    width: 15px
}

.vb-tagBox__removeButton:hover {
    color: #6d6b6b
}

.vb-tagBox__removeButton--disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none
}

.vb-tagBox__removeButton--disabled:hover {
    cursor: not-allowed
}

.vb-tagBox__removeButton--RE {
    color: #6e0f19
}

.vb-tagBox__removeButton--OR {
    color: #7d320a
}

.vb-tagBox__removeButton--YE {
    color: #825a0f
}

.vb-tagBox__removeButton--YG {
    color: #3c5f14
}

.vb-tagBox__removeButton--GR {
    color: #004b1e
}

.vb-tagBox__removeButton--BG {
    color: #146464
}

.vb-tagBox__removeButton--PU {
    color: #3c1e73
}

.vb-tagBox__removeButton--GY {
    color: #1e1e1e
}

.vb-tagBox__removeIcon {
    font-size: 10px;
    vertical-align: middle
}

.vb-miniTag {
    border-radius: .25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-size: .875rem;
    height: 1.25rem;
    max-width: 100%;
    padding: 0 .25rem;
    position: relative
}

.vb-miniTag--RE {
    background-color: #fad2d7;
    color: #6e0f19
}

.vb-miniTag--OR {
    background-color: #ffe1d2;
    color: #7d320a
}

.vb-miniTag--YE {
    background-color: #fff0d2;
    color: #825a0f
}

.vb-miniTag--YG {
    background-color: #e6f0d2;
    color: #3c5f14
}

.vb-miniTag--GR {
    background-color: #cdebd7;
    color: #004b1e
}

.vb-miniTag--BG {
    background-color: #cdf0f0;
    color: #146464
}

.vb-miniTag--PU {
    background-color: #e6d7fa;
    color: #3c1e73
}

.vb-miniTag--GY {
    background-color: #dcdcdc;
    color: #1e1e1e
}

.vb-miniTag__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.25rem
}

.vb-miniTag__body {
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vb-miniTag__body--size0750 {
    font-size: .75rem
}

.vb-miniTag__body--size1000 {
    font-size: 10px
}

.vb-miniTag__body--size1500 {
    font-size: 15px
}

.vb-miniTag__body--sizeInherit {
    font-size: inherit
}

.vb-miniTag__removeButton {
    -ms-flex-negative: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    flex-shrink: 0;
    height: 10px;
    margin-left: .25rem;
    padding: 0;
    position: relative;
    width: 10px
}

.vb-miniTag__removeButton:before {
    content: "";
    height: 15px;
    position: absolute;
    right: -.25rem;
    top: -.25rem;
    width: 15px
}

.vb-miniTag__removeButton--disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none
}

.vb-miniTag__removeButton--disabled:hover {
    cursor: not-allowed
}

.vb-miniTag__removeButton--RE {
    color: #6e0f19
}

.vb-miniTag__removeButton--OR {
    color: #7d320a
}

.vb-miniTag__removeButton--YE {
    color: #825a0f
}

.vb-miniTag__removeButton--YG {
    color: #3c5f14
}

.vb-miniTag__removeButton--GR {
    color: #004b1e
}

.vb-miniTag__removeButton--BG {
    color: #146464
}

.vb-miniTag__removeButton--PU {
    color: #3c1e73
}

.vb-miniTag__removeButton--GY {
    color: #1e1e1e
}

.vb-miniTag__removeIcon {
    height: 10px;
    width: 10px
}

.vb-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    inset: 0;
    position: fixed
}

.vb-window--scrim {
    background: rgba(0,0,0,.5);
    pointer-events: auto
}

.vb-window--no-scrim {
    background: transparent;
    pointer-events: none
}

.vb-window--drawer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vb-window--drawer .ReactModal__Content {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.vb-window--drawer .ReactModal__Content--after-open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.vb-window--drawer .ReactModal__Content--before-close {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.vb-window--drawer.ReactModal__Overlay {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.vb-window--drawer.ReactModal__Overlay--after-open,.vb-window--drawer.ReactModal__Overlay--before-close {
    opacity: 1
}

.vb-window--drawer.vb-window--scrim .ReactModal__Content {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.vb-window--drawer.vb-window--scrim .ReactModal__Content--after-open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.vb-window--drawer.vb-window--scrim .ReactModal__Content--before-close {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.vb-window--drawer.vb-window--scrim.ReactModal__Overlay {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.vb-window--drawer.vb-window--scrim.ReactModal__Overlay--after-open {
    opacity: 1
}

.vb-window--drawer.vb-window--scrim.ReactModal__Overlay--before-close {
    opacity: 0
}

.vb-window--screen.ReactModal__Overlay {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.vb-window--screen.ReactModal__Overlay--after-open {
    opacity: 1
}

.vb-window--screen.ReactModal__Overlay--before-close {
    opacity: 0
}

.vb-window__container {
    background: #fff;
    border: 0;
    border-radius: 0;
    height: 100%;
    inset: 0;
    padding: 0
}

.vb-window__container--drawer {
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.102),0 4px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 24px 0 rgba(0,0,0,.102),0 4px 8px 0 rgba(0,0,0,.2);
    margin: initial;
    max-width: 100vw;
    pointer-events: auto
}

@media (max-width: 48rem) {
    .vb-window__container--drawer.vb-window__container--responsive {
        max-height:100vh;
        max-width: 100vw;
        min-height: 100vh
    }
}

.vb-window__container--drawer.vb-window__container--scrim {
    -webkit-box-shadow: none;
    box-shadow: none
}

.vb-window__container--screen {
    border-radius: .25rem;
    height: auto;
    margin: auto
}

@media (max-width: 48rem) {
    .vb-window__container--screen.vb-window__container--responsive {
        border-radius:0;
        min-width: auto
    }
}

@media (max-width: 64rem) {
    .vb-window__container--screen.vb-window__container--responsive {
        border-radius:0;
        max-height: 100vh;
        max-width: 100vw;
        min-height: 100vh;
        min-width: 100vw
    }
}

.vb-window__scroller--drawer {
    overflow-x: auto
}

.vb-window__content--drawer {
    background: #fff;
    border-right: 1px solid rgba(0,80,255,.07);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vb-window__content--screen {
    max-height: calc(100vh - 20px);
    min-height: 120px
}

@media (max-width: 64rem) {
    .vb-window__content--screen.vb-window__content--responsive {
        max-height:100vh
    }
}

.vb-window__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px 15px
}

.vb-window__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    padding: 10px 15px
}

.vb-window__Body--open-with-scrim {
    overflow: hidden
}

.vb-window__Body--open-with-no-scrim {
    overflow: visible
}

.vb-withAccordionContent {
    display: inline-block
}

.vb-withBalloon__contentWrapper {
    pointer-events: auto
}

.vb-withBalloon__balloonWrapper--hidden {
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.vb-withPopup {
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif
}

.vb-withPopup__contentWrapper {
    display: block
}

.vb-withPopup--widthFull {
    width: 100%
}

.vb-withPopup__popup {
    position: absolute
}

.vb-withPopup__popupWrapper {
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    z-index: 2000
}

.vb-withPopup__animation-enter {
    opacity: 0
}

.vb-withPopup__animation-enter-active {
    opacity: 1
}

.vb-withPopup__animation-exit {
    opacity: 0
}

.vb-withTOC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px
}

.vb-withTOC__toc {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -ms-flex-negative: 0;
    flex-grow: 0;
    flex-shrink: 0;
    width: 110px
}

.vb-withTOC__toc__container {
    list-style: none;
    margin: 0;
    max-height: 100vh;
    overflow-y: auto;
    padding: 0;
    position: sticky;
    top: 0
}

.vb-withTOC__toc__link {
    border-radius: .25rem;
    color: #323232;
    cursor: pointer;
    display: block;
    font: normal .875rem/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color
}

.vb-withTOC__toc__link:focus {
    outline: none
}

.vb-withTOC__toc__link:focus-within {
    background-color: #ebf3ff;
    -webkit-box-shadow: inset 0 0 0 1px #fff,inset 0 0 0 3px #2864f0,inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 1px #fff,inset 0 0 0 3px #2864f0,inset 0 0 0 4px #fff;
    color: #2864f0
}

.vb-withTOC__toc__link:hover {
    background-color: #ebf3ff;
    color: #2864f0
}

.vb-withTOC__toc__link--current {
    background-color: #ebf3ff
}

.vb-withTOC__contents {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.vb-withTOC__contents__section {
    outline: none;
    overflow-y: hidden
}

.vb-withFilterableDropdown__popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 130px
}

.vb-withFilterableDropdown__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 2.25rem;
    overflow-y: auto
}

.vb-withFilterableDropdown__note {
    padding-bottom: 10px
}

.vb-withFilterableDropdown__footer {
    border-top: 1px solid #e9e7e7;
    margin: 0 -10px;
    padding: 10px
}

.vb-personTag {
    background-color: #fff;
    border: 1px solid #8c8989;
    border-radius: 99rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    padding-left: .25rem;
    padding-right: 5px
}

.vb-personTag--removable {
    padding-right: .25rem
}

.vb-personTag--success {
    border-color: #285ac8
}

.vb-personTag--error {
    border-color: #dc1e32
}

.vb-personTag__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    margin-top: -1px
}

.vb-personTag__type {
    color: #6e6b6b;
    display: inline-block;
    font-size: .75rem;
    margin-right: 5px;
    white-space: nowrap
}

.vb-personTag__body {
    font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vb-personTag__body--success {
    color: #285ac8
}

.vb-personTag__body--error {
    color: #dc1e32
}

.vb-personTag__removeButton {
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #8c8989;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 0;
    height: 15px;
    justify-content: center;
    margin-left: 5px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color;
    transition-property: color;
    width: 15px
}

.vb-personTag__removeButton:hover {
    color: #6d6b6b
}

.vb-personTag__removeButton--disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none
}

.vb-personTag__removeButton--disabled:hover {
    cursor: not-allowed
}

.vb-personTag__removeIcon {
    font-size: 10px;
    vertical-align: middle
}

.vb-popupProgressBar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
    max-width: 40rem;
    min-width: 20rem;
    padding: 5px 10px
}

.vb-popupProgressBar,.vb-popupProgressBar__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-popupProgressBar__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.vb-popupProgressBar__message {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vb-popupProgressBar__message,.vb-popupProgressBar__message-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-popupProgressBar__icon {
    -ms-flex-negative: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    flex-shrink: 0
}

.vb-popupProgressBar__close {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.vb-popupProgressBarPortal {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 4000
}

.vb-popupProgressBarPortal--right {
    left: auto;
    right: 0
}

.vb-popupProgressBarPortal__element {
    padding: .75rem 10px 5px
}

.vb-skeltonPageTitle {
    max-height: 15px;
    padding: .375rem 0
}

.vb-skeltonSectionTitle {
    max-height: 10px;
    padding: .25rem 0
}

.vb-skeltonParagraph {
    max-height: .875rem;
    padding: .21875rem 0
}

.vb-skeltonRectangle {
    max-height: 5rem
}

.vb-skeltonBlock {
    max-height: 2.25rem
}

.vb-skeltonBlock--small {
    max-height: 15px
}

.vb-skeltonBlock--large {
    max-height: 30px
}

.vb-skeltonIcon {
    max-height: 20px
}

.vb-skeltonIcon--small {
    max-height: 15px
}

.vb-skeltonIcon--large {
    max-height: 30px
}

.vb-skeltonCircle {
    max-height: 20px
}

.vb-skeltonCircle--small {
    max-height: 15px
}

.vb-skeltonCircle--large {
    max-height: 30px
}

.vb-skeltonCircle--xlarge {
    max-height: 6rem
}

.vb-skeletonInput {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.25rem;
    overflow: hidden;
    padding: 0 5px;
    vertical-align: inherit
}

.vb-skeletonInput--small {
    height: 15px;
    padding: 0 5px
}

.vb-skeletonInput--large {
    height: 30px;
    padding: 0 10px
}

.vb-skeletonInput--widthXSmall {
    width: 4rem
}

.vb-skeletonInput--widthSmall {
    width: 7rem
}

.vb-skeletonInput--widthMedium {
    width: 110px
}

.vb-skeletonInput--widthLarge {
    width: 24rem
}

.vb-skeletonInput--widthFull {
    width: 100%
}

.vb-skeletonStackedBarChart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #bebaba;
    border-radius: 99rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 15px;
    padding: 0 5px
}

.vb-hierarchicalTable {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif
}

.vb-hierarchicalTable__table {
    background-color: #fff;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.vb-hierarchicalTableRowHeaderCell {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px
}

.vb-hierarchicalTableRowHeaderCell--level1 {
    margin-left: 0
}

.vb-hierarchicalTableRowHeaderCell--foldable--level1,.vb-hierarchicalTableRowHeaderCell--level2 {
    margin-left: 20px
}

.vb-hierarchicalTableRowHeaderCell--foldable--level2,.vb-hierarchicalTableRowHeaderCell--level3 {
    margin-left: 4rem
}

.vb-hierarchicalTableRowHeaderCell--foldable--level3,.vb-hierarchicalTableRowHeaderCell--level4 {
    margin-left: 6rem
}

.vb-hierarchicalTableRowHeaderCell--foldable--level4,.vb-hierarchicalTableRowHeaderCell--level5 {
    margin-left: 8rem
}

.vb-hierarchicalTableRowHeaderCell--foldable--level5 {
    margin-left: 10rem
}

.vb-hierarchicalTableRowHeaderCell__button {
    background: none;
    border: 0;
    color: #285ac8;
    cursor: pointer;
    display: inline;
    padding: 0
}

.vb-hierarchicalTableRowHeaderCell__button:hover {
    color: #1e4395
}

.vb-hierarchicalTableRowHeaderCell__icon {
    height: 15px;
    width: 15px
}

.vb-propListForm {
    display: block
}

.vb-propListForm__list,.vb-propListForm__list--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-propListForm__list--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vb-propListForm__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #e9e7e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-propListForm__term {
    display: inline-block;
    font-size: .875rem;
    margin-right: 10px;
    min-height: 2.25rem;
    vertical-align: middle
}

.vb-propListForm__description {
    margin-left: 0
}

.vb-propListForm__descriptionInner,.vb-propListForm__termInner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 2.25rem;
    white-space: pre-line
}

.vb-propListForm__termLabel {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-propListForm__termIcons {
    white-space: nowrap
}

.vb-propListForm__field,.vb-propListForm__termIcons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-borderedList {
    container-type: inline-size;
    background-color: #fff;
    color: #323232;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,arial,メイリオ,meiryo,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    list-style: none;
    margin: unset;
    padding: unset
}

.vb-borderedList__item {
    border-color: #dee1e3;
    border-style: solid;
    border-width: .0625rem 0;
    position: relative
}

.vb-borderedList__item+.vb-borderedList__item {
    margin-top: -.0625rem
}

.vb-borderedList__interactiveElement {
    color: unset;
    cursor: pointer;
    text-decoration: unset;
    z-index: 1
}

.vb-borderedList__interactiveElement:before {
    background-color: transparent;
    content: "";
    inset: 0;
    position: absolute;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.vb-borderedList__interactiveElement:hover:before {
    background-color: rgba(0,0,0,.08)
}

.vb-borderedList__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
    width: 100%
}

.vb-borderedList__checkBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    justify-content: center;
    position: relative;
    width: 20px;
    z-index: 2
}

.vb-borderedList__checkBoxLabel {
    cursor: pointer
}

.vb-borderedList__checkBoxLabel--disabled {
    cursor: not-allowed
}

.vb-borderedList__checkBoxLabel:before {
    content: "";
    inset: 0;
    position: absolute
}

.vb-borderedList__container {
    -webkit-box-flex: 1;
    display: grid;
    -ms-flex: 1;
    flex: 1;
    gap: .25rem 5px;
    grid-template-areas: "PrimaryHeader" "PrimaryValue";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-width: 0
}

@container (width > 48rem) {
    .vb-borderedList__container {
        gap: .125rem 5px;
        grid-template-areas: "PrimaryHeader PrimaryValue";
        grid-template-columns: 1fr auto;
        grid-template-rows: auto
    }
}

.vb-borderedList__container--hasActions {
    grid-template-areas: "PrimaryHeader Actions" "PrimaryValue  PrimaryValue";
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto
}

@container (width > 48rem) {
    .vb-borderedList__container--hasActions {
        grid-template-areas: "PrimaryHeader PrimaryValue Actions";
        grid-template-columns: 1fr auto auto;
        grid-template-rows: auto
    }
}

.vb-borderedList__container--hasSecondaryList {
    grid-template-areas: "PrimaryHeader" "PrimaryValue" "SecondaryList";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto
}

@container (width > 48rem) {
    .vb-borderedList__container--hasSecondaryList {
        gap: .125rem 5px;
        grid-template-areas: "PrimaryHeader PrimaryValue" "SecondaryList PrimaryValue";
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto
    }
}

.vb-borderedList__container--hasActions.vb-borderedList__container--hasSecondaryList {
    grid-template-areas: "PrimaryHeader Actions" "PrimaryValue  PrimaryValue" "SecondaryList SecondaryList";
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto
}

@container (width > 48rem) {
    .vb-borderedList__container--hasActions.vb-borderedList__container--hasSecondaryList {
        grid-template-areas: "PrimaryHeader PrimaryValue Actions" "SecondaryList PrimaryValue Actions";
        grid-template-columns: 1fr auto auto;
        grid-template-rows: auto auto
    }
}

.vb-borderedList__primaryHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
    grid-area: PrimaryHeader
}

.vb-borderedList__primaryIcon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px
}

.vb-borderedList__primaryLabel {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 15px;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: .25rem 0;
    word-break: normal
}

.vb-borderedList__primaryLabel--selected:before {
    background-color: rgba(40,100,240,.08);
    -webkit-box-shadow: inset .3125rem 0 0 -.1875rem #3264dc;
    box-shadow: inset .3125rem 0 0 -.1875rem #3264dc;
    content: "";
    inset: 0;
    position: absolute
}

.vb-borderedList__primaryValue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .125rem;
    grid-area: PrimaryValue
}

.vb-borderedList__primaryValueContainer {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 15px
}

@container (width > 48rem) {
    .vb-borderedList__primaryValueContainer {
        padding: .25rem 0
    }
}

.vb-borderedList__primaryValueContainer--colorGY7 {
    color: #323232
}

.vb-borderedList__primaryValueContainer--colorS9 {
    color: #6e6b6b
}

.vb-borderedList__primaryValueContainer--colorP5 {
    color: #2864f0
}

.vb-borderedList__primaryValueContainer--colorP7 {
    color: #285ac8
}

.vb-borderedList__primaryValueContainer--colorRE5 {
    color: #dc1e32
}

.vb-borderedList__primaryValueContainer--colorRE7 {
    color: #a51428
}

.vb-borderedList__primaryValueContainer--colorYE10 {
    color: #825a0f
}

.vb-borderedList__primaryValueContainer--colorInherit {
    color: inherit
}

.vb-borderedList__primaryValueUnit {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,arial,メイリオ,meiryo,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: .875rem;
    margin-left: .25rem
}

.vb-borderedList__actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: Actions;
    height: 20px;
    justify-content: center;
    position: relative;
    width: 20px;
    z-index: 2
}

.vb-borderedList__secondaryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .125rem .75rem;
    grid-area: SecondaryList
}

@container (width <= 48rem) {
    .vb-borderedList__secondaryList {
        background-color: #f5f7f7;
        border-radius: .25rem;
        padding: .25rem 5px
    }
}

@container (width > 48rem) {
    .vb-borderedList__secondaryList--hasPrimaryIcon {
        padding-left: 2.5rem
    }
}

.vb-borderedList__secondaryItem {
    min-height: 15px
}

.vb-borderedList__secondaryItem--isKeyValueType {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: .125rem 0
}

.vb-borderedList__secondaryItem--isCustomType {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@container (width <= 48rem) {
    .vb-borderedList__secondaryItem {
        min-width: auto!important
    }
}

.vb-borderedList__primarySubItem {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 15px;
    padding: .125rem 0
}

@container (width <= 48rem) {
    .vb-borderedList__primarySubItem {
        min-width: auto!important
    }
}

.vb-borderedList__primarySubIcon,.vb-borderedList__secondaryIcon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #6e6b6b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.25rem;
    justify-content: center;
    width: 1.25rem
}

.vb-borderedList__primarySubLabel,.vb-borderedList__secondaryLabel {
    color: #6e6b6b;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-right: .25rem
}

.vb-borderedList__primarySubValue,.vb-borderedList__secondaryValue {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: .875rem;
    line-height: 1.25rem;
    min-width: 0
}

.vb-borderedList__primarySubValueUnit,.vb-borderedList__secondaryValueUnit {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,arial,メイリオ,meiryo,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    margin-left: .25rem
}

.vb-borderedList__rowLink {
    background: transparent;
    border: none;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.vb-unstableButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: unset;
    border: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,arial,メイリオ,meiryo,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    max-width: 100%;
    padding: unset;
    position: relative;
    text-decoration: unset
}

.vb-unstableButton:after {
    background-color: transparent;
    border-radius: inherit;
    content: "";
    display: block;
    inset: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.vb-unstableButton:hover:after {
    background-color: rgba(0,0,0,.04)
}

.vb-unstableButton:active:after {
    background-color: rgba(0,0,0,.12)
}

.vb-unstableButton:disabled:after {
    background-color: transparent
}

.vb-unstableButton:focus {
    -webkit-box-shadow: inset 0 0 0 .1875rem #fff;
    box-shadow: inset 0 0 0 .1875rem #fff;
    outline: auto;
    outline: auto -webkit-focus-ring-color
}

.vb-unstableButton:focus:before {
    display: none
}

.vb-unstableButton:disabled {
    cursor: not-allowed;
    opacity: .5
}

.vb-unstableButton--appearanceText.vb-unstableButton--colorDefault {
    color: #323232
}

.vb-unstableButton--appearanceText.vb-unstableButton--colorMuted {
    color: #6e6b6b
}

.vb-unstableButton--appearanceText.vb-unstableButton--colorBlue {
    color: #285ac8
}

.vb-unstableButton--appearanceText.vb-unstableButton--colorRed {
    color: #dc1e32
}

.vb-unstableButton--appearanceOutlined {
    background-color: #fff
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusEnabled {
    color: #323232
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusEnabled:before {
    border: .0625rem solid #bdc3c7;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusSelected {
    color: #323232
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusSelected:before {
    border: .0625rem solid #323232;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusActivated {
    background-color: #f5f7f7;
    color: #464343
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusActivated:before {
    border: .0625rem solid #a0a0a0;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusPending {
    background-color: #f5f7f7;
    color: #323232
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusPending:before {
    border: .0625rem solid #323232;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusEnabled {
    color: #323232
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusEnabled:before {
    border: .0625rem dashed #bdc3c7;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusSelected {
    color: #323232
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusSelected:before {
    border: .0625rem dashed #323232;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusActivated {
    background-color: #f5f7f7;
    color: #464343
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusActivated:before {
    border: .0625rem dashed #a0a0a0;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusPending {
    background-color: #f5f7f7;
    color: #323232
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorDefault.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusPending:before {
    border: .0625rem dashed #323232;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorMuted.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusEnabled {
    color: #6e6b6b
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorMuted.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusEnabled:before {
    border: .0625rem solid #bdc3c7;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorMuted.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusSelected {
    color: #6e6b6b
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorMuted.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusSelected:before {
    border: .0625rem solid #323232;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorMuted.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusActivated {
    background-color: #f5f7f7;
    color: #464343
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorMuted.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusActivated:before {
    border: .0625rem solid #a0a0a0;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorMuted.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusEnabled {
    color: #6e6b6b
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorMuted.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusEnabled:before {
    border: .0625rem dashed #bdc3c7;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorMuted.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusSelected {
    color: #6e6b6b
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorMuted.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusSelected:before {
    border: .0625rem dashed #323232;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorMuted.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusActivated {
    background-color: #f5f7f7;
    color: #464343
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorMuted.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusActivated:before {
    border: .0625rem dashed #a0a0a0;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorBlue.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusEnabled {
    color: #285ac8
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorBlue.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusEnabled:before {
    border: .0625rem solid #aac8ff;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorBlue.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusSelected {
    color: #285ac8
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorBlue.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusSelected:before {
    border: .0625rem solid #285ac8;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorBlue.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusActivated {
    background-color: #ebf3ff;
    color: #143278
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorBlue.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusActivated:before {
    border: .0625rem solid #aac8ff;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorBlue.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusEnabled {
    color: #285ac8
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorBlue.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusEnabled:before {
    border: .0625rem dashed #aac8ff;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorBlue.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusSelected {
    color: #285ac8
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorBlue.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusSelected:before {
    border: .0625rem dashed #285ac8;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorBlue.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusActivated {
    background-color: #ebf3ff;
    color: #143278
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorBlue.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusActivated:before {
    border: .0625rem dashed #aac8ff;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorRed.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusEnabled {
    color: #dc1e32
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorRed.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusEnabled:before {
    border: .0625rem solid #fad2d7;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorRed.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusSelected {
    color: #dc1e32
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorRed.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusSelected:before {
    border: .0625rem solid #a51428;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorRed.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusActivated {
    background-color: #fad2d7;
    color: #6e0f19
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorRed.vb-unstableButton--borderStyleSolid.vb-unstableButton--statusActivated:before {
    border: .0625rem solid #f07882;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorRed.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusEnabled {
    color: #dc1e32
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorRed.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusEnabled:before {
    border: .0625rem dashed #fad2d7;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorRed.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusSelected {
    color: #dc1e32
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorRed.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusSelected:before {
    border: .0625rem dashed #a51428;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorRed.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusActivated {
    background-color: #fad2d7;
    color: #6e0f19
}

.vb-unstableButton--appearanceOutlined.vb-unstableButton--colorRed.vb-unstableButton--borderStyleDashed.vb-unstableButton--statusActivated:before {
    border: .0625rem dashed #f07882;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceTinted.vb-unstableButton--colorDefault {
    background-color: #f5f7f7;
    color: #323232
}

.vb-unstableButton--appearanceTinted.vb-unstableButton--colorDefault.vb-unstableButton--statusSelected:before {
    border: .0625rem solid #323232;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceTinted.vb-unstableButton--colorDefault.vb-unstableButton--statusActivated:before {
    border: .0625rem solid #a0a0a0;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceTinted.vb-unstableButton--colorMuted {
    background-color: #f5f7f7;
    color: #6e6b6b
}

.vb-unstableButton--appearanceTinted.vb-unstableButton--colorMuted.vb-unstableButton--statusSelected:before {
    border: .0625rem solid #323232;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceTinted.vb-unstableButton--colorMuted.vb-unstableButton--statusActivated:before {
    border: .0625rem solid #a0a0a0;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceTinted.vb-unstableButton--colorBlue {
    background-color: #ebf3ff;
    color: #143278
}

.vb-unstableButton--appearanceTinted.vb-unstableButton--colorBlue.vb-unstableButton--statusSelected:before {
    border: .0625rem solid #285ac8;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceTinted.vb-unstableButton--colorBlue.vb-unstableButton--statusActivated:before {
    border: .0625rem solid #aac8ff;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceTinted.vb-unstableButton--colorRed {
    background-color: #fad2d7;
    color: #6e0f19
}

.vb-unstableButton--appearanceTinted.vb-unstableButton--colorRed.vb-unstableButton--statusSelected:before {
    border: .0625rem solid #a51428;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceTinted.vb-unstableButton--colorRed.vb-unstableButton--statusActivated:before {
    border: .0625rem solid #f07882;
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.vb-unstableButton--appearanceFilled.vb-unstableButton--colorDefault {
    background-color: #323232;
    color: #fff
}

.vb-unstableButton--appearanceFilled.vb-unstableButton--colorMuted {
    background-color: #6e6b6b;
    color: #fff
}

.vb-unstableButton--appearanceFilled.vb-unstableButton--colorBlue {
    background-color: #285ac8;
    color: #fff
}

.vb-unstableButton--appearanceFilled.vb-unstableButton--colorRed {
    background-color: #dc1e32;
    color: #fff
}

.vb-unstableButton--shapeSquare {
    border-radius: .25rem
}

.vb-unstableButton--shapeSquare.vb-unstableButton--groupPositionLeading {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.vb-unstableButton--shapeSquare.vb-unstableButton--groupPositionMiddle {
    border-radius: 0
}

.vb-unstableButton--shapeSquare.vb-unstableButton--groupPositionTrailing {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.vb-unstableButton--shapeCircle {
    border-radius: 624.9375rem
}

.vb-unstableButton--shapeCircle.vb-unstableButton--groupPositionLeading {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.vb-unstableButton--shapeCircle.vb-unstableButton--groupPositionMiddle {
    border-radius: 0
}

.vb-unstableButton--shapeCircle.vb-unstableButton--groupPositionTrailing {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.vb-unstableButton--size150 {
    font-size: .875rem;
    line-height: 1.25rem;
    min-height: 15px
}

.vb-unstableButton--size175 {
    font-size: .875rem;
    line-height: 1.25rem;
    min-height: 1.75rem
}

.vb-unstableButton--size225 {
    font-size: 10px;
    line-height: 1.25rem;
    min-height: 2.25rem
}

.vb-unstableButton--size300 {
    font-size: 1.125rem;
    line-height: 15px;
    min-height: 30px
}

.vb-unstableButton--widthAuto {
    width: auto
}

.vb-unstableButton--widthFull {
    width: 100%
}

.vb-unstableButton--widthHalf {
    width: 50%
}

.vb-unstableButton--widthThird {
    width: 33.333%
}

.vb-unstableButton--layoutCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vb-unstableButton--layoutStart {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vb-unstableButton--hasMinWidth {
    min-width: 6rem
}

.vb-unstableButton--groupPositionLeading.vb-unstableButton--statusSelected,.vb-unstableButton--groupPositionMiddle.vb-unstableButton--statusSelected,.vb-unstableButton--groupPositionTrailing.vb-unstableButton--statusSelected {
    z-index: 2
}

.vb-unstableButton--groupPositionLeading:focus,.vb-unstableButton--groupPositionMiddle:focus,.vb-unstableButton--groupPositionTrailing:focus {
    z-index: 3
}

.vb-unstableButton--pending {
    background-color: #f5f7f7;
    border-color: #323232;
    color: #323232
}

.vb-unstableButton--pending .vb-unstableButton__trailingIcon {
    color: #323232
}

.vb-unstableButton--pending:hover {
    background-color: #ebebeb
}

.vb-unstableButton__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

.vb-unstableButton__body--layoutCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vb-unstableButton__body--layoutStart {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vb-unstableButton__body--layoutSpaceBetween {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.vb-unstableButton__media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25em;
    justify-content: center
}

.vb-unstableButton__media--size150 {
    min-height: 15px;
    min-width: 15px
}

.vb-unstableButton__media--size175 {
    min-height: 1.75rem;
    min-width: 1.75rem
}

.vb-unstableButton__media--size225 {
    min-height: 2.25rem;
    min-width: 2.25rem
}

.vb-unstableButton__media--size300 {
    min-height: 30px;
    min-width: 30px
}

.vb-unstableButton__media--iconColorMuted {
    color: #6e6b6b
}

.vb-unstableButton__media--iconColorBlue {
    color: #285ac8
}

.vb-unstableButton__label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all
}

.vb-unstableButton__label--size150,.vb-unstableButton__label--size175 {
    padding-inline:.5rem}

.vb-unstableButton__label--size225 {
    padding-inline:.75rem}

.vb-unstableButton__label--size300 {
    padding-inline:10px}

.vb-unstableButton__label--hasLeadingIcon {
    -webkit-padding-start: 0;
    padding-inline-start:0}

.vb-unstableButton__label--hasTrailingIcon {
    -webkit-padding-end: 0;
    padding-inline-end:0}

.vb-unstableButton__label--noLabelPadding {
    padding-inline:0}

.vb-unstableButton__badge {
    -webkit-margin-start: .25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #285ac8;
    border-radius: 624.9375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    margin-inline-start:.25rem;padding-inline:.25em}

.vb-unstableButton__badge--size150,.vb-unstableButton__badge--size175,.vb-unstableButton__badge--size225 {
    height: 1.25rem;
    min-width: 1.25rem
}

.vb-unstableButton__badge--size300 {
    height: 15px;
    min-width: 15px
}

.vb-colorIcon {
    aspect-ratio: 1;
    border-radius: .125rem;
    display: block;
    position: relative
}

.vb-colorIcon__selected {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    inset: 0;
    justify-content: center;
    margin: auto;
    position: absolute;
    width: 10px
}

.vb-colorIcon--medium {
    width: 1.75rem
}

.vb-colorIcon--small {
    width: 1.25rem
}

.vb-colorIcon--withFontSize {
    width: 1em
}

.vb-colorIcon--red {
    background-color: #dc1e32
}

.vb-colorIcon--orange {
    background-color: #fa6414
}

.vb-colorIcon--yellow {
    background-color: #ffb91e
}

.vb-colorIcon--yellowGreen {
    background-color: #82c31e
}

.vb-colorIcon--green {
    background-color: #00963c
}

.vb-colorIcon--blueGreen {
    background-color: #00b9b9
}

.vb-colorIcon--skyBlue {
    background-color: #1293de
}

.vb-colorIcon--blue {
    background-color: #2864f0
}

.vb-colorIcon--purple {
    background-color: #733ce6
}

.vb-colorIcon--magenta {
    background-color: #de2f98
}

.vb-colorIcon--gray {
    background-color: #aaa7a7
}

.vb-colorIcon--darkGray {
    background-color: #323232
}

.vb-colorIcon--extraGray {
    background-color: #5a5a5a
}

.vb-colorIcon--redBackground {
    background-color: #fad2d7
}

.vb-colorIcon--orangeBackground {
    background-color: #ffe1d2
}

.vb-colorIcon--yellowBackground {
    background-color: #fff0d2
}

.vb-colorIcon--yellowGreenBackground {
    background-color: #e6f0d2
}

.vb-colorIcon--greenBackground {
    background-color: #cdebd7
}

.vb-colorIcon--blueGreenBackground {
    background-color: #cdf0f0
}

.vb-colorIcon--skyBlueBackground {
    background-color: #d4ecfa
}

.vb-colorIcon--blueBackground {
    background-color: #dce8ff
}

.vb-colorIcon--purpleBackground {
    background-color: #e6d7fa
}

.vb-colorIcon--magentaBackground {
    background-color: #fad2ea
}

.vb-colorIcon--extraGrayBackground {
    background-color: #dcdcdc
}

.vb-colorSelector__label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6e6b6b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    height: 1.25rem;
    line-height: 1.25rem
}

.vb-colorSelector__label--gapComfort {
    margin-bottom: .125rem
}

.vb-colorSelector__label--hidden {
    height: 0;
    margin-bottom: 0
}

.vb-colorSelector__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .125rem
}

.vb-colorSelector__buttons--gapComfort {
    gap: .25rem
}

.vb-colorSelector__colorGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .125rem
}

.vb-colorSelector__colorGroup--gapComfort {
    gap: .25rem
}

.vb-colorSelector__colorItem {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-colorSelector__colorItem:focus {
    -webkit-box-shadow: inset 0 0 0 .1875rem #fff;
    box-shadow: inset 0 0 0 .1875rem #fff;
    outline: auto;
    outline: auto -webkit-focus-ring-color
}

.vb-colorSelector__colorItem:focus:before {
    display: none
}

.vb-unstableIndexSearchField {
    display: inline-block;
    max-width: 100%;
    position: relative
}

.vb-unstableIndexSearchField--widthFull:not(.vb-unstableIndexSearchField--closed) {
    width: 100%
}

.vb-unstableIndexSearchField--closed:not(.vb-unstableIndexSearchField--disabled) {
    position: relative
}

.vb-unstableIndexSearchField--closed:not(.vb-unstableIndexSearchField--disabled):after {
    background-color: transparent;
    border-radius: inherit;
    content: "";
    display: block;
    inset: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.vb-unstableIndexSearchField--closed:not(.vb-unstableIndexSearchField--disabled):hover:after {
    background-color: rgba(0,0,0,.04)
}

.vb-unstableIndexSearchField--closed:not(.vb-unstableIndexSearchField--disabled):active:after {
    background-color: rgba(0,0,0,.12)
}

.vb-unstableIndexSearchField--closed:not(.vb-unstableIndexSearchField--disabled):disabled:after {
    background-color: transparent
}

.vb-unstableIndexSearchField__input {
    background-color: #fff;
    border: .0625rem solid #bdc3c7;
    border-radius: .25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,arial,メイリオ,meiryo,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: .875rem;
    height: 1.75rem;
    margin: unset;
    max-width: 100%;
    padding: 0 5px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: border-color,background-color,color,width;
    transition-property: border-color,background-color,color,width;
    vertical-align: inherit
}

.vb-unstableIndexSearchField__input::-ms-expand {
    display: none
}

.vb-unstableIndexSearchField__input::-webkit-input-placeholder {
    color: #8c8989;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.vb-unstableIndexSearchField__input::-moz-placeholder {
    color: #8c8989;
    transition-duration: .2s;
    -moz-transition-property: opacity;
    transition-property: opacity
}

.vb-unstableIndexSearchField__input:-ms-input-placeholder {
    color: #8c8989;
    transition-duration: .2s;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.vb-unstableIndexSearchField__input::-ms-input-placeholder {
    color: #8c8989;
    transition-duration: .2s;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.vb-unstableIndexSearchField__input::placeholder {
    color: #8c8989;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.vb-unstableIndexSearchField__input:focus::-webkit-input-placeholder {
    opacity: 0
}

.vb-unstableIndexSearchField__input:focus::-moz-placeholder {
    opacity: 0
}

.vb-unstableIndexSearchField__input:focus:-ms-input-placeholder {
    opacity: 0
}

.vb-unstableIndexSearchField__input:focus::-ms-input-placeholder {
    opacity: 0
}

.vb-unstableIndexSearchField__input:focus::placeholder {
    opacity: 0
}

.vb-unstableIndexSearchField__input[disabled] {
    background-color: #d7d2d2;
    color: #aaa7a7;
    cursor: not-allowed
}

.vb-unstableIndexSearchField__input--closed {
    cursor: pointer
}

.vb-unstableIndexSearchField__input--closed::-webkit-input-placeholder {
    opacity: 0
}

.vb-unstableIndexSearchField__input--closed::-moz-placeholder {
    opacity: 0
}

.vb-unstableIndexSearchField__input--closed:-ms-input-placeholder {
    opacity: 0
}

.vb-unstableIndexSearchField__input--closed::-ms-input-placeholder {
    opacity: 0
}

.vb-unstableIndexSearchField__input--closed::placeholder {
    opacity: 0
}

.vb-unstableIndexSearchField__input--widthMedium {
    width: 110px
}

.vb-unstableIndexSearchField__input--size175 {
    -webkit-padding-start: 1.75rem;
    height: 1.75rem;
    padding-inline-start:1.75rem;width: 100%
}

.vb-unstableIndexSearchField__input--size175.vb-unstableIndexSearchField__input--closed {
    padding-inline:0;width: 1.75rem
}

.vb-unstableIndexSearchField__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25em;
    height: 100%;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.vb-unstableIndexSearchField__icon--size175 {
    width: 1.75rem
}

.vb-unstableIndexSearchField__dropdown {
    opacity: 0
}

.vb-unstableIndexSearchField__dropdown--focused {
    opacity: 1;
    -webkit-transition: opacity .2s ease 0s;
    transition: opacity .2s ease 0s
}

.vb-unstableIndexSearchField__dropdownItem {
    background-color: #fff;
    border-radius: .25rem;
    -webkit-box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.2),0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.2),0 0 10px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 5px;
    white-space: nowrap;
    z-index: 2000
}

.vb-unstableIndexSearchField__dropdownContainer {
    display: block;
    margin-block:calc(.5em - 1lh/2)}

.vb-unstableIndexSearchField__searchWord {
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal
}

.vb-unstableSegmentedControl {
    color: #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,arial,メイリオ,meiryo,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    max-width: 100%
}

.vb-unstableSegmentedControl--showLabel.vb-unstableSegmentedControl--size150,.vb-unstableSegmentedControl--showLabel.vb-unstableSegmentedControl--size175 {
    gap: .25rem
}

.vb-unstableSegmentedControl--showLabel.vb-unstableSegmentedControl--size225,.vb-unstableSegmentedControl--showLabel.vb-unstableSegmentedControl--size300 {
    gap: 5px
}

.vb-unstableSegmentedControl__label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-unstableSegmentedControl__label--size150 {
    font-size: .875rem;
    line-height: 1.25rem;
    min-height: 15px
}

.vb-unstableSegmentedControl__label--size175 {
    font-size: .875rem;
    line-height: 1.25rem;
    min-height: 1.75rem
}

.vb-unstableSegmentedControl__label--size225 {
    font-size: 10px;
    line-height: 1.25rem;
    min-height: 2.25rem
}

.vb-unstableSegmentedControl__label--size300 {
    font-size: 1.125rem;
    line-height: 15px;
    min-height: 30px
}

.vb-unstableSegmentedControl__container {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 0
}

.vb-unstableSegmentedControl__button {
    -webkit-margin-start: -.0625rem;
    margin-inline-start:-.0625rem}

.vb-unstableSegmentedControl__button--firstItem {
    -webkit-margin-start: 0;
    margin-inline-start:0}

.vb-unstableMonthPicker {
    color: #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,arial,メイリオ,meiryo,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    max-width: 100%
}

.vb-unstableMonthPicker--showLabel.vb-unstableMonthPicker--size150,.vb-unstableMonthPicker--showLabel.vb-unstableMonthPicker--size175 {
    gap: .25rem
}

.vb-unstableMonthPicker--showLabel.vb-unstableMonthPicker--size225,.vb-unstableMonthPicker--showLabel.vb-unstableMonthPicker--size300 {
    gap: 5px
}

.vb-unstableMonthPicker__label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vb-unstableMonthPicker__label--size150 {
    font-size: .875rem;
    line-height: 1.25rem;
    min-height: 15px
}

.vb-unstableMonthPicker__label--size175 {
    font-size: .875rem;
    line-height: 1.25rem;
    min-height: 1.75rem
}

.vb-unstableMonthPicker__label--size225 {
    font-size: 10px;
    line-height: 1.25rem;
    min-height: 2.25rem
}

.vb-unstableMonthPicker__label--size300 {
    font-size: 1.125rem;
    line-height: 15px;
    min-height: 30px
}

.vb-unstableMonthPicker__container {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 0
}

.vb-unstableMonthPicker__button {
    -webkit-margin-start: -.0625rem;
    margin-inline-start:-.0625rem}

.vb-unstableMonthPicker__button--firstItem {
    -webkit-margin-start: 0;
    margin-inline-start:0}

.vb-unstableMonthPicker__button--size150 {
    width: 15px
}

.vb-unstableMonthPicker__button--size175 {
    width: 1.75rem
}

.vb-unstableMonthPicker__button--size225 {
    width: 2.25rem
}

.vb-unstableMonthPicker__button--size300 {
    width: 30px
}

.vb-unstableMonthPicker__selectAll {
    -webkit-margin-start: -.0625rem;
    margin-inline-start:-.0625rem}

body.nav-enabled {
    background-color: #fff
}

body.nav-disabled {
    background-color: #ebf3ff
}

a.vb-globalNaviButton:hover {
    text-decoration: none
}


.fv__signup__form{
  width: 350px;
  height: 570px;
  position: absolute;
  top: 84px;
  right: calc(50% - 610px);
  background: #ffffff;
  box-shadow: 0 -2px 10px rgba(35, 46, 104, 0.2);
}

.fv__signup__form__title{
  padding: 12px 0 0 0;
  text-align: center;
}

.fv__signup__form__title__sub{
  padding: 0 8px;
  height: 24px;
  display: inline-block;
  background: #375eef;
  border-radius: 4px;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}

.fv__signup__form__title__main{
  padding-top: 4px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.cv__area{
  width: 100%;
  height: 156px;
  background: #235ac6;
  text-align: center;
}

.cv__area__title{
  margin: 20px 0 5px 0;
  position: relative;
  display: inline-block;
  line-height: 36px;
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
}
.cv__area__title:after,
.cv__area__title:before{
  content: '';
  width: 2px;
  height: 28px;
  display: block;
  background: #ffffff;
  position: absolute;
  top: calc(50% - 14px);
}
.cv__area__title:after{
  transform: rotate(45deg);
  right: -15px;
}
.cv__area__title:before{
  transform: rotate(-45deg);
  left: -15px;
}

.cv__area__btn{


}

.cv__area__btn .cv__btn{
  margin: 0 auto;
  width: 376px;
  height: 70px;
  display: block;
  border-radius: 35px;
  background: #f96414;
  line-height: 70px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}


.kvSendStatusMessage{
  width: 260px;
  text-align: center;
  line-height: 1.2;
  font-size: 10px;
  color: #f00;
}