/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/styles/clients/map.css ***!
  \**********************************************************************************************************/
@charset "UTF-8";
/**
 * 鳥瞰図
 *------------------------------------*/
.loc_map {
  padding-top: 60px;
}

.loc_map_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 670px;
  margin: 0 auto;
}

.loc_map_tab {
  width: 325px;
  padding: 2px 20px;
  border: 6px solid #1b87c5;
  border-radius: 20px 20px 0 0;
  border-bottom: none;
  background: #1b87c5;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.loc_map_tab.is_select {
  margin-bottom: -6px;
  padding-top: 20px;
  border-bottom: 6px solid #fff;
  background: #fff;
  color: #1b87c5;
}

.loc_map_contents {
  border-top: 6px solid #1b87c5;
  border-bottom: 6px solid #1b87c5;
}

.loc_map_title {
  margin-top: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #1b87c5;
}

.loc_map_content {
  height: 0;
  overflow-x: auto;
  opacity: 0;
  visibility: hidden;
}

.loc_map_content.is_show {
  height: auto;
  padding-top: 40px;
  opacity: 1;
  visibility: visible;
}

.loc_map_tooltip {
  display: none;
}

.loc_map_inner {
  position: relative;
  margin: 0 auto 60px;
}

.loc_map_link {
  position: absolute;
}

.loc_map_balloon {
  position: absolute;
  display: block;
  padding: 5px 0 5px;
  border: 2px solid #1b87c5;
  border-radius: 13px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #1b87c5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}

.loc_map_balloon ul li {
  font-weight: bold;
}

.loc_map_balloon::before,
.loc_map_balloon::after {
  content: '';
  position: absolute;
}

.loc_map_balloon::before {
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.loc_map_balloon::after {
  z-index: 1;
}

.loc_map_balloon:hover + .loc_map_image {
  opacity: 1;
  visibility: visible;
}

.loc_map_city {
  width: 980px;
  height: 580px;
  background: url(/about/promotion/system_solution/box/img/index/bg_city_01.png)
    0 0 no-repeat;
  background-size: contain;
}

.loc_map_city_link_01 {
  top: 0px;
  left: 461px;
}

.loc_map_city_link_02 {
  top: 84px;
  left: 574px;
}

.loc_map_city_link_03 {
  top: 134px;
  left: 644px;
}

.loc_map_city_link_04 {
  top: 164px;
  left: 560px;
}

.loc_map_city_link_05 {
  top: 141px;
  right: 97px;
}

.loc_map_city_link_06 {
  top: 124px;
  left: 287px;
}

.loc_map_city_link_07 {
  top: 188px;
  left: 453px;
}

.loc_map_city_link_08 {
  top: 247px;
  left: 436px;
}

.loc_map_city_link_09 {
  top: 306px;
  right: 289px;
}

.loc_map_city_link_10 {
  top: 401px;
  right: 297px;
}

.loc_map_city_link_11 {
  bottom: 242px;
  left: 75px;
}

.loc_map_city_link_12 {
  bottom: 151px;
  left: 241px;
}

.loc_map_city_link_13 {
  bottom: 61px;
  right: 414px;
}

.loc_map_city_link_14 {
  bottom: 38px;
  right: 496px;
}

.loc_map_city_link_15 {
  bottom: 80px;
  right: 236px;
}

.loc_map_city_link_16 {
  bottom: 10px;
  right: 236px;
}

.loc_map_city_balloon_bottom::before,
.loc_map_city_balloon_bottom::after {
  top: 100%;
}

.loc_map_city_balloon_bottom::before {
  margin-top: -1px;
  border: 7px solid transparent;
}

.loc_map_city_balloon_bottom::after {
  border: 9px solid transparent;
}

.loc_map_city_balloon_bottom:hover::before {
  border-top-color: #1b87c5;
}

.loc_map_city_balloon_top::before,
.loc_map_city_balloon_top::after {
  bottom: 100%;
}

.loc_map_city_balloon_top::before {
  border: 6px solid transparent;
}

.loc_map_city_balloon_top::after {
  border: 8px solid transparent;
}

.loc_map_city_balloon_top:hover::before {
  border-bottom-color: #1b87c5;
}

.loc_map_city_balloon_01 {
  top: -26px;
  left: -96px;
  width: 160px;
}

.loc_map_city_balloon_01::before {
  border-top: 10px solid #fff;
  right: 16px;
}

.loc_map_city_balloon_01::after {
  border-top: 12px solid #1b87c5;
  right: 14px;
}

.loc_map_city_balloon_02 {
  top: -50px;
  left: 0;
  width: 130px;
}

.loc_map_city_balloon_02::before {
  border-top: 10px solid #fff;
  left: 14px;
}

.loc_map_city_balloon_02::after {
  border-top: 12px solid #1b87c5;
  left: 12px;
}

.loc_map_city_balloon_03 {
  top: -50px;
  left: 0;
  width: 140px;
}

.loc_map_city_balloon_03::before {
  border-top: 10px solid #fff;
  left: 16px;
}

.loc_map_city_balloon_03::after {
  border-top: 12px solid #1b87c5;
  left: 14px;
}

.loc_map_city_balloon_04 {
  bottom: -74px;
  left: 0;
  width: 136px;
}

.loc_map_city_balloon_04::before {
  border-bottom: 10px solid #fff;
  left: 16px;
}

.loc_map_city_balloon_04::after {
  border-bottom: 13px solid #1b87c5;
  left: 14px;
}

.loc_map_city_balloon_05 {
  top: -96px;
  left: 10px;
  width: 145px;
  padding-left: 10px;
  text-align: left;
}

.loc_map_city_balloon_05::before {
  border-top: 10px solid #fff;
  left: 24px;
}

.loc_map_city_balloon_05::after {
  border-top: 12px solid #1b87c5;
  left: 22px;
}

.loc_map_city_balloon_06 {
  top: -55px;
  left: 48px;
  width: 114px;
}

.loc_map_city_balloon_06::before {
  border-top: 10px solid #fff;
  left: 24px;
}

.loc_map_city_balloon_06::after {
  border-top: 12px solid #1b87c5;
  left: 22px;
}

.loc_map_city_balloon_07 {
  top: -65px;
  left: -25px;
  width: 130px;
}

.loc_map_city_balloon_07::before {
  border-top: 16px solid #fff;
  left: 54px;
}

.loc_map_city_balloon_07::after {
  border-top: 18px solid #1b87c5;
  left: 52px;
}

.loc_map_city_balloon_08 {
  bottom: -46px;
  left: 27px;
  width: 150px;
}

.loc_map_city_balloon_08::before {
  border-bottom: 10px solid #fff;
  left: 16px;
}

.loc_map_city_balloon_08::after {
  border-bottom: 13px solid #1b87c5;
  left: 14px;
}

.loc_map_city_balloon_09 {
  top: 10px;
  right: -184px;
  width: 166px;
}

.loc_map_city_balloon_09::before,
.loc_map_city_balloon_09::after {
  right: 100%;
}

.loc_map_city_balloon_09::before {
  border: 6px solid transparent;
  border-right: 10px solid #fff;
  top: 10px;
}

.loc_map_city_balloon_09:hover::before {
  border-right-color: #1b87c5;
}

.loc_map_city_balloon_09::after {
  border: 8px solid transparent;
  border-right: 14px solid #1b87c5;
  top: 8px;
}

.loc_map_city_balloon_10 {
  bottom: -46px;
  left: -10;
  width: 210px;
}

.loc_map_city_balloon_10::before {
  border-bottom: 10px solid #fff;
  left: 30px;
}

.loc_map_city_balloon_10::after {
  border-bottom: 13px solid #1b87c5;
  left: 28px;
}

.loc_map_city_balloon_11 {
  top: -96px;
  left: 10px;
  width: 130px;
  padding-left: 10px;
  text-align: left;
}

.loc_map_city_balloon_11::before {
  border-top: 10px solid #fff;
  left: 55px;
}

.loc_map_city_balloon_11::after {
  border-top: 12px solid #1b87c5;
  left: 53px;
}

.loc_map_city_balloon_12 {
  bottom: -38px;
  left: -84px;
  width: 160px;
}

.loc_map_city_balloon_12::before {
  border-bottom: 10px solid #fff;
  right: 20px;
}

.loc_map_city_balloon_12::after {
  border-bottom: 13px solid #1b87c5;
  right: 18px;
}

.loc_map_city_balloon_13 {
  bottom: -45px;
  right: -68px;
  width: 96px;
}

.loc_map_city_balloon_13::before {
  border-bottom: 10px solid #fff;
  left: 20px;
}

.loc_map_city_balloon_13::after {
  border-bottom: 13px solid #1b87c5;
  left: 18px;
}

.loc_map_city_balloon_14 {
  bottom: -46px;
  left: -52px;
  width: 146px;
}

.loc_map_city_balloon_14::before {
  border-bottom: 10px solid #fff;
  right: 18px;
}

.loc_map_city_balloon_14::after {
  border-bottom: 13px solid #1b87c5;
  right: 16px;
}

.loc_map_city_balloon_15,
.loc_map_city_balloon_16 {
  padding: 5px 20px;
  text-align: left;
}

.loc_map_city_balloon_15::after,
.loc_map_city_balloon_16::after {
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #1b87c5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.loc_map_city_balloon_15:hover::after,
.loc_map_city_balloon_16:hover::after {
  border-color: transparent transparent transparent #fff;
}

.loc_map_city_balloon_15 {
  width: 236px;
}

.loc_map_city_balloon_16 {
  width: 236px;
}

.loc_map_city_balloon:hover {
  background: #1b87c5;
  color: #fff;
}

.loc_map_city_balloon:hover + .loc_map_city_image {
  opacity: 1;
  visibility: visible;
}

.loc_map_factory {
  width: 984px;
  height: 703px;
  background: url(/about/promotion/system_solution/box/img/index/bg_factory_01.png)
    0 0 no-repeat;
  background-size: contain;
}

.loc_map_factory_link_01 {
  top: 137px;
  right: 122px;
}

.loc_map_factory_link_02 {
  top: 175px;
  right: 252px;
}

.loc_map_factory_link_03 {
  top: 212px;
  right: 196px;
}

.loc_map_factory_link_04 {
  top: 299px;
  right: 479px;
}

.loc_map_factory_link_05 {
  top: 238px;
  left: 266px;
}

.loc_map_factory_link_06 {
  top: 367px;
  left: 318px;
}

.loc_map_factory_link_07 {
  top: 410px;
  left: 211px;
}

.loc_map_factory_link_08 {
  bottom: 123px;
  right: 401px;
}

.loc_map_factory_link_09 {
  bottom: 107px;
  right: 460px;
}

.loc_map_factory_link_10 {
  bottom: 57px;
  right: 420px;
}

.loc_map_factory_link_11 {
  bottom: 97px;
  right: 327px;
}

.loc_map_factory_link_12 {
  bottom: 112px;
  right: 251px;
}

.loc_map_factory_link_13 {
  bottom: 188px;
  right: 202px;
}

.loc_map_factory_link_14 {
  bottom: 151px;
  right: 128px;
}

.loc_map_factory_link_15 {
  bottom: 50px;
  right: 236px;
}

.loc_map_factory_balloon_bottom::before,
.loc_map_factory_balloon_bottom::after {
  top: 100%;
}

.loc_map_factory_balloon_bottom::before {
  margin-top: -1px;
  border: 7px solid transparent;
}

.loc_map_factory_balloon_bottom::after {
  border: 9px solid transparent;
}

.loc_map_factory_balloon_bottom:hover::before {
  border-top-color: #1b87c5;
}

.loc_map_factory_balloon_top::before,
.loc_map_factory_balloon_top::after {
  bottom: 100%;
}

.loc_map_factory_balloon_top::before {
  border: 6px solid transparent;
}

.loc_map_factory_balloon_top::after {
  border: 8px solid transparent;
}

.loc_map_factory_balloon_top:hover::before {
  border-bottom-color: #1b87c5;
}

.loc_map_factory_balloon_01 {
  top: -67px;
  left: -97px;
  width: 146px;
}

.loc_map_factory_balloon_01::before {
  border-top: 18px solid #fff;
  right: 25px;
}

.loc_map_factory_balloon_01::after {
  border-top: 20px solid #1b87c5;
  right: 23px;
}

.loc_map_factory_balloon_02 {
  top: -50px;
  left: 70px;
  width: 68px;
}

.loc_map_factory_balloon_02::before {
  border-top: 11px solid #fff;
  right: 25px;
}

.loc_map_factory_balloon_02::after {
  border-top: 13px solid #1b87c5;
  right: 23px;
}

.loc_map_factory_balloon_03 {
  top: 42px;
  left: 65px;
  width: 152px;
  padding-left: 10px;
  text-align: left;
}

.loc_map_factory_balloon_03::before {
  border: 6px solid transparent;
  border-bottom: 11px solid #fff;
  left: 12px;
}

.loc_map_factory_balloon_03::after {
  border: 8px solid transparent;
  border-bottom: 13px solid #1b87c5;
  left: 10px;
}

.loc_map_factory_balloon_04 {
  top: -50px;
  left: -16px;
  width: 130px;
}

.loc_map_factory_balloon_04::before {
  border-top: 11px solid #fff;
  left: 23px;
}

.loc_map_factory_balloon_04::after {
  border-top: 13px solid #1b87c5;
  left: 21px;
}

.loc_map_factory_balloon_05 {
  top: -52px;
  left: -78px;
  width: 130px;
}

.loc_map_factory_balloon_05::before {
  border-top: 11px solid #fff;
  right: 34px;
}

.loc_map_factory_balloon_05::after {
  border-top: 13px solid #1b87c5;
  right: 32px;
}

.loc_map_factory_balloon_06 {
  top: -52px;
  left: -100px;
  width: 246px;
}

.loc_map_factory_balloon_06::before {
  border-top: 11px solid #fff;
  right: 113px;
}

.loc_map_factory_balloon_06::after {
  border-top: 13px solid #1b87c5;
  right: 111px;
}

.loc_map_factory_balloon_07 {
  top: 57px;
  right: -30px;
  width: 197px;
}

.loc_map_factory_balloon_07::before {
  border: 6px solid transparent;
  border-bottom: 11px solid #fff;
  right: 30px;
}

.loc_map_factory_balloon_07::after {
  border: 8px solid transparent;
  border-bottom: 13px solid #1b87c5;
  right: 28px;
}

.loc_map_factory_balloon_08 {
  top: -52px;
  left: 2px;
  width: 80px;
}

.loc_map_factory_balloon_08::before {
  border-top: 11px solid #fff;
  left: 30px;
}

.loc_map_factory_balloon_08::after {
  border-top: 13px solid #1b87c5;
  left: 28px;
}

.loc_map_factory_balloon_09 {
  top: 10px;
  left: -94px;
  width: 97px;
}

.loc_map_factory_balloon_09::before,
.loc_map_factory_balloon_09::after {
  left: 100%;
}

.loc_map_factory_balloon_09::before {
  border: 6px solid transparent;
  border-left: 11px solid #fff;
  top: 10px;
}

.loc_map_factory_balloon_09::after {
  border: 8px solid transparent;
  border-left: 13px solid #1b87c5;
  top: 8px;
}

.loc_map_factory_balloon_09:hover::before {
  border-left-color: #1b87c5;
}

.loc_map_factory_balloon_10 {
  bottom: -45px;
  left: -72px;
  width: 130px;
}

.loc_map_factory_balloon_10::before {
  border: 6px solid transparent;
  border-bottom: 48px solid #fff;
  right: 21px;
}

.loc_map_factory_balloon_10::after {
  border: 8px solid transparent;
  border-bottom: 54px solid #1b87c5;
  right: 19px;
}

.loc_map_factory_balloon_11 {
  bottom: -86px;
  left: 37px;
  width: 80px;
}

.loc_map_factory_balloon_11::before {
  border: 6px solid transparent;
  border-bottom: 40px solid #fff;
  left: 16px;
}

.loc_map_factory_balloon_11::after {
  border: 8px solid transparent;
  border-bottom: 44px solid #1b87c5;
  left: 14px;
}

.loc_map_factory_balloon_12 {
  bottom: -50px;
  left: 7px;
  width: 98px;
}

.loc_map_factory_balloon_12::before {
  border: 6px solid transparent;
  border-bottom: 12px solid #fff;
  left: 12px;
}

.loc_map_factory_balloon_12::after {
  border: 8px solid transparent;
  border-bottom: 14px solid #1b87c5;
  left: 10px;
}

.loc_map_factory_balloon_13 {
  top: -52px;
  left: -10px;
  width: 100px;
}

.loc_map_factory_balloon_13::before {
  border-top: 11px solid #fff;
  left: 40px;
}

.loc_map_factory_balloon_13::after {
  border-top: 13px solid #1b87c5;
  left: 38px;
}

.loc_map_factory_balloon_14 {
  bottom: -40px;
  left: 26px;
  width: 82px;
}

.loc_map_factory_balloon_14::before {
  border: 6px solid transparent;
  border-bottom: 12px solid #fff;
  left: 15px;
}

.loc_map_factory_balloon_14::after {
  border: 8px solid transparent;
  border-bottom: 14px solid #1b87c5;
  left: 13px;
}

.loc_map_factory_balloon_15 {
  width: 286px;
  padding: 5px 20px;
  text-align: left;
}

.loc_map_factory_balloon_15::after {
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #1b87c5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.loc_map_factory_balloon_15:hover::after {
  border-color: transparent transparent transparent #fff;
}

.loc_map_factory_balloon:hover {
  background: #1b87c5;
  color: #fff;
}

.loc_map_image {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overlay.is_show {
  opacity: 1;
  visibility: visible;
}

.loc_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 980px;
  width: 100%;
  max-height: 90%;
  padding: 30px 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1200;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.loc_modal.is_show {
  opacity: 1;
  visibility: visible;
}

.loc_modal .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}

.loc_modal_inner {
  position: relative;
  padding: 45px 70px;
  border-radius: 15px;
  background: #fff;
}

.loc_modal_close {
  position: absolute;
  top: 0;
  right: 30px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.loc_modal_close::before,
.loc_modal_close::after {
  content: '';
  position: absolute;
  background-color: #000;
  top: 0;
  left: 50%;
  width: 2px;
  height: 20px;
  margin-top: -1px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.loc_modal_close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.loc_modal_close:hover {
  opacity: 0.5;
}

.loc_modal_item:not(:first-child) {
  margin-top: 70px;
}

.loc_modal_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.loc_modal_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loc_modal_title {
  padding: 7px 20px;
  background: #02296c;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.loc_modal_task {
  font-size: 20px;
  font-weight: bold;
}

.loc_modal_wishes {
  margin-top: 5px;
}

.loc_modal_wish {
  position: relative;
  padding-left: 25px;
  line-height: 2;
}

.loc_modal_wish::before {
  content: '★';
  position: absolute;
  left: 3px;
  top: -4px;
  font-size: 20px;
  color: #1b87c5;
}

.loc_modal_more {
  width: 250px;
}

.loc_modal_more > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 170px;
  height: 50px;
  margin: 0 0 0 auto;
  padding-left: 18px;
  background: #1b87c5;
  font-weight: bold;
  color: #fff;
}

.loc_modal_more > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 7px;
  height: 7px;
  margin-top: -1px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.loc_modal_more > a:hover {
  opacity: 0.7;
}

@-webkit-keyframes show-icon {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show-icon {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide-icon {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes slide-icon {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}

@media only screen and (max-width: 640px) {
  .loc_map_tabs {
    width: 89.6%;
    max-width: 336px;
  }
  .loc_map_tab {
    width: 48%;
    max-width: 160px;
    border-width: 5px;
    font-size: 22px;
  }
  .loc_map_tab.is_select {
    margin-bottom: -5px;
    padding-top: 10px;
    border-width: 5px;
  }
  .loc_map_contents {
    border-width: 5px;
  }
  .loc_map_tooltip {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 120px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .loc_map_tooltip.is_show {
    display: block;
  }
  .loc_map_tooltip.is_hidden {
    opacity: 0;
    visibility: hidden;
  }
  .loc_map_tooltip_arrow {
    width: 50px;
    margin: 10px auto 0;
    -webkit-animation: show-icon 2.4s;
    animation: show-icon 2.4s;
  }
  .loc_map_tooltip_point {
    width: 50px;
    margin: 0 auto;
    -webkit-animation: slide-icon 1.2s linear;
    animation: slide-icon 1.2s linear;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
  }
  .loc_map_tooltip_text {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .loc_map_title {
    font-size: 20px;
  }
  .loc_modal {
    width: 90%;
    max-height: 80%;
    padding: 20px 0;
  }
  .loc_modal_inner {
    padding: 60px 20px;
  }
  .loc_modal_close {
    top: 10px;
    right: 10px;
  }
  .loc_modal_item:not(:first-child) {
    margin-top: 80px;
  }
  .loc_modal_item_inner {
    display: block;
    margin-top: 25px;
  }
  .loc_modal_title {
    padding: 10px;
    font-size: 22px;
  }
  .loc_modal_task {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 22px;
  }
  .loc_modal_more {
    width: 100%;
    margin-top: 30px;
  }
  .loc_modal_more > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-left: 18px;
  }
  .loc_modal_more > a::after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
  .loc_modal_more > a:hover {
    opacity: 1;
  }
}

/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/style.scss ***!
  \**************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 */
:where(html) {
  line-height: 1.15; /* 1 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */
:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(button) {
  text-transform: none;
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}
/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(select) {
  text-transform: none;
}
/**
 * Remove the margin in Firefox and Safari.
 */
:where(textarea) {
  margin: 0;
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:where(:-moz-ui-invalid) {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
:where(dialog:not([open])) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
:where(summary) {
  display: list-item;
}
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
:where(body) {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}
/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}
/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "\200B";
  float: left;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}
/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}
/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}
/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
:where(dialog:not([open])) {
  display: none;
}
/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy="true" i]) {
  cursor: progress;
}
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden="false" i][hidden]) {
  display: initial;
}
:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: "メイリオ", Meiryo, "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #666;
}

/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Links
 ========================================================================== */
/*
 * Style
 */
a,
.uk-link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
  color: #000;
  text-decoration: underline;
}

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
  /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration-style: dotted;
}

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

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}

/*
 * Emphasize
 */
em {
  color: #f0506e;
}

/*
 * Insert
 */
ins {
  background: #ffd;
  color: #666;
  text-decoration: none;
}

/*
 * Mark
 */
mark {
  background: #ffd;
  color: #666;
}

/*
 * Quote
 */
q {
  font-style: italic;
}

/*
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between the element and the bottom of its parent container.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * 1. Constrain the element to its parent width.
 * 2. Preserve the intrinsic aspect ratio and auto-scale the height of an image if the `height` attribute is present.
 * 3. Take border and padding into account.
 */
canvas,
img,
svg,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box;
}

/*
 * Deprecated: only needed for `img` elements with `uk-img`
 * 1. Hide `alt` text for lazy load images.
 * 2. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 */
img:not([src]) {
  /* 1 */
  visibility: hidden;
  /* 2 */
  min-width: 1px;
}

/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
  border: 0;
}

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0;
}

/* Add margin if adjacent element */
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 20px;
}

/* Headings
 ========================================================================== */
h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  margin: 0 0 20px 0;
  font-family: "メイリオ", Meiryo, "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
  text-transform: none;
}

/* Add margin if adjacent element */
* + h1, * + .uk-h1,
* + h2, * + .uk-h2,
* + h3, * + .uk-h3,
* + h4, * + .uk-h4,
* + h5, * + .uk-h5,
* + h6, * + .uk-h6,
* + .uk-heading-small,
* + .uk-heading-medium,
* + .uk-heading-large,
* + .uk-heading-xlarge,
* + .uk-heading-2xlarge {
  margin-top: 40px;
}

/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}

h2, .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}

h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h4, .uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5, .uk-h5 {
  font-size: 16px;
  line-height: 1.4;
}

h6, .uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1, .uk-h1 {
    font-size: 2.625rem;
  }
  h2, .uk-h2 {
    font-size: 2rem;
  }
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr, .uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

/* Add margin if adjacent element */
* + hr,
* + .uk-hr {
  margin-top: 20px;
}

/* Address
 ========================================================================== */
address {
  font-style: normal;
}

/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333;
}

/* Add margin if adjacent element */
* + blockquote {
  margin-top: 20px;
}

/*
 * Content
 */
blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
}
blockquote footer::before {
  content: "— ";
}

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}

pre code {
  font-family: Consolas, monaco, monospace;
}

/* Focus
 ========================================================================== */
:focus {
  outline: none;
}

:focus-visible {
  outline: 2px dotted #333;
}

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main { /* 2 */
  display: block;
}

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

/*
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}

/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.uk-link-muted,
.uk-link-muted a,
.uk-link-toggle .uk-link-muted {
  color: #999;
}

a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted {
  color: #666;
}

/* Text
 ========================================================================== */
a.uk-link-text,
.uk-link-text a,
.uk-link-toggle .uk-link-text {
  color: inherit;
}

a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text {
  color: #999;
}

/* Heading
 ========================================================================== */
a.uk-link-heading,
.uk-link-heading a,
.uk-link-toggle .uk-link-heading {
  color: inherit;
}

a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading {
  color: #005bac;
  text-decoration: none;
}

/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.uk-link-reset,
.uk-link-reset a {
  color: inherit !important;
  text-decoration: none !important;
}

/* Toggle
 ========================================================================== */
.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}

/* ========================================================================
   Component: Heading
 ========================================================================== */
.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2;
}

.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1;
}

.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1;
}

.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1;
}

.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1;
}

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.25rem;
  }
  .uk-heading-medium {
    font-size: 3.5rem;
  }
  .uk-heading-large {
    font-size: 4rem;
  }
  .uk-heading-xlarge {
    font-size: 6rem;
  }
  .uk-heading-2xlarge {
    font-size: 8rem;
  }
}
/* Laptop and bigger */
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem;
  }
  .uk-heading-large {
    font-size: 6rem;
  }
  .uk-heading-xlarge {
    font-size: 8rem;
  }
  .uk-heading-2xlarge {
    font-size: 11rem;
  }
}
/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

/* Bullet
 ========================================================================== */
.uk-heading-bullet {
  position: relative;
}

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5;
}

/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.uk-heading-line {
  overflow: hidden;
}

/*
 * Extra markup is needed to make it work with text align
 */
.uk-heading-line > * {
  display: inline-block;
  position: relative;
}

/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
.uk-heading-line > ::before,
.uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (calc(0.2px + 0.05em) / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}

.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}

/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*=uk-divider] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + [class*=uk-divider] {
  margin-top: 20px;
}

/* Icon
 ========================================================================== */
.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-divider-icon::before,
.uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}

.uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}

.uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}

/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */
.uk-divider-small {
  line-height: 0;
}

/* 2 */
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}

/* Vertical
 ========================================================================== */
.uk-divider-vertical {
  width: -moz-max-content;
  width: max-content;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none;
}

/*
 * Avoid column break within the list item, when using `column-count`
 */
.uk-list > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

/*
 * Remove margin from the last-child
 */
.uk-list > * > :last-child {
  margin-bottom: 0;
}

/*
 * Style
 */
.uk-list > :nth-child(n+2),
.uk-list > * > ul {
  margin-top: 10px;
}

/* Marker modifiers
 * Moving `::marker` inside `::before` to style it differently
 * To style the `::marker` is currently only supported in Firefox and Safari
 ========================================================================== */
.uk-list-disc > *,
.uk-list-circle > *,
.uk-list-square > *,
.uk-list-decimal > *,
.uk-list-hyphen > * {
  padding-left: 30px;
}

/*
 * Type modifiers
 */
.uk-list-decimal {
  counter-reset: decimal;
}

.uk-list-decimal > * {
  counter-increment: decimal;
}

.uk-list-disc > ::before,
.uk-list-circle > ::before,
.uk-list-square > ::before,
.uk-list-decimal > ::before,
.uk-list-hyphen > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}

.uk-list-disc > ::before {
  list-style-type: disc;
}

.uk-list-circle > ::before {
  list-style-type: circle;
}

.uk-list-square > ::before {
  list-style-type: square;
}

.uk-list-decimal > ::before {
  content: counter(decimal, decimal) " . ";
}

.uk-list-hyphen > ::before {
  content: "–  ";
}

/*
 * Color modifiers
 */
.uk-list-muted > ::before {
  color: #999 !important;
}

.uk-list-emphasis > ::before {
  color: #333 !important;
}

.uk-list-primary > ::before {
  color: #005bac !important;
}

.uk-list-secondary > ::before {
  color: #222 !important;
}

/* Image bullet modifier
 ========================================================================== */
.uk-list-bullet > * {
  padding-left: 30px;
}

.uk-list-bullet > ::before {
  content: "";
  display: list-item;
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-list-divider > :nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
.uk-list-striped > * {
  padding: 10px 10px;
}
.uk-list-striped > *:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.uk-list-striped > :nth-of-type(odd) {
  background: #f8f8f8;
}

.uk-list-striped > :nth-child(n+2) {
  margin-top: 0;
}

/* Size modifier
 ========================================================================== */
.uk-list-large > :nth-child(n+2),
.uk-list-large > * > ul {
  margin-top: 20px;
}

.uk-list-collapse > :nth-child(n+2),
.uk-list-collapse > * > ul {
  margin-top: 0;
}

/*
 * Divider
 */
.uk-list-large.uk-list-divider > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}

.uk-list-collapse.uk-list-divider > :nth-child(n+2) {
  margin-top: 0;
  padding-top: 0;
}

/*
 * Striped
 */
.uk-list-large.uk-list-striped > * {
  padding: 20px 10px;
}

.uk-list-collapse.uk-list-striped > * {
  padding-top: 0;
  padding-bottom: 0;
}

.uk-list-large.uk-list-striped > :nth-child(n+2),
.uk-list-collapse.uk-list-striped > :nth-child(n+2) {
  margin-top: 0;
}

/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.uk-description-list > dt {
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}

.uk-description-list > dt:nth-child(n+2) {
  margin-top: 20px;
}

/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + .uk-table {
  margin-top: 20px;
}

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}

/* Cell
 ========================================================================== */
.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}

/*
 * Remove margin from the last-child
 */
.uk-table td > :last-child {
  margin-bottom: 0;
}

/* Footer
 ========================================================================== */
.uk-table tfoot {
  font-size: 0.875rem;
}

/* Caption
 ========================================================================== */
.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999;
}

/* Alignment modifier
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd;
}

/* Active state
 ========================================================================== */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd;
}

/* Size modifier
 ========================================================================== */
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px;
}

.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px;
}

/* Justify modifier
 ========================================================================== */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-left: 0;
}

.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
  padding-right: 0;
}

/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
  width: 1px;
}

.uk-table-expand {
  min-width: 150px;
}

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
  padding: 0 !important;
}

.uk-table-link > a {
  display: block;
  padding: 16px 12px;
}

.uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block;
  }
  .uk-table-responsive thead {
    display: none;
  }
  .uk-table-responsive th,
  .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}
.uk-table tbody tr {
  transition: background-color 0.1s linear;
}

.uk-table-striped > tr:nth-of-type(even):last-child,
.uk-table-striped tbody tr:nth-of-type(even):last-child {
  border-bottom: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0;
}

/* Required for `button`. */
button.uk-icon:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
  transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 * 1. Required for `span` with background image
 * 2. Required for `image`
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  /* 1 */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /* 2 */
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: none;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 * 1. Allow text within link
 */
.uk-icon-link {
  color: #999;
  /* 1 */
  text-decoration: none !important;
}

.uk-icon-link:hover {
  color: #666;
}

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #595959;
}

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover */
.uk-icon-button:hover {
  background-color: #ebebeb;
  color: #666;
}

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #666;
}

/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Remove default style.
 * 2. Define consistent box sizing.
 * 3. Remove `margin` in all browsers.
 * 4. Align to the center of the line box.
 * 5. Prevent content overflow if a fixed width is used.
 * 6. Take the full width.
 * 7. Remove white background in Chrome.
 */
.uk-range {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  box-sizing: border-box;
  /* 3 */
  margin: 0;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  max-width: 100%;
  /* 6 */
  width: 100%;
  /* 7 */
  background: transparent;
}

/* Focus */
.uk-range:focus {
  outline: none;
}

.uk-range::-moz-focus-outer {
  border: none;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}

.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}

/*
 * Track
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #dfdfdf;
}

/* Firefox */
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

.uk-range:focus::-moz-range-track {
  background: #dfdfdf;
}

/*
 * Thumb
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* Firefox */
.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  margin-top: -7px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}

/*
 * Show the overflow in Edge.
 */
.uk-input {
  overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
  text-transform: none;
}

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
  overflow: auto;
}

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type=search]::-webkit-search-cancel-button,
.uk-input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer;
}

/*
 * Define consistent border, margin, and padding.
 */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
  -webkit-appearance: none;
}

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}

/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 38px;
}

/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}

.uk-select[multiple],
.uk-select[size] {
  resize: vertical;
}

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: #005bac;
}

/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}

/*
 * Placeholder
 */
.uk-input::-moz-placeholder {
  color: #999;
}
.uk-input::placeholder {
  color: #999;
}

.uk-textarea::-moz-placeholder {
  color: #999;
}

.uk-textarea::placeholder {
  color: #999;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 0.875rem;
}

/* Single-line */
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

/* Multi-line */
textarea.uk-form-small,
[multiple].uk-form-small,
[size].uk-form-small {
  padding: 5px 8px;
}

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}

/*
 * Large
 */
.uk-form-large {
  font-size: 1.25rem;
}

/* Single-line */
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}

/* Multi-line */
textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
  padding: 7px 12px;
}

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}

/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296;
}

/*
 * Blank
 */
.uk-form-blank {
  background: none;
  border-color: transparent;
}

.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: solid;
}

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px;
}

select.uk-form-width-xsmall {
  width: 75px;
}

.uk-form-width-small {
  width: 130px;
}

.uk-form-width-medium {
  width: 200px;
}

.uk-form-width-large {
  width: 500px;
}

/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/* 3 */
.uk-select:not([multiple]):not([size]) option {
  color: #666;
}

/*
 * Disabled
 */
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.uk-input[list]:hover,
.uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* 1 */
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* Radio and checkbox
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio,
.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}

.uk-radio {
  border-radius: 50%;
}

/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-color: #005bac;
}

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #005bac;
  border-color: transparent;
}

/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #004079;
}

/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/*
 * Disabled
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
}

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
.uk-form-custom select,
.uk-form-custom input[type=file] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer;
}

.uk-form-custom input[type=file] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden;
}

/* Label
 ========================================================================== */
.uk-form-label {
  color: #333;
  font-size: 0.875rem;
}

/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
}

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }
}
/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999;
}

/*
 * Required for `a`.
 */
.uk-form-icon:hover {
  color: #666;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Input padding
 */
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important;
}

/*
 * Position modifier
 */
.uk-form-icon-flip {
  right: 0;
  left: auto;
}

.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important;
}

/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */
.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 8 */
  line-height: 38px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}

.uk-button:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Hover */
.uk-button:hover {
  /* 9 */
  text-decoration: none;
}

/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}

/* Hover */
.uk-button-default:hover {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}

/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #999999;
}

/*
 * Primary
 */
.uk-button-primary {
  background-color: #005bac;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover */
.uk-button-primary:hover {
  background-color: #004e93;
  color: #fff;
}

/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #004079;
  color: #fff;
}

/*
 * Secondary
 */
.uk-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover */
.uk-button-secondary:hover {
  background-color: #151515;
  color: #fff;
}

/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #090909;
  color: #fff;
}

/*
 * Danger
 */
.uk-button-danger {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover */
.uk-button-danger:hover {
  background-color: #ee395b;
  color: #fff;
}

/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #ec2147;
  color: #fff;
}

/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}

/* Size modifiers
 ========================================================================== */
.uk-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem;
}

.uk-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: 0.875rem;
}

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
  position: relative;
}
.uk-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid currentColor;
  transition: right 0.3s ease-out;
}

/* Hover */
.uk-button-text:hover {
  color: #333;
}
.uk-button-text:hover::before {
  right: 0;
}

/* Disabled */
.uk-button-text:disabled {
  color: #999;
}
.uk-button-text:disabled::before {
  display: none;
}

/*
 * Link
 * 1. Reset
 * 2. Style
 */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
}

/* Hover */
.uk-button-link:hover {
  color: #999;
  text-decoration: none;
}

/* Disabled */
.uk-button-link:disabled {
  color: #999;
  text-decoration: none;
}

/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.uk-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative;
}

/* Group
 ========================================================================== */
/*
 * Collapse border
 */
.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
  margin-left: -1px;
}

/*
 * Create position context to superimpose the successor elements border
 * Known issue: If you use an `a` element as button and an icon inside,
 * the active state will not work if you click the icon inside the button
 * Workaround: Just use a `button` or `input` element as button
 */
.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button.uk-active {
  position: relative;
  z-index: 1;
}

/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in all browsers.
 * 2. Behave like a block element.
 * 3. Remove borders in Firefox.
 * 4. Remove default style in Chrome, Safari and Edge.
 * 5. Style
 */
.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  display: block;
  width: 100%;
  /* 3 */
  border: 0;
  /* 4 */
  background-color: #f8f8f8;
  /* 5 */
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden;
}

/* Add margin if adjacent element */
* + .uk-progress {
  margin-top: 20px;
}

/*
 * Show background color set on `uk-progress` in Chrome, Safari and Edge.
 */
.uk-progress::-webkit-progress-bar {
  background-color: transparent;
}

/*
 * Progress Bar
 * 1. Transitions don't work on `::-moz-progress-bar` pseudo element in Firefox yet.
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=662351
 */
.uk-progress::-webkit-progress-value {
  background-color: #005bac;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.uk-progress::-moz-progress-bar {
  background-color: #005bac;
  /* 1 */
  -moz-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
  display: flow-root;
  box-sizing: border-box; /* 1 */
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-section > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * Large
 */
.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
  background: #fff;
}

/*
 * Muted
 */
.uk-section-muted {
  background: #f8f8f8;
}

/*
 * Primary
 */
.uk-section-primary {
  background: #005bac;
}

/*
 * Secondary
 */
.uk-section-secondary {
  background: #222;
}

/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  display: flow-root;
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
  margin-bottom: 0;
}

/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0;
}

/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
  max-width: 750px;
}

.uk-container-small {
  max-width: 900px;
}

.uk-container-large {
  max-width: 1400px;
}

.uk-container-xlarge {
  max-width: 1600px;
}

.uk-container-expand {
  max-width: none;
}

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
  margin-left: 0;
}

.uk-container-expand-right {
  margin-right: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1400px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 40px);
  }
}
/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px);
}

.uk-container-item-padding-remove-left {
  margin-left: -15px;
}

.uk-container-item-padding-remove-right {
  margin-right: -15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -30px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -40px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -40px;
  }
}
/* ========================================================================
   Component: Tile
 ========================================================================== */
.uk-tile {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-tile > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */
.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * Large
 */
.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-tile-default {
  background-color: #fff;
}

/*
 * Muted
 */
.uk-tile-muted {
  background-color: #f8f8f8;
}

/*
 * Primary
 */
.uk-tile-primary {
  background-color: #005bac;
}

/*
 * Secondary
 */
.uk-tile-secondary {
  background-color: #222;
}

/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box;
  color: #000;
}

/* Sections
 ========================================================================== */
.uk-card-body {
  display: flow-root;
  padding: 30px 30px;
}

.uk-card-header {
  display: flow-root;
  padding: 15px 30px;
}

.uk-card-footer {
  display: flow-root;
  padding: 15px 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px;
  }
  .uk-card-header {
    padding: 20px 40px;
  }
  .uk-card-footer {
    padding: 20px 40px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-card-body > :last-child,
.uk-card-header > :last-child,
.uk-card-footer > :last-child {
  margin-bottom: 0;
}

/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Badge
 ========================================================================== */
/*
 * 1. Position
 * 2. Size
 * 3. Style
 * 4. Center child vertically
 */
.uk-card-badge {
  /* 1 */
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  /* 2 */
  height: 22px;
  padding: 0 10px;
  /* 3 */
  background: #005bac;
  color: #fff;
  font-size: 0.875rem;
  /* 4 */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  border-radius: 2px;
  text-transform: uppercase;
}

/*
 * Remove margin from adjacent element
 */
.uk-card-badge:first-child + * {
  margin-top: 0;
}

/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
  background-color: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-default .uk-card-title {
  color: #333;
}

.uk-card-default.uk-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5;
}

.uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5;
}

/*
 * Primary
 */
.uk-card-primary {
  background-color: #005bac;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-primary .uk-card-title {
  color: #fff;
}

.uk-card-primary.uk-card-hover:hover {
  background-color: #005bac;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/*
 * Secondary
 */
.uk-card-secondary {
  background-color: #222;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-secondary .uk-card-title {
  color: #fff;
}

.uk-card-secondary.uk-card-hover:hover {
  background-color: #222;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 20px 20px;
}

.uk-card-small .uk-card-header {
  padding: 13px 20px;
}

.uk-card-small .uk-card-footer {
  padding: 13px 20px;
}

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-large.uk-card-body,
  .uk-card-large .uk-card-body {
    padding: 70px 70px;
  }
  .uk-card-large .uk-card-header {
    padding: 35px 70px;
  }
  .uk-card-large .uk-card-footer {
    padding: 35px 70px;
  }
}
/*
 * Default
 */
.uk-card-body > .uk-nav-default {
  margin-left: -30px;
  margin-right: -30px;
}

.uk-card-body > .uk-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px;
}

.uk-card-body > .uk-nav-default > li > a,
.uk-card-body > .uk-nav-default .uk-nav-header,
.uk-card-body > .uk-nav-default .uk-nav-divider {
  padding-left: 30px;
  padding-right: 30px;
}

.uk-card-body > .uk-nav-default .uk-nav-sub {
  padding-left: 45px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body > .uk-nav-default {
    margin-left: -40px;
    margin-right: -40px;
  }
  .uk-card-body > .uk-nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .uk-card-body > .uk-nav-default > li > a,
  .uk-card-body > .uk-nav-default .uk-nav-header,
  .uk-card-body > .uk-nav-default .uk-nav-divider {
    padding-left: 40px;
    padding-right: 40px;
  }
  .uk-card-body > .uk-nav-default .uk-nav-sub {
    padding-left: 55px;
  }
}
/*
 * Small
 */
.uk-card-small > .uk-nav-default {
  margin-left: -20px;
  margin-right: -20px;
}

.uk-card-small > .uk-nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px;
}

.uk-card-small > .uk-nav-default > li > a,
.uk-card-small > .uk-nav-default .uk-nav-header,
.uk-card-small > .uk-nav-default .uk-nav-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.uk-card-small > .uk-nav-default .uk-nav-sub {
  padding-left: 35px;
}

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-large > .uk-nav-default {
    margin: 0;
  }
  .uk-card-large > .uk-nav-default:only-child {
    margin: 0;
  }
  .uk-card-large > .uk-nav-default > li > a,
  .uk-card-large > .uk-nav-default .uk-nav-header,
  .uk-card-large > .uk-nav-default .uk-nav-divider {
    padding-left: 0;
    padding-right: 0;
  }
  .uk-card-large > .uk-nav-default .uk-nav-sub {
    padding-left: 15px;
  }
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}

/* Hover */
.uk-close:hover {
  color: #666;
}

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
.uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
/*
 * Circle
 */
.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
  padding: 5px;
  color: #999;
  transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-totop:hover {
  color: #666;
}

/* OnClick */
.uk-totop:active {
  color: #333;
}

/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px;
}

/* Hover */
.uk-marker:hover {
  color: #fff;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}

/* Add margin if adjacent element */
* + .uk-alert {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: 0.4;
}

/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + * {
  margin-top: 0;
}

/*
 * Hover
 */
.uk-alert-close:hover {
  color: inherit;
  opacity: 0.8;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
  background: #b3cee6;
  color: #005bac;
}

/*
 * Success
 */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}

/*
 * Warning
 */
.uk-alert-warning {
  background: #fef5ee;
  color: #faa05a;
}

/*
 * Danger
 */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}

/*
 * Content
 */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}

.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline;
}

.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline;
}

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: transparent;
  border: 1px dashed #e5e5e5;
}

/* Add margin if adjacent element */
* + .uk-placeholder {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-placeholder > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.uk-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #005bac;
  color: #fff !important;
  font-size: 11px;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

/*
 * Required for `a`
 */
.uk-badge:hover {
  text-decoration: none;
}

/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #005bac;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
  background-color: #32d296;
  color: #fff;
}

/*
 * Warning
 */
.uk-label-warning {
  background-color: #faa05a;
  color: #fff;
}

/*
 * Danger
 */
.uk-label-danger {
  background-color: #f0506e;
  color: #fff;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
.uk-overlay {
  padding: 30px 30px;
}

/*
 * Remove margin from the last-child
 */
.uk-overlay > :last-child {
  margin-bottom: 0;
}

/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
  background: rgba(255, 255, 255, 0.8);
}

/*
 * Primary
 */
.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.8);
}

/* ========================================================================
   Component: Article
 ========================================================================== */
.uk-article {
  display: flow-root;
}

/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
  margin-bottom: 0;
}

/* Adjacent sibling
 ========================================================================== */
.uk-article + .uk-article {
  margin-top: 70px;
}

/* Title
 ========================================================================== */
.uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-article-title {
    font-size: 2.625rem;
  }
}
/* Meta
 ========================================================================== */
.uk-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.uk-article-meta a {
  color: #999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.uk-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.uk-comment-header {
  display: flow-root;
  margin-bottom: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}

/* Meta
 ========================================================================== */
.uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none;
}

/* Adjacent siblings */
.uk-comment-list > :nth-child(n+2) {
  margin-top: 70px;
}

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.uk-comment-list .uk-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none;
}

/* Tablet and bigger */
@media (min-width: 960px) {
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px;
  }
}
/* Adjacent siblings */
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}

/* Style modifier
 ========================================================================== */
.uk-comment-primary {
  padding: 30px;
  background-color: #f8f8f8;
}

/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0;
}

/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
  opacity: 1;
}

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #666;
}

.uk-search-input:focus {
  outline: none;
}

/* Placeholder */
.uk-search-input::-moz-placeholder {
  color: #999;
}
.uk-search-input::placeholder {
  color: #999;
}

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #999;
}

/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
  color: #999;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto;
}

/* Default modifier
 ========================================================================== */
.uk-search-default {
  width: 240px;
}

/*
 * Input
 */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  border: 1px solid #e5e5e5;
}

/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: #005bac;
}

/*
 * Icon
 */
.uk-search-default .uk-search-icon {
  width: 40px;
}

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
  width: 400px;
}

/*
 * Input
 */
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}

/* Focus */
/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
  width: 40px;
}

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px;
}

/*
 * Input
 */
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}

/* Focus */
/*
 * Icon
 */
.uk-search-large .uk-search-icon {
  width: 80px;
}

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px;
}

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}

/* Toggle
 ========================================================================== */
.uk-search-toggle {
  color: #999;
}

/* Hover */
.uk-search-toggle:hover {
  color: #666;
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none;
}

/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px;
}

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}
.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Hover */
.uk-accordion-title:hover {
  color: #666;
  text-decoration: none;
}

/* Content
 ========================================================================== */
.uk-accordion-content {
  display: flow-root;
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 20px;
  --uk-position-viewport-offset: 15px;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}

/* Show */
.uk-drop.uk-open {
  display: block;
}

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}

/* Parent icon
 ========================================================================== */
.uk-drop-parent-icon {
  margin-left: 0.25em;
  transition: transform 0.3s ease-out;
}

[aria-expanded=true] > .uk-drop-parent-icon {
  transform: rotateX(180deg);
}

/* ========================================================================
   Component: Dropbar
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop
 * 2. Style
 */
.uk-dropbar {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 0;
  /* 1 */
  width: auto;
  /* 2 */
  padding: 25px 15px 25px 15px;
  background: #fff;
  color: #666;
}

/*
 * Remove margin from the last-child
 */
.uk-dropbar > :last-child {
  margin-bottom: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-dropbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-dropbar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.uk-dropbar :focus-visible {
  outline-color: #333 !important;
}

/* Size modifier
 ========================================================================== */
.uk-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Direction modifier
 ========================================================================== */
.uk-dropbar-top {
  box-shadow: 0 12px 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-dropbar-bottom {
  box-shadow: 0 -12px 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-dropbar-left {
  box-shadow: 12px 0 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-dropbar-right {
  box-shadow: -12px 0 7px -6px rgba(0, 0, 0, 0.05);
}

/* ========================================================================
   Component: Dropnav
 ========================================================================== */
/*
 * 1. Position
 * 2. Reset dropbar
 * 3. Width
 */
.uk-dropnav-dropbar {
  /* 1 */
  position: absolute;
  z-index: 980;
  /* 2 */
  padding: 0;
  /* 3 */
  left: 0;
  right: 0;
}

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden;
}

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. `!important` is needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: 100% !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none;
}

/* 2 */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}

/* Sections
 ========================================================================== */
.uk-modal-body {
  display: flow-root;
  padding: 20px 20px;
}

.uk-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal-body {
    padding: 30px 30px;
  }
  .uk-modal-header {
    padding: 15px 30px;
  }
  .uk-modal-footer {
    padding: 15px 30px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}

/*
 * Remove margin from adjacent element
 */
[class*=uk-modal-close-]:first-child + * {
  margin-top: 0;
}

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white;
}

.uk-modal-close-outside:hover {
  color: #fff;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}
/*
 * Full
 */
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 10px;
  background: #fff;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal-close-full {
    padding: 20px;
  }
}
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 * 5. Disable horizontal panning gestures
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
  /* 5 */
  touch-action: pan-y;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
}

/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */
/*
 * Clip child elements
 */
.uk-slider-container {
  overflow: hidden;
}

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 * 3. Disable horizontal panning gestures
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 3. Create position context
 */
.uk-slider-items > * {
  /* 1 */
  flex: none;
  max-width: 100%;
  /* 3 */
  position: relative;
}

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Create position context so it's t the same like when fixed.
 * 2. Create stacking context already when not sticky to have the same context
*     for position set to `sticky` and `relative`
 * 2. More robust if padding and border are used and the sticky height is transitioned
 */
.uk-sticky {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 980;
  /* 3 */
  box-sizing: border-box;
}

/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */
.uk-sticky-fixed {
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*
 * Faster animations
 */
.uk-sticky[class*=uk-animation-] {
  animation-duration: 0.2s;
}

.uk-sticky.uk-animation-reverse {
  animation-duration: 0.2s;
}

/*
 * Placeholder
 * Make content clickable for sticky cover and reveal effects
 */
.uk-sticky-placeholder {
  pointer-events: none;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 30px 30px;
  }
}
/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px;
  }
}
/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  left: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}

.uk-open > .uk-offcanvas-reveal {
  width: 270px;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
}
/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 5px;
  right: 5px;
  padding: 5px;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-close {
    top: 10px;
    right: 10px;
  }
}
/*
 * Remove margin from adjacent element
 */
.uk-offcanvas-close:first-child + * {
  margin-top: 0;
}

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 * 1. `clip` is needed for `position: sticky` elements to keep their position
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
  /* 1 */
  overflow-x: clip;
}

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%;
}

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.uk-switcher > :not(.uk-active) {
  display: none;
}

/*
 * Remove margin from the last-child
 */
.uk-switcher > * > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Leader
 ========================================================================== */
.uk-leader {
  overflow: hidden;
}

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 15px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap;
}

/*
 * Hide if media does not match
 */
.uk-leader-fill.uk-leader-hide::after {
  display: none;
}

/*
 * Pass fill character to JS
 */
:root {
  --uk-leader-fill-content: .;
}

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px;
}

/* Position modifiers
========================================================================== */
.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 10px;
}

.uk-notification-top-center,
.uk-notification-bottom-center {
  left: 50%;
  margin-left: -175px;
}

.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
  top: auto;
  bottom: 10px;
}

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* Message
========================================================================== */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}

* + .uk-notification-message {
  margin-top: 10px;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}

.uk-notification-message:hover .uk-notification-close {
  display: block;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
  color: #005bac;
}

/*
 * Success
 */
.uk-notification-message-success {
  color: #32d296;
}

/*
 * Warning
 */
.uk-notification-message-warning {
  color: #faa05a;
}

/*
 * Danger
 */
.uk-notification-message-danger {
  color: #f0506e;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 10;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}

/* Show */
.uk-tooltip.uk-active {
  display: block;
}

/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
  position: relative;
}

/*
 * Remove margin from the last-child
 */
.uk-sortable > :last-child {
  margin-bottom: 0;
}

/* Drag
 ========================================================================== */
.uk-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none;
}

/* Placeholder
 ========================================================================== */
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}

/* Empty modifier
 ========================================================================== */
.uk-sortable-empty {
  min-height: 50px;
}

/* Handle
 ========================================================================== */
/* Hover */
.uk-sortable-handle:hover {
  cursor: move;
}

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/* Number
 ========================================================================== */
/*
 * 1. Make numbers all of the same size to prevent jumping. Must be supported by the font.
 * 2. Style
 */
.uk-countdown-number {
  /* 1 */
  font-variant-numeric: tabular-nums;
  /* 2 */
  font-size: 2rem;
  line-height: 0.8;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-number {
    font-size: 4rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-number {
    font-size: 6rem;
  }
}
/* Separator
 ========================================================================== */
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-separator {
    font-size: 2rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-separator {
    font-size: 3rem;
  }
}
/* Label
 ========================================================================== */
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > * {
  margin: 0;
}

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-left: -30px;
}

.uk-grid > * {
  padding-left: 30px;
}

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -40px;
  }
  .uk-grid > * {
    padding-left: 40px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 40px;
  }
}
/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -15px;
}

.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 15px;
}

/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 15px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -30px;
}

.uk-grid-medium > *,
.uk-grid-column-medium > * {
  padding-left: 30px;
}

/* Vertical */
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 30px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-large,
.uk-grid-column-large {
  margin-left: -40px;
}

.uk-grid-large > *,
.uk-grid-column-large > * {
  padding-left: 40px;
}

/* Vertical */
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 40px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px;
  }
  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 70px;
  }
  /* Vertical */
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px;
  }
}
/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0;
}

.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  padding-left: 0;
}

/* Vertical */
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0;
}

/* Divider
 ========================================================================== */
.uk-grid-divider > * {
  position: relative;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -60px;
}

.uk-grid-divider > * {
  padding-left: 60px;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider {
    margin-left: -80px;
  }
  .uk-grid-divider > * {
    padding-left: 80px;
  }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px;
  }
}
/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -30px;
}

.uk-grid-divider.uk-grid-small > *,
.uk-grid-divider.uk-grid-column-small > * {
  padding-left: 30px;
}

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 15px;
}

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px;
}

.uk-grid-divider.uk-grid-medium > *,
.uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 60px;
}

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 30px;
}

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 60px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-left: -80px;
}

.uk-grid-divider.uk-grid-large > *,
.uk-grid-divider.uk-grid-column-large > * {
  padding-left: 80px;
}

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 40px;
}

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px;
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px;
  }
  .uk-grid-divider.uk-grid-large > *,
  .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 140px;
  }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
  }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px;
  }
}
/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

.uk-grid-match > * > :not([class*=uk-width]),
.uk-grid-item-match > :not([class*=uk-width]) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
* 1. Center content vertically, e.g. an icon
* 2. Imitate white space gap when using flexbox
* 3. Reset link
 */
.uk-nav li > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  /* 3*/
  text-decoration: none;
}

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.uk-nav > li > a {
  padding: 5px 0;
}

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}

/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
  padding-left: 15px;
}

/*
 * Items
 */
.uk-nav-sub a {
  padding: 2px 0;
}

/* Parent icon
 ========================================================================== */
.uk-nav-parent-icon {
  margin-left: auto;
  transition: transform 0.3s ease-out;
}

.uk-nav > li.uk-open > a .uk-nav-parent-icon {
  transform: rotateX(180deg);
}

/* Header
 ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.uk-nav-header:not(:first-child) {
  margin-top: 20px;
}

/* Divider
 ========================================================================== */
.uk-nav .uk-nav-divider {
  margin: 5px 0;
}

/* Default modifier
 ========================================================================== */
.uk-nav-default {
  font-size: 0.875rem;
  line-height: 1.5;
}

/*
 * Items
 */
.uk-nav-default > li > a {
  color: #999;
}

/* Hover */
.uk-nav-default > li > a:hover {
  color: #666;
}

/* Active */
.uk-nav-default > li.uk-active > a {
  color: #333;
}

/*
 * Subtitle
 */
.uk-nav-default .uk-nav-subtitle {
  font-size: 12px;
}

/*
 * Header
 */
.uk-nav-default .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-nav-default .uk-nav-sub a {
  color: #999;
}

.uk-nav-default .uk-nav-sub a:hover {
  color: #666;
}

.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Primary modifier
 ========================================================================== */
.uk-nav-primary {
  font-size: 1.5rem;
  line-height: 1.5;
}

/*
 * Items
 */
.uk-nav-primary > li > a {
  color: #999;
}

/* Hover */
.uk-nav-primary > li > a:hover {
  color: #666;
}

/* Active */
.uk-nav-primary > li.uk-active > a {
  color: #333;
}

/*
 * Subtitle
 */
.uk-nav-primary .uk-nav-subtitle {
  font-size: 1.25rem;
}

/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub {
  font-size: 1.25rem;
  line-height: 1.5;
}

.uk-nav-primary .uk-nav-sub a {
  color: #999;
}

.uk-nav-primary .uk-nav-sub a:hover {
  color: #666;
}

.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Secondary modifier
 ========================================================================== */
.uk-nav-secondary {
  font-size: 16px;
  line-height: 1.5;
}
.uk-nav-secondary > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 0;
}

/*
 * Items
 */
.uk-nav-secondary > li > a {
  color: #333;
  padding: 10px 10px;
}

/* Hover */
.uk-nav-secondary > li > a:hover {
  color: #333;
  background-color: #f8f8f8;
}

/* Active */
.uk-nav-secondary > li.uk-active > a {
  color: #333;
  background-color: #f8f8f8;
}

/*
 * Subtitle
 */
.uk-nav-secondary .uk-nav-subtitle {
  font-size: 0.875rem;
  color: #999;
}

/* Hover */
.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: #666;
}

/* Active */
.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #333;
}

/*
 * Header
 */
.uk-nav-secondary .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-nav-secondary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-secondary .uk-nav-sub {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-nav-secondary .uk-nav-sub a {
  color: #999;
}

.uk-nav-secondary .uk-nav-sub a:hover {
  color: #666;
}

.uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Alignment modifier
 ========================================================================== */
/*
 * 1. Center header
 * 2. Center items
 */
/* 1 */
.uk-nav-center {
  text-align: center;
}

/* 2 */
.uk-nav-center li > a {
  justify-content: center;
}

/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0;
}

/* Parent icon  */
.uk-nav-center .uk-nav-parent-icon {
  margin-left: 0.25em;
}

/* Style modifier
 ========================================================================== */
/*
 * Divider
 * Naming is in plural to prevent conflicts with divider sub object.
 */
.uk-nav.uk-nav-divider > :not(.uk-nav-header, .uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative;
}

/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8;
}

/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 */
.uk-navbar-left,
.uk-navbar-right,
[class*=uk-navbar-center] {
  display: flex;
  gap: 15px;
  /* 1 */
  align-items: center;
}

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */
.uk-navbar-right {
  margin-left: auto;
}

.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative;
}

.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 2 */
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  /* 3 */
  z-index: 990;
}

/* 4 */
.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0;
}

.uk-navbar-center-left {
  right: calc(100% + 15px);
}

.uk-navbar-center-right {
  left: calc(100% + 15px);
}

[class*=uk-navbar-center-] {
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
}

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.uk-navbar-nav {
  display: flex;
  gap: 15px;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
  flex-wrap: wrap;
}

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Imitate white space gap when using flexbox
 * 3. Dimensions
 * 4. Style
 * 5. Required for `a`
 */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  /* 3 */
  box-sizing: border-box;
  min-height: 80px;
  /* 4 */
  font-size: 0.875rem;
  font-family: "メイリオ", Meiryo, "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 5 */
  text-decoration: none;
}

/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  padding: 0 0;
  color: #999;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/*
 * Hover
 * Apply hover style also if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded=true] {
  color: #666;
}

/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #333;
}

/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #333;
}

/* Parent icon modifier
 ========================================================================== */
.uk-navbar-parent-icon {
  margin-left: 4px;
  transition: transform 0.3s ease-out;
}

.uk-navbar-nav > li > a[aria-expanded=true] .uk-navbar-parent-icon {
  transform: rotateX(180deg);
}

/* Item
 ========================================================================== */
.uk-navbar-item {
  padding: 0 0;
  color: #666;
}

/*
 * Remove margin from the last-child
 */
.uk-navbar-item > :last-child {
  margin-bottom: 0;
}

/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
  padding: 0 0;
  color: #999;
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded=true] {
  color: #666;
  text-decoration: none;
}

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover */
/* Subtitle
 ========================================================================== */
.uk-navbar-subtitle {
  font-size: 0.875rem;
}

/* Justify modifier
 ========================================================================== */
.uk-navbar-justify .uk-navbar-left,
.uk-navbar-justify .uk-navbar-right,
.uk-navbar-justify .uk-navbar-nav,
.uk-navbar-justify .uk-navbar-nav > li,
.uk-navbar-justify .uk-navbar-item,
.uk-navbar-justify .uk-navbar-toggle {
  flex-grow: 1;
}

/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Set a default width
 * 2. Style
 */
.uk-navbar-dropdown {
  --uk-position-offset: 15px;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  /* 1 */
  width: 200px;
  /* 2 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/*
 * Remove margin from the last-child
 */
.uk-navbar-dropdown > :last-child {
  margin-bottom: 0;
}

.uk-navbar-dropdown :focus-visible {
  outline-color: #333 !important;
}

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown .uk-drop-grid {
  margin-left: -30px;
}

.uk-navbar-dropdown .uk-drop-grid > * {
  padding-left: 30px;
}

/* Gutter Vertical */
.uk-navbar-dropdown .uk-drop-grid > .uk-grid-margin {
  margin-top: 30px;
}

/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {
  width: 400px;
}

.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
  width: 600px;
}

.uk-navbar-dropdown-width-4:not(.uk-drop-stack) {
  width: 800px;
}

.uk-navbar-dropdown-width-5:not(.uk-drop-stack) {
  width: 1000px;
}

/*
 * Size modifier
 */
.uk-navbar-dropdown-large {
  --uk-position-shift-offset: 0;
  padding: 40px;
}

/*
 * Dropbar modifier
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */
.uk-navbar-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 25px 0 25px 0;
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  box-shadow: none;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 40px;
  }
}
.uk-navbar-dropdown-dropbar-large {
  --uk-position-shift-offset: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-navbar-dropdown-nav {
  font-size: 0.875rem;
}

/*
 * Items
 */
.uk-navbar-dropdown-nav > li > a {
  color: #999;
}

/* Hover */
.uk-navbar-dropdown-nav > li > a:hover {
  color: #666;
}

/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333;
}

/*
 * Subtitle
 */
.uk-navbar-dropdown-nav .uk-nav-subtitle {
  font-size: 12px;
}

/*
 * Header
 */
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999;
}

.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
  color: #666;
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Dropbar
 ========================================================================== */
/*
 * Adopts `uk-dropnav-dropbar`
 */
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-navbar-left,
  .uk-navbar-right,
  [class*=uk-navbar-center] {
    gap: 30px;
  }
  .uk-navbar-center-left {
    right: calc(100% + 30px);
  }
  .uk-navbar-center-right {
    left: calc(100% + 30px);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-navbar-nav {
    gap: 30px;
  }
}
/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */
.uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  align-items: center;
  /* 3 */
  margin-left: -20px;
  /* 4 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */
.uk-subnav > * > :first-child {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  /* 3 */
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover */
.uk-subnav > * > a:hover {
  color: #666;
  text-decoration: none;
}

/* Active */
.uk-subnav > .uk-active > a {
  color: #333;
}

/* Divider modifier
 ========================================================================== */
/*
 * Set gutter
 */
.uk-subnav-divider {
  margin-left: -41px;
}

/*
 * Align items and divider vertically
 */
.uk-subnav-divider > * {
  display: flex;
  align-items: center;
}

/*
 * Divider
 * 1. `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid transparent;
}

/* 1 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5;
}

/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}

/* Hover */
.uk-subnav-pill > * > a:hover {
  background-color: #f8f8f8;
  color: #666;
}

/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666;
}

/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #005bac;
  color: #fff;
}

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * Reset list
 */
.uk-breadcrumb {
  padding: 0;
  list-style: none;
}

/*
 * 1. Doesn't generate any box and replaced by child boxes
 */
.uk-breadcrumb > * {
  display: contents;
}

/* Items
 ========================================================================== */
.uk-breadcrumb > * > * {
  font-size: 0.875rem;
  color: #999;
}

/* Hover */
.uk-breadcrumb > * > :hover {
  color: #666;
  text-decoration: none;
}

/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
  color: #666;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 * 1. Remove space between inline block elements.
 * 2. Style
 */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  /* 1 */
  margin: 0 20px 0 calc(20px - 4px);
  /* 2 */
  font-size: 0.875rem;
  color: #999;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-pagination {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: 0;
  /* 3 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-pagination > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 0;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-pagination > * > * {
  /* 1 */
  display: block;
  /* 2 */
  padding: 5px 10px;
  color: #999;
  transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-pagination > * > :hover {
  color: #666;
  text-decoration: none;
}

/* Active */
.uk-pagination > .uk-active > * {
  color: #666;
}

/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative;
}
.uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-tab > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Center content if a width is set
 * 4. Style
 */
.uk-tab > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  /* 3 */
  justify-content: center;
  /* 4 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-tab > * > a:hover {
  color: #666;
  text-decoration: none;
}

/* Active */
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #005bac;
}

/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999;
}

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.uk-tab-bottom::before {
  top: 0;
  bottom: auto;
}

.uk-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}

/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0;
}

/* 1 */
.uk-tab-left > *,
.uk-tab-right > * {
  padding-left: 0;
}

.uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

.uk-tab-left > * > a {
  justify-content: left;
  border-right: 1px solid transparent;
  border-bottom: none;
}

.uk-tab-right > * > a {
  justify-content: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}

.uk-tab .uk-dropdown {
  margin-left: 30px;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-slidenav:hover {
  color: rgba(102, 102, 102, 0.9);
}

/* OnClick */
.uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5);
}

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
  padding: 10px 10px;
}

/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}

/* Hover */
.uk-dotnav > * > :hover {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}

/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent;
}

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}

/* 2 */
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-thumbnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -15px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-thumbnav > * {
  /* 1 */
  padding-left: 15px;
}

/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav > * > * {
  display: inline-block;
  position: relative;
}
.uk-thumbnav > * > *::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  transition: opacity 0.1s ease-in-out;
}

/* Hover */
.uk-thumbnav > * > :hover::after {
  opacity: 0;
}

/* Active */
.uk-thumbnav > .uk-active > *::after {
  opacity: 0;
}

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px;
}

/* 2 */
.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}

/* ========================================================================
   Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-iconnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -10px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-iconnav > * {
  /* 1 */
  padding-left: 10px;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically if there is still some text
 * 2. Imitate white space gap when using flexbox
 * 3. Force text not to affect item height
 * 4. Style
 * 5. Required for `a` if there is still some text
 */
.uk-iconnav > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  /* 3 */
  line-height: 0;
  /* 4 */
  color: #999;
  /* 5 */
  text-decoration: none;
  font-size: 0.875rem;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover */
.uk-iconnav > * > a:hover {
  color: #666;
}

/* Active */
.uk-iconnav > .uk-active > a {
  color: #666;
}

/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -10px;
}

/* 2 */
.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop and let text expand the width instead of wrapping
 * 2. Set a default width
 * 3. Style
 */
.uk-dropdown {
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 15px;
  /* 1 */
  width: auto;
  /* 2 */
  min-width: 200px;
  /* 3 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/*
 * Remove margin from the last-child
 */
.uk-dropdown > :last-child {
  margin-bottom: 0;
}

.uk-dropdown :focus-visible {
  outline-color: #333 !important;
}

/* Size modifier
 ========================================================================== */
.uk-dropdown-large {
  padding: 40px;
}

/* Dropbar modifier
 ========================================================================== */
/*
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */
.uk-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 5px 0 25px 0;
  --uk-position-viewport-offset: 15px;
  box-shadow: none;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 40px;
  }
}
.uk-dropdown-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
  font-size: 0.875rem;
}

/*
 * Items
 */
.uk-dropdown-nav > li > a {
  color: #999;
}

/* Hover + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li.uk-active > a {
  color: #666;
}

/*
 * Subtitle
 */
.uk-dropdown-nav .uk-nav-subtitle {
  font-size: 12px;
}

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666;
}

/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 * 7. Prevent cancellation of pointer events while dragging
 */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
  /* 7 */
  touch-action: pinch-zoom;
}

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1;
}

/*
 * Focus
 */
.uk-lightbox :focus {
  outline-color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox :focus-visible {
  outline-color: rgba(255, 255, 255, 0.7);
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
  overflow: hidden;
}

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 */
.uk-lightbox-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity;
}

/* 5 */
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}

.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}

.uk-lightbox-items > .uk-active {
  display: flex;
}

/* Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}

/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}

/*
 * Hover
 */
.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}

/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Hover */
.uk-lightbox-button:hover {
  color: #fff;
}

/* OnClick */
/* Caption
 ========================================================================== */
.uk-lightbox-caption:empty {
  display: none;
}

/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*=uk-animation-] {
  animation: 0.5s ease-out both;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade, uk-scale-up;
}

.uk-animation-scale-down {
  animation-name: uk-fade, uk-scale-down;
}

/*
 * Slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade, uk-slide-top;
}

.uk-animation-slide-bottom {
  animation-name: uk-fade, uk-slide-bottom;
}

.uk-animation-slide-left {
  animation-name: uk-fade, uk-slide-left;
}

.uk-animation-slide-right {
  animation-name: uk-fade, uk-slide-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  animation-name: uk-fade, uk-slide-top-small;
}

.uk-animation-slide-bottom-small {
  animation-name: uk-fade, uk-slide-bottom-small;
}

.uk-animation-slide-left-small {
  animation-name: uk-fade, uk-slide-left-small;
}

.uk-animation-slide-right-small {
  animation-name: uk-fade, uk-slide-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  animation-name: uk-fade, uk-slide-top-medium;
}

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade, uk-slide-bottom-medium;
}

.uk-animation-slide-left-medium {
  animation-name: uk-fade, uk-slide-left-medium;
}

.uk-animation-slide-right-medium {
  animation-name: uk-fade, uk-slide-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
  animation-name: uk-kenburns;
  animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  animation-name: uk-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke);
}

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  animation-duration: 0.1s;
}

/* Toggle animation based on the State of the Parent Element
 ========================================================================== */
.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
  animation-name: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Scale
 */
@keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*
 * Slide
 */
@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Slide Small
 */
@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Slide Medium
 */
@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Kenburns
 */
@keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*
 * Shake
 */
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*=uk-child-width] > * {
  box-sizing: border-box;
  width: 100%;
}

.uk-child-width-1-2 > * {
  width: 50%;
}

.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}

.uk-child-width-1-4 > * {
  width: 25%;
}

.uk-child-width-1-5 > * {
  width: 20%;
}

.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}

.uk-child-width-auto > * {
  width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*=uk-width]) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*=uk-width] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

/* Halves */
.uk-width-1-2 {
  width: 50%;
}

/* Thirds */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}

.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}

/* Quarters */
.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

/* Fifths */
.uk-width-1-5 {
  width: 20%;
}

.uk-width-2-5 {
  width: 40%;
}

.uk-width-3-5 {
  width: 60%;
}

.uk-width-4-5 {
  width: 80%;
}

/* Sixths */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}

.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}

/* Pixel */
.uk-width-small {
  width: 150px;
}

.uk-width-medium {
  width: 300px;
}

.uk-width-large {
  width: 450px;
}

.uk-width-xlarge {
  width: 600px;
}

.uk-width-2xlarge {
  width: 750px;
}

/* Auto */
.uk-width-auto {
  width: auto;
}

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-2xlarge\@s {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@s {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-2xlarge\@m {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@m {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-2xlarge\@l {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@l {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-2xlarge\@xl {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
/* Intrinsic Widths
 ========================================================================== */
.uk-width-max-content {
  width: -moz-max-content;
  width: max-content;
}

.uk-width-min-content {
  width: -moz-min-content;
  width: min-content;
}

/* ========================================================================
   Component: Height
 ========================================================================== */
[class*=uk-height] {
  box-sizing: border-box;
}

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%;
}

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh;
}

.uk-height-viewport-2 {
  min-height: 200vh;
}

.uk-height-viewport-3 {
  min-height: 300vh;
}

.uk-height-viewport-4 {
  min-height: 400vh;
}

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px;
}

.uk-height-medium {
  height: 300px;
}

.uk-height-large {
  height: 450px;
}

.uk-height-max-small {
  max-height: 150px;
}

.uk-height-max-medium {
  max-height: 300px;
}

.uk-height-max-large {
  max-height: 450px;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
}

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.uk-text-meta > a {
  color: #999;
}
.uk-text-meta > a:hover {
  color: #666;
  text-decoration: none;
}

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

.uk-text-default {
  font-size: 16px;
  line-height: 1.5;
}

/* Weight modifier
 ========================================================================== */
.uk-text-light {
  font-weight: 300;
}

.uk-text-normal {
  font-weight: 400;
}

.uk-text-bold {
  font-weight: 700;
}

.uk-text-lighter {
  font-weight: lighter;
}

.uk-text-bolder {
  font-weight: bolder;
}

/* Style modifier
 ========================================================================== */
.uk-text-italic {
  font-style: italic;
}

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important;
}

.uk-text-uppercase {
  text-transform: uppercase !important;
}

.uk-text-lowercase {
  text-transform: lowercase !important;
}

/* Decoration modifier
 ========================================================================== */
.uk-text-decoration-none {
  text-decoration: none !important;
}

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important;
}

.uk-text-emphasis {
  color: #333 !important;
}

.uk-text-primary {
  color: #005bac !important;
}

.uk-text-secondary {
  color: #222 !important;
}

.uk-text-success {
  color: #32d296 !important;
}

.uk-text-warning {
  color: #faa05a !important;
}

.uk-text-danger {
  color: #f0506e !important;
}

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in all browsers.
 * 2. Default color is set to transparent.
 * 3. Container fits the text
 * 4. Style
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  color: transparent !important;
  /* 3 */
  display: inline-block;
  /* 4 */
  background-color: #005bac;
  background-image: linear-gradient(90deg, #005bac 0%, spin(#005bac, 40%) 100%);
}

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}

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

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

.uk-text-justify {
  text-align: justify !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important;
  }
  .uk-text-right\@s {
    text-align: right !important;
  }
  .uk-text-center\@s {
    text-align: center !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important;
  }
  .uk-text-right\@m {
    text-align: right !important;
  }
  .uk-text-center\@m {
    text-align: center !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important;
  }
  .uk-text-right\@l {
    text-align: right !important;
  }
  .uk-text-center\@l {
    text-align: center !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important;
  }
  .uk-text-right\@xl {
    text-align: right !important;
  }
  .uk-text-center\@xl {
    text-align: center !important;
  }
}
/*
 * Vertical
 */
.uk-text-top {
  vertical-align: top !important;
}

.uk-text-middle {
  vertical-align: middle !important;
}

.uk-text-bottom {
  vertical-align: bottom !important;
}

.uk-text-baseline {
  vertical-align: baseline !important;
}

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2 */
th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0;
}

/*
 * Wrap long words onto the next line and break them if they are too long to fit.
 * 1. Make it work with table cells in all browsers.
 * Note: Not using `hyphens: auto` because it hyphenates text even if not needed.
 */
.uk-text-break {
  overflow-wrap: break-word;
}

/* 1 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-word;
}

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*=uk-column-] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*=uk-column-] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*=uk-column-] img {
  transform: translate3d(0, 0, 0);
}

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
  -moz-column-rule: 1px solid #e5e5e5;
       column-rule: 1px solid #e5e5e5;
  /* 1 */
  -moz-column-gap: 60px;
       column-gap: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-divider {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.uk-column-1-3 {
  -moz-column-count: 3;
       column-count: 3;
}

.uk-column-1-4 {
  -moz-column-count: 4;
       column-count: 4;
}

.uk-column-1-5 {
  -moz-column-count: 5;
       column-count: 5;
}

.uk-column-1-6 {
  -moz-column-count: 6;
       column-count: 6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    -moz-column-count: 2;
         column-count: 2;
  }
  .uk-column-1-3\@s {
    -moz-column-count: 3;
         column-count: 3;
  }
  .uk-column-1-4\@s {
    -moz-column-count: 4;
         column-count: 4;
  }
  .uk-column-1-5\@s {
    -moz-column-count: 5;
         column-count: 5;
  }
  .uk-column-1-6\@s {
    -moz-column-count: 6;
         column-count: 6;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    -moz-column-count: 2;
         column-count: 2;
  }
  .uk-column-1-3\@m {
    -moz-column-count: 3;
         column-count: 3;
  }
  .uk-column-1-4\@m {
    -moz-column-count: 4;
         column-count: 4;
  }
  .uk-column-1-5\@m {
    -moz-column-count: 5;
         column-count: 5;
  }
  .uk-column-1-6\@m {
    -moz-column-count: 6;
         column-count: 6;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    -moz-column-count: 2;
         column-count: 2;
  }
  .uk-column-1-3\@l {
    -moz-column-count: 3;
         column-count: 3;
  }
  .uk-column-1-4\@l {
    -moz-column-count: 4;
         column-count: 4;
  }
  .uk-column-1-5\@l {
    -moz-column-count: 5;
         column-count: 5;
  }
  .uk-column-1-6\@l {
    -moz-column-count: 6;
         column-count: 6;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    -moz-column-count: 2;
         column-count: 2;
  }
  .uk-column-1-3\@xl {
    -moz-column-count: 3;
         column-count: 3;
  }
  .uk-column-1-4\@xl {
    -moz-column-count: 4;
         column-count: 4;
  }
  .uk-column-1-5\@xl {
    -moz-column-count: 5;
         column-count: 5;
  }
  .uk-column-1-6\@xl {
    -moz-column-count: 6;
         column-count: 6;
  }
}
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  -moz-column-span: all;
       column-span: all;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Use attribute to apply transform instantly. Needed if transform is transitioned.
 * 2. Reset responsiveness for embedded content
 * 3. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
/* 1 */
[uk-cover],
[data-uk-cover] {
  /* 2 */
  max-width: none;
  /* 3 */
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}

iframe[uk-cover],
iframe[data-uk-cover] {
  pointer-events: none;
}

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff;
}

.uk-background-muted {
  background-color: #f8f8f8;
}

.uk-background-primary {
  background-color: #005bac;
}

.uk-background-secondary {
  background-color: #222;
}

/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain,
.uk-background-width-1-1,
.uk-background-height-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.uk-background-cover {
  background-size: cover;
}

.uk-background-contain {
  background-size: contain;
}

.uk-background-width-1-1 {
  background-size: 100%;
}

.uk-background-height-1-1 {
  background-size: auto 100%;
}

/* Position
 ========================================================================== */
.uk-background-top-left {
  background-position: 0 0;
}

.uk-background-top-center {
  background-position: 50% 0;
}

.uk-background-top-right {
  background-position: 100% 0;
}

.uk-background-center-left {
  background-position: 0 50%;
}

.uk-background-center-center {
  background-position: 50% 50%;
}

.uk-background-center-right {
  background-position: 100% 50%;
}

.uk-background-bottom-left {
  background-position: 0 100%;
}

.uk-background-bottom-center {
  background-position: 50% 100%;
}

.uk-background-bottom-right {
  background-position: 100% 100%;
}

/* Repeat
 ========================================================================== */
.uk-background-norepeat {
  background-repeat: no-repeat;
}

/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll;
  }
}
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important;
  }
}
/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
  background-blend-mode: multiply;
}

.uk-background-blend-screen {
  background-blend-mode: screen;
}

.uk-background-blend-overlay {
  background-blend-mode: overlay;
}

.uk-background-blend-darken {
  background-blend-mode: darken;
}

.uk-background-blend-lighten {
  background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
  background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
  background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
  background-blend-mode: soft-light;
}

.uk-background-blend-difference {
  background-blend-mode: difference;
}

.uk-background-blend-exclusion {
  background-blend-mode: exclusion;
}

.uk-background-blend-hue {
  background-blend-mode: hue;
}

.uk-background-blend-saturation {
  background-blend-mode: saturation;
}

.uk-background-blend-color {
  background-blend-mode: color;
}

.uk-background-blend-luminosity {
  background-blend-mode: luminosity;
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*=uk-align] {
  display: block;
  margin-bottom: 30px;
}

* + [class*=uk-align] {
  margin-top: 30px;
}

/*
 * Center
 */
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Left/Right
 */
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}

.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px;
  }
  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 40px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}
/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-svg {
  transform: translate(0, 0);
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
  margin-bottom: 0;
}

/*
 * Scrollable
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  resize: both;
}

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
  content: "";
  display: table-cell;
}

/* 2 */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
  float: left;
}

.uk-float-right {
  float: right;
}

/* 1 */
[class*=uk-float-] {
  max-width: 100%;
}

/* Overfow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-auto {
  overflow: auto;
}

.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}

/* Box Sizing
 ========================================================================== */
.uk-box-sizing-content {
  box-sizing: content-box;
}

.uk-box-sizing-border {
  box-sizing: border-box;
}

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both;
}

.uk-resize-horizontal {
  resize: horizontal;
}

.uk-resize-vertical {
  resize: vertical;
}

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important;
}

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

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

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force new layer without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*=uk-inline] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}

.uk-inline-clip {
  /* 6 */
  overflow: hidden;
}

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none;
}

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto;
}

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}

/*
 * Fix initial iframe width. Without the viewport is expanded on iOS devices
 */
[uk-responsive],
[data-uk-responsive] {
  max-width: 100%;
}

/* Object
 ========================================================================== */
.uk-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.uk-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.uk-object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.uk-object-none {
  -o-object-fit: none;
     object-fit: none;
}

.uk-object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/*
 * Position
 */
.uk-object-top-left {
  -o-object-position: 0 0;
     object-position: 0 0;
}

.uk-object-top-center {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.uk-object-top-right {
  -o-object-position: 100% 0;
     object-position: 100% 0;
}

.uk-object-center-left {
  -o-object-position: 0 50%;
     object-position: 0 50%;
}

.uk-object-center-center {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.uk-object-center-right {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

.uk-object-bottom-left {
  -o-object-position: 0 100%;
     object-position: 0 100%;
}

.uk-object-bottom-center {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.uk-object-bottom-right {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}

.uk-border-pill {
  border-radius: 500px;
}

.uk-border-rounded {
  border-radius: 5px;
}

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*=uk-border-] {
  -webkit-transform: translateZ(0);
}

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */
[class*=uk-box-shadow-hover] {
  transition: box-shadow 0.1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Fix shadow being clipped in Safari if container is animated
 */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-box-shadow-bottom::after {
    content: "";
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    /* 3 */
    will-change: filter;
  }
}
/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px;
}

/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
/* Logo
 ========================================================================== */
/*
 * 1. Style
 * 2. Required for `a`
 * 3. Behave like image but can be overridden through flex utility classes
 */
.uk-logo {
  /* 1 */
  font-size: 1.5rem;
  font-family: "メイリオ", Meiryo, "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333;
  /* 2 */
  text-decoration: none;
}

/* 3 */
:where(.uk-logo) {
  display: inline-block;
  vertical-align: middle;
}

/* Hover */
.uk-logo:hover {
  color: #333;
  /* 1 */
  text-decoration: none;
}

.uk-logo :where(img, svg, video) {
  display: block;
}

.uk-logo-inverse {
  display: none;
}

/* Disabled State
 ========================================================================== */
.uk-disabled {
  pointer-events: none;
}

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag * {
  cursor: move;
}

/* 2 */
.uk-drag iframe {
  pointer-events: none;
}

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply;
}

.uk-blend-screen {
  mix-blend-mode: screen;
}

.uk-blend-overlay {
  mix-blend-mode: overlay;
}

.uk-blend-darken {
  mix-blend-mode: darken;
}

.uk-blend-lighten {
  mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}

.uk-blend-difference {
  mix-blend-mode: difference;
}

.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}

.uk-blend-hue {
  mix-blend-mode: hue;
}

.uk-blend-saturation {
  mix-blend-mode: saturation;
}

.uk-blend-color {
  mix-blend-mode: color;
}

.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}

/* Transform
========================================================================== */
.uk-transform-center {
  transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
  transform-origin: 0 0;
}

.uk-transform-origin-top-center {
  transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
  transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
  transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
  transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
  transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex;
}

.uk-flex-inline {
  display: inline-flex;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
  justify-content: flex-start;
}

.uk-flex-center {
  justify-content: center;
}

.uk-flex-right {
  justify-content: flex-end;
}

.uk-flex-between {
  justify-content: space-between;
}

.uk-flex-around {
  justify-content: space-around;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-left\@s {
    justify-content: flex-start;
  }
  .uk-flex-center\@s {
    justify-content: center;
  }
  .uk-flex-right\@s {
    justify-content: flex-end;
  }
  .uk-flex-between\@s {
    justify-content: space-between;
  }
  .uk-flex-around\@s {
    justify-content: space-around;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-left\@m {
    justify-content: flex-start;
  }
  .uk-flex-center\@m {
    justify-content: center;
  }
  .uk-flex-right\@m {
    justify-content: flex-end;
  }
  .uk-flex-between\@m {
    justify-content: space-between;
  }
  .uk-flex-around\@m {
    justify-content: space-around;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-left\@l {
    justify-content: flex-start;
  }
  .uk-flex-center\@l {
    justify-content: center;
  }
  .uk-flex-right\@l {
    justify-content: flex-end;
  }
  .uk-flex-between\@l {
    justify-content: space-between;
  }
  .uk-flex-around\@l {
    justify-content: space-around;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }
  .uk-flex-center\@xl {
    justify-content: center;
  }
  .uk-flex-right\@xl {
    justify-content: flex-end;
  }
  .uk-flex-between\@xl {
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}
/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch;
}

.uk-flex-top {
  align-items: flex-start;
}

.uk-flex-middle {
  align-items: center;
}

.uk-flex-bottom {
  align-items: flex-end;
}

/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row;
}

.uk-flex-row-reverse {
  flex-direction: row-reverse;
}

.uk-flex-column {
  flex-direction: column;
}

.uk-flex-column-reverse {
  flex-direction: column-reverse;
}

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap;
}

.uk-flex-wrap {
  flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
  align-content: stretch;
}

.uk-flex-wrap-top {
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  align-content: center;
}

.uk-flex-wrap-bottom {
  align-content: flex-end;
}

.uk-flex-wrap-between {
  align-content: space-between;
}

.uk-flex-wrap-around {
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1;
}

.uk-flex-last {
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1;
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 20px;
}

* + .uk-margin {
  margin-top: 20px !important;
}

.uk-margin-top {
  margin-top: 20px !important;
}

.uk-margin-bottom {
  margin-bottom: 20px !important;
}

.uk-margin-left {
  margin-left: 20px !important;
}

.uk-margin-right {
  margin-right: 20px !important;
}

/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px;
}

* + .uk-margin-small {
  margin-top: 10px !important;
}

.uk-margin-small-top {
  margin-top: 10px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}

.uk-margin-small-left {
  margin-left: 10px !important;
}

.uk-margin-small-right {
  margin-right: 10px !important;
}

/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px;
}

* + .uk-margin-medium {
  margin-top: 40px !important;
}

.uk-margin-medium-top {
  margin-top: 40px !important;
}

.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-medium-left {
  margin-left: 40px !important;
}

.uk-margin-medium-right {
  margin-right: 40px !important;
}

/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px;
}

* + .uk-margin-large {
  margin-top: 40px !important;
}

.uk-margin-large-top {
  margin-top: 40px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-large-left {
  margin-left: 40px !important;
}

.uk-margin-large-right {
  margin-right: 40px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }
  * + .uk-margin-large {
    margin-top: 70px !important;
  }
  .uk-margin-large-top {
    margin-top: 70px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .uk-margin-large-left {
    margin-left: 70px !important;
  }
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}
/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px;
}

* + .uk-margin-xlarge {
  margin-top: 70px !important;
}

.uk-margin-xlarge-top {
  margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
  margin-left: 70px !important;
}

.uk-margin-xlarge-right {
  margin-right: 70px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
}
/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

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

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@s {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@s {
    margin-right: auto !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@m {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@m {
    margin-right: auto !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@l {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@l {
    margin-right: auto !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}
/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important;
}

.uk-margin-remove-top {
  margin-top: 0 !important;
}

.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.uk-margin-remove-left {
  margin-left: 0 !important;
}

.uk-margin-remove-right {
  margin-right: 0 !important;
}

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px;
  }
}
/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px;
}

/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 40px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px;
  }
}
/* Remove
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
}

.uk-padding-remove-top {
  padding-top: 0 !important;
}

.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.uk-padding-remove-left {
  padding-left: 0 !important;
}

.uk-padding-remove-right {
  padding-right: 0 !important;
}

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ========================================================================
   Component: Position
 ========================================================================== */
:root {
  --uk-position-margin-offset: 0px;
}

/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow.
 */
[class*=uk-position-top],
[class*=uk-position-bottom],
[class*=uk-position-left],
[class*=uk-position-right],
[class*=uk-position-center] {
  position: absolute !important;
  /* 1 */
  max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
  box-sizing: border-box;
}

/*
 * Edges
 * Don't use `width: 100%` because it's wrong if the parent has padding.
 */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

/*
 * Corners
 */
.uk-position-top-left {
  top: 0;
  left: 0;
}

.uk-position-top-right {
  top: 0;
  right: 0;
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 *    Using `max-content` requires `max-width` of 100% which is set generally.
 */
.uk-position-center {
  top: calc(50% - var(--uk-position-margin-offset));
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  /* 1 */
  width: -moz-max-content;
  width: max-content;
}

/* Vertical */
[class*=uk-position-center-left],
[class*=uk-position-center-right] {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -50%;
  transform: translate(0, var(--uk-position-translate-y));
}

.uk-position-center-left {
  left: 0;
}

.uk-position-center-right {
  right: 0;
}

.uk-position-center-left-out {
  right: 100%;
  width: -moz-max-content;
  width: max-content;
}

.uk-position-center-right-out {
  left: 100%;
  width: -moz-max-content;
  width: max-content;
}

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  transform: translate(var(--uk-position-translate-x), 0);
  /* 1 */
  width: -moz-max-content;
  width: max-content;
}

.uk-position-top-center {
  top: 0;
}

.uk-position-bottom-center {
  bottom: 0;
}

/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Margin
 ========================================================================== */
.uk-position-small {
  margin: 15px;
  --uk-position-margin-offset: 15px;
}

.uk-position-medium {
  margin: 30px;
  --uk-position-margin-offset: 30px;
}

.uk-position-large {
  margin: 30px;
  --uk-position-margin-offset: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    margin: 50px;
    --uk-position-margin-offset: 50px;
  }
}
/* Schemes
 ========================================================================== */
.uk-position-relative {
  position: relative !important;
}

.uk-position-absolute {
  position: absolute !important;
}

.uk-position-fixed {
  position: fixed !important;
}

.uk-position-sticky {
  position: sticky !important;
}

/* Layer
 ========================================================================== */
.uk-position-z-index {
  z-index: 1;
}

.uk-position-z-index-zero {
  z-index: 0;
}

.uk-position-z-index-negative {
  z-index: -1;
}

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 */
:where(.uk-transition-fade),
:where([class*=uk-transition-scale]),
:where([class*=uk-transition-slide]) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0;
}

.uk-transition-fade,
[class*=uk-transition-scale],
[class*=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle .uk-transition-fade:focus-within,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1;
}

/*
 * Scale
 * 1. Make image rendering the same during the transition as before and after. Prefixed because of Safari.
 */
/* 1 */
[class*=uk-transition-scale] {
  -webkit-backface-visibility: hidden;
}

.uk-transition-scale-up {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
}

.uk-transition-scale-down {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
}

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle .uk-transition-scale-up:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-up {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
  opacity: 1;
}

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle .uk-transition-scale-down:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-down {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  opacity: 1;
}

/*
 * Slide
 */
.uk-transition-slide-top {
  --uk-translate-y: -100%;
}

.uk-transition-slide-bottom {
  --uk-translate-y: 100%;
}

.uk-transition-slide-left {
  --uk-translate-x: -100%;
}

.uk-transition-slide-right {
  --uk-translate-x: 100%;
}

.uk-transition-slide-top-small {
  --uk-translate-y: calc(-1 * 10px);
}

.uk-transition-slide-bottom-small {
  --uk-translate-y: 10px;
}

.uk-transition-slide-left-small {
  --uk-translate-x: calc(-1 * 10px);
}

.uk-transition-slide-right-small {
  --uk-translate-x: 10px;
}

.uk-transition-slide-top-medium {
  --uk-translate-y: calc(-1 * 50px);
}

.uk-transition-slide-bottom-medium {
  --uk-translate-y: 50px;
}

.uk-transition-slide-left-medium {
  --uk-translate-x: calc(-1 * 50px);
}

.uk-transition-slide-right-medium {
  --uk-translate-x: 50px;
}

/* Show */
.uk-transition-toggle:hover [class*=uk-transition-slide],
.uk-transition-toggle:focus [class*=uk-transition-slide],
.uk-transition-toggle [class*=uk-transition-slide]:focus-within,
.uk-transition-active.uk-active [class*=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  opacity: 1;
}

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1;
}

/* Duration modifiers
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important;
  }
}
/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important;
}

/* Based on the State of the Parent Element
 ========================================================================== */
/*
 * Mind that `display: none`, `visibility: hidden` and `opacity: 0`
 * remove the element from the accessibility tree and that
 * `display: none` and `visibility: hidden` are not focusable.
 *
 * The target stays visible if any element within receives focus through keyboard.
 */
/*
 * Remove space when hidden.
 * 1. Remove from document flow.
 * 2. Hide element and shrink its dimension. Can't use zero dimensions together
 *    with `overflow: hidden` it would remove it from the accessibility tree.
 * 3. Hide the single rendered pixel.
 * 4. Prevent text wrapping caused by `width: 1px` because it has side effects on vocalisation
 *    by screen readers and the visual tracking indicator of other assistive technologies.
 */
.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 1 */
  position: absolute !important;
  /* 2 */
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  /* 3 */
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  /* 4 */
  white-space: nowrap !important;
}

/*
 * Keep space when hidden.
 * Hide element without shrinking its dimension.
 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

/* Based on Hover Capability of the Pointing Device
 ========================================================================== */
/*
 * Hover
 */
/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */
@media (hover: none) {
  .uk-hidden-touch {
    display: none !important;
  }
}
/* Hide if primary pointing device supports hover, e.g. mice. */
@media (hover) {
  .uk-hidden-notouch {
    display: none !important;
  }
}
/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color), .uk-card-primary.uk-card-body, .uk-card-primary > :not([class*=uk-card-media]), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*=uk-card-media]), .uk-overlay-primary, .uk-offcanvas-bar {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light a, .uk-section-primary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) a, .uk-tile-primary:not(.uk-preserve-color) a, .uk-tile-secondary:not(.uk-preserve-color) a, .uk-card-primary.uk-card-body a, .uk-card-primary > :not([class*=uk-card-media]) a, .uk-card-secondary.uk-card-body a, .uk-card-secondary > :not([class*=uk-card-media]) a, .uk-overlay-primary a, .uk-offcanvas-bar a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link,
.uk-overlay-primary .uk-link,
.uk-offcanvas-bar .uk-link {
  color: #fff;
}
.uk-light a:hover, .uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-tile-primary:not(.uk-preserve-color) a:hover, .uk-tile-secondary:not(.uk-preserve-color) a:hover, .uk-card-primary.uk-card-body a:hover, .uk-card-primary > :not([class*=uk-card-media]) a:hover, .uk-card-secondary.uk-card-body a:hover, .uk-card-secondary > :not([class*=uk-card-media]) a:hover, .uk-overlay-primary a:hover, .uk-offcanvas-bar a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link:hover,
.uk-overlay-primary .uk-link:hover,
.uk-offcanvas-bar .uk-link:hover,
.uk-light .uk-link-toggle:hover .uk-link,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,
.uk-overlay-primary .uk-link-toggle:hover .uk-link,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link {
  color: #fff;
}
.uk-light :not(pre) > code, .uk-section-primary:not(.uk-preserve-color) :not(pre) > code, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-card-primary.uk-card-body :not(pre) > code, .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > code, .uk-card-secondary.uk-card-body :not(pre) > code, .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > code, .uk-overlay-primary :not(pre) > code, .uk-offcanvas-bar :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-card-primary.uk-card-body :not(pre) > kbd,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > kbd,
.uk-card-secondary.uk-card-body :not(pre) > kbd,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > kbd,
.uk-overlay-primary :not(pre) > kbd,
.uk-offcanvas-bar :not(pre) > kbd,
.uk-light :not(pre) > samp,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-card-primary.uk-card-body :not(pre) > samp,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > samp,
.uk-card-secondary.uk-card-body :not(pre) > samp,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > samp,
.uk-overlay-primary :not(pre) > samp,
.uk-offcanvas-bar :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
}
.uk-light em, .uk-section-primary:not(.uk-preserve-color) em, .uk-section-secondary:not(.uk-preserve-color) em, .uk-tile-primary:not(.uk-preserve-color) em, .uk-tile-secondary:not(.uk-preserve-color) em, .uk-card-primary.uk-card-body em, .uk-card-primary > :not([class*=uk-card-media]) em, .uk-card-secondary.uk-card-body em, .uk-card-secondary > :not([class*=uk-card-media]) em, .uk-overlay-primary em, .uk-offcanvas-bar em {
  color: #fff;
}
.uk-light h1, .uk-section-primary:not(.uk-preserve-color) h1, .uk-section-secondary:not(.uk-preserve-color) h1, .uk-tile-primary:not(.uk-preserve-color) h1, .uk-tile-secondary:not(.uk-preserve-color) h1, .uk-card-primary.uk-card-body h1, .uk-card-primary > :not([class*=uk-card-media]) h1, .uk-card-secondary.uk-card-body h1, .uk-card-secondary > :not([class*=uk-card-media]) h1, .uk-overlay-primary h1, .uk-offcanvas-bar h1, .uk-light .uk-h1, .uk-section-primary:not(.uk-preserve-color) .uk-h1, .uk-section-secondary:not(.uk-preserve-color) .uk-h1, .uk-tile-primary:not(.uk-preserve-color) .uk-h1, .uk-tile-secondary:not(.uk-preserve-color) .uk-h1, .uk-card-primary.uk-card-body .uk-h1, .uk-card-primary > :not([class*=uk-card-media]) .uk-h1, .uk-card-secondary.uk-card-body .uk-h1, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h1, .uk-overlay-primary .uk-h1, .uk-offcanvas-bar .uk-h1,
.uk-light h2,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-card-primary.uk-card-body h2,
.uk-card-primary > :not([class*=uk-card-media]) h2,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary > :not([class*=uk-card-media]) h2,
.uk-overlay-primary h2,
.uk-offcanvas-bar h2, .uk-light .uk-h2, .uk-section-primary:not(.uk-preserve-color) .uk-h2, .uk-section-secondary:not(.uk-preserve-color) .uk-h2, .uk-tile-primary:not(.uk-preserve-color) .uk-h2, .uk-tile-secondary:not(.uk-preserve-color) .uk-h2, .uk-card-primary.uk-card-body .uk-h2, .uk-card-primary > :not([class*=uk-card-media]) .uk-h2, .uk-card-secondary.uk-card-body .uk-h2, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h2, .uk-overlay-primary .uk-h2, .uk-offcanvas-bar .uk-h2,
.uk-light h3,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-card-primary.uk-card-body h3,
.uk-card-primary > :not([class*=uk-card-media]) h3,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary > :not([class*=uk-card-media]) h3,
.uk-overlay-primary h3,
.uk-offcanvas-bar h3, .uk-light .uk-h3, .uk-section-primary:not(.uk-preserve-color) .uk-h3, .uk-section-secondary:not(.uk-preserve-color) .uk-h3, .uk-tile-primary:not(.uk-preserve-color) .uk-h3, .uk-tile-secondary:not(.uk-preserve-color) .uk-h3, .uk-card-primary.uk-card-body .uk-h3, .uk-card-primary > :not([class*=uk-card-media]) .uk-h3, .uk-card-secondary.uk-card-body .uk-h3, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h3, .uk-overlay-primary .uk-h3, .uk-offcanvas-bar .uk-h3,
.uk-light h4,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-card-primary.uk-card-body h4,
.uk-card-primary > :not([class*=uk-card-media]) h4,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary > :not([class*=uk-card-media]) h4,
.uk-overlay-primary h4,
.uk-offcanvas-bar h4, .uk-light .uk-h4, .uk-section-primary:not(.uk-preserve-color) .uk-h4, .uk-section-secondary:not(.uk-preserve-color) .uk-h4, .uk-tile-primary:not(.uk-preserve-color) .uk-h4, .uk-tile-secondary:not(.uk-preserve-color) .uk-h4, .uk-card-primary.uk-card-body .uk-h4, .uk-card-primary > :not([class*=uk-card-media]) .uk-h4, .uk-card-secondary.uk-card-body .uk-h4, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h4, .uk-overlay-primary .uk-h4, .uk-offcanvas-bar .uk-h4,
.uk-light h5,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-card-primary.uk-card-body h5,
.uk-card-primary > :not([class*=uk-card-media]) h5,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary > :not([class*=uk-card-media]) h5,
.uk-overlay-primary h5,
.uk-offcanvas-bar h5, .uk-light .uk-h5, .uk-section-primary:not(.uk-preserve-color) .uk-h5, .uk-section-secondary:not(.uk-preserve-color) .uk-h5, .uk-tile-primary:not(.uk-preserve-color) .uk-h5, .uk-tile-secondary:not(.uk-preserve-color) .uk-h5, .uk-card-primary.uk-card-body .uk-h5, .uk-card-primary > :not([class*=uk-card-media]) .uk-h5, .uk-card-secondary.uk-card-body .uk-h5, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h5, .uk-overlay-primary .uk-h5, .uk-offcanvas-bar .uk-h5,
.uk-light h6,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-card-primary.uk-card-body h6,
.uk-card-primary > :not([class*=uk-card-media]) h6,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary > :not([class*=uk-card-media]) h6,
.uk-overlay-primary h6,
.uk-offcanvas-bar h6, .uk-light .uk-h6, .uk-section-primary:not(.uk-preserve-color) .uk-h6, .uk-section-secondary:not(.uk-preserve-color) .uk-h6, .uk-tile-primary:not(.uk-preserve-color) .uk-h6, .uk-tile-secondary:not(.uk-preserve-color) .uk-h6, .uk-card-primary.uk-card-body .uk-h6, .uk-card-primary > :not([class*=uk-card-media]) .uk-h6, .uk-card-secondary.uk-card-body .uk-h6, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h6, .uk-overlay-primary .uk-h6, .uk-offcanvas-bar .uk-h6,
.uk-light .uk-heading-small,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-card-primary.uk-card-body .uk-heading-small,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-small,
.uk-card-secondary.uk-card-body .uk-heading-small,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-small,
.uk-overlay-primary .uk-heading-small,
.uk-offcanvas-bar .uk-heading-small,
.uk-light .uk-heading-medium,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-card-primary.uk-card-body .uk-heading-medium,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-medium,
.uk-card-secondary.uk-card-body .uk-heading-medium,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-medium,
.uk-overlay-primary .uk-heading-medium,
.uk-offcanvas-bar .uk-heading-medium,
.uk-light .uk-heading-large,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-card-primary.uk-card-body .uk-heading-large,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-large,
.uk-card-secondary.uk-card-body .uk-heading-large,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-large,
.uk-overlay-primary .uk-heading-large,
.uk-offcanvas-bar .uk-heading-large,
.uk-light .uk-heading-xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-card-primary.uk-card-body .uk-heading-xlarge,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-xlarge,
.uk-card-secondary.uk-card-body .uk-heading-xlarge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-xlarge,
.uk-overlay-primary .uk-heading-xlarge,
.uk-offcanvas-bar .uk-heading-xlarge,
.uk-light .uk-heading-2xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-card-primary.uk-card-body .uk-heading-2xlarge,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-2xlarge,
.uk-card-secondary.uk-card-body .uk-heading-2xlarge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-2xlarge,
.uk-overlay-primary .uk-heading-2xlarge,
.uk-offcanvas-bar .uk-heading-2xlarge {
  color: #fff;
}
.uk-light blockquote, .uk-section-primary:not(.uk-preserve-color) blockquote, .uk-section-secondary:not(.uk-preserve-color) blockquote, .uk-tile-primary:not(.uk-preserve-color) blockquote, .uk-tile-secondary:not(.uk-preserve-color) blockquote, .uk-card-primary.uk-card-body blockquote, .uk-card-primary > :not([class*=uk-card-media]) blockquote, .uk-card-secondary.uk-card-body blockquote, .uk-card-secondary > :not([class*=uk-card-media]) blockquote, .uk-overlay-primary blockquote, .uk-offcanvas-bar blockquote {
  color: #fff;
}
.uk-light blockquote footer, .uk-section-primary:not(.uk-preserve-color) blockquote footer, .uk-section-secondary:not(.uk-preserve-color) blockquote footer, .uk-tile-primary:not(.uk-preserve-color) blockquote footer, .uk-tile-secondary:not(.uk-preserve-color) blockquote footer, .uk-card-primary.uk-card-body blockquote footer, .uk-card-primary > :not([class*=uk-card-media]) blockquote footer, .uk-card-secondary.uk-card-body blockquote footer, .uk-card-secondary > :not([class*=uk-card-media]) blockquote footer, .uk-overlay-primary blockquote footer, .uk-offcanvas-bar blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light hr, .uk-section-primary:not(.uk-preserve-color) hr, .uk-section-secondary:not(.uk-preserve-color) hr, .uk-tile-primary:not(.uk-preserve-color) hr, .uk-tile-secondary:not(.uk-preserve-color) hr, .uk-card-primary.uk-card-body hr, .uk-card-primary > :not([class*=uk-card-media]) hr, .uk-card-secondary.uk-card-body hr, .uk-card-secondary > :not([class*=uk-card-media]) hr, .uk-overlay-primary hr, .uk-offcanvas-bar hr, .uk-light .uk-hr, .uk-section-primary:not(.uk-preserve-color) .uk-hr, .uk-section-secondary:not(.uk-preserve-color) .uk-hr, .uk-tile-primary:not(.uk-preserve-color) .uk-hr, .uk-tile-secondary:not(.uk-preserve-color) .uk-hr, .uk-card-primary.uk-card-body .uk-hr, .uk-card-primary > :not([class*=uk-card-media]) .uk-hr, .uk-card-secondary.uk-card-body .uk-hr, .uk-card-secondary > :not([class*=uk-card-media]) .uk-hr, .uk-overlay-primary .uk-hr, .uk-offcanvas-bar .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light :focus-visible, .uk-section-primary:not(.uk-preserve-color) :focus-visible, .uk-section-secondary:not(.uk-preserve-color) :focus-visible, .uk-tile-primary:not(.uk-preserve-color) :focus-visible, .uk-tile-secondary:not(.uk-preserve-color) :focus-visible, .uk-card-primary.uk-card-body :focus-visible, .uk-card-primary > :not([class*=uk-card-media]) :focus-visible, .uk-card-secondary.uk-card-body :focus-visible, .uk-card-secondary > :not([class*=uk-card-media]) :focus-visible, .uk-overlay-primary :focus-visible, .uk-offcanvas-bar :focus-visible {
  outline-color: #fff;
}
.uk-light a.uk-link-muted, .uk-section-primary:not(.uk-preserve-color) a.uk-link-muted, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted, .uk-card-primary.uk-card-body a.uk-link-muted, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted, .uk-card-secondary.uk-card-body a.uk-link-muted, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted, .uk-overlay-primary a.uk-link-muted, .uk-offcanvas-bar a.uk-link-muted,
.uk-light .uk-link-muted a,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-card-primary.uk-card-body .uk-link-muted a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a,
.uk-card-secondary.uk-card-body .uk-link-muted a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a,
.uk-overlay-primary .uk-link-muted a,
.uk-offcanvas-bar .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light a.uk-link-muted:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-card-primary.uk-card-body a.uk-link-muted:hover, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted:hover, .uk-card-secondary.uk-card-body a.uk-link-muted:hover, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted:hover, .uk-overlay-primary a.uk-link-muted:hover, .uk-offcanvas-bar a.uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-card-primary.uk-card-body .uk-link-muted a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a:hover,
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a:hover,
.uk-overlay-primary .uk-link-muted a:hover,
.uk-offcanvas-bar .uk-link-muted a:hover,
.uk-light .uk-link-toggle:hover .uk-link-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-muted,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-muted {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light a.uk-link-text:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-card-primary.uk-card-body a.uk-link-text:hover, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-text:hover, .uk-card-secondary.uk-card-body a.uk-link-text:hover, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-text:hover, .uk-overlay-primary a.uk-link-text:hover, .uk-offcanvas-bar a.uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-card-primary.uk-card-body .uk-link-text a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-text a:hover,
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-text a:hover,
.uk-overlay-primary .uk-link-text a:hover,
.uk-offcanvas-bar .uk-link-text a:hover,
.uk-light .uk-link-toggle:hover .uk-link-text,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-text,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-text,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-text {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light a.uk-link-heading:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-card-primary.uk-card-body a.uk-link-heading:hover, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-heading:hover, .uk-card-secondary.uk-card-body a.uk-link-heading:hover, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-heading:hover, .uk-overlay-primary a.uk-link-heading:hover, .uk-offcanvas-bar a.uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-card-primary.uk-card-body .uk-link-heading a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-heading a:hover,
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-heading a:hover,
.uk-overlay-primary .uk-link-heading a:hover,
.uk-offcanvas-bar .uk-link-heading a:hover,
.uk-light .uk-link-toggle:hover .uk-link-heading,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-heading,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-heading {
  color: #fff;
}
.uk-light .uk-heading-divider, .uk-section-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-card-primary.uk-card-body .uk-heading-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-divider, .uk-card-secondary.uk-card-body .uk-heading-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-divider, .uk-overlay-primary .uk-heading-divider, .uk-offcanvas-bar .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-heading-bullet::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-card-primary.uk-card-body .uk-heading-bullet::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-bullet::before, .uk-card-secondary.uk-card-body .uk-heading-bullet::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-bullet::before, .uk-overlay-primary .uk-heading-bullet::before, .uk-offcanvas-bar .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-heading-line > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-card-primary.uk-card-body .uk-heading-line > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::before, .uk-card-secondary.uk-card-body .uk-heading-line > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::before, .uk-overlay-primary .uk-heading-line > ::before, .uk-offcanvas-bar .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-card-primary.uk-card-body .uk-heading-line > ::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::after,
.uk-card-secondary.uk-card-body .uk-heading-line > ::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::after,
.uk-overlay-primary .uk-heading-line > ::after,
.uk-offcanvas-bar .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-divider-icon, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-card-primary.uk-card-body .uk-divider-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon, .uk-card-secondary.uk-card-body .uk-divider-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon, .uk-overlay-primary .uk-divider-icon, .uk-offcanvas-bar .uk-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-divider-icon::before, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-card-primary.uk-card-body .uk-divider-icon::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::before, .uk-card-secondary.uk-card-body .uk-divider-icon::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::before, .uk-overlay-primary .uk-divider-icon::before, .uk-offcanvas-bar .uk-divider-icon::before,
.uk-light .uk-divider-icon::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-card-primary.uk-card-body .uk-divider-icon::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::after,
.uk-card-secondary.uk-card-body .uk-divider-icon::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::after,
.uk-overlay-primary .uk-divider-icon::after,
.uk-offcanvas-bar .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-divider-small::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-card-primary.uk-card-body .uk-divider-small::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-small::after, .uk-card-secondary.uk-card-body .uk-divider-small::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-small::after, .uk-overlay-primary .uk-divider-small::after, .uk-offcanvas-bar .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-divider-vertical, .uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-card-primary.uk-card-body .uk-divider-vertical, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-vertical, .uk-card-secondary.uk-card-body .uk-divider-vertical, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-vertical, .uk-overlay-primary .uk-divider-vertical, .uk-offcanvas-bar .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-muted > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-card-primary.uk-card-body .uk-list-muted > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-muted > ::before, .uk-card-secondary.uk-card-body .uk-list-muted > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-muted > ::before, .uk-overlay-primary .uk-list-muted > ::before, .uk-offcanvas-bar .uk-list-muted > ::before {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-light .uk-list-emphasis > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-card-primary.uk-card-body .uk-list-emphasis > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before, .uk-card-secondary.uk-card-body .uk-list-emphasis > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before, .uk-overlay-primary .uk-list-emphasis > ::before, .uk-offcanvas-bar .uk-list-emphasis > ::before {
  color: #fff !important;
}
.uk-light .uk-list-primary > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-card-primary.uk-card-body .uk-list-primary > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-primary > ::before, .uk-card-secondary.uk-card-body .uk-list-primary > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-primary > ::before, .uk-overlay-primary .uk-list-primary > ::before, .uk-offcanvas-bar .uk-list-primary > ::before {
  color: #fff !important;
}
.uk-light .uk-list-secondary > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-card-primary.uk-card-body .uk-list-secondary > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-secondary > ::before, .uk-card-secondary.uk-card-body .uk-list-secondary > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-secondary > ::before, .uk-overlay-primary .uk-list-secondary > ::before, .uk-offcanvas-bar .uk-list-secondary > ::before {
  color: #fff !important;
}
.uk-light .uk-list-bullet > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-card-primary.uk-card-body .uk-list-bullet > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-bullet > ::before, .uk-card-secondary.uk-card-body .uk-list-bullet > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-bullet > ::before, .uk-overlay-primary .uk-list-bullet > ::before, .uk-offcanvas-bar .uk-list-bullet > ::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-list-divider > :nth-child(n+2), .uk-section-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-card-primary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2), .uk-card-secondary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2), .uk-overlay-primary .uk-list-divider > :nth-child(n+2), .uk-offcanvas-bar .uk-list-divider > :nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-striped > *:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-card-primary.uk-card-body .uk-list-striped > *:nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > *:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > *:nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > *:nth-of-type(odd), .uk-overlay-primary .uk-list-striped > *:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > *:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-striped > :nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-card-primary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd), .uk-overlay-primary .uk-list-striped > :nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > :nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
.uk-light .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-card-primary.uk-card-body .uk-icon-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link, .uk-card-secondary.uk-card-body .uk-icon-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link, .uk-overlay-primary .uk-icon-link, .uk-offcanvas-bar .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-icon-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-card-primary.uk-card-body .uk-icon-link:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:hover, .uk-card-secondary.uk-card-body .uk-icon-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:hover, .uk-overlay-primary .uk-icon-link:hover, .uk-offcanvas-bar .uk-icon-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-icon-link:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-card-primary.uk-card-body .uk-icon-link:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:active, .uk-card-secondary.uk-card-body .uk-icon-link:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:active, .uk-overlay-primary .uk-icon-link:active, .uk-offcanvas-bar .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-card-primary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link,
.uk-overlay-primary .uk-active > .uk-icon-link,
.uk-offcanvas-bar .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-icon-button, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-card-primary.uk-card-body .uk-icon-button, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button, .uk-card-secondary.uk-card-body .uk-icon-button, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button, .uk-overlay-primary .uk-icon-button, .uk-offcanvas-bar .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-icon-button:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-card-primary.uk-card-body .uk-icon-button:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:hover, .uk-card-secondary.uk-card-body .uk-icon-button:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:hover, .uk-overlay-primary .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-icon-button:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-card-primary.uk-card-body .uk-icon-button:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:active, .uk-card-secondary.uk-card-body .uk-icon-button:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:active, .uk-overlay-primary .uk-icon-button:active, .uk-offcanvas-bar .uk-icon-button:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-input, .uk-section-primary:not(.uk-preserve-color) .uk-input, .uk-section-secondary:not(.uk-preserve-color) .uk-input, .uk-tile-primary:not(.uk-preserve-color) .uk-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-input, .uk-card-primary.uk-card-body .uk-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-input, .uk-card-secondary.uk-card-body .uk-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input, .uk-overlay-primary .uk-input, .uk-offcanvas-bar .uk-input,
.uk-light .uk-select,
.uk-section-primary:not(.uk-preserve-color) .uk-select,
.uk-section-secondary:not(.uk-preserve-color) .uk-select,
.uk-tile-primary:not(.uk-preserve-color) .uk-select,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select,
.uk-card-primary.uk-card-body .uk-select,
.uk-card-primary > :not([class*=uk-card-media]) .uk-select,
.uk-card-secondary.uk-card-body .uk-select,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select,
.uk-overlay-primary .uk-select,
.uk-offcanvas-bar .uk-select,
.uk-light .uk-textarea,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-card-primary.uk-card-body .uk-textarea,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea,
.uk-card-secondary.uk-card-body .uk-textarea,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea,
.uk-overlay-primary .uk-textarea,
.uk-offcanvas-bar .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-card-primary.uk-card-body .uk-input:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-input:focus, .uk-card-secondary.uk-card-body .uk-input:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input:focus, .uk-overlay-primary .uk-input:focus, .uk-offcanvas-bar .uk-input:focus,
.uk-light .uk-select:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-card-primary.uk-card-body .uk-select:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-select:focus,
.uk-card-secondary.uk-card-body .uk-select:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select:focus,
.uk-overlay-primary .uk-select:focus,
.uk-offcanvas-bar .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-card-primary.uk-card-body .uk-textarea:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea:focus,
.uk-card-secondary.uk-card-body .uk-textarea:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea:focus,
.uk-overlay-primary .uk-textarea:focus,
.uk-offcanvas-bar .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-input::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-card-primary.uk-card-body .uk-input::-moz-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::-moz-placeholder, .uk-card-secondary.uk-card-body .uk-input::-moz-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::-moz-placeholder, .uk-overlay-primary .uk-input::-moz-placeholder, .uk-offcanvas-bar .uk-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-card-primary.uk-card-body .uk-input::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::placeholder, .uk-card-secondary.uk-card-body .uk-input::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::placeholder, .uk-overlay-primary .uk-input::placeholder, .uk-offcanvas-bar .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-textarea::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-card-primary.uk-card-body .uk-textarea::-moz-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::-moz-placeholder, .uk-card-secondary.uk-card-body .uk-textarea::-moz-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::-moz-placeholder, .uk-overlay-primary .uk-textarea::-moz-placeholder, .uk-offcanvas-bar .uk-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-textarea::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-card-primary.uk-card-body .uk-textarea::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::placeholder, .uk-card-secondary.uk-card-body .uk-textarea::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::placeholder, .uk-overlay-primary .uk-textarea::placeholder, .uk-offcanvas-bar .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-select:not([multiple]):not([size]), .uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-primary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]), .uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-secondary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]), .uk-overlay-primary .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-input[list]:hover, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-card-primary.uk-card-body .uk-input[list]:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:hover, .uk-card-secondary.uk-card-body .uk-input[list]:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:hover, .uk-overlay-primary .uk-input[list]:hover, .uk-offcanvas-bar .uk-input[list]:hover,
.uk-light .uk-input[list]:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-card-primary.uk-card-body .uk-input[list]:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:focus,
.uk-card-secondary.uk-card-body .uk-input[list]:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:focus,
.uk-overlay-primary .uk-input[list]:focus,
.uk-offcanvas-bar .uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-radio, .uk-section-primary:not(.uk-preserve-color) .uk-radio, .uk-section-secondary:not(.uk-preserve-color) .uk-radio, .uk-tile-primary:not(.uk-preserve-color) .uk-radio, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio, .uk-card-primary.uk-card-body .uk-radio, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio, .uk-card-secondary.uk-card-body .uk-radio, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio, .uk-overlay-primary .uk-radio, .uk-offcanvas-bar .uk-radio,
.uk-light .uk-checkbox,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-card-primary.uk-card-body .uk-checkbox,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox,
.uk-card-secondary.uk-card-body .uk-checkbox,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox,
.uk-overlay-primary .uk-checkbox,
.uk-offcanvas-bar .uk-checkbox {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-radio:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus, .uk-card-primary.uk-card-body .uk-radio:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:focus, .uk-card-secondary.uk-card-body .uk-radio:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:focus, .uk-overlay-primary .uk-radio:focus, .uk-offcanvas-bar .uk-radio:focus,
.uk-light .uk-checkbox:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-card-primary.uk-card-body .uk-checkbox:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:focus,
.uk-overlay-primary .uk-checkbox:focus,
.uk-offcanvas-bar .uk-checkbox:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: #fff;
}
.uk-light .uk-radio:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-card-primary.uk-card-body .uk-radio:checked:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked:focus, .uk-card-secondary.uk-card-body .uk-radio:checked:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked:focus, .uk-overlay-primary .uk-radio:checked:focus, .uk-offcanvas-bar .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus,
.uk-overlay-primary .uk-checkbox:checked:focus,
.uk-offcanvas-bar .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,
.uk-overlay-primary .uk-checkbox:indeterminate:focus,
.uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
  background-color: white;
}
.uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-checkbox:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-card-primary.uk-card-body .uk-checkbox:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-card-secondary.uk-card-body .uk-checkbox:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-overlay-primary .uk-checkbox:checked, .uk-offcanvas-bar .uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-checkbox:indeterminate, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-card-primary.uk-card-body .uk-checkbox:indeterminate, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-overlay-primary .uk-checkbox:indeterminate, .uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-form-label, .uk-section-primary:not(.uk-preserve-color) .uk-form-label, .uk-section-secondary:not(.uk-preserve-color) .uk-form-label, .uk-tile-primary:not(.uk-preserve-color) .uk-form-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-label, .uk-card-primary.uk-card-body .uk-form-label, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-label, .uk-card-secondary.uk-card-body .uk-form-label, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-label, .uk-overlay-primary .uk-form-label, .uk-offcanvas-bar .uk-form-label {
  color: #fff;
}
.uk-light .uk-form-icon, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-card-primary.uk-card-body .uk-form-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon, .uk-card-secondary.uk-card-body .uk-form-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon, .uk-overlay-primary .uk-form-icon, .uk-offcanvas-bar .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-form-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-card-primary.uk-card-body .uk-form-icon:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon:hover, .uk-card-secondary.uk-card-body .uk-form-icon:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon:hover, .uk-overlay-primary .uk-form-icon:hover, .uk-offcanvas-bar .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-button-default, .uk-section-primary:not(.uk-preserve-color) .uk-button-default, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default, .uk-card-primary.uk-card-body .uk-button-default, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default, .uk-card-secondary.uk-card-body .uk-button-default, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default, .uk-overlay-primary .uk-button-default, .uk-offcanvas-bar .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-button-default:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-card-primary.uk-card-body .uk-button-default:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:hover, .uk-card-secondary.uk-card-body .uk-button-default:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:hover, .uk-overlay-primary .uk-button-default:hover, .uk-offcanvas-bar .uk-button-default:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.uk-light .uk-button-default:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-card-primary.uk-card-body .uk-button-default:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:active, .uk-card-secondary.uk-card-body .uk-button-default:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:active, .uk-overlay-primary .uk-button-default:active, .uk-offcanvas-bar .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default.uk-active,
.uk-offcanvas-bar .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.uk-light .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary, .uk-overlay-primary .uk-button-primary, .uk-offcanvas-bar .uk-button-primary {
  background-color: #fff;
  color: #666;
}
.uk-light .uk-button-primary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:hover, .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:hover {
  background-color: #f2f2f2;
  color: #666;
}
.uk-light .uk-button-primary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-card-primary.uk-card-body .uk-button-primary:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:active, .uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:active, .uk-overlay-primary .uk-button-primary:active, .uk-offcanvas-bar .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary.uk-active,
.uk-offcanvas-bar .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}
.uk-light .uk-button-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-card-primary.uk-card-body .uk-button-secondary, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary, .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary, .uk-overlay-primary .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary {
  background-color: #fff;
  color: #666;
}
.uk-light .uk-button-secondary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-card-primary.uk-card-body .uk-button-secondary:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:hover, .uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:hover, .uk-overlay-primary .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:hover {
  background-color: #f2f2f2;
  color: #666;
}
.uk-light .uk-button-secondary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-card-primary.uk-card-body .uk-button-secondary:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:active, .uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:active, .uk-overlay-primary .uk-button-secondary:active, .uk-offcanvas-bar .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.uk-offcanvas-bar .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}
.uk-light .uk-button-text, .uk-section-primary:not(.uk-preserve-color) .uk-button-text, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text, .uk-card-primary.uk-card-body .uk-button-text, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text, .uk-card-secondary.uk-card-body .uk-button-text, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text, .uk-overlay-primary .uk-button-text, .uk-offcanvas-bar .uk-button-text {
  color: #fff;
}
.uk-light .uk-button-text::before, .uk-section-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before, .uk-card-primary.uk-card-body .uk-button-text::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text::before, .uk-card-secondary.uk-card-body .uk-button-text::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text::before, .uk-overlay-primary .uk-button-text::before, .uk-offcanvas-bar .uk-button-text::before {
  border-bottom-color: #fff;
}
.uk-light .uk-button-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-card-primary.uk-card-body .uk-button-text:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:hover, .uk-card-secondary.uk-card-body .uk-button-text:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:hover, .uk-overlay-primary .uk-button-text:hover, .uk-offcanvas-bar .uk-button-text:hover {
  color: #fff;
}
.uk-light .uk-button-text:disabled, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-card-primary.uk-card-body .uk-button-text:disabled, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:disabled, .uk-card-secondary.uk-card-body .uk-button-text:disabled, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:disabled, .uk-overlay-primary .uk-button-text:disabled, .uk-offcanvas-bar .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-button-link, .uk-section-primary:not(.uk-preserve-color) .uk-button-link, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link, .uk-card-primary.uk-card-body .uk-button-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link, .uk-card-secondary.uk-card-body .uk-button-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link, .uk-overlay-primary .uk-button-link, .uk-offcanvas-bar .uk-button-link {
  color: #fff;
}
.uk-light .uk-button-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-card-primary.uk-card-body .uk-button-link:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link:hover, .uk-card-secondary.uk-card-body .uk-button-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:hover, .uk-overlay-primary .uk-button-link:hover, .uk-offcanvas-bar .uk-button-link:hover {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before, .uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close, .uk-card-primary.uk-card-body .uk-close, .uk-card-primary > :not([class*=uk-card-media]) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close, .uk-overlay-primary .uk-close, .uk-offcanvas-bar .uk-close {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-close:hover, .uk-section-primary:not(.uk-preserve-color) .uk-close:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-card-primary.uk-card-body .uk-close:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-close:hover, .uk-card-secondary.uk-card-body .uk-close:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close:hover, .uk-overlay-primary .uk-close:hover, .uk-offcanvas-bar .uk-close:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-totop, .uk-section-primary:not(.uk-preserve-color) .uk-totop, .uk-section-secondary:not(.uk-preserve-color) .uk-totop, .uk-tile-primary:not(.uk-preserve-color) .uk-totop, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop, .uk-card-primary.uk-card-body .uk-totop, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop, .uk-card-secondary.uk-card-body .uk-totop, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop, .uk-overlay-primary .uk-totop, .uk-offcanvas-bar .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-totop:hover, .uk-section-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-card-primary.uk-card-body .uk-totop:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop:hover, .uk-card-secondary.uk-card-body .uk-totop:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:hover, .uk-overlay-primary .uk-totop:hover, .uk-offcanvas-bar .uk-totop:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-totop:active, .uk-section-primary:not(.uk-preserve-color) .uk-totop:active, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-card-primary.uk-card-body .uk-totop:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop:active, .uk-card-secondary.uk-card-body .uk-totop:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:active, .uk-overlay-primary .uk-totop:active, .uk-offcanvas-bar .uk-totop:active {
  color: #fff;
}
.uk-light .uk-badge, .uk-section-primary:not(.uk-preserve-color) .uk-badge, .uk-section-secondary:not(.uk-preserve-color) .uk-badge, .uk-tile-primary:not(.uk-preserve-color) .uk-badge, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge, .uk-card-primary.uk-card-body .uk-badge, .uk-card-primary > :not([class*=uk-card-media]) .uk-badge, .uk-card-secondary.uk-card-body .uk-badge, .uk-card-secondary > :not([class*=uk-card-media]) .uk-badge, .uk-overlay-primary .uk-badge, .uk-offcanvas-bar .uk-badge {
  background-color: #fff;
  color: #666 !important;
}
.uk-light .uk-label, .uk-section-primary:not(.uk-preserve-color) .uk-label, .uk-section-secondary:not(.uk-preserve-color) .uk-label, .uk-tile-primary:not(.uk-preserve-color) .uk-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-label, .uk-card-primary.uk-card-body .uk-label, .uk-card-primary > :not([class*=uk-card-media]) .uk-label, .uk-card-secondary.uk-card-body .uk-label, .uk-card-secondary > :not([class*=uk-card-media]) .uk-label, .uk-overlay-primary .uk-label, .uk-offcanvas-bar .uk-label {
  background-color: #fff;
  color: #666;
}
.uk-light .uk-article-meta, .uk-section-primary:not(.uk-preserve-color) .uk-article-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-card-primary.uk-card-body .uk-article-meta, .uk-card-primary > :not([class*=uk-card-media]) .uk-article-meta, .uk-card-secondary.uk-card-body .uk-article-meta, .uk-card-secondary > :not([class*=uk-card-media]) .uk-article-meta, .uk-overlay-primary .uk-article-meta, .uk-offcanvas-bar .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input, .uk-card-primary.uk-card-body .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input, .uk-overlay-primary .uk-search-input, .uk-offcanvas-bar .uk-search-input {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-search-input::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-card-primary.uk-card-body .uk-search-input::-moz-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::-moz-placeholder, .uk-card-secondary.uk-card-body .uk-search-input::-moz-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::-moz-placeholder, .uk-overlay-primary .uk-search-input::-moz-placeholder, .uk-offcanvas-bar .uk-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-card-primary.uk-card-body .uk-search-input::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::placeholder, .uk-card-secondary.uk-card-body .uk-search-input::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::placeholder, .uk-overlay-primary .uk-search-input::placeholder, .uk-offcanvas-bar .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search .uk-search-icon, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-card-primary.uk-card-body .uk-search .uk-search-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon, .uk-overlay-primary .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search .uk-search-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover, .uk-overlay-primary .uk-search .uk-search-icon:hover, .uk-offcanvas-bar .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search-default .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input, .uk-overlay-primary .uk-search-default .uk-search-input, .uk-offcanvas-bar .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-search-default .uk-search-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus, .uk-overlay-primary .uk-search-default .uk-search-input:focus, .uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.uk-light .uk-search-navbar .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input, .uk-overlay-primary .uk-search-navbar .uk-search-input, .uk-offcanvas-bar .uk-search-navbar .uk-search-input {
  background-color: transparent;
}
.uk-light .uk-search-large .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-card-primary.uk-card-body .uk-search-large .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-large .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input, .uk-overlay-primary .uk-search-large .uk-search-input, .uk-offcanvas-bar .uk-search-large .uk-search-input {
  background-color: transparent;
}
.uk-light .uk-search-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-card-primary.uk-card-body .uk-search-toggle, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle, .uk-card-secondary.uk-card-body .uk-search-toggle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle, .uk-overlay-primary .uk-search-toggle, .uk-offcanvas-bar .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-card-primary.uk-card-body .uk-search-toggle:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle:hover, .uk-card-secondary.uk-card-body .uk-search-toggle:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:hover, .uk-overlay-primary .uk-search-toggle:hover, .uk-offcanvas-bar .uk-search-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-default > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-default > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-overlay-primary .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-default > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a, .uk-overlay-primary .uk-nav-default > li.uk-active > a, .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav-default .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header, .uk-overlay-primary .uk-nav-default .uk-nav-header, .uk-offcanvas-bar .uk-nav-default .uk-nav-header {
  color: #fff;
}
.uk-light .uk-nav-default .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider, .uk-overlay-primary .uk-nav-default .uk-nav-divider, .uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-nav-default .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-overlay-primary .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav-primary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-card-primary.uk-card-body .uk-nav-primary > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a, .uk-overlay-primary .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-primary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover, .uk-overlay-primary .uk-nav-primary > li > a:hover, .uk-offcanvas-bar .uk-nav-primary > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-primary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a, .uk-overlay-primary .uk-nav-primary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav-primary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header, .uk-overlay-primary .uk-nav-primary .uk-nav-header, .uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
  color: #fff;
}
.uk-light .uk-nav-primary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider, .uk-overlay-primary .uk-nav-primary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-nav-primary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav-secondary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-card-primary.uk-card-body .uk-nav-secondary > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a, .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a, .uk-overlay-primary .uk-nav-secondary > li > a, .uk-offcanvas-bar .uk-nav-secondary > li > a {
  color: #fff;
}
.uk-light .uk-nav-secondary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover, .uk-overlay-primary .uk-nav-secondary > li > a:hover, .uk-offcanvas-bar .uk-nav-secondary > li > a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.uk-light .uk-nav-secondary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a, .uk-overlay-primary .uk-nav-secondary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-secondary > li.uk-active > a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.uk-light .uk-nav-secondary .uk-nav-subtitle, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-subtitle, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-subtitle, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-subtitle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-subtitle, .uk-overlay-primary .uk-nav-secondary .uk-nav-subtitle, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-subtitle {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-overlay-primary .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-offcanvas-bar .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-overlay-primary .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-offcanvas-bar .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #fff;
}
.uk-light .uk-nav-secondary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-header, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-header, .uk-overlay-primary .uk-nav-secondary .uk-nav-header, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-header {
  color: #fff;
}
.uk-light .uk-nav-secondary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-divider, .uk-overlay-primary .uk-nav-secondary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-nav-secondary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a, .uk-overlay-primary .uk-nav-secondary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-secondary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-secondary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-section-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-section-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-tile-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-tile-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-card-primary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-card-primary > :not([class*=uk-card-media]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-card-secondary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-overlay-primary .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider), .uk-offcanvas-bar .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-navbar-nav > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a, .uk-overlay-primary .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-navbar-nav > li:hover > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a, .uk-overlay-primary .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a[aria-expanded=true],
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-overlay-primary .uk-navbar-nav > li > a[aria-expanded=true],
.uk-offcanvas-bar .uk-navbar-nav > li > a[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-navbar-nav > li > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active, .uk-overlay-primary .uk-navbar-nav > li > a:active, .uk-offcanvas-bar .uk-navbar-nav > li > a:active {
  color: #fff;
}
.uk-light .uk-navbar-nav > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}
.uk-light .uk-navbar-item, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-card-primary.uk-card-body .uk-navbar-item, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-item, .uk-card-secondary.uk-card-body .uk-navbar-item, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-item, .uk-overlay-primary .uk-navbar-item, .uk-offcanvas-bar .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-navbar-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-card-primary.uk-card-body .uk-navbar-toggle, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle, .uk-card-secondary.uk-card-body .uk-navbar-toggle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle, .uk-overlay-primary .uk-navbar-toggle, .uk-offcanvas-bar .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-navbar-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-card-primary.uk-card-body .uk-navbar-toggle:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover, .uk-card-secondary.uk-card-body .uk-navbar-toggle:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover, .uk-overlay-primary .uk-navbar-toggle:hover, .uk-offcanvas-bar .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle[aria-expanded=true],
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-card-primary.uk-card-body .uk-navbar-toggle[aria-expanded=true],
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle[aria-expanded=true],
.uk-card-secondary.uk-card-body .uk-navbar-toggle[aria-expanded=true],
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle[aria-expanded=true],
.uk-overlay-primary .uk-navbar-toggle[aria-expanded=true],
.uk-offcanvas-bar .uk-navbar-toggle[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-subnav > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav > * > :first-child, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav > * > :first-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child, .uk-overlay-primary .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-subnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover, .uk-overlay-primary .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-subnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a, .uk-overlay-primary .uk-subnav > .uk-active > a, .uk-offcanvas-bar .uk-subnav > .uk-active > a {
  color: #fff;
}
.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-subnav-pill > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child, .uk-overlay-primary .uk-subnav-pill > * > :first-child, .uk-offcanvas-bar .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-subnav-pill > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover, .uk-overlay-primary .uk-subnav-pill > * > a:hover, .uk-offcanvas-bar .uk-subnav-pill > * > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-subnav-pill > * > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active, .uk-overlay-primary .uk-subnav-pill > * > a:active, .uk-offcanvas-bar .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-subnav-pill > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a, .uk-overlay-primary .uk-subnav-pill > .uk-active > a, .uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #666;
}
.uk-light .uk-subnav > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a, .uk-overlay-primary .uk-subnav > .uk-disabled > a, .uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-breadcrumb > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-card-primary.uk-card-body .uk-breadcrumb > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *, .uk-overlay-primary .uk-breadcrumb > * > *, .uk-offcanvas-bar .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-breadcrumb > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover, .uk-overlay-primary .uk-breadcrumb > * > :hover, .uk-offcanvas-bar .uk-breadcrumb > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-breadcrumb > :last-child > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *, .uk-overlay-primary .uk-breadcrumb > :last-child > *, .uk-offcanvas-bar .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-pagination > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-card-primary.uk-card-body .uk-pagination > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > *, .uk-card-secondary.uk-card-body .uk-pagination > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > *, .uk-overlay-primary .uk-pagination > * > *, .uk-offcanvas-bar .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-pagination > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-card-primary.uk-card-body .uk-pagination > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > :hover, .uk-card-secondary.uk-card-body .uk-pagination > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :hover, .uk-overlay-primary .uk-pagination > * > :hover, .uk-offcanvas-bar .uk-pagination > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-pagination > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *, .uk-overlay-primary .uk-pagination > .uk-active > *, .uk-offcanvas-bar .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-pagination > .uk-disabled > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *, .uk-overlay-primary .uk-pagination > .uk-disabled > *, .uk-offcanvas-bar .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-tab::before, .uk-section-primary:not(.uk-preserve-color) .uk-tab::before, .uk-section-secondary:not(.uk-preserve-color) .uk-tab::before, .uk-tile-primary:not(.uk-preserve-color) .uk-tab::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before, .uk-card-primary.uk-card-body .uk-tab::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab::before, .uk-card-secondary.uk-card-body .uk-tab::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab::before, .uk-overlay-primary .uk-tab::before, .uk-offcanvas-bar .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-tab > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-card-primary.uk-card-body .uk-tab > * > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a, .uk-card-secondary.uk-card-body .uk-tab > * > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a, .uk-overlay-primary .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-tab > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-card-primary.uk-card-body .uk-tab > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a:hover, .uk-card-secondary.uk-card-body .uk-tab > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:hover, .uk-overlay-primary .uk-tab > * > a:hover, .uk-offcanvas-bar .uk-tab > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-tab > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-card-primary.uk-card-body .uk-tab > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a, .uk-overlay-primary .uk-tab > .uk-active > a, .uk-offcanvas-bar .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff;
}
.uk-light .uk-tab > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a, .uk-overlay-primary .uk-tab > .uk-disabled > a, .uk-offcanvas-bar .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav, .uk-overlay-primary .uk-slidenav, .uk-offcanvas-bar .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-slidenav:hover, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:hover, .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:hover, .uk-overlay-primary .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:hover {
  color: rgba(255, 255, 255, 0.95);
}
.uk-light .uk-slidenav:active, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-card-primary.uk-card-body .uk-slidenav:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:active, .uk-card-secondary.uk-card-body .uk-slidenav:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:active, .uk-overlay-primary .uk-slidenav:active, .uk-offcanvas-bar .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-dotnav > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-card-primary.uk-card-body .uk-dotnav > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-overlay-primary .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}
.uk-light .uk-dotnav > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-card-primary.uk-card-body .uk-dotnav > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover, .uk-card-secondary.uk-card-body .uk-dotnav > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover, .uk-overlay-primary .uk-dotnav > * > :hover, .uk-offcanvas-bar .uk-dotnav > * > :hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}
.uk-light .uk-dotnav > * > :active, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-card-primary.uk-card-body .uk-dotnav > * > :active, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :active, .uk-card-secondary.uk-card-body .uk-dotnav > * > :active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :active, .uk-overlay-primary .uk-dotnav > * > :active, .uk-offcanvas-bar .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
.uk-light .uk-dotnav > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-overlay-primary .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}
.uk-light .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-card-primary.uk-card-body .uk-accordion-title::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-accordion-title::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title::before, .uk-overlay-primary .uk-accordion-title::before, .uk-offcanvas-bar .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-open > .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before, .uk-overlay-primary .uk-open > .uk-accordion-title::before, .uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-iconnav > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-card-primary.uk-card-body .uk-iconnav > * > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a, .uk-card-secondary.uk-card-body .uk-iconnav > * > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a, .uk-overlay-primary .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-iconnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-card-primary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover, .uk-overlay-primary .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-iconnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a, .uk-overlay-primary .uk-iconnav > .uk-active > a, .uk-offcanvas-bar .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-text-lead, .uk-section-primary:not(.uk-preserve-color) .uk-text-lead, .uk-section-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-primary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-card-primary.uk-card-body .uk-text-lead, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-lead, .uk-card-secondary.uk-card-body .uk-text-lead, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-lead, .uk-overlay-primary .uk-text-lead, .uk-offcanvas-bar .uk-text-lead {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-text-meta, .uk-section-primary:not(.uk-preserve-color) .uk-text-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-card-primary.uk-card-body .uk-text-meta, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-meta, .uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-meta, .uk-overlay-primary .uk-text-meta, .uk-offcanvas-bar .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-muted, .uk-overlay-primary .uk-text-muted, .uk-offcanvas-bar .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-light .uk-text-emphasis, .uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-card-primary.uk-card-body .uk-text-emphasis, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-emphasis, .uk-card-secondary.uk-card-body .uk-text-emphasis, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-emphasis, .uk-overlay-primary .uk-text-emphasis, .uk-offcanvas-bar .uk-text-emphasis {
  color: #fff !important;
}
.uk-light .uk-text-primary, .uk-section-primary:not(.uk-preserve-color) .uk-text-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-card-primary.uk-card-body .uk-text-primary, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-primary, .uk-card-secondary.uk-card-body .uk-text-primary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-primary, .uk-overlay-primary .uk-text-primary, .uk-offcanvas-bar .uk-text-primary {
  color: #fff !important;
}
.uk-light .uk-text-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-card-primary.uk-card-body .uk-text-secondary, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-secondary, .uk-card-secondary.uk-card-body .uk-text-secondary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-secondary, .uk-overlay-primary .uk-text-secondary, .uk-offcanvas-bar .uk-text-secondary {
  color: #fff !important;
}
.uk-light .uk-column-divider, .uk-section-primary:not(.uk-preserve-color) .uk-column-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-card-primary.uk-card-body .uk-column-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-column-divider, .uk-card-secondary.uk-card-body .uk-column-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-column-divider, .uk-overlay-primary .uk-column-divider, .uk-offcanvas-bar .uk-column-divider {
  -moz-column-rule-color: rgba(255, 255, 255, 0.2);
       column-rule-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-logo, .uk-section-primary:not(.uk-preserve-color) .uk-logo, .uk-section-secondary:not(.uk-preserve-color) .uk-logo, .uk-tile-primary:not(.uk-preserve-color) .uk-logo, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo, .uk-card-primary.uk-card-body .uk-logo, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo, .uk-card-secondary.uk-card-body .uk-logo, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo, .uk-overlay-primary .uk-logo, .uk-offcanvas-bar .uk-logo {
  color: #fff;
}
.uk-light .uk-logo:hover, .uk-section-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-card-primary.uk-card-body .uk-logo:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo:hover, .uk-card-secondary.uk-card-body .uk-logo:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:hover, .uk-overlay-primary .uk-logo:hover, .uk-offcanvas-bar .uk-logo:hover {
  color: #fff;
}
.uk-light .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-section-primary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-section-secondary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-tile-primary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-tile-secondary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-card-primary.uk-card-body .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-card-primary > :not([class*=uk-card-media]) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-card-secondary.uk-card-body .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-overlay-primary .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-offcanvas-bar .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-light .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-section-primary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-section-secondary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-tile-primary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-card-primary.uk-card-body .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-card-secondary.uk-card-body .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-overlay-primary .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-offcanvas-bar .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}
.uk-light .uk-logo-inverse, .uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-card-primary.uk-card-body .uk-logo-inverse, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo-inverse, .uk-card-secondary.uk-card-body .uk-logo-inverse, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo-inverse, .uk-overlay-primary .uk-logo-inverse, .uk-offcanvas-bar .uk-logo-inverse {
  display: block;
}

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "iconfont";
  src: url("/ics/res/fonts/iconfont.eot?c567314151f86cbb29f7b38c1c0e3794?#iefix") format("embedded-opentype"), url("/ics/res/fonts/iconfont.woff2?c567314151f86cbb29f7b38c1c0e3794") format("woff2"), url("/ics/res/fonts/iconfont.woff?c567314151f86cbb29f7b38c1c0e3794") format("woff");
}
.elem-icon {
  line-height: 1;
}

.elem-icon:before {
  font-family: iconfont !important;
  font-style: normal;
  font-weight: normal !important;
  vertical-align: top;
}

.icon_aircon:before {
  content: "\f101";
}

.icon_arrow-over-white:before {
  content: "\f102";
}

.icon_arrow-over:before {
  content: "\f103";
}

.icon_arrow-right-01:before {
  content: "\f104";
}

.icon_arrow-right-02:before {
  content: "\f105";
}

.icon_arrow-right-03:before {
  content: "\f106";
}

.icon_arrow-right:before {
  content: "\f107";
}

.icon_arrow-right_simple:before {
  content: "\f108";
}

.icon_arrow-slider-left-white:before {
  content: "\f109";
}

.icon_arrow-slider-left:before {
  content: "\f10a";
}

.icon_arrow-slider-right-white:before {
  content: "\f10b";
}

.icon_arrow-slider-right:before {
  content: "\f10c";
}

.icon_arrow-top-back:before {
  content: "\f10d";
}

.icon_arrow-topic-path-white:before {
  content: "\f10e";
}

.icon_arrow-topic-path:before {
  content: "\f10f";
}

.icon_arrow-under-white:before {
  content: "\f110";
}

.icon_arrow-under:before {
  content: "\f111";
}

.icon_arrow-under_simple:before {
  content: "\f112";
}

.icon_automotive:before {
  content: "\f113";
}

.icon_back-to-top:before {
  content: "\f114";
}

.icon_blank-01:before {
  content: "\f115";
}

.icon_blank-02:before {
  content: "\f116";
}

.icon_blank-03:before {
  content: "\f117";
}

.icon_book:before {
  content: "\f118";
}

.icon_cad:before {
  content: "\f119";
}

.icon_catalog:before {
  content: "\f11a";
}

.icon_check_off:before {
  content: "\f11b";
}

.icon_check_on:before {
  content: "\f11c";
}

.icon_close-01:before {
  content: "\f11d";
}

.icon_close-02:before {
  content: "\f11e";
}

.icon_download:before {
  content: "\f11f";
}

.icon_excel:before {
  content: "\f120";
}

.icon_facebook:before {
  content: "\f121";
}

.icon_finger-point:before {
  content: "\f122";
}

.icon_handshake-:before {
  content: "\f123";
}

.icon_instructions:before {
  content: "\f124";
}

.icon_inverter:before {
  content: "\f125";
}

.icon_ir-calendar:before {
  content: "\f126";
}

.icon_ir-disclaimer:before {
  content: "\f127";
}

.icon_ir-disclosure:before {
  content: "\f128";
}

.icon_ir-library:before {
  content: "\f129";
}

.icon_ir-mail:before {
  content: "\f12a";
}

.icon_ir-qa:before {
  content: "\f12b";
}

.icon_ir-rss:before {
  content: "\f12c";
}

.icon_ir-site-map:before {
  content: "\f12d";
}

.icon_ir-terminology:before {
  content: "\f12e";
}

.icon_language:before {
  content: "\f12f";
}

.icon_led:before {
  content: "\f130";
}

.icon_linkedin:before {
  content: "\f131";
}

.icon_list:before {
  content: "\f132";
}

.icon_manual:before {
  content: "\f133";
}

.icon_menu:before {
  content: "\f134";
}

.icon_minus:before {
  content: "\f135";
}

.icon_movie:before {
  content: "\f136";
}

.icon_mv_inverter:before {
  content: "\f137";
}

.icon_nc_servo:before {
  content: "\f138";
}

.icon_operator:before {
  content: "\f139";
}

.icon_pc:before {
  content: "\f13a";
}

.icon_pdf:before {
  content: "\f13b";
}

.icon_plus:before {
  content: "\f13c";
}

.icon_ppt:before {
  content: "\f13d";
}

.icon_radio_off:before {
  content: "\f13e";
}

.icon_radio_on:before {
  content: "\f13f";
}

.icon_railway:before {
  content: "\f140";
}

.icon_rss:before {
  content: "\f141";
}

.icon_search-01:before {
  content: "\f142";
}

.icon_search-02:before {
  content: "\f143";
}

.icon_setting:before {
  content: "\f144";
}

.icon_solar:before {
  content: "\f145";
}

.icon_start:before {
  content: "\f146";
}

.icon_stop:before {
  content: "\f147";
}

.icon_switch_power_supply:before {
  content: "\f148";
}

.icon_tv:before {
  content: "\f149";
}

.icon_twitter:before {
  content: "\f14a";
}

.icon_ups:before {
  content: "\f14b";
}

.icon_welding:before {
  content: "\f14c";
}

.icon_windpower:before {
  content: "\f14d";
}

.icon_word:before {
  content: "\f14e";
}

.icon_youtube:before {
  content: "\f14f";
}

* {
  margin: 0;
  padding: 0;
}
*[data-align=right] {
  display: block;
  text-align: right;
}
*[data-align=center] {
  display: block;
  text-align: center;
}
*[data-align=left] {
  display: block;
  text-align: left;
}
@media (min-width: 1024px) {
  *[data-justify=right] {
    display: flex !important;
    justify-content: flex-end !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  *[data-justify=right] {
    display: flex !important;
    justify-content: flex-end !important;
  }
}
@media (min-width: 1024px) {
  *[data-justify=center] {
    display: flex !important;
    justify-content: center !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  *[data-justify=center] {
    display: flex !important;
    justify-content: center !important;
  }
}
@media (min-width: 1024px) {
  *[data-justify=left] {
    display: flex !important;
    justify-content: flex-start !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  *[data-justify=left] {
    display: flex !important;
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  *[data-justify-sp=right] {
    display: flex !important;
    justify-content: flex-end !important;
  }
}
@media (max-width: 767px) {
  *[data-justify-sp=center] {
    display: flex !important;
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  *[data-justify-sp=left] {
    display: flex !important;
    justify-content: flex-start !important;
  }
}
@media (min-width: 1024px) {
  *[data-align-items=center] {
    display: flex !important;
    align-items: center !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  *[data-align-items=center] {
    display: flex !important;
    align-items: center !important;
  }
}
@media (max-width: 767px) {
  *[data-align-items-sp=center] {
    display: flex !important;
    align-items: center !important;
  }
}

:root {
  font-size: 10px;
  background-color: #fff;
  color: #000;
}

@media (max-width: 1023px) and (min-width: 768px) {
  body.this-active {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body.this-active {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}

select,
button {
  color: #000;
}

@media (min-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tb-sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-tb-only {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .pc-only-flex-rev {
    display: flex !important;
    flex-direction: row-reverse !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .pc-only-flex-rev {
    display: flex !important;
    flex-direction: row-reverse !important;
  }
}
@media (max-width: 767px) {
  .sp-only-flex-rev {
    display: flex !important;
    flex-direction: row-reverse !important;
  }
}

@media (min-width: 1024px) {
  .pc-only-flex-column-rev {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .pc-only-flex-column-rev {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 767px) {
  .sp-only-flex-column-rev {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}

.align-left {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translateY(-50%);
}

.align-right {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}

a,
button {
  cursor: pointer;
  color: #000;
}

.grow-1 {
  flex-grow: 1 !important;
}

@media (min-width: 1024px) {
  .no-margin {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .no-margin {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .no-margin:not(:last-child) {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .no-margin:not(:last-child) {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .no-margin-sp {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .no-margin-sp:not(:last-child) {
    margin-bottom: 0 !important;
  }
}

.comp-header {
  background-color: #fff;
  width: 100%;
  height: auto;
}
.comp-header.this-sticky {
  position: sticky;
  z-index: 200;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .comp-header[data-type=simple] .comp-header__container {
    min-height: 6.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-header[data-type=simple] .comp-header__container {
    min-height: 6.8rem;
  }
}
.comp-header__jump {
  display: block;
  background-color: #005bac;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 201;
}
.comp-header__jump:focus, .comp-header__jump:focus-visible {
  height: 4rem;
}
.comp-header__jump span {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.comp-header__wrapper {
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .comp-header__wrapper {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-header__wrapper {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .comp-header__wrapper {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-header__wrapper[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
.comp-header__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .comp-header__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-header__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-header__container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-header__container {
    min-height: 12rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-header__container {
    min-height: 12rem;
  }
}
@media (max-width: 767px) {
  .comp-header__container {
    min-height: 7rem;
  }
}
.comp-header__contents:nth-child(1) {
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .comp-header__logo {
    width: 17.5rem;
    height: auto;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-header__logo {
    width: 17.5rem;
    height: auto;
  }
}
@media (max-width: 767px) {
  .comp-header__logo {
    width: 15.8rem;
    height: auto;
  }
}

.comp-footer {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #f5f5f5;
}
@media (min-width: 1024px) {
  .comp-footer {
    padding: 8rem 0 6rem 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer {
    padding: 8rem 0 6rem 0;
  }
}
@media (max-width: 767px) {
  .comp-footer {
    padding: 4rem 0;
  }
}
@media (min-width: 1024px) {
  .comp-footer[data-type=simple] {
    padding: 3.2rem 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer[data-type=simple] {
    padding: 3.2rem 0;
  }
}
.comp-footer__pagetotop {
  background-color: #005bac;
  border: none;
  width: 8rem;
  height: 8rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.comp-footer__pagetotop span {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .comp-footer__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0rem;
    margin-left: -2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0rem;
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) {
  .comp-footer__container > .comp-footer__content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 0rem;
    margin-left: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container > .comp-footer__content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 0rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide="1"] > .comp-footer__content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide="1"] > .comp-footer__content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide="2"] > .comp-footer__content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide="2"] > .comp-footer__content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide="3"] > .comp-footer__content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide="3"] > .comp-footer__content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide="4"] > .comp-footer__content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide="4"] > .comp-footer__content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide="5"] > .comp-footer__content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide="5"] > .comp-footer__content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide="6"] > .comp-footer__content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide="6"] > .comp-footer__content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide="7"] > .comp-footer__content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide="7"] > .comp-footer__content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide="8"] > .comp-footer__content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide="8"] > .comp-footer__content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide="9"] > .comp-footer__content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide="9"] > .comp-footer__content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide="10"] > .comp-footer__content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide="10"] > .comp-footer__content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide=flex] > .comp-footer__content, .comp-footer__container[data-divide=flex-grow-first] > .comp-footer__content, .comp-footer__container[data-divide=flex-grow-last] > .comp-footer__content, .comp-footer__container[data-divide=flex-nowrap] > .comp-footer__content, .comp-footer__container[data-divide=flex-nowrap-grow-first] > .comp-footer__content, .comp-footer__container[data-divide=flex-nowrap-grow-last] > .comp-footer__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide=flex] > .comp-footer__content, .comp-footer__container[data-divide=flex-grow-first] > .comp-footer__content, .comp-footer__container[data-divide=flex-grow-last] > .comp-footer__content, .comp-footer__container[data-divide=flex-nowrap] > .comp-footer__content, .comp-footer__container[data-divide=flex-nowrap-grow-first] > .comp-footer__content, .comp-footer__container[data-divide=flex-nowrap-grow-last] > .comp-footer__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide=flex-nowrap], .comp-footer__container[data-divide=flex-nowrap-grow-first], .comp-footer__container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide=flex-nowrap], .comp-footer__container[data-divide=flex-nowrap-grow-first], .comp-footer__container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide=flex-grow-first] > .comp-footer__content:not(:first-child), .comp-footer__container[data-divide=flex-nowrap-grow-first] > .comp-footer__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide=flex-grow-first] > .comp-footer__content:not(:first-child), .comp-footer__container[data-divide=flex-nowrap-grow-first] > .comp-footer__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide=flex-grow-first] > .comp-footer__content:first-child, .comp-footer__container[data-divide=flex-nowrap-grow-first] > .comp-footer__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide=flex-grow-first] > .comp-footer__content:first-child, .comp-footer__container[data-divide=flex-nowrap-grow-first] > .comp-footer__content:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide=flex-grow-last] > .comp-footer__content:not(:last-child), .comp-footer__container[data-divide=flex-nowrap-grow-last] > .comp-footer__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide=flex-grow-last] > .comp-footer__content:not(:last-child), .comp-footer__container[data-divide=flex-nowrap-grow-last] > .comp-footer__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-footer__container[data-divide=flex-grow-last] > .comp-footer__content:last-child, .comp-footer__container[data-divide=flex-nowrap-grow-last] > .comp-footer__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__container[data-divide=flex-grow-last] > .comp-footer__content:last-child, .comp-footer__container[data-divide=flex-nowrap-grow-last] > .comp-footer__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-footer__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0rem;
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  .comp-footer__container > .comp-footer__content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 0rem;
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-footer__container[data-divide-sp="1"] > .comp-footer__content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-footer__container[data-divide-sp="2"] > .comp-footer__content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-footer__container[data-divide-sp="3"] > .comp-footer__content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-footer__container[data-divide-sp="4"] > .comp-footer__content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-footer__container[data-divide-sp="5"] > .comp-footer__content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-footer__container[data-divide-sp="6"] > .comp-footer__content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-footer__container[data-divide-sp="7"] > .comp-footer__content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-footer__container[data-divide-sp="8"] > .comp-footer__content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-footer__container[data-divide-sp="9"] > .comp-footer__content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-footer__container[data-divide-sp="10"] > .comp-footer__content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-footer__container[data-divide-sp=flex] > .comp-footer__content, .comp-footer__container[data-divide-sp=flex-grow-first] > .comp-footer__content, .comp-footer__container[data-divide-sp=flex-grow-last] > .comp-footer__content, .comp-footer__container[data-divide-sp=flex-nowrap] > .comp-footer__content, .comp-footer__container[data-divide-sp=flex-nowrap-grow-first] > .comp-footer__content, .comp-footer__container[data-divide-sp=flex-nowrap-grow-last] > .comp-footer__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-footer__container[data-divide-sp=flex-nowrap], .comp-footer__container[data-divide-sp=flex-nowrap-grow-first], .comp-footer__container[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-footer__container[data-divide-sp=flex-grow-first] > .comp-footer__content:first-child, .comp-footer__container[data-divide-sp=flex-nowrap-grow-first] > .comp-footer__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-footer__container[data-divide-sp=flex-grow-last] > .comp-footer__content:last-child, .comp-footer__container[data-divide-sp=flex-nowrap-grow-last] > .comp-footer__content:last-child {
    flex-grow: 1;
  }
}
.comp-footer__item {
  position: relative;
}
.comp-footer__link, .comp-footer__social-link {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 0;
  transition: padding-left 300ms;
  position: relative;
}
.comp-footer__link::before, .comp-footer__social-link::before {
  content: "";
  width: 1rem;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 300ms;
}
.comp-footer__link:hover, .comp-footer__social-link:hover {
  padding-left: 1.8rem;
}
.comp-footer__link:hover::before, .comp-footer__social-link:hover::before {
  opacity: 1;
}
.comp-footer__link.motionless:hover, .comp-footer__social-link.motionless:hover {
  padding-left: 0;
}
.comp-footer__link.motionless:hover::before, .comp-footer__social-link.motionless:hover::before {
  opacity: 0;
}
.comp-footer__list {
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .comp-footer__list {
    margin: 1.8rem 0 4.8rem 1.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__list {
    margin: 1.8rem 0 4.8rem 1.8rem;
  }
}
@media (max-width: 767px) {
  .comp-footer__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-top: -0.8rem;
    margin-left: -2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .comp-footer__list.no-gap {
    margin: 1.8rem 0 4.8rem 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__list.no-gap {
    margin: 1.8rem 0 4.8rem 0rem;
  }
}
@media (min-width: 1024px) {
  .comp-footer__list > :nth-child(n+2), .comp-footer__list > * > ul {
    margin-top: 1rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__list > :nth-child(n+2), .comp-footer__list > * > ul {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .comp-footer__list > li {
    margin-top: 0.8rem;
    margin-left: 2rem;
  }
}
.comp-footer__list[data-flex=horizontal] {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 1024px) {
  .comp-footer__list[data-flex=horizontal] li {
    margin: 0;
    margin-right: 6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__list[data-flex=horizontal] li {
    margin: 0;
    margin-right: 6rem;
  }
}
@media (max-width: 767px) {
  .comp-footer__list[data-flex=horizontal] li {
    width: calc((100% - 1.6rem) / 2);
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .comp-footer__list[data-flex=horizontal] li:not(:nth-child(2n)) {
    margin-right: 1.6rem;
  }
}
.comp-footer__copyright {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.comp-footer__copyright span {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .comp-footer__social-link:not(:last-child) {
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-footer__social-link span,
  .comp-footer__social-link .elem-icon {
    display: none;
  }
}
@media (min-width: 1024px) {
  .comp-footer__social-icon {
    width: 3.8rem;
    height: 3.8rem;
    margin: 0 1.2rem 0 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-footer__social-icon {
    width: 3.8rem;
    height: 3.8rem;
    margin: 0 1.2rem 0 0;
  }
}
@media (max-width: 767px) {
  .comp-footer__social-icon {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.comp-footer__button {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 0;
  transition: padding-left 300ms;
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.comp-footer__button:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    margin: 0;
    padding: 0;
    padding-bottom: 3.3rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: none;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .comp-gnav {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    margin: 0;
    padding: 0;
    padding-top: 1.6rem;
    padding-bottom: 3.3rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: none;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav.this-active {
    display: block;
    max-height: calc(100vh - 12rem);
    overflow-y: scroll;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .comp-gnav.this-active {
    display: block;
    max-height: calc(100vh - 7rem);
    overflow-y: scroll;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__wrapper {
    margin: 0;
    padding: 0 0.8rem;
  }
}
@media (max-width: 767px) {
  .comp-gnav__wrapper {
    margin: 0;
    padding: 0 0.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__container {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .comp-gnav__container {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .comp-gnav__content:first-child {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__content:first-child {
    margin: 2.4rem 0.8rem 0 0.8rem;
  }
}
@media (max-width: 767px) {
  .comp-gnav__content:first-child {
    margin: 2.4rem 0.8rem 0 0.8rem;
  }
}
.comp-gnav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .comp-gnav__list.comp-gnav__site {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__list.comp-gnav__site .comp-gnav__list-item .comp-gnav__button {
    padding: 1.5rem 1.2rem;
    border: 1px solid #005bac;
  }
}
@media (max-width: 767px) {
  .comp-gnav__list.comp-gnav__site .comp-gnav__list-item .comp-gnav__button {
    padding: 1.5rem 1.2rem;
    border: 1px solid #005bac;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__list.comp-gnav__site .comp-gnav__list-item .comp-gnav__button-txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .comp-gnav__list.comp-gnav__site .comp-gnav__list-item .comp-gnav__button-txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__list.comp-gnav__site .comp-gnav__list-item:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .comp-gnav__list.comp-gnav__site .comp-gnav__list-item:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .comp-gnav__list.comp-gnav__category {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__list.comp-gnav__category .comp-gnav__button {
    border-bottom: 1px solid #000;
  }
}
@media (max-width: 767px) {
  .comp-gnav__list.comp-gnav__category .comp-gnav__button {
    border-bottom: 1px solid #000;
  }
}
@media (min-width: 1024px) {
  .comp-gnav__list-item {
    min-width: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__list-item {
    min-width: 8rem;
  }
}
@media (min-width: 1024px) {
  .comp-gnav__list-item:not(:last-child) {
    margin-right: 0.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__list-item.sp-already-open .comp-gnav__button {
    display: none;
  }
}
@media (max-width: 767px) {
  .comp-gnav__list-item.sp-already-open .comp-gnav__button {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__list-item.sp-already-open .comp-gnav__modal,
  .comp-gnav__list-item.sp-already-open .comp-gnav__drop {
    height: auto;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .comp-gnav__list-item.sp-already-open .comp-gnav__modal,
  .comp-gnav__list-item.sp-already-open .comp-gnav__drop {
    height: auto;
    overflow: visible;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__list-item.sp-already-open .comp-gnav__modal-container,
  .comp-gnav__list-item.sp-already-open .comp-gnav__drop-container {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
@media (max-width: 767px) {
  .comp-gnav__list-item.sp-already-open .comp-gnav__modal-container,
  .comp-gnav__list-item.sp-already-open .comp-gnav__drop-container {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.comp-gnav__button {
  display: block;
  border: none;
  background-color: #fff;
  transition: background-color 300ms;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .comp-gnav__button {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0.4rem 2.4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__button {
    font-size: 2rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding: 1.6rem 0.8rem;
    border-bottom: 1px solid #333;
  }
}
@media (max-width: 767px) {
  .comp-gnav__button {
    font-size: 2rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding: 1.6rem 0.8rem;
    border-bottom: 1px solid #333;
  }
}
.comp-gnav__button::after {
  content: "";
  display: block;
  width: 0;
  transition: width 300ms;
  height: 0.2rem;
  background-color: #005bac;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__button::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .comp-gnav__button::after {
    display: none;
  }
}
.comp-gnav__button:hover, .comp-gnav__button.this-active {
  text-decoration: none;
}
.comp-gnav__button:hover::after, .comp-gnav__button.this-active::after {
  width: 100%;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__button:hover::after, .comp-gnav__button.this-active::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .comp-gnav__button:hover::after, .comp-gnav__button.this-active::after {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__button span {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .comp-gnav__button span {
    margin-right: auto;
  }
}
.comp-gnav__modal {
  width: 100%;
  height: 100%;
  z-index: 3;
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .comp-gnav__modal {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .comp-gnav__modal {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-gnav__modal[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-gnav__modal {
    background-color: #f5f5f5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal {
    padding: 0 0.8rem;
  }
}
@media (max-width: 767px) {
  .comp-gnav__modal {
    padding: 0 0.8rem;
  }
}
@media (min-width: 1024px) {
  .comp-gnav__modal {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.comp-gnav__modal:focus-within, .comp-gnav__modal.this-active {
  height: auto;
  overflow: visible;
}
.comp-gnav__modal-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-gnav__modal-container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-gnav__modal-container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-gnav__modal-container {
    padding: 6rem 0;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .comp-gnav__modal-head {
    min-width: 36rem;
    width: auto;
    margin-right: 6rem;
  }
}
.comp-gnav__modal-body {
  flex-grow: 1;
  background-color: #fff;
  position: relative;
}
@media (min-width: 1024px) {
  .comp-gnav__modal-body {
    padding: 4rem;
  }
}
.comp-gnav__modal-body > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul > li {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 26rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul > li {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 26rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="1"] > li {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="1"] > li {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="2"] > li {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="2"] > li {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="3"] > li {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="3"] > li {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="4"] > li {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="4"] > li {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="5"] > li {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="5"] > li {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="6"] > li {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="6"] > li {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="7"] > li {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="7"] > li {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="8"] > li {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="8"] > li {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="9"] > li {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="9"] > li {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="10"] > li {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="10"] > li {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide=flex] > li, .comp-gnav__modal-body > ul[data-divide=flex-grow-first] > li, .comp-gnav__modal-body > ul[data-divide=flex-grow-last] > li, .comp-gnav__modal-body > ul[data-divide=flex-nowrap] > li, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first] > li, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] > li {
    width: auto;
    min-width: 26rem;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide=flex] > li, .comp-gnav__modal-body > ul[data-divide=flex-grow-first] > li, .comp-gnav__modal-body > ul[data-divide=flex-grow-last] > li, .comp-gnav__modal-body > ul[data-divide=flex-nowrap] > li, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first] > li, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] > li {
    width: auto;
    min-width: 26rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide=flex-nowrap], .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first], .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide=flex-nowrap], .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first], .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-first] > li:not(:first-child), .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first] > li:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-first] > li:not(:first-child), .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first] > li:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-first] > li:first-child, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first] > li:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-first] > li:first-child, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first] > li:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-last] > li:not(:last-child), .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] > li:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-last] > li:not(:last-child), .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] > li:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-last] > li:last-child, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] > li:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-last] > li:last-child, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] > li:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul > li {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 26rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="1"] > li {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="2"] > li {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="3"] > li {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="4"] > li {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="5"] > li {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="6"] > li {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="7"] > li {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="8"] > li {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="9"] > li {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="10"] > li {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp=flex] > li, .comp-gnav__modal-body > ul[data-divide-sp=flex-grow-first] > li, .comp-gnav__modal-body > ul[data-divide-sp=flex-grow-last] > li, .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap] > li, .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap-grow-first] > li, .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap-grow-last] > li {
    width: auto;
    min-width: 26rem;
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap], .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap-grow-first], .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp=flex-grow-first] > li:first-child, .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap-grow-first] > li:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp=flex-grow-last] > li:last-child, .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap-grow-last] > li:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0rem;
    margin-left: -0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0rem;
    margin-left: -0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul > li {
    width: calc((100% - (0rem * 1)) / 1);
    min-width: 100%;
    margin-top: 0rem;
    margin-left: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul > li {
    width: calc((100% - (0rem * 1)) / 1);
    min-width: 100%;
    margin-top: 0rem;
    margin-left: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="1"] > li {
    width: calc((100% - (0rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="1"] > li {
    width: calc((100% - (0rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="2"] > li {
    width: calc((100% - (0rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="2"] > li {
    width: calc((100% - (0rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="3"] > li {
    width: calc((100% - (0rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="3"] > li {
    width: calc((100% - (0rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="4"] > li {
    width: calc((100% - (0rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="4"] > li {
    width: calc((100% - (0rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="5"] > li {
    width: calc((100% - (0rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="5"] > li {
    width: calc((100% - (0rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="6"] > li {
    width: calc((100% - (0rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="6"] > li {
    width: calc((100% - (0rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="7"] > li {
    width: calc((100% - (0rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="7"] > li {
    width: calc((100% - (0rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="8"] > li {
    width: calc((100% - (0rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="8"] > li {
    width: calc((100% - (0rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="9"] > li {
    width: calc((100% - (0rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="9"] > li {
    width: calc((100% - (0rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide="10"] > li {
    width: calc((100% - (0rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide="10"] > li {
    width: calc((100% - (0rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide=flex] > li, .comp-gnav__modal-body > ul[data-divide=flex-grow-first] > li, .comp-gnav__modal-body > ul[data-divide=flex-grow-last] > li, .comp-gnav__modal-body > ul[data-divide=flex-nowrap] > li, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first] > li, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] > li {
    width: auto;
    min-width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide=flex] > li, .comp-gnav__modal-body > ul[data-divide=flex-grow-first] > li, .comp-gnav__modal-body > ul[data-divide=flex-grow-last] > li, .comp-gnav__modal-body > ul[data-divide=flex-nowrap] > li, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first] > li, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] > li {
    width: auto;
    min-width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide=flex-nowrap], .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first], .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide=flex-nowrap], .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first], .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-first] > li:not(:first-child), .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first] > li:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-first] > li:not(:first-child), .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first] > li:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-first] > li:first-child, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first] > li:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-first] > li:first-child, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-first] > li:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-last] > li:not(:last-child), .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] > li:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-last] > li:not(:last-child), .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] > li:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-last] > li:last-child, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] > li:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul[data-divide=flex-grow-last] > li:last-child, .comp-gnav__modal-body > ul[data-divide=flex-nowrap-grow-last] > li:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0rem;
    margin-left: -0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul > li {
    width: calc((100% - (0rem * 1)) / 1);
    min-width: 100%;
    margin-top: 0rem;
    margin-left: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="1"] > li {
    width: calc((100% - (0rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="2"] > li {
    width: calc((100% - (0rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="3"] > li {
    width: calc((100% - (0rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="4"] > li {
    width: calc((100% - (0rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="5"] > li {
    width: calc((100% - (0rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="6"] > li {
    width: calc((100% - (0rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="7"] > li {
    width: calc((100% - (0rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="8"] > li {
    width: calc((100% - (0rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="9"] > li {
    width: calc((100% - (0rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp="10"] > li {
    width: calc((100% - (0rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp=flex] > li, .comp-gnav__modal-body > ul[data-divide-sp=flex-grow-first] > li, .comp-gnav__modal-body > ul[data-divide-sp=flex-grow-last] > li, .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap] > li, .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap-grow-first] > li, .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap-grow-last] > li {
    width: auto;
    min-width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap], .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap-grow-first], .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp=flex-grow-first] > li:first-child, .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap-grow-first] > li:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-gnav__modal-body > ul[data-divide-sp=flex-grow-last] > li:last-child, .comp-gnav__modal-body > ul[data-divide-sp=flex-nowrap-grow-last] > li:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul li {
    border-bottom: 1px solid #000;
  }
}
@media (max-width: 767px) {
  .comp-gnav__modal-body > ul li {
    border-bottom: 1px solid #000;
  }
}
.comp-gnav__modal-body > ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .comp-gnav__modal-body > ul li a {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__modal-body > ul li a {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.8rem 0.8rem;
  }
}
@media (max-width: 767px) {
  .comp-gnav__modal-body > ul li a {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.8rem 0.8rem;
  }
}
.comp-gnav__modal-body > ul li a span {
  flex-grow: 1;
}
.comp-gnav__modal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%) translateX(0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 1.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comp-gnav__modal-close span {
  flex-grow: 1;
}
.comp-gnav__drop {
  z-index: 3;
  height: 0;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .comp-gnav__drop {
    position: absolute;
    top: auto;
    left: 0;
  }
}
.comp-gnav__drop:focus-within, .comp-gnav__drop.this-active {
  height: auto;
  overflow: visible;
}
.comp-gnav__drop-container {
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  padding: 2rem;
  margin-top: 2rem;
  position: relative;
}
@media (min-width: 1024px) {
  .comp-gnav__drop-container {
    width: 58rem;
    height: auto;
    position: absolute;
    top: 0;
    right: 6.7rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__drop-container {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .comp-gnav__drop-container {
    width: 100%;
    height: auto;
  }
}
.comp-gnav__drop-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav__drop-close {
    display: none;
  }
}
@media (max-width: 767px) {
  .comp-gnav__drop-close {
    display: none;
  }
}

@media (min-width: 1024px) {
  .comp-gnav-bg {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 11;
  }
}
@media (max-width: 767px) {
  .comp-gnav-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 11;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-gnav-bg.this-active {
    display: block;
  }
}
@media (max-width: 767px) {
  .comp-gnav-bg.this-active {
    display: block;
  }
}

.comp-gnav-menu__button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: #fff;
  width: 4.8rem;
  height: 4.8rem;
  position: relative;
}
.comp-gnav-menu__button-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comp-gnav-menu__button-contents:nth-child(1) {
  display: flex;
}
.comp-gnav-menu__button-contents:nth-child(2) {
  display: none;
}
.comp-gnav-menu__button-contents img {
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.6rem;
}
.comp-gnav-menu__button-contents span {
  font-size: 1.2rem;
  line-height: 1;
}
.comp-gnav-menu__button.this-active .comp-gnav-menu__button-contents:nth-child(1) {
  display: none;
}
.comp-gnav-menu__button.this-active .comp-gnav-menu__button-contents:nth-child(2) {
  display: flex;
}

.comp-section {
  margin: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .comp-section {
    padding: 6rem 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-section {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .comp-section {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .comp-section:last-child {
    padding-bottom: 12rem;
  }
}
.comp-section[data-color=base-01] {
  background-color: #fff;
}
.comp-section[data-color=base-02] {
  background-color: #f5f5f5;
}
.comp-section[data-color=base-03] {
  background-color: #e5eef7;
}
.comp-section[data-color=primary] {
  background-color: #005bac;
}
.comp-section[data-color=white] {
  background-color: #fff;
}
.comp-section[data-color=accent] {
  background-color: #0d1148;
}
.comp-section[data-color=attention] {
  background-color: #de0000;
}
.comp-section[data-color=text] {
  background-color: #000;
}
.comp-section[data-color=border] {
  background-color: #ccc;
}
.comp-section[data-color=dark] {
  background-color: #666;
}
.comp-section[data-color=movie] {
  background-color: #a0a0a0;
}
.comp-section[data-color=pdf] {
  background-color: #e10f16;
}
.comp-section[data-color=word] {
  background-color: #0066ca;
}
.comp-section[data-color=excel] {
  background-color: #136a38;
}
.comp-section[data-color=gray]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 21rem;
  background-color: #f5f5f5;
  z-index: -1;
}
@media (min-width: 1024px) {
  .comp-section[data-type=mv] {
    padding: 0 0 0 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-section[data-type=mv] {
    padding: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .comp-section[data-type=mv] {
    padding: 0 0 4rem 0;
  }
}
@media (min-width: 1024px) {
  .comp-section[data-type=heading] {
    padding: 3.8rem 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-section[data-type=heading] {
    padding: 3.8rem 0;
  }
}
@media (max-width: 767px) {
  .comp-section[data-type=heading] {
    padding: 2.2rem 0;
  }
}
@media (min-width: 1024px) {
  .comp-section[data-type=border] {
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-section[data-type=border] {
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .comp-section[data-type=border] {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 1024px) {
  .comp-section[data-type=border]:last-child {
    border-bottom: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-section[data-type=border]:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .comp-section[data-type=border]:last-child {
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .comp-section[data-type=breadcrumb] {
    padding: 1.2rem 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-section[data-type=breadcrumb] {
    padding: 1.2rem 0;
  }
}
@media (max-width: 767px) {
  .comp-section[data-type=breadcrumb] {
    padding: 1.2rem 0;
  }
}
@media (min-width: 1024px) {
  .comp-section[data-type=no-gap] {
    padding: 6rem 0 0 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-section[data-type=no-gap] {
    padding: 6rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .comp-section[data-type=no-gap] {
    padding: 4rem 0 0 0;
  }
}
@media (min-width: 1024px) {
  .comp-section[data-type=no-space] {
    padding: 0 0 0 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-section[data-type=no-space] {
    padding: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .comp-section[data-type=no-space] {
    padding: 0 0 0 0;
  }
}
@media (min-width: 1024px) {
  .comp-section[data-type=bg] {
    padding: 10rem 0;
    width: 100%;
    height: 100%;
    min-height: 32rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-section[data-type=bg] {
    padding: 10rem 0;
    width: 100%;
    height: 100%;
    min-height: 32rem;
  }
}
@media (max-width: 767px) {
  .comp-section[data-type=bg] {
    padding: 10rem 0;
    width: 100%;
    height: 100%;
    min-height: 25rem;
  }
}
@media (min-width: 1024px) {
  .comp-section[data-type=top-narrow] {
    padding-top: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-section[data-type=top-narrow] {
    padding-top: 4rem;
  }
}
.comp-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.comp-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comp-section__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 92, 172, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.comp-section__bg.cover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #005bac;
  opacity: 0.54;
  position: absolute;
  top: 0;
  left: 0;
}

.comp-main-contents {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-main-contents {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-main-contents {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .comp-main-contents {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-main-contents[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-main-contents:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-main-contents:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .comp-main-contents:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.comp-main-contents[data-width=narrow] .comp-main-contents__container {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .comp-main-contents[data-width=narrow] .comp-main-contents__container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-main-contents[data-width=narrow] .comp-main-contents__container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-main-contents[data-width=narrow] .comp-main-contents__container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-main-contents[data-width=full] {
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-main-contents[data-width=full] {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-main-contents[data-width=full] .comp-main-contents__container {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-main-contents[data-width=full] .comp-main-contents__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-main-contents[data-width=full] .comp-main-contents__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-main-contents[data-width=full] .comp-main-contents__container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-main-contents[data-width=full] .comp-main-contents__container {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-main-contents[data-width=full] .comp-main-contents__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-main-contents[data-width=full] .comp-main-contents__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-main-contents[data-width=full] .comp-main-contents__container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-main-contents[data-width-sp=full] {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-main-contents[data-width-sp=full] .comp-main-contents__container {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .comp-main-contents[data-width-sp=full] .comp-main-contents__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-main-contents[data-width-sp=full] .comp-main-contents__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .comp-main-contents[data-width-sp=full] .comp-main-contents__container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-main-contents[data-type=border]:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-main-contents[data-type=border]:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}
.comp-main-contents__container {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .comp-main-contents__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-main-contents__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-main-contents__container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-main-contents__container:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-main-contents__container:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-main-contents__container:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.comp-main-contents__container[data-type=whitebox] {
  background-color: #fff;
  margin: 0 auto;
  padding: 4rem 8rem 8rem 8rem;
}
@media (min-width: 1024px) {
  .comp-main-contents__container[data-type=whitebox] {
    max-width: 120rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-main-contents__container[data-type=whitebox] {
    max-width: 120rem;
  }
}
@media (max-width: 767px) {
  .comp-main-contents__container[data-type=whitebox] {
    padding: 2rem 4rem 4rem 4rem;
  }
}
.comp-main-contents__container[data-type=whitebox] .comp-main-contents__content:only-child {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .comp-main-contents__container[data-type=side] {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .comp-main-contents__container[data-type=side] .comp-main-contents__content {
    width: 75%;
    margin-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-main-contents__container[data-type=side] .comp-main-contents__content:nth-child(1) {
    width: calc(25% - 4rem);
    margin-right: 0;
    order: 2;
  }
}
@media (max-width: 767px) {
  .comp-main-contents__container[data-type=side] .comp-main-contents__content:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .comp-card {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (min-width: 1024px) {
  .comp-card > .comp-card__item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 20rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card > .comp-card__item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 20rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide="1"] > .comp-card__item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide="1"] > .comp-card__item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide="2"] > .comp-card__item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide="2"] > .comp-card__item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide="3"] > .comp-card__item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide="3"] > .comp-card__item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide="4"] > .comp-card__item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide="4"] > .comp-card__item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide="5"] > .comp-card__item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide="5"] > .comp-card__item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide="6"] > .comp-card__item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide="6"] > .comp-card__item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide="7"] > .comp-card__item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide="7"] > .comp-card__item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide="8"] > .comp-card__item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide="8"] > .comp-card__item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide="9"] > .comp-card__item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide="9"] > .comp-card__item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide="10"] > .comp-card__item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide="10"] > .comp-card__item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide=flex] > .comp-card__item, .comp-card[data-divide=flex-grow-first] > .comp-card__item, .comp-card[data-divide=flex-grow-last] > .comp-card__item, .comp-card[data-divide=flex-nowrap] > .comp-card__item, .comp-card[data-divide=flex-nowrap-grow-first] > .comp-card__item, .comp-card[data-divide=flex-nowrap-grow-last] > .comp-card__item {
    width: auto;
    min-width: 20rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide=flex] > .comp-card__item, .comp-card[data-divide=flex-grow-first] > .comp-card__item, .comp-card[data-divide=flex-grow-last] > .comp-card__item, .comp-card[data-divide=flex-nowrap] > .comp-card__item, .comp-card[data-divide=flex-nowrap-grow-first] > .comp-card__item, .comp-card[data-divide=flex-nowrap-grow-last] > .comp-card__item {
    width: auto;
    min-width: 20rem;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide=flex-nowrap], .comp-card[data-divide=flex-nowrap-grow-first], .comp-card[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide=flex-nowrap], .comp-card[data-divide=flex-nowrap-grow-first], .comp-card[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide=flex-grow-first] > .comp-card__item:not(:first-child), .comp-card[data-divide=flex-nowrap-grow-first] > .comp-card__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide=flex-grow-first] > .comp-card__item:not(:first-child), .comp-card[data-divide=flex-nowrap-grow-first] > .comp-card__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide=flex-grow-first] > .comp-card__item:first-child, .comp-card[data-divide=flex-nowrap-grow-first] > .comp-card__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide=flex-grow-first] > .comp-card__item:first-child, .comp-card[data-divide=flex-nowrap-grow-first] > .comp-card__item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide=flex-grow-last] > .comp-card__item:not(:last-child), .comp-card[data-divide=flex-nowrap-grow-last] > .comp-card__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide=flex-grow-last] > .comp-card__item:not(:last-child), .comp-card[data-divide=flex-nowrap-grow-last] > .comp-card__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-divide=flex-grow-last] > .comp-card__item:last-child, .comp-card[data-divide=flex-nowrap-grow-last] > .comp-card__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-divide=flex-grow-last] > .comp-card__item:last-child, .comp-card[data-divide=flex-nowrap-grow-last] > .comp-card__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-card {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.6rem;
    margin-left: -1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-card > .comp-card__item {
    width: calc((100% - (1.6rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.6rem;
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-card[data-divide-sp="1"] > .comp-card__item {
    width: calc((100% - (1.6rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-card[data-divide-sp="2"] > .comp-card__item {
    width: calc((100% - (1.6rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-card[data-divide-sp="3"] > .comp-card__item {
    width: calc((100% - (1.6rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-card[data-divide-sp="4"] > .comp-card__item {
    width: calc((100% - (1.6rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-card[data-divide-sp="5"] > .comp-card__item {
    width: calc((100% - (1.6rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-card[data-divide-sp="6"] > .comp-card__item {
    width: calc((100% - (1.6rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-card[data-divide-sp="7"] > .comp-card__item {
    width: calc((100% - (1.6rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-card[data-divide-sp="8"] > .comp-card__item {
    width: calc((100% - (1.6rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-card[data-divide-sp="9"] > .comp-card__item {
    width: calc((100% - (1.6rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-card[data-divide-sp="10"] > .comp-card__item {
    width: calc((100% - (1.6rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-card[data-divide-sp=flex] > .comp-card__item, .comp-card[data-divide-sp=flex-grow-first] > .comp-card__item, .comp-card[data-divide-sp=flex-grow-last] > .comp-card__item, .comp-card[data-divide-sp=flex-nowrap] > .comp-card__item, .comp-card[data-divide-sp=flex-nowrap-grow-first] > .comp-card__item, .comp-card[data-divide-sp=flex-nowrap-grow-last] > .comp-card__item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-card[data-divide-sp=flex-nowrap], .comp-card[data-divide-sp=flex-nowrap-grow-first], .comp-card[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-card[data-divide-sp=flex-grow-first] > .comp-card__item:first-child, .comp-card[data-divide-sp=flex-nowrap-grow-first] > .comp-card__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-card[data-divide-sp=flex-grow-last] > .comp-card__item:last-child, .comp-card[data-divide-sp=flex-nowrap-grow-last] > .comp-card__item:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-card:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-card:not(:last-child) {
    margin-bottom: 2.6rem;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"] {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2rem;
    margin-left: -1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"] {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2rem;
    margin-left: -1.2rem;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"] > .comp-card__item {
    width: calc((100% - (1.2rem * 1)) / 1);
    min-width: 20rem;
    margin-top: 1.2rem;
    margin-left: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"] > .comp-card__item {
    width: calc((100% - (1.2rem * 1)) / 1);
    min-width: 20rem;
    margin-top: 1.2rem;
    margin-left: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide="1"] > .comp-card__item {
    width: calc((100% - (1.2rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide="1"] > .comp-card__item {
    width: calc((100% - (1.2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide="2"] > .comp-card__item {
    width: calc((100% - (1.2rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide="2"] > .comp-card__item {
    width: calc((100% - (1.2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide="3"] > .comp-card__item {
    width: calc((100% - (1.2rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide="3"] > .comp-card__item {
    width: calc((100% - (1.2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide="4"] > .comp-card__item {
    width: calc((100% - (1.2rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide="4"] > .comp-card__item {
    width: calc((100% - (1.2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide="5"] > .comp-card__item {
    width: calc((100% - (1.2rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide="5"] > .comp-card__item {
    width: calc((100% - (1.2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide="6"] > .comp-card__item {
    width: calc((100% - (1.2rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide="6"] > .comp-card__item {
    width: calc((100% - (1.2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide="7"] > .comp-card__item {
    width: calc((100% - (1.2rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide="7"] > .comp-card__item {
    width: calc((100% - (1.2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide="8"] > .comp-card__item {
    width: calc((100% - (1.2rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide="8"] > .comp-card__item {
    width: calc((100% - (1.2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide="9"] > .comp-card__item {
    width: calc((100% - (1.2rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide="9"] > .comp-card__item {
    width: calc((100% - (1.2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide="10"] > .comp-card__item {
    width: calc((100% - (1.2rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide="10"] > .comp-card__item {
    width: calc((100% - (1.2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide=flex] > .comp-card__item, .comp-card[data-gap="1.2"][data-divide=flex-grow-first] > .comp-card__item, .comp-card[data-gap="1.2"][data-divide=flex-grow-last] > .comp-card__item, .comp-card[data-gap="1.2"][data-divide=flex-nowrap] > .comp-card__item, .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-first] > .comp-card__item, .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-last] > .comp-card__item {
    width: auto;
    min-width: 20rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide=flex] > .comp-card__item, .comp-card[data-gap="1.2"][data-divide=flex-grow-first] > .comp-card__item, .comp-card[data-gap="1.2"][data-divide=flex-grow-last] > .comp-card__item, .comp-card[data-gap="1.2"][data-divide=flex-nowrap] > .comp-card__item, .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-first] > .comp-card__item, .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-last] > .comp-card__item {
    width: auto;
    min-width: 20rem;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide=flex-nowrap], .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-first], .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide=flex-nowrap], .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-first], .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide=flex-grow-first] > .comp-card__item:not(:first-child), .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-first] > .comp-card__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide=flex-grow-first] > .comp-card__item:not(:first-child), .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-first] > .comp-card__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide=flex-grow-first] > .comp-card__item:first-child, .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-first] > .comp-card__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide=flex-grow-first] > .comp-card__item:first-child, .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-first] > .comp-card__item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide=flex-grow-last] > .comp-card__item:not(:last-child), .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-last] > .comp-card__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide=flex-grow-last] > .comp-card__item:not(:last-child), .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-last] > .comp-card__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"][data-divide=flex-grow-last] > .comp-card__item:last-child, .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-last] > .comp-card__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"][data-divide=flex-grow-last] > .comp-card__item:last-child, .comp-card[data-gap="1.2"][data-divide=flex-nowrap-grow-last] > .comp-card__item:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-card[data-gap="1.2"] .comp-card__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card[data-gap="1.2"] .comp-card__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"] {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2rem;
    margin-left: -1.2rem;
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"] > .comp-card__item {
    width: calc((100% - (1.2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.2rem;
    margin-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"][data-divide-sp="1"] > .comp-card__item {
    width: calc((100% - (1.2rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"][data-divide-sp="2"] > .comp-card__item {
    width: calc((100% - (1.2rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"][data-divide-sp="3"] > .comp-card__item {
    width: calc((100% - (1.2rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"][data-divide-sp="4"] > .comp-card__item {
    width: calc((100% - (1.2rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"][data-divide-sp="5"] > .comp-card__item {
    width: calc((100% - (1.2rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"][data-divide-sp="6"] > .comp-card__item {
    width: calc((100% - (1.2rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"][data-divide-sp="7"] > .comp-card__item {
    width: calc((100% - (1.2rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"][data-divide-sp="8"] > .comp-card__item {
    width: calc((100% - (1.2rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"][data-divide-sp="9"] > .comp-card__item {
    width: calc((100% - (1.2rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"][data-divide-sp="10"] > .comp-card__item {
    width: calc((100% - (1.2rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"][data-divide-sp=flex] > .comp-card__item, .comp-card[data-gap-sp="1.2"][data-divide-sp=flex-grow-first] > .comp-card__item, .comp-card[data-gap-sp="1.2"][data-divide-sp=flex-grow-last] > .comp-card__item, .comp-card[data-gap-sp="1.2"][data-divide-sp=flex-nowrap] > .comp-card__item, .comp-card[data-gap-sp="1.2"][data-divide-sp=flex-nowrap-grow-first] > .comp-card__item, .comp-card[data-gap-sp="1.2"][data-divide-sp=flex-nowrap-grow-last] > .comp-card__item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"][data-divide-sp=flex-nowrap], .comp-card[data-gap-sp="1.2"][data-divide-sp=flex-nowrap-grow-first], .comp-card[data-gap-sp="1.2"][data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"][data-divide-sp=flex-grow-first] > .comp-card__item:first-child, .comp-card[data-gap-sp="1.2"][data-divide-sp=flex-nowrap-grow-first] > .comp-card__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"][data-divide-sp=flex-grow-last] > .comp-card__item:last-child, .comp-card[data-gap-sp="1.2"][data-divide-sp=flex-nowrap-grow-last] > .comp-card__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-card[data-gap-sp="1.2"] .comp-card__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.comp-card__item {
  background-color: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
  display: block;
  position: relative;
}
@media (min-width: 1024px) {
  .comp-card__item {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 300ms;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card__item {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 300ms;
  }
}
@media (max-width: 767px) {
  .comp-card__item {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.16);
  }
}
.comp-card__item[data-color=base-01] {
  background-color: #fff;
}
.comp-card__item[data-color=base-02] {
  background-color: #f5f5f5;
}
.comp-card__item[data-color=base-03] {
  background-color: #e5eef7;
}
.comp-card__item[data-color=primary] {
  background-color: #005bac;
}
.comp-card__item[data-color=white] {
  background-color: #fff;
}
.comp-card__item[data-color=accent] {
  background-color: #0d1148;
}
.comp-card__item[data-color=attention] {
  background-color: #de0000;
}
.comp-card__item[data-color=text] {
  background-color: #000;
}
.comp-card__item[data-color=border] {
  background-color: #ccc;
}
.comp-card__item[data-color=dark] {
  background-color: #666;
}
.comp-card__item[data-color=movie] {
  background-color: #a0a0a0;
}
.comp-card__item[data-color=pdf] {
  background-color: #e10f16;
}
.comp-card__item[data-color=word] {
  background-color: #0066ca;
}
.comp-card__item[data-color=excel] {
  background-color: #136a38;
}
.comp-card__item-underline-base {
  display: block;
  width: 100%;
  height: 0.3rem;
  background-color: #e5eef7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.comp-card__item-underline-hover {
  display: block;
  width: 0;
  transition: width 300ms;
  height: 0.3rem;
  background-color: #005bac;
  position: absolute;
  bottom: 0;
  left: 0;
}
.comp-card__item:hover, .comp-card__item:focus-visible {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .comp-card__item:hover, .comp-card__item:focus-visible {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card__item:hover, .comp-card__item:focus-visible {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
  }
}
.comp-card__item:hover .comp-card__item-underline-hover, .comp-card__item:focus-visible .comp-card__item-underline-hover {
  width: 100%;
}
.comp-card__item-content {
  position: relative;
}
@media (min-width: 1024px) {
  .comp-card__item-content {
    margin: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card__item-content {
    margin: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-card__item-content {
    margin: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .comp-card__item-content--img {
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card__item-content--img {
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .comp-card__item-content--img {
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
}
.comp-card__item-content--img .elem-img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.comp-card__item-content--img .elem-img video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .comp-card__item-content--icon {
    margin: 2rem 2rem 2rem 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card__item-content--icon {
    margin: 2rem 2rem 2rem 0;
  }
}
@media (max-width: 767px) {
  .comp-card__item-content--icon {
    margin: 1.2rem 1.2rem 1.2rem 0;
  }
}
.comp-card__item-content p {
  margin: 0;
  padding: 0;
}
.comp-card__item-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.comp-card__item-link {
  display: inline-block;
}
@media (min-width: 1024px) {
  .comp-card.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0.8rem;
    margin-left: -0.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0.8rem;
    margin-left: -0.8rem;
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery > .comp-card__item {
    width: calc((100% - (0.8rem * 1)) / 1);
    min-width: 24rem;
    margin-top: 0.8rem;
    margin-left: 0.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery > .comp-card__item {
    width: calc((100% - (0.8rem * 1)) / 1);
    min-width: 24rem;
    margin-top: 0.8rem;
    margin-left: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide="1"] > .comp-card__item {
    width: calc((100% - (0.8rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide="1"] > .comp-card__item {
    width: calc((100% - (0.8rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide="2"] > .comp-card__item {
    width: calc((100% - (0.8rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide="2"] > .comp-card__item {
    width: calc((100% - (0.8rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide="3"] > .comp-card__item {
    width: calc((100% - (0.8rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide="3"] > .comp-card__item {
    width: calc((100% - (0.8rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide="4"] > .comp-card__item {
    width: calc((100% - (0.8rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide="4"] > .comp-card__item {
    width: calc((100% - (0.8rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide="5"] > .comp-card__item {
    width: calc((100% - (0.8rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide="5"] > .comp-card__item {
    width: calc((100% - (0.8rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide="6"] > .comp-card__item {
    width: calc((100% - (0.8rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide="6"] > .comp-card__item {
    width: calc((100% - (0.8rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide="7"] > .comp-card__item {
    width: calc((100% - (0.8rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide="7"] > .comp-card__item {
    width: calc((100% - (0.8rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide="8"] > .comp-card__item {
    width: calc((100% - (0.8rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide="8"] > .comp-card__item {
    width: calc((100% - (0.8rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide="9"] > .comp-card__item {
    width: calc((100% - (0.8rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide="9"] > .comp-card__item {
    width: calc((100% - (0.8rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide="10"] > .comp-card__item {
    width: calc((100% - (0.8rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide="10"] > .comp-card__item {
    width: calc((100% - (0.8rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide=flex] > .comp-card__item, .comp-card.gallery[data-divide=flex-grow-first] > .comp-card__item, .comp-card.gallery[data-divide=flex-grow-last] > .comp-card__item, .comp-card.gallery[data-divide=flex-nowrap] > .comp-card__item, .comp-card.gallery[data-divide=flex-nowrap-grow-first] > .comp-card__item, .comp-card.gallery[data-divide=flex-nowrap-grow-last] > .comp-card__item {
    width: auto;
    min-width: 24rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide=flex] > .comp-card__item, .comp-card.gallery[data-divide=flex-grow-first] > .comp-card__item, .comp-card.gallery[data-divide=flex-grow-last] > .comp-card__item, .comp-card.gallery[data-divide=flex-nowrap] > .comp-card__item, .comp-card.gallery[data-divide=flex-nowrap-grow-first] > .comp-card__item, .comp-card.gallery[data-divide=flex-nowrap-grow-last] > .comp-card__item {
    width: auto;
    min-width: 24rem;
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide=flex-nowrap], .comp-card.gallery[data-divide=flex-nowrap-grow-first], .comp-card.gallery[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide=flex-nowrap], .comp-card.gallery[data-divide=flex-nowrap-grow-first], .comp-card.gallery[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide=flex-grow-first] > .comp-card__item:not(:first-child), .comp-card.gallery[data-divide=flex-nowrap-grow-first] > .comp-card__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide=flex-grow-first] > .comp-card__item:not(:first-child), .comp-card.gallery[data-divide=flex-nowrap-grow-first] > .comp-card__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide=flex-grow-first] > .comp-card__item:first-child, .comp-card.gallery[data-divide=flex-nowrap-grow-first] > .comp-card__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide=flex-grow-first] > .comp-card__item:first-child, .comp-card.gallery[data-divide=flex-nowrap-grow-first] > .comp-card__item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide=flex-grow-last] > .comp-card__item:not(:last-child), .comp-card.gallery[data-divide=flex-nowrap-grow-last] > .comp-card__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide=flex-grow-last] > .comp-card__item:not(:last-child), .comp-card.gallery[data-divide=flex-nowrap-grow-last] > .comp-card__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-card.gallery[data-divide=flex-grow-last] > .comp-card__item:last-child, .comp-card.gallery[data-divide=flex-nowrap-grow-last] > .comp-card__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery[data-divide=flex-grow-last] > .comp-card__item:last-child, .comp-card.gallery[data-divide=flex-nowrap-grow-last] > .comp-card__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-card.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0.4rem;
    margin-left: -0.4rem;
  }
}
@media (max-width: 767px) {
  .comp-card.gallery > .comp-card__item {
    width: calc((100% - (0.4rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 0.4rem;
    margin-left: 0.4rem;
  }
}
@media (max-width: 767px) {
  .comp-card.gallery[data-divide-sp="1"] > .comp-card__item {
    width: calc((100% - (0.4rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-card.gallery[data-divide-sp="2"] > .comp-card__item {
    width: calc((100% - (0.4rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-card.gallery[data-divide-sp="3"] > .comp-card__item {
    width: calc((100% - (0.4rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-card.gallery[data-divide-sp="4"] > .comp-card__item {
    width: calc((100% - (0.4rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-card.gallery[data-divide-sp="5"] > .comp-card__item {
    width: calc((100% - (0.4rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-card.gallery[data-divide-sp="6"] > .comp-card__item {
    width: calc((100% - (0.4rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-card.gallery[data-divide-sp="7"] > .comp-card__item {
    width: calc((100% - (0.4rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-card.gallery[data-divide-sp="8"] > .comp-card__item {
    width: calc((100% - (0.4rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-card.gallery[data-divide-sp="9"] > .comp-card__item {
    width: calc((100% - (0.4rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-card.gallery[data-divide-sp="10"] > .comp-card__item {
    width: calc((100% - (0.4rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-card.gallery[data-divide-sp=flex] > .comp-card__item, .comp-card.gallery[data-divide-sp=flex-grow-first] > .comp-card__item, .comp-card.gallery[data-divide-sp=flex-grow-last] > .comp-card__item, .comp-card.gallery[data-divide-sp=flex-nowrap] > .comp-card__item, .comp-card.gallery[data-divide-sp=flex-nowrap-grow-first] > .comp-card__item, .comp-card.gallery[data-divide-sp=flex-nowrap-grow-last] > .comp-card__item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-card.gallery[data-divide-sp=flex-nowrap], .comp-card.gallery[data-divide-sp=flex-nowrap-grow-first], .comp-card.gallery[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-card.gallery[data-divide-sp=flex-grow-first] > .comp-card__item:first-child, .comp-card.gallery[data-divide-sp=flex-nowrap-grow-first] > .comp-card__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-card.gallery[data-divide-sp=flex-grow-last] > .comp-card__item:last-child, .comp-card.gallery[data-divide-sp=flex-nowrap-grow-last] > .comp-card__item:last-child {
    flex-grow: 1;
  }
}
.comp-card.gallery > .comp-card__item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .comp-card.gallery > .comp-card__item {
    height: auto;
    min-height: 26.5rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery > .comp-card__item {
    height: auto;
    min-height: 26.5rem;
  }
}
@media (max-width: 767px) {
  .comp-card.gallery > .comp-card__item {
    height: auto;
    min-height: 18.8rem;
  }
}
.comp-card.gallery > .comp-card__item:hover, .comp-card.gallery > .comp-card__item:focus-visible {
  -webkit-text-decoration: underline 1px solid #fff;
          text-decoration: underline 1px solid #fff;
}
.comp-card.gallery > .comp-card__item > .comp-card__item-content--img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  border-bottom: none;
}
.comp-card.gallery > .comp-card__item > .comp-card__item-content--img::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.54);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.comp-card.gallery > .comp-card__item > .comp-card__item-content--img .elem-link,
.comp-card.gallery > .comp-card__item > .comp-card__item-content--img .elem-img,
.comp-card.gallery > .comp-card__item > .comp-card__item-content--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comp-card.gallery > .comp-card__item > .comp-card__item-content--img .elem-img__note {
  display: none;
}
.comp-card.gallery > .comp-card__item > .comp-card__item-content,
.comp-card.gallery > .comp-card__item > .comp-card__item-content--icon {
  z-index: 1;
}
@media (min-width: 1024px) {
  .comp-card.gallery > .comp-card__item > .comp-card__item-content:first-child,
  .comp-card.gallery > .comp-card__item > .comp-card__item-content--icon:first-child {
    margin: 2rem 0 2rem 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.gallery > .comp-card__item > .comp-card__item-content:first-child,
  .comp-card.gallery > .comp-card__item > .comp-card__item-content--icon:first-child {
    margin: 2rem 0 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .comp-card.gallery > .comp-card__item > .comp-card__item-content:first-child,
  .comp-card.gallery > .comp-card__item > .comp-card__item-content--icon:first-child {
    margin: 2rem 0 2rem 2rem;
  }
}
.comp-card.gallery > .comp-card__item > .comp-card__item-underline-base {
  display: none;
}
.comp-card.gallery > .comp-card__item > .comp-card__item-underline-hover {
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-card.thumbnail, .comp-card.icons {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail, .comp-card.icons {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail > .comp-card__item, .comp-card.icons > .comp-card__item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 37rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail > .comp-card__item, .comp-card.icons > .comp-card__item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 37rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide="1"] > .comp-card__item, .comp-card.icons[data-divide="1"] > .comp-card__item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide="1"] > .comp-card__item, .comp-card.icons[data-divide="1"] > .comp-card__item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide="2"] > .comp-card__item, .comp-card.icons[data-divide="2"] > .comp-card__item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide="2"] > .comp-card__item, .comp-card.icons[data-divide="2"] > .comp-card__item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide="3"] > .comp-card__item, .comp-card.icons[data-divide="3"] > .comp-card__item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide="3"] > .comp-card__item, .comp-card.icons[data-divide="3"] > .comp-card__item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide="4"] > .comp-card__item, .comp-card.icons[data-divide="4"] > .comp-card__item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide="4"] > .comp-card__item, .comp-card.icons[data-divide="4"] > .comp-card__item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide="5"] > .comp-card__item, .comp-card.icons[data-divide="5"] > .comp-card__item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide="5"] > .comp-card__item, .comp-card.icons[data-divide="5"] > .comp-card__item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide="6"] > .comp-card__item, .comp-card.icons[data-divide="6"] > .comp-card__item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide="6"] > .comp-card__item, .comp-card.icons[data-divide="6"] > .comp-card__item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide="7"] > .comp-card__item, .comp-card.icons[data-divide="7"] > .comp-card__item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide="7"] > .comp-card__item, .comp-card.icons[data-divide="7"] > .comp-card__item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide="8"] > .comp-card__item, .comp-card.icons[data-divide="8"] > .comp-card__item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide="8"] > .comp-card__item, .comp-card.icons[data-divide="8"] > .comp-card__item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide="9"] > .comp-card__item, .comp-card.icons[data-divide="9"] > .comp-card__item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide="9"] > .comp-card__item, .comp-card.icons[data-divide="9"] > .comp-card__item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide="10"] > .comp-card__item, .comp-card.icons[data-divide="10"] > .comp-card__item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide="10"] > .comp-card__item, .comp-card.icons[data-divide="10"] > .comp-card__item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide=flex] > .comp-card__item, .comp-card.thumbnail[data-divide=flex-grow-first] > .comp-card__item, .comp-card.thumbnail[data-divide=flex-grow-last] > .comp-card__item, .comp-card.thumbnail[data-divide=flex-nowrap] > .comp-card__item, .comp-card.thumbnail[data-divide=flex-nowrap-grow-first] > .comp-card__item, .comp-card.thumbnail[data-divide=flex-nowrap-grow-last] > .comp-card__item, .comp-card.icons[data-divide=flex] > .comp-card__item, .comp-card.icons[data-divide=flex-grow-first] > .comp-card__item, .comp-card.icons[data-divide=flex-grow-last] > .comp-card__item, .comp-card.icons[data-divide=flex-nowrap] > .comp-card__item, .comp-card.icons[data-divide=flex-nowrap-grow-first] > .comp-card__item, .comp-card.icons[data-divide=flex-nowrap-grow-last] > .comp-card__item {
    width: auto;
    min-width: 37rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide=flex] > .comp-card__item, .comp-card.thumbnail[data-divide=flex-grow-first] > .comp-card__item, .comp-card.thumbnail[data-divide=flex-grow-last] > .comp-card__item, .comp-card.thumbnail[data-divide=flex-nowrap] > .comp-card__item, .comp-card.thumbnail[data-divide=flex-nowrap-grow-first] > .comp-card__item, .comp-card.thumbnail[data-divide=flex-nowrap-grow-last] > .comp-card__item, .comp-card.icons[data-divide=flex] > .comp-card__item, .comp-card.icons[data-divide=flex-grow-first] > .comp-card__item, .comp-card.icons[data-divide=flex-grow-last] > .comp-card__item, .comp-card.icons[data-divide=flex-nowrap] > .comp-card__item, .comp-card.icons[data-divide=flex-nowrap-grow-first] > .comp-card__item, .comp-card.icons[data-divide=flex-nowrap-grow-last] > .comp-card__item {
    width: auto;
    min-width: 37rem;
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide=flex-nowrap], .comp-card.thumbnail[data-divide=flex-nowrap-grow-first], .comp-card.thumbnail[data-divide=flex-nowrap-grow-last], .comp-card.icons[data-divide=flex-nowrap], .comp-card.icons[data-divide=flex-nowrap-grow-first], .comp-card.icons[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide=flex-nowrap], .comp-card.thumbnail[data-divide=flex-nowrap-grow-first], .comp-card.thumbnail[data-divide=flex-nowrap-grow-last], .comp-card.icons[data-divide=flex-nowrap], .comp-card.icons[data-divide=flex-nowrap-grow-first], .comp-card.icons[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide=flex-grow-first] > .comp-card__item:not(:first-child), .comp-card.thumbnail[data-divide=flex-nowrap-grow-first] > .comp-card__item:not(:first-child), .comp-card.icons[data-divide=flex-grow-first] > .comp-card__item:not(:first-child), .comp-card.icons[data-divide=flex-nowrap-grow-first] > .comp-card__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide=flex-grow-first] > .comp-card__item:not(:first-child), .comp-card.thumbnail[data-divide=flex-nowrap-grow-first] > .comp-card__item:not(:first-child), .comp-card.icons[data-divide=flex-grow-first] > .comp-card__item:not(:first-child), .comp-card.icons[data-divide=flex-nowrap-grow-first] > .comp-card__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide=flex-grow-first] > .comp-card__item:first-child, .comp-card.thumbnail[data-divide=flex-nowrap-grow-first] > .comp-card__item:first-child, .comp-card.icons[data-divide=flex-grow-first] > .comp-card__item:first-child, .comp-card.icons[data-divide=flex-nowrap-grow-first] > .comp-card__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide=flex-grow-first] > .comp-card__item:first-child, .comp-card.thumbnail[data-divide=flex-nowrap-grow-first] > .comp-card__item:first-child, .comp-card.icons[data-divide=flex-grow-first] > .comp-card__item:first-child, .comp-card.icons[data-divide=flex-nowrap-grow-first] > .comp-card__item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide=flex-grow-last] > .comp-card__item:not(:last-child), .comp-card.thumbnail[data-divide=flex-nowrap-grow-last] > .comp-card__item:not(:last-child), .comp-card.icons[data-divide=flex-grow-last] > .comp-card__item:not(:last-child), .comp-card.icons[data-divide=flex-nowrap-grow-last] > .comp-card__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide=flex-grow-last] > .comp-card__item:not(:last-child), .comp-card.thumbnail[data-divide=flex-nowrap-grow-last] > .comp-card__item:not(:last-child), .comp-card.icons[data-divide=flex-grow-last] > .comp-card__item:not(:last-child), .comp-card.icons[data-divide=flex-nowrap-grow-last] > .comp-card__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide=flex-grow-last] > .comp-card__item:last-child, .comp-card.thumbnail[data-divide=flex-nowrap-grow-last] > .comp-card__item:last-child, .comp-card.icons[data-divide=flex-grow-last] > .comp-card__item:last-child, .comp-card.icons[data-divide=flex-nowrap-grow-last] > .comp-card__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide=flex-grow-last] > .comp-card__item:last-child, .comp-card.thumbnail[data-divide=flex-nowrap-grow-last] > .comp-card__item:last-child, .comp-card.icons[data-divide=flex-grow-last] > .comp-card__item:last-child, .comp-card.icons[data-divide=flex-nowrap-grow-last] > .comp-card__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail, .comp-card.icons {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.6rem;
    margin-left: -1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail > .comp-card__item, .comp-card.icons > .comp-card__item {
    width: calc((100% - (1.6rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.6rem;
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail[data-divide-sp="1"] > .comp-card__item, .comp-card.icons[data-divide-sp="1"] > .comp-card__item {
    width: calc((100% - (1.6rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail[data-divide-sp="2"] > .comp-card__item, .comp-card.icons[data-divide-sp="2"] > .comp-card__item {
    width: calc((100% - (1.6rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail[data-divide-sp="3"] > .comp-card__item, .comp-card.icons[data-divide-sp="3"] > .comp-card__item {
    width: calc((100% - (1.6rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail[data-divide-sp="4"] > .comp-card__item, .comp-card.icons[data-divide-sp="4"] > .comp-card__item {
    width: calc((100% - (1.6rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail[data-divide-sp="5"] > .comp-card__item, .comp-card.icons[data-divide-sp="5"] > .comp-card__item {
    width: calc((100% - (1.6rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail[data-divide-sp="6"] > .comp-card__item, .comp-card.icons[data-divide-sp="6"] > .comp-card__item {
    width: calc((100% - (1.6rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail[data-divide-sp="7"] > .comp-card__item, .comp-card.icons[data-divide-sp="7"] > .comp-card__item {
    width: calc((100% - (1.6rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail[data-divide-sp="8"] > .comp-card__item, .comp-card.icons[data-divide-sp="8"] > .comp-card__item {
    width: calc((100% - (1.6rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail[data-divide-sp="9"] > .comp-card__item, .comp-card.icons[data-divide-sp="9"] > .comp-card__item {
    width: calc((100% - (1.6rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail[data-divide-sp="10"] > .comp-card__item, .comp-card.icons[data-divide-sp="10"] > .comp-card__item {
    width: calc((100% - (1.6rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail[data-divide-sp=flex] > .comp-card__item, .comp-card.thumbnail[data-divide-sp=flex-grow-first] > .comp-card__item, .comp-card.thumbnail[data-divide-sp=flex-grow-last] > .comp-card__item, .comp-card.thumbnail[data-divide-sp=flex-nowrap] > .comp-card__item, .comp-card.thumbnail[data-divide-sp=flex-nowrap-grow-first] > .comp-card__item, .comp-card.thumbnail[data-divide-sp=flex-nowrap-grow-last] > .comp-card__item, .comp-card.icons[data-divide-sp=flex] > .comp-card__item, .comp-card.icons[data-divide-sp=flex-grow-first] > .comp-card__item, .comp-card.icons[data-divide-sp=flex-grow-last] > .comp-card__item, .comp-card.icons[data-divide-sp=flex-nowrap] > .comp-card__item, .comp-card.icons[data-divide-sp=flex-nowrap-grow-first] > .comp-card__item, .comp-card.icons[data-divide-sp=flex-nowrap-grow-last] > .comp-card__item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail[data-divide-sp=flex-nowrap], .comp-card.thumbnail[data-divide-sp=flex-nowrap-grow-first], .comp-card.thumbnail[data-divide-sp=flex-nowrap-grow-last], .comp-card.icons[data-divide-sp=flex-nowrap], .comp-card.icons[data-divide-sp=flex-nowrap-grow-first], .comp-card.icons[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail[data-divide-sp=flex-grow-first] > .comp-card__item:first-child, .comp-card.thumbnail[data-divide-sp=flex-nowrap-grow-first] > .comp-card__item:first-child, .comp-card.icons[data-divide-sp=flex-grow-first] > .comp-card__item:first-child, .comp-card.icons[data-divide-sp=flex-nowrap-grow-first] > .comp-card__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail[data-divide-sp=flex-grow-last] > .comp-card__item:last-child, .comp-card.thumbnail[data-divide-sp=flex-nowrap-grow-last] > .comp-card__item:last-child, .comp-card.icons[data-divide-sp=flex-grow-last] > .comp-card__item:last-child, .comp-card.icons[data-divide-sp=flex-nowrap-grow-last] > .comp-card__item:last-child {
    flex-grow: 1;
  }
}
.comp-card.thumbnail .comp-card__item, .comp-card.icons .comp-card__item {
  display: flex;
}
.comp-card.thumbnail .comp-card__item-content--img, .comp-card.icons .comp-card__item-content--img {
  width: auto;
  border: none;
}
@media (min-width: 1024px) {
  .comp-card.thumbnail .comp-card__item-content--img, .comp-card.icons .comp-card__item-content--img {
    margin: 2rem 0 2rem 2rem;
    flex-shrink: 0;
    max-width: 18rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail .comp-card__item-content--img, .comp-card.icons .comp-card__item-content--img {
    margin: 2rem 0 2rem 2rem;
    flex-shrink: 0;
    max-width: 18rem;
  }
}
@media (max-width: 767px) {
  .comp-card.thumbnail .comp-card__item-content--img, .comp-card.icons .comp-card__item-content--img {
    margin: 1.2rem 0 1.2rem 1.2rem;
    flex-shrink: 0;
    max-width: 12rem;
  }
}
@media (min-width: 1024px) {
  .comp-card.thumbnail[data-divide="4"] .comp-card__item-content--img, .comp-card.thumbnail[data-divide="5"] .comp-card__item-content--img, .comp-card.thumbnail[data-divide="6"] .comp-card__item-content--img, .comp-card.thumbnail[data-divide="7"] .comp-card__item-content--img, .comp-card.thumbnail[data-divide="8"] .comp-card__item-content--img, .comp-card.thumbnail[data-divide="9"] .comp-card__item-content--img, .comp-card.thumbnail[data-divide="10"] .comp-card__item-content--img, .comp-card.icons[data-divide="4"] .comp-card__item-content--img, .comp-card.icons[data-divide="5"] .comp-card__item-content--img, .comp-card.icons[data-divide="6"] .comp-card__item-content--img, .comp-card.icons[data-divide="7"] .comp-card__item-content--img, .comp-card.icons[data-divide="8"] .comp-card__item-content--img, .comp-card.icons[data-divide="9"] .comp-card__item-content--img, .comp-card.icons[data-divide="10"] .comp-card__item-content--img {
    max-width: 11.4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.thumbnail[data-divide="4"] .comp-card__item-content--img, .comp-card.thumbnail[data-divide="5"] .comp-card__item-content--img, .comp-card.thumbnail[data-divide="6"] .comp-card__item-content--img, .comp-card.thumbnail[data-divide="7"] .comp-card__item-content--img, .comp-card.thumbnail[data-divide="8"] .comp-card__item-content--img, .comp-card.thumbnail[data-divide="9"] .comp-card__item-content--img, .comp-card.thumbnail[data-divide="10"] .comp-card__item-content--img, .comp-card.icons[data-divide="4"] .comp-card__item-content--img, .comp-card.icons[data-divide="5"] .comp-card__item-content--img, .comp-card.icons[data-divide="6"] .comp-card__item-content--img, .comp-card.icons[data-divide="7"] .comp-card__item-content--img, .comp-card.icons[data-divide="8"] .comp-card__item-content--img, .comp-card.icons[data-divide="9"] .comp-card__item-content--img, .comp-card.icons[data-divide="10"] .comp-card__item-content--img {
    max-width: 11.4rem;
  }
}
.comp-card.thumbnail .comp-card__item-content, .comp-card.icons .comp-card__item-content {
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .comp-card.icons .comp-card__item-content--img {
    max-width: 7rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-card.icons .comp-card__item-content--img {
    max-width: 7rem;
  }
}
@media (max-width: 767px) {
  .comp-card.icons .comp-card__item-content--img {
    max-width: 7rem;
  }
}

.comp-mv {
  position: relative;
}
@media (min-width: 1024px) {
  .comp-mv:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-mv:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.comp-mv--slider, .comp-mv--slider-thumbs {
  position: relative;
}
@media (min-width: 1024px) {
  .comp-mv--slider, .comp-mv--slider-thumbs {
    margin-bottom: 5.4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv--slider, .comp-mv--slider-thumbs {
    margin-bottom: 5.4rem;
  }
}
@media (max-width: 767px) {
  .comp-mv--slider, .comp-mv--slider-thumbs {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .comp-mv--slider[data-height="400"], .comp-mv--slider-thumbs[data-height="400"] {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv--slider[data-height="400"], .comp-mv--slider-thumbs[data-height="400"] {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-mv--slider[data-height="400"] .comp-mv__item, .comp-mv--slider-thumbs[data-height="400"] .comp-mv__item {
    min-height: 40rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv--slider[data-height="400"] .comp-mv__item, .comp-mv--slider-thumbs[data-height="400"] .comp-mv__item {
    min-height: 40rem;
  }
}
@media (min-width: 1024px) {
  .comp-mv--slider[data-height=no-gap], .comp-mv--slider-thumbs[data-height=no-gap] {
    margin-bottom: 7.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv--slider[data-height=no-gap], .comp-mv--slider-thumbs[data-height=no-gap] {
    margin-bottom: 7.6rem;
  }
}
@media (min-width: 1024px) {
  .comp-mv--slider[data-height=no-gap] .comp-mv__item, .comp-mv--slider-thumbs[data-height=no-gap] .comp-mv__item {
    min-height: 40rem;
    padding: 2.8rem 0;
    align-items: normal;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv--slider[data-height=no-gap] .comp-mv__item, .comp-mv--slider-thumbs[data-height=no-gap] .comp-mv__item {
    min-height: 40rem;
    padding: 2.8rem 0;
    align-items: normal;
  }
}
@media (min-width: 1024px) {
  .comp-mv--slider-thumbs {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv--slider-thumbs {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .comp-mv--slider-thumbs .comp-mv__item-content {
    margin: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .comp-mv--slider-thumbs .comp-box {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-mv[data-height="400"] .comp-mv__item {
    min-height: 40rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv[data-height="400"] .comp-mv__item {
    min-height: 40rem;
  }
}
@media (min-width: 1024px) {
  .comp-mv[data-height=no-gap] {
    margin-bottom: 7.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv[data-height=no-gap] {
    margin-bottom: 7.6rem;
  }
}
@media (min-width: 1024px) {
  .comp-mv[data-height=no-gap] .comp-mv__item {
    min-height: 40rem;
    padding: 2.8rem 0;
    align-items: normal;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv[data-height=no-gap] .comp-mv__item {
    min-height: 40rem;
    padding: 2.8rem 0;
    align-items: normal;
  }
}
@media (min-width: 1024px) {
  .comp-mv__slider {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__slider {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 767px) {
  .comp-mv__slider {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .comp-mv__slider-thumbs {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__slider-thumbs {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 767px) {
  .comp-mv__slider-thumbs {
    display: none;
  }
}
@media (min-width: 1024px) {
  .comp-mv__slider-thumbs__wrapper {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .comp-mv__slider-thumbs__wrapper {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__slider-thumbs__wrapper {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-mv__slider-thumbs__wrapper {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .comp-mv__slider-thumbs__wrapper[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__slider-thumbs__wrapper {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (min-width: 1024px) {
  .comp-mv__slider-thumbs__wrapper {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__slider-thumbs__wrapper {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-mv__slider-thumbs__wrapper {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .comp-mv__slider-thumbs__wrapper[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
.comp-mv__slider-thumbs__container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-mv__slider-thumbs__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__slider-thumbs__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-mv__slider-thumbs__container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-mv__slider-thumbs .comp-card__item-content {
    margin: 1.6rem 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__slider-thumbs .comp-card__item-content {
    margin: 1.6rem 1.2rem;
  }
}
.comp-mv__item {
  position: relative;
}
@media (min-width: 1024px) {
  .comp-mv__item {
    width: 100%;
    height: 100%;
    min-height: 31.25vw;
    margin: 0;
    padding: 4rem 0;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .comp-mv__item[data-size=medium] {
    width: 100%;
    height: 40rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__item[data-size=medium] {
    width: 100%;
    height: 40rem;
  }
}
.comp-mv__item-bg {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (min-width: 1024px) {
  .comp-mv__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.comp-mv__item-bg .elem-img {
  width: 100%;
  height: 100%;
}
.comp-mv__item-bg .elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comp-mv__item-bg[data-position=left] .elem-img img {
  -o-object-position: left;
     object-position: left;
}
.comp-mv__item-bg[data-position=right] .elem-img img {
  -o-object-position: right;
     object-position: right;
}
.comp-mv__item-wrapper {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-mv__item-wrapper {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__item-wrapper {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .comp-mv__item-wrapper {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-mv__item-wrapper[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
.comp-mv__item-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-mv__item-container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__item-container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-mv__item-container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__item-content {
    margin: 0;
    padding-top: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-mv__item-content {
    margin: 0;
    padding-top: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__item .elem-heading {
    color: #000 !important;
    text-shadow: none !important;
  }
}
.comp-mv__nav {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-mv__nav {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__nav {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .comp-mv__nav {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-mv__nav[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
.comp-mv__nav__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .comp-mv__nav__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__nav__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-mv__nav__container {
    margin: 0 auto;
    padding: 0;
  }
}
.comp-mv__nav__content {
  position: relative;
  width: auto;
  height: 4rem;
}
@media (min-width: 1024px) {
  .comp-mv__nav__content:nth-child(1) {
    width: 15rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-mv__nav__content:nth-child(1) {
    width: 15rem;
  }
}
@media (max-width: 767px) {
  .comp-mv__nav__content:nth-child(1) {
    width: 15rem;
    margin: 0 auto;
  }
}
.comp-mv__nav__content:nth-child(2) {
  width: 4rem;
}
.comp-mv__nav .swiper-pagination,
.comp-mv__nav .comp-mv__nav-stop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.comp-mv__nav-stop {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #005bac;
  cursor: pointer;
}

.swiper {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 8rem;
    height: 20rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 8rem;
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.2rem;
    height: 8rem;
  }
}
@media (min-width: 1024px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media (max-width: 767px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(40%);
  }
}

.swiper-button-prev {
  left: 0;
}
@media (max-width: 767px) {
  .swiper-button-prev {
    top: 21.125%;
  }
}
.swiper-button-prev::after {
  content: url("/ics/res/img/icons/icon_arrow-slider-left.svg");
}

.swiper-button-next {
  right: 0;
}
@media (max-width: 767px) {
  .swiper-button-next {
    top: 21.125%;
  }
}
.swiper-button-next::after {
  content: url("/ics/res/img/icons/icon_arrow-slider-right.svg");
}

.swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0.8rem);
}

.swiper-pagination-bullet-active {
  background: #005bac;
}

.comp-slider {
  position: relative;
}
@media (min-width: 1024px) {
  .comp-slider {
    padding: 0 13rem 0 13rem;
    padding-bottom: 5.2rem;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider {
    padding: 0 8rem 0 8rem;
    padding-bottom: 5.2rem;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 767px) {
  .comp-slider {
    padding: 0 3.8rem;
    padding-bottom: 2.1rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .comp-slider.thumbnail {
    padding: 0 5.4rem 0 5.4rem;
    padding-bottom: 5.6rem;
    bottom: -7.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider.thumbnail {
    padding: 0 5.4rem 0 5.4rem;
    padding-bottom: 5.6rem;
    bottom: -7.6rem;
  }
}
@media (max-width: 767px) {
  .comp-slider.thumbnail {
    margin: 0;
    padding: 0;
    padding-top: 1.7rem;
    padding-bottom: 4.5rem;
  }
}
.comp-slider.thumbnail .swiper-slide {
  height: auto;
}
@media (max-width: 767px) {
  .comp-slider.thumbnail .swiper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-slider.thumbnail .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(0);
  }
}
@media (max-width: 767px) {
  .comp-slider.thumbnail .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(0);
  }
}
@media (max-width: 767px) {
  .comp-slider .swiper {
    padding: 1.5rem;
  }
}
.comp-slider .swiper-pagination {
  bottom: 0;
}
@media (min-width: 1024px) {
  .comp-slider .swiper-slide {
    height: auto;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider .swiper-slide {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .comp-slider .swiper-slide .comp-card,
  .comp-slider .swiper-slide .comp-card__item {
    height: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider .swiper-slide .comp-card,
  .comp-slider .swiper-slide .comp-card__item {
    height: 100%;
  }
}
.comp-slider .swiper-button-prev,
.comp-slider .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  border: none;
}
@media (min-width: 1024px) {
  .comp-slider .swiper-button-prev,
  .comp-slider .swiper-button-next {
    width: 8rem;
    height: 20rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider .swiper-button-prev,
  .comp-slider .swiper-button-next {
    width: 8rem;
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .comp-slider .swiper-button-prev,
  .comp-slider .swiper-button-next {
    width: 4rem;
    height: 10rem;
  }
}
.comp-slider .swiper-button-prev::after,
.comp-slider .swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #707070;
}
@media (min-width: 1024px) {
  .comp-slider .swiper-button-prev::after,
  .comp-slider .swiper-button-next::after {
    transform: translateY(-50%) translateX(-50%);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider .swiper-button-prev::after,
  .comp-slider .swiper-button-next::after {
    transform: translateY(-50%) translateX(-50%);
  }
}
@media (max-width: 767px) {
  .comp-slider .swiper-button-prev::after,
  .comp-slider .swiper-button-next::after {
    transform: translateY(-50%) translateX(-50%) scale(40%);
  }
}
@media (min-width: 1024px) {
  .comp-slider .swiper-button-prev[data-size=small],
  .comp-slider .swiper-button-next[data-size=small] {
    width: 4.4rem;
    height: calc(100% - 5.2rem);
    top: 0;
    transform: translateY(0);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider .swiper-button-prev[data-size=small],
  .comp-slider .swiper-button-next[data-size=small] {
    width: 4.4rem;
    height: calc(100% - 5.2rem);
    top: 0;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .comp-slider .swiper-button-prev[data-size=small],
  .comp-slider .swiper-button-next[data-size=small] {
    width: 3.2rem;
    height: 8rem;
  }
}
@media (min-width: 1024px) {
  .comp-slider .swiper-button-prev[data-size=small]::after,
  .comp-slider .swiper-button-next[data-size=small]::after {
    transform: translateY(-50%) translateX(-50%) scale(60%);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider .swiper-button-prev[data-size=small]::after,
  .comp-slider .swiper-button-next[data-size=small]::after {
    transform: translateY(-50%) translateX(-50%) scale(60%);
  }
}
@media (max-width: 767px) {
  .comp-slider .swiper-button-prev[data-size=small]::after,
  .comp-slider .swiper-button-next[data-size=small]::after {
    transform: translateY(-50%) translateX(-50%) scale(60%);
  }
}
.comp-slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.comp-slider .swiper-button-prev::after {
  content: url("/ics/res/img/icons/icon_arrow-slider-left.svg");
}
@media (min-width: 1024px) {
  .comp-slider .swiper-button-prev[data-size=small] {
    left: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider .swiper-button-prev[data-size=small] {
    left: 0;
  }
}
@media (max-width: 767px) {
  .comp-slider .swiper-button-prev[data-size=small] {
    left: 0;
  }
}
.comp-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.comp-slider .swiper-button-next::after {
  content: url("/ics/res/img/icons/icon_arrow-slider-right.svg");
}
@media (min-width: 1024px) {
  .comp-slider .swiper-button-next[data-size=small] {
    right: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider .swiper-button-next[data-size=small] {
    right: 0;
  }
}
@media (max-width: 767px) {
  .comp-slider .swiper-button-next[data-size=small] {
    right: 0;
  }
}
.comp-slider .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
}
.comp-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.comp-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0.8rem);
}
.comp-slider .swiper-pagination-bullet-active {
  background: #005bac;
}
.comp-slider .comp-slider-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
@media (min-width: 1024px) {
  .comp-slider .comp-slider-nav {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider .comp-slider-nav {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .comp-slider .comp-slider-nav {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-slider .comp-slider-nav[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-slider .comp-slider-nav {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider .comp-slider-nav {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-slider .comp-slider-nav {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
.comp-slider .comp-slider-nav__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .comp-slider .comp-slider-nav__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider .comp-slider-nav__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-slider .comp-slider-nav__container {
    margin: 0 auto;
    padding: 0;
  }
}
.comp-slider .comp-slider-nav__content {
  position: relative;
  width: auto;
  height: 2.4rem;
}
@media (min-width: 1024px) {
  .comp-slider .comp-slider-nav__content:nth-child(1) {
    width: 50rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider .comp-slider-nav__content:nth-child(1) {
    width: 50rem;
  }
}
@media (max-width: 767px) {
  .comp-slider .comp-slider-nav__content:nth-child(1) {
    width: 30rem;
  }
}
.comp-slider .comp-slider-nav__content:nth-child(2) {
  width: 2.4rem;
  height: 2.4rem;
}
.comp-slider .comp-slider-nav .swiper-pagination,
.comp-slider .comp-slider-nav .comp-slider-nav-stop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.comp-slider .comp-slider-nav-stop {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #005bac;
  cursor: pointer;
}

.comp-slider-thumb {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 1rem 1rem;
  border: 1px solid #ccc;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .comp-slider-thumb {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 300ms;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider-thumb {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 300ms;
  }
}
@media (max-width: 767px) {
  .comp-slider-thumb {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.16);
  }
}
.comp-slider-thumb__img {
  width: 100%;
  height: 100%;
  max-width: 6.8rem;
  max-height: 6.8rem;
  aspect-ratio: 1/1;
  margin-right: 0.8rem;
}
.comp-slider-thumb__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.comp-slider-thumb__underline-base {
  display: block;
  width: 100%;
  height: 0.3rem;
  background-color: #e5eef7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.comp-slider-thumb__underline-hover {
  display: block;
  width: 0;
  transition: width 300ms;
  height: 0.3rem;
  background-color: #005bac;
  position: absolute;
  bottom: 0;
  left: 0;
}
.comp-slider-thumb:hover, .comp-slider-thumb:focus-visible {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .comp-slider-thumb:hover, .comp-slider-thumb:focus-visible {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-slider-thumb:hover, .comp-slider-thumb:focus-visible {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
  }
}
.comp-slider-thumb:hover .comp-slider-thumb__underline-hover, .comp-slider-thumb:focus-visible .comp-slider-thumb__underline-hover {
  width: 100%;
}

.comp-news {
  position: relative;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .comp-news {
    width: 100%;
    overflow: hidden;
  }
}
.comp-news:not(:last-child) {
  margin-bottom: 10rem;
}
.comp-news__content-date {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .comp-news__content-date {
    margin: 1rem 0;
    margin-right: 2rem;
    min-width: 13rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__content-date {
    margin: 0.6rem 0;
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-news__content-date {
    margin: 0.6rem 0;
    margin-right: 2rem;
  }
}
.comp-news__content-label {
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  max-width: 12.2rem;
  padding: 0.4rem;
  text-align: center;
  border: 1px solid #005bac;
  box-sizing: border-box;
  display: inline-block;
}
@media (min-width: 1024px) {
  .comp-news__content-label {
    margin: 1rem 0;
    margin-right: 2rem;
    min-width: 13rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__content-label {
    margin: 0.6rem 0;
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-news__content-label {
    margin: 0.6rem 0;
    margin-right: 2rem;
  }
}
.comp-news__content-label[data-color="1"] {
  background-color: #005bac;
  border: 1px solid #005bac;
}
.comp-news__content-label[data-color="1"] span {
  color: #fff;
}
.comp-news__content-label[data-color="2"] {
  background-color: #1f7e57;
  border: 1px solid #1f7e57;
}
.comp-news__content-label[data-color="2"] span {
  color: #fff;
}
.comp-news__content-label[data-color="3"] {
  background-color: #ac8845;
  border: 1px solid #ac8845;
}
.comp-news__content-label[data-color="3"] span {
  color: #fff;
}
.comp-news__content-label[data-color="4"] {
  background-color: #945096;
  border: 1px solid #945096;
}
.comp-news__content-label[data-color="4"] span {
  color: #fff;
}
.comp-news__content-label[data-color="5"] {
  background-color: #008084;
  border: 1px solid #008084;
}
.comp-news__content-label[data-color="5"] span {
  color: #fff;
}
.comp-news__content-text {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .comp-news__content-text {
    margin: 1rem 0;
    margin-right: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__content-text {
    margin: 0.6rem 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .comp-news__content-text {
    margin: 0.6rem 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .comp-news__content-text span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .comp-news__content-text span:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.comp-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .comp-news__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2rem;
    margin-left: -4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2rem;
    margin-left: -4rem;
  }
}
@media (min-width: 1024px) {
  .comp-news__list > .comp-news__list-item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.2rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list > .comp-news__list-item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.2rem;
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide="1"] > .comp-news__list-item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide="1"] > .comp-news__list-item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide="2"] > .comp-news__list-item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide="2"] > .comp-news__list-item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide="3"] > .comp-news__list-item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide="3"] > .comp-news__list-item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide="4"] > .comp-news__list-item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide="4"] > .comp-news__list-item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide="5"] > .comp-news__list-item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide="5"] > .comp-news__list-item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide="6"] > .comp-news__list-item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide="6"] > .comp-news__list-item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide="7"] > .comp-news__list-item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide="7"] > .comp-news__list-item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide="8"] > .comp-news__list-item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide="8"] > .comp-news__list-item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide="9"] > .comp-news__list-item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide="9"] > .comp-news__list-item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide="10"] > .comp-news__list-item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide="10"] > .comp-news__list-item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide=flex] > .comp-news__list-item, .comp-news__list[data-divide=flex-grow-first] > .comp-news__list-item, .comp-news__list[data-divide=flex-grow-last] > .comp-news__list-item, .comp-news__list[data-divide=flex-nowrap] > .comp-news__list-item, .comp-news__list[data-divide=flex-nowrap-grow-first] > .comp-news__list-item, .comp-news__list[data-divide=flex-nowrap-grow-last] > .comp-news__list-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide=flex] > .comp-news__list-item, .comp-news__list[data-divide=flex-grow-first] > .comp-news__list-item, .comp-news__list[data-divide=flex-grow-last] > .comp-news__list-item, .comp-news__list[data-divide=flex-nowrap] > .comp-news__list-item, .comp-news__list[data-divide=flex-nowrap-grow-first] > .comp-news__list-item, .comp-news__list[data-divide=flex-nowrap-grow-last] > .comp-news__list-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide=flex-nowrap], .comp-news__list[data-divide=flex-nowrap-grow-first], .comp-news__list[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide=flex-nowrap], .comp-news__list[data-divide=flex-nowrap-grow-first], .comp-news__list[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide=flex-grow-first] > .comp-news__list-item:not(:first-child), .comp-news__list[data-divide=flex-nowrap-grow-first] > .comp-news__list-item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide=flex-grow-first] > .comp-news__list-item:not(:first-child), .comp-news__list[data-divide=flex-nowrap-grow-first] > .comp-news__list-item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide=flex-grow-first] > .comp-news__list-item:first-child, .comp-news__list[data-divide=flex-nowrap-grow-first] > .comp-news__list-item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide=flex-grow-first] > .comp-news__list-item:first-child, .comp-news__list[data-divide=flex-nowrap-grow-first] > .comp-news__list-item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide=flex-grow-last] > .comp-news__list-item:not(:last-child), .comp-news__list[data-divide=flex-nowrap-grow-last] > .comp-news__list-item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide=flex-grow-last] > .comp-news__list-item:not(:last-child), .comp-news__list[data-divide=flex-nowrap-grow-last] > .comp-news__list-item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-news__list[data-divide=flex-grow-last] > .comp-news__list-item:last-child, .comp-news__list[data-divide=flex-nowrap-grow-last] > .comp-news__list-item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__list[data-divide=flex-grow-last] > .comp-news__list-item:last-child, .comp-news__list[data-divide=flex-nowrap-grow-last] > .comp-news__list-item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-news__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2rem;
    margin-left: -4rem;
  }
}
@media (max-width: 767px) {
  .comp-news__list > .comp-news__list-item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.2rem;
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-news__list[data-divide-sp="1"] > .comp-news__list-item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-news__list[data-divide-sp="2"] > .comp-news__list-item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-news__list[data-divide-sp="3"] > .comp-news__list-item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-news__list[data-divide-sp="4"] > .comp-news__list-item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-news__list[data-divide-sp="5"] > .comp-news__list-item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-news__list[data-divide-sp="6"] > .comp-news__list-item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-news__list[data-divide-sp="7"] > .comp-news__list-item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-news__list[data-divide-sp="8"] > .comp-news__list-item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-news__list[data-divide-sp="9"] > .comp-news__list-item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-news__list[data-divide-sp="10"] > .comp-news__list-item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-news__list[data-divide-sp=flex] > .comp-news__list-item, .comp-news__list[data-divide-sp=flex-grow-first] > .comp-news__list-item, .comp-news__list[data-divide-sp=flex-grow-last] > .comp-news__list-item, .comp-news__list[data-divide-sp=flex-nowrap] > .comp-news__list-item, .comp-news__list[data-divide-sp=flex-nowrap-grow-first] > .comp-news__list-item, .comp-news__list[data-divide-sp=flex-nowrap-grow-last] > .comp-news__list-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-news__list[data-divide-sp=flex-nowrap], .comp-news__list[data-divide-sp=flex-nowrap-grow-first], .comp-news__list[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-news__list[data-divide-sp=flex-grow-first] > .comp-news__list-item:first-child, .comp-news__list[data-divide-sp=flex-nowrap-grow-first] > .comp-news__list-item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-news__list[data-divide-sp=flex-grow-last] > .comp-news__list-item:last-child, .comp-news__list[data-divide-sp=flex-nowrap-grow-last] > .comp-news__list-item:last-child {
    flex-grow: 1;
  }
}
.comp-news__list-item {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 1024px) {
  .comp-news__list-item {
    margin-bottom: 1.2rem;
  }
}
.comp-news__link {
  position: relative;
}
@media (min-width: 1024px) {
  .comp-news__link {
    padding: 1rem 0.7rem;
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-news__link {
    padding: 0.6rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .comp-news__link {
    padding: 0.6rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.comp-news__link::before {
  content: "";
  display: block;
  width: 0;
  transition: width 300ms;
  height: 100%;
  background-color: #e5eef7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.comp-news__link:hover {
  text-decoration: none;
}
.comp-news__link:hover::before {
  width: 100%;
}
.comp-news__link:hover .comp-news__content-date,
.comp-news__link:hover .comp-news__content-label,
.comp-news__link:hover .comp-news__content-text > span:nth-child(1),
.comp-news__link:hover .comp-news__content-text > span:nth-child(2) > span {
  text-decoration: underline;
}
.comp-news__detail {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .comp-link-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (min-width: 1024px) {
  .comp-link-list > .comp-link-list__item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 24rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list > .comp-link-list__item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 24rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide="1"] > .comp-link-list__item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide="1"] > .comp-link-list__item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide="2"] > .comp-link-list__item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide="2"] > .comp-link-list__item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide="3"] > .comp-link-list__item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide="3"] > .comp-link-list__item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide="4"] > .comp-link-list__item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide="4"] > .comp-link-list__item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide="5"] > .comp-link-list__item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide="5"] > .comp-link-list__item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide="6"] > .comp-link-list__item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide="6"] > .comp-link-list__item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide="7"] > .comp-link-list__item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide="7"] > .comp-link-list__item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide="8"] > .comp-link-list__item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide="8"] > .comp-link-list__item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide="9"] > .comp-link-list__item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide="9"] > .comp-link-list__item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide="10"] > .comp-link-list__item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide="10"] > .comp-link-list__item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide=flex] > .comp-link-list__item, .comp-link-list[data-divide=flex-grow-first] > .comp-link-list__item, .comp-link-list[data-divide=flex-grow-last] > .comp-link-list__item, .comp-link-list[data-divide=flex-nowrap] > .comp-link-list__item, .comp-link-list[data-divide=flex-nowrap-grow-first] > .comp-link-list__item, .comp-link-list[data-divide=flex-nowrap-grow-last] > .comp-link-list__item {
    width: auto;
    min-width: 24rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide=flex] > .comp-link-list__item, .comp-link-list[data-divide=flex-grow-first] > .comp-link-list__item, .comp-link-list[data-divide=flex-grow-last] > .comp-link-list__item, .comp-link-list[data-divide=flex-nowrap] > .comp-link-list__item, .comp-link-list[data-divide=flex-nowrap-grow-first] > .comp-link-list__item, .comp-link-list[data-divide=flex-nowrap-grow-last] > .comp-link-list__item {
    width: auto;
    min-width: 24rem;
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide=flex-nowrap], .comp-link-list[data-divide=flex-nowrap-grow-first], .comp-link-list[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide=flex-nowrap], .comp-link-list[data-divide=flex-nowrap-grow-first], .comp-link-list[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide=flex-grow-first] > .comp-link-list__item:not(:first-child), .comp-link-list[data-divide=flex-nowrap-grow-first] > .comp-link-list__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide=flex-grow-first] > .comp-link-list__item:not(:first-child), .comp-link-list[data-divide=flex-nowrap-grow-first] > .comp-link-list__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide=flex-grow-first] > .comp-link-list__item:first-child, .comp-link-list[data-divide=flex-nowrap-grow-first] > .comp-link-list__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide=flex-grow-first] > .comp-link-list__item:first-child, .comp-link-list[data-divide=flex-nowrap-grow-first] > .comp-link-list__item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide=flex-grow-last] > .comp-link-list__item:not(:last-child), .comp-link-list[data-divide=flex-nowrap-grow-last] > .comp-link-list__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide=flex-grow-last] > .comp-link-list__item:not(:last-child), .comp-link-list[data-divide=flex-nowrap-grow-last] > .comp-link-list__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-link-list[data-divide=flex-grow-last] > .comp-link-list__item:last-child, .comp-link-list[data-divide=flex-nowrap-grow-last] > .comp-link-list__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list[data-divide=flex-grow-last] > .comp-link-list__item:last-child, .comp-link-list[data-divide=flex-nowrap-grow-last] > .comp-link-list__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-link-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.6rem;
    margin-left: -1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-link-list > .comp-link-list__item {
    width: calc((100% - (1.6rem * 1)) / 1);
    min-width: 24rem;
    margin-top: 1.6rem;
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-link-list[data-divide-sp="1"] > .comp-link-list__item {
    width: calc((100% - (1.6rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-link-list[data-divide-sp="2"] > .comp-link-list__item {
    width: calc((100% - (1.6rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-link-list[data-divide-sp="3"] > .comp-link-list__item {
    width: calc((100% - (1.6rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-link-list[data-divide-sp="4"] > .comp-link-list__item {
    width: calc((100% - (1.6rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-link-list[data-divide-sp="5"] > .comp-link-list__item {
    width: calc((100% - (1.6rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-link-list[data-divide-sp="6"] > .comp-link-list__item {
    width: calc((100% - (1.6rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-link-list[data-divide-sp="7"] > .comp-link-list__item {
    width: calc((100% - (1.6rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-link-list[data-divide-sp="8"] > .comp-link-list__item {
    width: calc((100% - (1.6rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-link-list[data-divide-sp="9"] > .comp-link-list__item {
    width: calc((100% - (1.6rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-link-list[data-divide-sp="10"] > .comp-link-list__item {
    width: calc((100% - (1.6rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-link-list[data-divide-sp=flex] > .comp-link-list__item, .comp-link-list[data-divide-sp=flex-grow-first] > .comp-link-list__item, .comp-link-list[data-divide-sp=flex-grow-last] > .comp-link-list__item, .comp-link-list[data-divide-sp=flex-nowrap] > .comp-link-list__item, .comp-link-list[data-divide-sp=flex-nowrap-grow-first] > .comp-link-list__item, .comp-link-list[data-divide-sp=flex-nowrap-grow-last] > .comp-link-list__item {
    width: auto;
    min-width: 24rem;
  }
}
@media (max-width: 767px) {
  .comp-link-list[data-divide-sp=flex-nowrap], .comp-link-list[data-divide-sp=flex-nowrap-grow-first], .comp-link-list[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-link-list[data-divide-sp=flex-grow-first] > .comp-link-list__item:first-child, .comp-link-list[data-divide-sp=flex-nowrap-grow-first] > .comp-link-list__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-link-list[data-divide-sp=flex-grow-last] > .comp-link-list__item:last-child, .comp-link-list[data-divide-sp=flex-nowrap-grow-last] > .comp-link-list__item:last-child {
    flex-grow: 1;
  }
}
.comp-link-list__item {
  border: 1px solid #ccc;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 300ms;
}
@media (min-width: 1024px) {
  .comp-link-list__item {
    padding: 5rem 2rem;
    min-height: 12.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list__item {
    padding: 5rem 2rem;
    min-height: 12.8rem;
  }
}
@media (max-width: 767px) {
  .comp-link-list__item {
    padding: 2rem 2rem;
    min-height: 4.8rem;
  }
}
.comp-link-list__item:hover {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
}
.comp-link-list__item-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comp-link-list__item-content {
  min-width: 2.4rem;
}
@media (min-width: 1024px) {
  .comp-link-list__item-content:not(:last-child) {
    margin-right: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-list__item-content:not(:last-child) {
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-link-list__item-content:not(:last-child) {
    margin-right: 1.2rem;
  }
}
.comp-breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -1.2rem;
  margin-left: -1.2rem;
}
.comp-breadcrumb__list-item {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
  margin-left: 1.2rem;
}
.comp-breadcrumb__list-item:not(:last-child)::after {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  margin-left: 1.2rem;
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .comp-breadcrumb__list-item:not(:last-child)::after {
    background-image: url("/ics/res/img/icons/icon_arrow-topic-path.svg");
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-breadcrumb__list-item:not(:last-child)::after {
    background-image: url("/ics/res/img/icons/icon_arrow-topic-path.svg");
  }
}
@media (max-width: 767px) {
  .comp-breadcrumb__list-item:not(:last-child)::after {
    background-image: url("/ics/res/img/icons/icon_arrow-topic-path-white.svg");
  }
}
.comp-breadcrumb__list-item:last-child a {
  pointer-events: none;
}
.comp-breadcrumb__list-item a {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .comp-breadcrumb__list-item a {
    color: #fff;
  }
}

.comp-box {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .comp-box {
    padding: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-box {
    padding: 2.4rem 1.6rem;
  }
}
@media (min-width: 1024px) {
  .comp-box:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .comp-box:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.comp-box[data-display=inline-block] {
  display: inline-block;
}
.comp-box[data-type=border] {
  border: 0.3rem solid #cccccc;
}
.comp-box[data-type=border-narrow] {
  border: 1px solid #cccccc;
}
.comp-box[data-type=horizon] {
  border-top: 0.3rem solid #cccccc;
  border-bottom: 0.3rem solid #cccccc;
  border-left: 0;
  border-right: 0;
}
@media (min-width: 1024px) {
  .comp-box[data-type=horizon] {
    padding: 2.6rem 3.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box[data-type=horizon] {
    padding: 2.6rem 3.2rem;
  }
}
@media (max-width: 767px) {
  .comp-box[data-type=horizon] {
    padding: 1.6rem 0.8rem;
  }
}
@media (min-width: 1024px) {
  .comp-box[data-padding=narrow] {
    padding: 2rem 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box[data-padding=narrow] {
    padding: 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .comp-box[data-padding=narrow] {
    padding: 2rem 2rem;
  }
}
.comp-box[data-color=base-01] {
  background-color: #ffffff;
  border-color: #cccccc;
}
.comp-box[data-color=base-02] {
  background-color: #f5f5f5;
  border-color: #cccccc;
}
.comp-box[data-color=base-03] {
  background-color: #e5eef7;
  border-color: #005bac;
}
.comp-box[data-color=base-04] {
  background-color: #fdf2f2;
  border-color: #d60000;
}
@media (min-width: 1024px) {
  .comp-box__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) {
  .comp-box__container > .comp-box__content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 20rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container > .comp-box__content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 20rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide="1"] > .comp-box__content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide="1"] > .comp-box__content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide="2"] > .comp-box__content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide="2"] > .comp-box__content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide="3"] > .comp-box__content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide="3"] > .comp-box__content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide="4"] > .comp-box__content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide="4"] > .comp-box__content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide="5"] > .comp-box__content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide="5"] > .comp-box__content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide="6"] > .comp-box__content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide="6"] > .comp-box__content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide="7"] > .comp-box__content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide="7"] > .comp-box__content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide="8"] > .comp-box__content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide="8"] > .comp-box__content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide="9"] > .comp-box__content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide="9"] > .comp-box__content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide="10"] > .comp-box__content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide="10"] > .comp-box__content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide=flex] > .comp-box__content, .comp-box__container[data-divide=flex-grow-first] > .comp-box__content, .comp-box__container[data-divide=flex-grow-last] > .comp-box__content, .comp-box__container[data-divide=flex-nowrap] > .comp-box__content, .comp-box__container[data-divide=flex-nowrap-grow-first] > .comp-box__content, .comp-box__container[data-divide=flex-nowrap-grow-last] > .comp-box__content {
    width: auto;
    min-width: 20rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide=flex] > .comp-box__content, .comp-box__container[data-divide=flex-grow-first] > .comp-box__content, .comp-box__container[data-divide=flex-grow-last] > .comp-box__content, .comp-box__container[data-divide=flex-nowrap] > .comp-box__content, .comp-box__container[data-divide=flex-nowrap-grow-first] > .comp-box__content, .comp-box__container[data-divide=flex-nowrap-grow-last] > .comp-box__content {
    width: auto;
    min-width: 20rem;
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide=flex-nowrap], .comp-box__container[data-divide=flex-nowrap-grow-first], .comp-box__container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide=flex-nowrap], .comp-box__container[data-divide=flex-nowrap-grow-first], .comp-box__container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide=flex-grow-first] > .comp-box__content:not(:first-child), .comp-box__container[data-divide=flex-nowrap-grow-first] > .comp-box__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide=flex-grow-first] > .comp-box__content:not(:first-child), .comp-box__container[data-divide=flex-nowrap-grow-first] > .comp-box__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide=flex-grow-first] > .comp-box__content:first-child, .comp-box__container[data-divide=flex-nowrap-grow-first] > .comp-box__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide=flex-grow-first] > .comp-box__content:first-child, .comp-box__container[data-divide=flex-nowrap-grow-first] > .comp-box__content:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide=flex-grow-last] > .comp-box__content:not(:last-child), .comp-box__container[data-divide=flex-nowrap-grow-last] > .comp-box__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide=flex-grow-last] > .comp-box__content:not(:last-child), .comp-box__container[data-divide=flex-nowrap-grow-last] > .comp-box__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-box__container[data-divide=flex-grow-last] > .comp-box__content:last-child, .comp-box__container[data-divide=flex-nowrap-grow-last] > .comp-box__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box__container[data-divide=flex-grow-last] > .comp-box__content:last-child, .comp-box__container[data-divide=flex-nowrap-grow-last] > .comp-box__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-box__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  .comp-box__container > .comp-box__content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 20rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-box__container[data-divide-sp="1"] > .comp-box__content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-box__container[data-divide-sp="2"] > .comp-box__content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-box__container[data-divide-sp="3"] > .comp-box__content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-box__container[data-divide-sp="4"] > .comp-box__content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-box__container[data-divide-sp="5"] > .comp-box__content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-box__container[data-divide-sp="6"] > .comp-box__content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-box__container[data-divide-sp="7"] > .comp-box__content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-box__container[data-divide-sp="8"] > .comp-box__content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-box__container[data-divide-sp="9"] > .comp-box__content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-box__container[data-divide-sp="10"] > .comp-box__content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-box__container[data-divide-sp=flex] > .comp-box__content, .comp-box__container[data-divide-sp=flex-grow-first] > .comp-box__content, .comp-box__container[data-divide-sp=flex-grow-last] > .comp-box__content, .comp-box__container[data-divide-sp=flex-nowrap] > .comp-box__content, .comp-box__container[data-divide-sp=flex-nowrap-grow-first] > .comp-box__content, .comp-box__container[data-divide-sp=flex-nowrap-grow-last] > .comp-box__content {
    width: auto;
    min-width: 20rem;
  }
}
@media (max-width: 767px) {
  .comp-box__container[data-divide-sp=flex-nowrap], .comp-box__container[data-divide-sp=flex-nowrap-grow-first], .comp-box__container[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-box__container[data-divide-sp=flex-grow-first] > .comp-box__content:first-child, .comp-box__container[data-divide-sp=flex-nowrap-grow-first] > .comp-box__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-box__container[data-divide-sp=flex-grow-last] > .comp-box__content:last-child, .comp-box__container[data-divide-sp=flex-nowrap-grow-last] > .comp-box__content:last-child {
    flex-grow: 1;
  }
}
.comp-media {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .comp-media:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .comp-media:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.comp-media__container {
  border: 1px solid #cccccc;
}
@media (min-width: 1024px) {
  .comp-media__container {
    display: flex;
    padding: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media__container {
    display: flex;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-media__container {
    display: flex;
    flex-wrap: wrap;
  }
}
.comp-media__content {
  width: 100%;
}
.comp-media__content:nth-child(1) {
  min-width: calc(44.7368421053% - 2rem);
  max-width: 68rem;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media__content:nth-child(1) {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .comp-media__content:nth-child(1) {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .comp-media__content:not(:nth-child(2n)) {
    margin-right: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media__content:not(:nth-child(2n)) {
    margin-right: 4rem;
  }
}
.comp-media__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 600/453;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .comp-media__image img {
    border: 1px solid #cccccc;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media__image img {
    border: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .comp-media__image img {
    border-bottom: 1px solid #cccccc;
  }
}
@media (max-width: 767px) {
  .comp-media__text {
    padding: 1.2rem;
  }
}
.comp-media__link {
  display: block;
}
@media (min-width: 1024px) {
  .comp-media__link:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media__link:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-media__link:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.comp-media__link--inline {
  display: inline-block;
}
@media (min-width: 1024px) {
  .comp-media[data-type=rev]:not(:last-child) {
    margin-bottom: 9.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=rev]:not(:last-child) {
    margin-bottom: 9.2rem;
  }
}
@media (max-width: 767px) {
  .comp-media[data-type=rev]:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=rev] .comp-media__container {
    border: none;
    padding: 0;
    position: relative;
    width: 100%;
    height: 44.3rem;
    display: block;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=rev] .comp-media__container {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border: none;
  }
}
@media (max-width: 767px) {
  .comp-media[data-type=rev] .comp-media__container {
    border: none;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=rev] .comp-media__content {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=rev] .comp-media__content:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(-100%);
    width: 100%;
    max-width: 52.5%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=rev] .comp-media__content:nth-child(1) {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    order: 2;
    margin-top: -4rem;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=rev] .comp-media__content:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(0%);
    width: 100%;
    min-width: 50rem;
    max-width: 50%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=rev] .comp-media__content:nth-child(2) {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=rev] .comp-media__image img {
    border: none;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 2/1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=rev] .comp-media__image img {
    border: none;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 2/1;
  }
}
@media (max-width: 767px) {
  .comp-media[data-type=rev] .comp-media__image img {
    border: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=rev] .comp-media__text {
    background-color: #fff;
    padding: 6rem;
    border: 1px solid #ccc;
    box-shadow: 0 0.6rem 0.6rem rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=rev] .comp-media__text {
    background-color: #fff;
    padding: 4rem;
    border: 1px solid #ccc;
    margin: 2rem;
    box-shadow: 0 0.6rem 0.6rem rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 767px) {
  .comp-media[data-type=rev] .comp-media__text {
    background-color: #fff;
    padding: 2.8rem 1.2rem;
    border: 1px solid #ccc;
    margin: 0 1.2rem;
    transform: translate(0, 2rem);
    box-shadow: 0px 0.6rem 0.6rem rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=rev] .comp-media__link--inline {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=rev] .comp-media__link--inline {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=bg] {
    box-shadow: 0 0.6rem 0.6rem rgba(0, 0, 0, 0.16);
    margin: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=bg] {
    box-shadow: 0 0.6rem 0.6rem rgba(0, 0, 0, 0.16);
    margin: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=bg] .comp-media__container {
    border: none;
    padding: 0;
    display: block;
    margin-bottom: 0;
    position: relative;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=bg] .comp-media__container {
    border: none;
    padding: 0;
    display: block;
    margin-bottom: 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .comp-media[data-type=bg] .comp-media__container {
    border: none;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=bg] .comp-media__content:nth-child(1) {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=bg] .comp-media__content:nth-child(2) {
    width: 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 4rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .comp-media[data-type=bg] .comp-media__content:nth-child(2) {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=bg] .comp-media__content:not(:nth-child(2n)) {
    margin: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=bg] .comp-media__content:not(:nth-child(2n)) {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .comp-media[data-type=bg] .comp-media__content:not(:nth-child(2n)) {
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=bg] .comp-media__content .elem-img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=bg] .comp-media__content .elem-img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=bg] .comp-media__content .elem-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=bg] .comp-media__content .elem-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=bg] .comp-media__image {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=bg] .comp-media__image {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=bg] .comp-media__image img {
    border: none;
    aspect-ratio: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=bg] .comp-media__image img {
    border: none;
    aspect-ratio: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .comp-media[data-type=bg] .comp-media__image img {
    border: none;
    aspect-ratio: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=bg] .comp-media__text {
    background-color: #fff;
    padding: 4rem;
    border: 1px solid #ccc;
    min-width: 50%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=bg] .comp-media__text {
    background-color: #fff;
    padding: 4rem;
    border: 1px solid #ccc;
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .comp-media[data-type=bg] .comp-media__text {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-media[data-type=bg] .comp-media__link--inline {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-media[data-type=bg] .comp-media__link--inline {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .comp-divide {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (min-width: 1024px) {
  .comp-divide > .comp-divide__content {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide > .comp-divide__content {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide="1"] > .comp-divide__content {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide="1"] > .comp-divide__content {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide="2"] > .comp-divide__content {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide="2"] > .comp-divide__content {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide="3"] > .comp-divide__content {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide="3"] > .comp-divide__content {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide="4"] > .comp-divide__content {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide="4"] > .comp-divide__content {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide="5"] > .comp-divide__content {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide="5"] > .comp-divide__content {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide="6"] > .comp-divide__content {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide="6"] > .comp-divide__content {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide="7"] > .comp-divide__content {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide="7"] > .comp-divide__content {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide="8"] > .comp-divide__content {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide="8"] > .comp-divide__content {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide="9"] > .comp-divide__content {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide="9"] > .comp-divide__content {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide="10"] > .comp-divide__content {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide="10"] > .comp-divide__content {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide=flex] > .comp-divide__content, .comp-divide[data-divide=flex-grow-first] > .comp-divide__content, .comp-divide[data-divide=flex-grow-last] > .comp-divide__content, .comp-divide[data-divide=flex-nowrap] > .comp-divide__content, .comp-divide[data-divide=flex-nowrap-grow-first] > .comp-divide__content, .comp-divide[data-divide=flex-nowrap-grow-last] > .comp-divide__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide=flex] > .comp-divide__content, .comp-divide[data-divide=flex-grow-first] > .comp-divide__content, .comp-divide[data-divide=flex-grow-last] > .comp-divide__content, .comp-divide[data-divide=flex-nowrap] > .comp-divide__content, .comp-divide[data-divide=flex-nowrap-grow-first] > .comp-divide__content, .comp-divide[data-divide=flex-nowrap-grow-last] > .comp-divide__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide=flex-nowrap], .comp-divide[data-divide=flex-nowrap-grow-first], .comp-divide[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide=flex-nowrap], .comp-divide[data-divide=flex-nowrap-grow-first], .comp-divide[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide=flex-grow-first] > .comp-divide__content:not(:first-child), .comp-divide[data-divide=flex-nowrap-grow-first] > .comp-divide__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide=flex-grow-first] > .comp-divide__content:not(:first-child), .comp-divide[data-divide=flex-nowrap-grow-first] > .comp-divide__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide=flex-grow-first] > .comp-divide__content:first-child, .comp-divide[data-divide=flex-nowrap-grow-first] > .comp-divide__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide=flex-grow-first] > .comp-divide__content:first-child, .comp-divide[data-divide=flex-nowrap-grow-first] > .comp-divide__content:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide=flex-grow-last] > .comp-divide__content:not(:last-child), .comp-divide[data-divide=flex-nowrap-grow-last] > .comp-divide__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide=flex-grow-last] > .comp-divide__content:not(:last-child), .comp-divide[data-divide=flex-nowrap-grow-last] > .comp-divide__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-divide[data-divide=flex-grow-last] > .comp-divide__content:last-child, .comp-divide[data-divide=flex-nowrap-grow-last] > .comp-divide__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide[data-divide=flex-grow-last] > .comp-divide__content:last-child, .comp-divide[data-divide=flex-nowrap-grow-last] > .comp-divide__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-divide {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  .comp-divide > .comp-divide__content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-divide[data-divide-sp="1"] > .comp-divide__content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-divide[data-divide-sp="2"] > .comp-divide__content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-divide[data-divide-sp="3"] > .comp-divide__content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-divide[data-divide-sp="4"] > .comp-divide__content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-divide[data-divide-sp="5"] > .comp-divide__content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-divide[data-divide-sp="6"] > .comp-divide__content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-divide[data-divide-sp="7"] > .comp-divide__content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-divide[data-divide-sp="8"] > .comp-divide__content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-divide[data-divide-sp="9"] > .comp-divide__content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-divide[data-divide-sp="10"] > .comp-divide__content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-divide[data-divide-sp=flex] > .comp-divide__content, .comp-divide[data-divide-sp=flex-grow-first] > .comp-divide__content, .comp-divide[data-divide-sp=flex-grow-last] > .comp-divide__content, .comp-divide[data-divide-sp=flex-nowrap] > .comp-divide__content, .comp-divide[data-divide-sp=flex-nowrap-grow-first] > .comp-divide__content, .comp-divide[data-divide-sp=flex-nowrap-grow-last] > .comp-divide__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-divide[data-divide-sp=flex-nowrap], .comp-divide[data-divide-sp=flex-nowrap-grow-first], .comp-divide[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-divide[data-divide-sp=flex-grow-first] > .comp-divide__content:first-child, .comp-divide[data-divide-sp=flex-nowrap-grow-first] > .comp-divide__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-divide[data-divide-sp=flex-grow-last] > .comp-divide__content:last-child, .comp-divide[data-divide-sp=flex-nowrap-grow-last] > .comp-divide__content:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-divide:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-divide:not(:last-child) {
    margin-bottom: 3.3rem;
  }
}
.comp-divide.center {
  justify-content: center;
}
@media (min-width: 1024px) {
  .comp-divide.non-gap {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0rem;
    margin-left: -0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0rem;
    margin-left: -0rem;
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap > .comp-divide__content {
    width: calc((100% - (0rem * 1)) / 1);
    min-width: 24rem;
    margin-top: 0rem;
    margin-left: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap > .comp-divide__content {
    width: calc((100% - (0rem * 1)) / 1);
    min-width: 24rem;
    margin-top: 0rem;
    margin-left: 0rem;
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide="1"] > .comp-divide__content {
    width: calc((100% - (0rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide="1"] > .comp-divide__content {
    width: calc((100% - (0rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide="2"] > .comp-divide__content {
    width: calc((100% - (0rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide="2"] > .comp-divide__content {
    width: calc((100% - (0rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide="3"] > .comp-divide__content {
    width: calc((100% - (0rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide="3"] > .comp-divide__content {
    width: calc((100% - (0rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide="4"] > .comp-divide__content {
    width: calc((100% - (0rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide="4"] > .comp-divide__content {
    width: calc((100% - (0rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide="5"] > .comp-divide__content {
    width: calc((100% - (0rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide="5"] > .comp-divide__content {
    width: calc((100% - (0rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide="6"] > .comp-divide__content {
    width: calc((100% - (0rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide="6"] > .comp-divide__content {
    width: calc((100% - (0rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide="7"] > .comp-divide__content {
    width: calc((100% - (0rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide="7"] > .comp-divide__content {
    width: calc((100% - (0rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide="8"] > .comp-divide__content {
    width: calc((100% - (0rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide="8"] > .comp-divide__content {
    width: calc((100% - (0rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide="9"] > .comp-divide__content {
    width: calc((100% - (0rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide="9"] > .comp-divide__content {
    width: calc((100% - (0rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide="10"] > .comp-divide__content {
    width: calc((100% - (0rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide="10"] > .comp-divide__content {
    width: calc((100% - (0rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide=flex] > .comp-divide__content, .comp-divide.non-gap[data-divide=flex-grow-first] > .comp-divide__content, .comp-divide.non-gap[data-divide=flex-grow-last] > .comp-divide__content, .comp-divide.non-gap[data-divide=flex-nowrap] > .comp-divide__content, .comp-divide.non-gap[data-divide=flex-nowrap-grow-first] > .comp-divide__content, .comp-divide.non-gap[data-divide=flex-nowrap-grow-last] > .comp-divide__content {
    width: auto;
    min-width: 24rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide=flex] > .comp-divide__content, .comp-divide.non-gap[data-divide=flex-grow-first] > .comp-divide__content, .comp-divide.non-gap[data-divide=flex-grow-last] > .comp-divide__content, .comp-divide.non-gap[data-divide=flex-nowrap] > .comp-divide__content, .comp-divide.non-gap[data-divide=flex-nowrap-grow-first] > .comp-divide__content, .comp-divide.non-gap[data-divide=flex-nowrap-grow-last] > .comp-divide__content {
    width: auto;
    min-width: 24rem;
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide=flex-nowrap], .comp-divide.non-gap[data-divide=flex-nowrap-grow-first], .comp-divide.non-gap[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide=flex-nowrap], .comp-divide.non-gap[data-divide=flex-nowrap-grow-first], .comp-divide.non-gap[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide=flex-grow-first] > .comp-divide__content:not(:first-child), .comp-divide.non-gap[data-divide=flex-nowrap-grow-first] > .comp-divide__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide=flex-grow-first] > .comp-divide__content:not(:first-child), .comp-divide.non-gap[data-divide=flex-nowrap-grow-first] > .comp-divide__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide=flex-grow-first] > .comp-divide__content:first-child, .comp-divide.non-gap[data-divide=flex-nowrap-grow-first] > .comp-divide__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide=flex-grow-first] > .comp-divide__content:first-child, .comp-divide.non-gap[data-divide=flex-nowrap-grow-first] > .comp-divide__content:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide=flex-grow-last] > .comp-divide__content:not(:last-child), .comp-divide.non-gap[data-divide=flex-nowrap-grow-last] > .comp-divide__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide=flex-grow-last] > .comp-divide__content:not(:last-child), .comp-divide.non-gap[data-divide=flex-nowrap-grow-last] > .comp-divide__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-divide.non-gap[data-divide=flex-grow-last] > .comp-divide__content:last-child, .comp-divide.non-gap[data-divide=flex-nowrap-grow-last] > .comp-divide__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.non-gap[data-divide=flex-grow-last] > .comp-divide__content:last-child, .comp-divide.non-gap[data-divide=flex-nowrap-grow-last] > .comp-divide__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0rem;
    margin-left: -0rem;
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap > .comp-divide__content {
    width: calc((100% - (0rem * 1)) / 1);
    min-width: 24rem;
    margin-top: 0rem;
    margin-left: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap[data-divide-sp="1"] > .comp-divide__content {
    width: calc((100% - (0rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap[data-divide-sp="2"] > .comp-divide__content {
    width: calc((100% - (0rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap[data-divide-sp="3"] > .comp-divide__content {
    width: calc((100% - (0rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap[data-divide-sp="4"] > .comp-divide__content {
    width: calc((100% - (0rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap[data-divide-sp="5"] > .comp-divide__content {
    width: calc((100% - (0rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap[data-divide-sp="6"] > .comp-divide__content {
    width: calc((100% - (0rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap[data-divide-sp="7"] > .comp-divide__content {
    width: calc((100% - (0rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap[data-divide-sp="8"] > .comp-divide__content {
    width: calc((100% - (0rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap[data-divide-sp="9"] > .comp-divide__content {
    width: calc((100% - (0rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap[data-divide-sp="10"] > .comp-divide__content {
    width: calc((100% - (0rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap[data-divide-sp=flex] > .comp-divide__content, .comp-divide.non-gap[data-divide-sp=flex-grow-first] > .comp-divide__content, .comp-divide.non-gap[data-divide-sp=flex-grow-last] > .comp-divide__content, .comp-divide.non-gap[data-divide-sp=flex-nowrap] > .comp-divide__content, .comp-divide.non-gap[data-divide-sp=flex-nowrap-grow-first] > .comp-divide__content, .comp-divide.non-gap[data-divide-sp=flex-nowrap-grow-last] > .comp-divide__content {
    width: auto;
    min-width: 24rem;
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap[data-divide-sp=flex-nowrap], .comp-divide.non-gap[data-divide-sp=flex-nowrap-grow-first], .comp-divide.non-gap[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap[data-divide-sp=flex-grow-first] > .comp-divide__content:first-child, .comp-divide.non-gap[data-divide-sp=flex-nowrap-grow-first] > .comp-divide__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap[data-divide-sp=flex-grow-last] > .comp-divide__content:last-child, .comp-divide.non-gap[data-divide-sp=flex-nowrap-grow-last] > .comp-divide__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-divide.non-gap {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap > .comp-divide__content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap > .comp-divide__content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide="1"] > .comp-divide__content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide="1"] > .comp-divide__content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide="2"] > .comp-divide__content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide="2"] > .comp-divide__content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide="3"] > .comp-divide__content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide="3"] > .comp-divide__content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide="4"] > .comp-divide__content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide="4"] > .comp-divide__content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide="5"] > .comp-divide__content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide="5"] > .comp-divide__content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide="6"] > .comp-divide__content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide="6"] > .comp-divide__content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide="7"] > .comp-divide__content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide="7"] > .comp-divide__content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide="8"] > .comp-divide__content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide="8"] > .comp-divide__content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide="9"] > .comp-divide__content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide="9"] > .comp-divide__content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide="10"] > .comp-divide__content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide="10"] > .comp-divide__content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide=flex] > .comp-divide__content, .comp-divide.narrow-gap[data-divide=flex-grow-first] > .comp-divide__content, .comp-divide.narrow-gap[data-divide=flex-grow-last] > .comp-divide__content, .comp-divide.narrow-gap[data-divide=flex-nowrap] > .comp-divide__content, .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-first] > .comp-divide__content, .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-last] > .comp-divide__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide=flex] > .comp-divide__content, .comp-divide.narrow-gap[data-divide=flex-grow-first] > .comp-divide__content, .comp-divide.narrow-gap[data-divide=flex-grow-last] > .comp-divide__content, .comp-divide.narrow-gap[data-divide=flex-nowrap] > .comp-divide__content, .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-first] > .comp-divide__content, .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-last] > .comp-divide__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide=flex-nowrap], .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-first], .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide=flex-nowrap], .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-first], .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide=flex-grow-first] > .comp-divide__content:not(:first-child), .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-first] > .comp-divide__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide=flex-grow-first] > .comp-divide__content:not(:first-child), .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-first] > .comp-divide__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide=flex-grow-first] > .comp-divide__content:first-child, .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-first] > .comp-divide__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide=flex-grow-first] > .comp-divide__content:first-child, .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-first] > .comp-divide__content:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide=flex-grow-last] > .comp-divide__content:not(:last-child), .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-last] > .comp-divide__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide=flex-grow-last] > .comp-divide__content:not(:last-child), .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-last] > .comp-divide__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-divide.narrow-gap[data-divide=flex-grow-last] > .comp-divide__content:last-child, .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-last] > .comp-divide__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide.narrow-gap[data-divide=flex-grow-last] > .comp-divide__content:last-child, .comp-divide.narrow-gap[data-divide=flex-nowrap-grow-last] > .comp-divide__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap > .comp-divide__content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap[data-divide-sp="1"] > .comp-divide__content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap[data-divide-sp="2"] > .comp-divide__content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap[data-divide-sp="3"] > .comp-divide__content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap[data-divide-sp="4"] > .comp-divide__content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap[data-divide-sp="5"] > .comp-divide__content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap[data-divide-sp="6"] > .comp-divide__content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap[data-divide-sp="7"] > .comp-divide__content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap[data-divide-sp="8"] > .comp-divide__content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap[data-divide-sp="9"] > .comp-divide__content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap[data-divide-sp="10"] > .comp-divide__content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap[data-divide-sp=flex] > .comp-divide__content, .comp-divide.narrow-gap[data-divide-sp=flex-grow-first] > .comp-divide__content, .comp-divide.narrow-gap[data-divide-sp=flex-grow-last] > .comp-divide__content, .comp-divide.narrow-gap[data-divide-sp=flex-nowrap] > .comp-divide__content, .comp-divide.narrow-gap[data-divide-sp=flex-nowrap-grow-first] > .comp-divide__content, .comp-divide.narrow-gap[data-divide-sp=flex-nowrap-grow-last] > .comp-divide__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap[data-divide-sp=flex-nowrap], .comp-divide.narrow-gap[data-divide-sp=flex-nowrap-grow-first], .comp-divide.narrow-gap[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap[data-divide-sp=flex-grow-first] > .comp-divide__content:first-child, .comp-divide.narrow-gap[data-divide-sp=flex-nowrap-grow-first] > .comp-divide__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-divide.narrow-gap[data-divide-sp=flex-grow-last] > .comp-divide__content:last-child, .comp-divide.narrow-gap[data-divide-sp=flex-nowrap-grow-last] > .comp-divide__content:last-child {
    flex-grow: 1;
  }
}
.comp-divide__content {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .comp-divide__content.position-top-right--sp {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .comp-divide__content > .comp-box {
    height: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide__content > .comp-box {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .comp-divide__content.auto-grow {
    margin-right: auto;
    padding-right: 0;
    border-right: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-divide__content.auto-grow {
    margin-right: auto;
    padding-right: 0;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .comp-divide__content.auto-grow {
    margin-right: auto;
    padding-right: 0;
    border-right: none;
  }
}

@media (min-width: 1024px) {
  .comp-anchor:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-anchor:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.comp-anchor[data-color=white] a:focus-visible,
.comp-anchor[data-color=white] button:focus-visible {
  outline: 2px dotted #fff;
}
.comp-anchor__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .comp-anchor__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.5rem;
    margin-left: -4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.5rem;
    margin-left: -4rem;
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list > .comp-anchor__list-item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.5rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list > .comp-anchor__list-item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.5rem;
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide="1"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide="1"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide="2"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide="2"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide="3"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide="3"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide="4"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide="4"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide="5"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide="5"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide="6"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide="6"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide="7"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide="7"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide="8"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide="8"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide="9"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide="9"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide="10"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide="10"] > .comp-anchor__list-item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide=flex] > .comp-anchor__list-item, .comp-anchor__list[data-divide=flex-grow-first] > .comp-anchor__list-item, .comp-anchor__list[data-divide=flex-grow-last] > .comp-anchor__list-item, .comp-anchor__list[data-divide=flex-nowrap] > .comp-anchor__list-item, .comp-anchor__list[data-divide=flex-nowrap-grow-first] > .comp-anchor__list-item, .comp-anchor__list[data-divide=flex-nowrap-grow-last] > .comp-anchor__list-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide=flex] > .comp-anchor__list-item, .comp-anchor__list[data-divide=flex-grow-first] > .comp-anchor__list-item, .comp-anchor__list[data-divide=flex-grow-last] > .comp-anchor__list-item, .comp-anchor__list[data-divide=flex-nowrap] > .comp-anchor__list-item, .comp-anchor__list[data-divide=flex-nowrap-grow-first] > .comp-anchor__list-item, .comp-anchor__list[data-divide=flex-nowrap-grow-last] > .comp-anchor__list-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide=flex-nowrap], .comp-anchor__list[data-divide=flex-nowrap-grow-first], .comp-anchor__list[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide=flex-nowrap], .comp-anchor__list[data-divide=flex-nowrap-grow-first], .comp-anchor__list[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide=flex-grow-first] > .comp-anchor__list-item:not(:first-child), .comp-anchor__list[data-divide=flex-nowrap-grow-first] > .comp-anchor__list-item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide=flex-grow-first] > .comp-anchor__list-item:not(:first-child), .comp-anchor__list[data-divide=flex-nowrap-grow-first] > .comp-anchor__list-item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide=flex-grow-first] > .comp-anchor__list-item:first-child, .comp-anchor__list[data-divide=flex-nowrap-grow-first] > .comp-anchor__list-item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide=flex-grow-first] > .comp-anchor__list-item:first-child, .comp-anchor__list[data-divide=flex-nowrap-grow-first] > .comp-anchor__list-item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide=flex-grow-last] > .comp-anchor__list-item:not(:last-child), .comp-anchor__list[data-divide=flex-nowrap-grow-last] > .comp-anchor__list-item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide=flex-grow-last] > .comp-anchor__list-item:not(:last-child), .comp-anchor__list[data-divide=flex-nowrap-grow-last] > .comp-anchor__list-item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-anchor__list[data-divide=flex-grow-last] > .comp-anchor__list-item:last-child, .comp-anchor__list[data-divide=flex-nowrap-grow-last] > .comp-anchor__list-item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-anchor__list[data-divide=flex-grow-last] > .comp-anchor__list-item:last-child, .comp-anchor__list[data-divide=flex-nowrap-grow-last] > .comp-anchor__list-item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-anchor__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.6rem;
    margin-left: -1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-anchor__list > .comp-anchor__list-item {
    width: calc((100% - (1.6rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.6rem;
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-anchor__list[data-divide-sp="1"] > .comp-anchor__list-item {
    width: calc((100% - (1.6rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-anchor__list[data-divide-sp="2"] > .comp-anchor__list-item {
    width: calc((100% - (1.6rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-anchor__list[data-divide-sp="3"] > .comp-anchor__list-item {
    width: calc((100% - (1.6rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-anchor__list[data-divide-sp="4"] > .comp-anchor__list-item {
    width: calc((100% - (1.6rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-anchor__list[data-divide-sp="5"] > .comp-anchor__list-item {
    width: calc((100% - (1.6rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-anchor__list[data-divide-sp="6"] > .comp-anchor__list-item {
    width: calc((100% - (1.6rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-anchor__list[data-divide-sp="7"] > .comp-anchor__list-item {
    width: calc((100% - (1.6rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-anchor__list[data-divide-sp="8"] > .comp-anchor__list-item {
    width: calc((100% - (1.6rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-anchor__list[data-divide-sp="9"] > .comp-anchor__list-item {
    width: calc((100% - (1.6rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-anchor__list[data-divide-sp="10"] > .comp-anchor__list-item {
    width: calc((100% - (1.6rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-anchor__list[data-divide-sp=flex] > .comp-anchor__list-item, .comp-anchor__list[data-divide-sp=flex-grow-first] > .comp-anchor__list-item, .comp-anchor__list[data-divide-sp=flex-grow-last] > .comp-anchor__list-item, .comp-anchor__list[data-divide-sp=flex-nowrap] > .comp-anchor__list-item, .comp-anchor__list[data-divide-sp=flex-nowrap-grow-first] > .comp-anchor__list-item, .comp-anchor__list[data-divide-sp=flex-nowrap-grow-last] > .comp-anchor__list-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-anchor__list[data-divide-sp=flex-nowrap], .comp-anchor__list[data-divide-sp=flex-nowrap-grow-first], .comp-anchor__list[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-anchor__list[data-divide-sp=flex-grow-first] > .comp-anchor__list-item:first-child, .comp-anchor__list[data-divide-sp=flex-nowrap-grow-first] > .comp-anchor__list-item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-anchor__list[data-divide-sp=flex-grow-last] > .comp-anchor__list-item:last-child, .comp-anchor__list[data-divide-sp=flex-nowrap-grow-last] > .comp-anchor__list-item:last-child {
    flex-grow: 1;
  }
}
.comp-anchor__list-item {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .comp-tab:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-tab:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .comp-tab:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.comp-tab__dropdown {
  display: none;
}
@media (min-width: 1024px) {
  .comp-tab__dropdown {
    margin-bottom: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-tab__dropdown {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .comp-tab__dropdown {
    margin-bottom: 4rem;
  }
}
.comp-tab__head {
  display: flex;
  position: relative;
}
@media (min-width: 1024px) {
  .comp-tab__head {
    margin-bottom: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-tab__head {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .comp-tab__head {
    margin-bottom: 4rem;
  }
}
.comp-tab__head::before {
  content: "";
  display: block;
  width: 100%;
  background-color: #005bac;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .comp-tab__head::before {
    height: 0.3rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-tab__head::before {
    height: 0.3rem;
  }
}
@media (max-width: 767px) {
  .comp-tab__head::before {
    height: 0.1rem;
  }
}
.comp-tab__head-content {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .comp-tab__head-content:not(:last-child) {
    margin-right: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-tab__head-content:not(:last-child) {
    margin-right: 2rem;
  }
}
.comp-tab__head-content.this-active {
  z-index: 2;
}
.comp-tab__head-content.this-active .comp-tab__head-button {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .comp-tab__head-content.this-active .comp-tab__head-button {
    border: 0.3rem solid #005bac;
    border-width: 0.3rem 0.3rem 0 0.3rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-tab__head-content.this-active .comp-tab__head-button {
    border: 0.3rem solid #005bac;
    border-width: 0.3rem 0.3rem 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .comp-tab__head-content.this-active .comp-tab__head-button {
    border: 0.1rem solid #005bac;
    border-width: 0.1rem 0.1rem 0 0.1rem;
  }
}
.comp-tab__head-content[data-color="1"] .comp-tab__head-button:hover, .comp-tab__head-content[data-color="1"] .comp-tab__head-button:focus-visible {
  background-color: #005bac;
}
.comp-tab__head-content[data-color="1"] .comp-tab__head-button:hover span, .comp-tab__head-content[data-color="1"] .comp-tab__head-button:focus-visible span {
  color: #fff;
}
.comp-tab__head-content[data-color="1"].this-active .comp-tab__head-button {
  background-color: #fff;
}
.comp-tab__head-content[data-color="1"].this-active .comp-tab__head-button span {
  color: #005bac;
}
.comp-tab__head-content[data-color="2"] .comp-tab__head-button:hover, .comp-tab__head-content[data-color="2"] .comp-tab__head-button:focus-visible {
  background-color: #1f7e57;
}
.comp-tab__head-content[data-color="2"] .comp-tab__head-button:hover span, .comp-tab__head-content[data-color="2"] .comp-tab__head-button:focus-visible span {
  color: #fff;
}
.comp-tab__head-content[data-color="2"].this-active .comp-tab__head-button {
  background-color: #fff;
}
.comp-tab__head-content[data-color="2"].this-active .comp-tab__head-button span {
  color: #1f7e57;
}
.comp-tab__head-content[data-color="3"] .comp-tab__head-button:hover, .comp-tab__head-content[data-color="3"] .comp-tab__head-button:focus-visible {
  background-color: #ac8845;
}
.comp-tab__head-content[data-color="3"] .comp-tab__head-button:hover span, .comp-tab__head-content[data-color="3"] .comp-tab__head-button:focus-visible span {
  color: #fff;
}
.comp-tab__head-content[data-color="3"].this-active .comp-tab__head-button {
  background-color: #fff;
}
.comp-tab__head-content[data-color="3"].this-active .comp-tab__head-button span {
  color: #ac8845;
}
.comp-tab__head-content[data-color="4"] .comp-tab__head-button:hover, .comp-tab__head-content[data-color="4"] .comp-tab__head-button:focus-visible {
  background-color: #945096;
}
.comp-tab__head-content[data-color="4"] .comp-tab__head-button:hover span, .comp-tab__head-content[data-color="4"] .comp-tab__head-button:focus-visible span {
  color: #fff;
}
.comp-tab__head-content[data-color="4"].this-active .comp-tab__head-button {
  background-color: #fff;
}
.comp-tab__head-content[data-color="4"].this-active .comp-tab__head-button span {
  color: #945096;
}
.comp-tab__head-button {
  display: block;
  width: 100%;
  height: 7.6rem;
  background-color: #f5f5f5;
  transition: background-color 300ms;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .comp-tab__head-button {
    border: 0.3rem solid #f5f5f5;
    border-width: 0.3rem 0.3rem 0 0.3rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-tab__head-button {
    border: 0.3rem solid #f5f5f5;
    border-width: 0.3rem 0.3rem 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .comp-tab__head-button {
    border: none;
  }
}
.comp-tab__head-button span {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  transition: color 300ms;
}
.comp-tab__body-content {
  display: none;
}
.comp-tab__body-content.this-active {
  display: block;
}
.comp-tab[data-type=box] .comp-tab__head {
  margin-bottom: 0;
}
.comp-tab[data-type=box] .comp-tab__body {
  background-color: #fff;
  padding: 4.4rem;
}
@media (min-width: 1024px) {
  .comp-tab[data-type=dropdown] .comp-tab__dropdown {
    display: block;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-tab[data-type=dropdown] .comp-tab__dropdown {
    display: block;
  }
}
@media (min-width: 1024px) {
  .comp-tab[data-type=dropdown] .comp-tab__head {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-tab[data-type=dropdown] .comp-tab__head {
    display: none;
  }
}
@media (max-width: 767px) {
  .comp-tab[data-type-sp=dropdown] .comp-tab__dropdown {
    display: block;
  }
}
@media (max-width: 767px) {
  .comp-tab[data-type-sp=dropdown] .comp-tab__head {
    display: none;
  }
}

@media (min-width: 1024px) {
  .comp-link-board {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (min-width: 1024px) {
  .comp-link-board > .comp-link-board__item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 20rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board > .comp-link-board__item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 20rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide="1"] > .comp-link-board__item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide="1"] > .comp-link-board__item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide="2"] > .comp-link-board__item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide="2"] > .comp-link-board__item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide="3"] > .comp-link-board__item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide="3"] > .comp-link-board__item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide="4"] > .comp-link-board__item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide="4"] > .comp-link-board__item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide="5"] > .comp-link-board__item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide="5"] > .comp-link-board__item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide="6"] > .comp-link-board__item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide="6"] > .comp-link-board__item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide="7"] > .comp-link-board__item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide="7"] > .comp-link-board__item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide="8"] > .comp-link-board__item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide="8"] > .comp-link-board__item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide="9"] > .comp-link-board__item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide="9"] > .comp-link-board__item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide="10"] > .comp-link-board__item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide="10"] > .comp-link-board__item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide=flex] > .comp-link-board__item, .comp-link-board[data-divide=flex-grow-first] > .comp-link-board__item, .comp-link-board[data-divide=flex-grow-last] > .comp-link-board__item, .comp-link-board[data-divide=flex-nowrap] > .comp-link-board__item, .comp-link-board[data-divide=flex-nowrap-grow-first] > .comp-link-board__item, .comp-link-board[data-divide=flex-nowrap-grow-last] > .comp-link-board__item {
    width: auto;
    min-width: 20rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide=flex] > .comp-link-board__item, .comp-link-board[data-divide=flex-grow-first] > .comp-link-board__item, .comp-link-board[data-divide=flex-grow-last] > .comp-link-board__item, .comp-link-board[data-divide=flex-nowrap] > .comp-link-board__item, .comp-link-board[data-divide=flex-nowrap-grow-first] > .comp-link-board__item, .comp-link-board[data-divide=flex-nowrap-grow-last] > .comp-link-board__item {
    width: auto;
    min-width: 20rem;
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide=flex-nowrap], .comp-link-board[data-divide=flex-nowrap-grow-first], .comp-link-board[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide=flex-nowrap], .comp-link-board[data-divide=flex-nowrap-grow-first], .comp-link-board[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide=flex-grow-first] > .comp-link-board__item:not(:first-child), .comp-link-board[data-divide=flex-nowrap-grow-first] > .comp-link-board__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide=flex-grow-first] > .comp-link-board__item:not(:first-child), .comp-link-board[data-divide=flex-nowrap-grow-first] > .comp-link-board__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide=flex-grow-first] > .comp-link-board__item:first-child, .comp-link-board[data-divide=flex-nowrap-grow-first] > .comp-link-board__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide=flex-grow-first] > .comp-link-board__item:first-child, .comp-link-board[data-divide=flex-nowrap-grow-first] > .comp-link-board__item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide=flex-grow-last] > .comp-link-board__item:not(:last-child), .comp-link-board[data-divide=flex-nowrap-grow-last] > .comp-link-board__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide=flex-grow-last] > .comp-link-board__item:not(:last-child), .comp-link-board[data-divide=flex-nowrap-grow-last] > .comp-link-board__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-link-board[data-divide=flex-grow-last] > .comp-link-board__item:last-child, .comp-link-board[data-divide=flex-nowrap-grow-last] > .comp-link-board__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board[data-divide=flex-grow-last] > .comp-link-board__item:last-child, .comp-link-board[data-divide=flex-nowrap-grow-last] > .comp-link-board__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-link-board {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2.6rem;
    margin-left: -1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-link-board > .comp-link-board__item {
    width: calc((100% - (1.6rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2.6rem;
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-link-board[data-divide-sp="1"] > .comp-link-board__item {
    width: calc((100% - (1.6rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-link-board[data-divide-sp="2"] > .comp-link-board__item {
    width: calc((100% - (1.6rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-link-board[data-divide-sp="3"] > .comp-link-board__item {
    width: calc((100% - (1.6rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-link-board[data-divide-sp="4"] > .comp-link-board__item {
    width: calc((100% - (1.6rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-link-board[data-divide-sp="5"] > .comp-link-board__item {
    width: calc((100% - (1.6rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-link-board[data-divide-sp="6"] > .comp-link-board__item {
    width: calc((100% - (1.6rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-link-board[data-divide-sp="7"] > .comp-link-board__item {
    width: calc((100% - (1.6rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-link-board[data-divide-sp="8"] > .comp-link-board__item {
    width: calc((100% - (1.6rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-link-board[data-divide-sp="9"] > .comp-link-board__item {
    width: calc((100% - (1.6rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-link-board[data-divide-sp="10"] > .comp-link-board__item {
    width: calc((100% - (1.6rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-link-board[data-divide-sp=flex] > .comp-link-board__item, .comp-link-board[data-divide-sp=flex-grow-first] > .comp-link-board__item, .comp-link-board[data-divide-sp=flex-grow-last] > .comp-link-board__item, .comp-link-board[data-divide-sp=flex-nowrap] > .comp-link-board__item, .comp-link-board[data-divide-sp=flex-nowrap-grow-first] > .comp-link-board__item, .comp-link-board[data-divide-sp=flex-nowrap-grow-last] > .comp-link-board__item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-link-board[data-divide-sp=flex-nowrap], .comp-link-board[data-divide-sp=flex-nowrap-grow-first], .comp-link-board[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-link-board[data-divide-sp=flex-grow-first] > .comp-link-board__item:first-child, .comp-link-board[data-divide-sp=flex-nowrap-grow-first] > .comp-link-board__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-link-board[data-divide-sp=flex-grow-last] > .comp-link-board__item:last-child, .comp-link-board[data-divide-sp=flex-nowrap-grow-last] > .comp-link-board__item:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-link-board:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-link-board:not(:last-child) {
    margin-bottom: 2.6rem;
  }
}
.comp-link-board__item {
  transition: box-shadow 300ms;
  border-top: 1px solid #ccc;
}
.comp-link-board__item-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.comp-link-board__item-img {
  background-color: #fff;
}
.comp-link-board__item-head-link {
  padding: 1.6rem;
  display: block;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  background-color: #005bac;
  transition: box-shadow 300ms, background-color 300ms;
}
.comp-link-board__item-head-link *[class^=elem-] {
  color: #fff;
  transition: color 300ms;
}
.comp-link-board__item-head-link .elem-icon::before {
  color: #fff;
  transition: color 300ms;
}
.comp-link-board__item-head-link:hover, .comp-link-board__item-head-link:focus-visible {
  text-decoration: none;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.comp-link-board__item-head-link:hover *[class^=elem-], .comp-link-board__item-head-link:focus-visible *[class^=elem-] {
  color: #000;
}
.comp-link-board__item-head-link:hover .elem-icon::before, .comp-link-board__item-head-link:focus-visible .elem-icon::before {
  color: #005bac;
}
.comp-link-board__item-body {
  background-color: #fff;
  height: 100%;
}
.comp-link-board__item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comp-link-board__item-list-item {
  position: relative;
  margin: 0;
  padding: 0;
}
.comp-link-board__item-list-item .comp-link-board__item-link {
  position: relative;
}
.comp-link-board__item-list-item .comp-link-board__item-link::after {
  content: "";
  display: block;
  width: calc(100% - 2.4rem);
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .comp-link-board__item-list-item .comp-link-board__item-list {
    margin-left: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board__item-list-item .comp-link-board__item-list {
    margin-left: 2rem;
  }
}
.comp-link-board__item-link {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 300ms;
}
@media (min-width: 1024px) {
  .comp-link-board__item-link {
    margin: 0;
    padding: 1.2rem 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board__item-link {
    margin: 0;
    padding: 1.2rem 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-link-board__item-link {
    margin: 0;
    padding: 1.6rem;
  }
}
.comp-link-board__item-link:hover {
  text-decoration: none;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
.comp-link-board__item-link span {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .comp-link-board__item-link span {
    margin-right: auto;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board__item-link span {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .comp-link-board__item-link span {
    margin-right: auto;
  }
}
.comp-link-board__item-accordion-summary {
  padding: 1.6rem;
  display: block;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  background-color: #005bac;
  transition: box-shadow 300ms, background-color 300ms;
  cursor: pointer;
}
.comp-link-board__item-accordion-summary::-webkit-details-marker {
  display: none;
}
.comp-link-board__item-accordion-summary *[class^=elem-] {
  color: #fff;
  transition: color 300ms;
}
.comp-link-board__item-accordion-summary .elem-icon::before {
  color: #fff;
  transition: color 300ms;
}
.comp-link-board__item-accordion-summary:hover, .comp-link-board__item-accordion-summary:focus-visible {
  text-decoration: none;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.comp-link-board__item-accordion-summary:hover *[class^=elem-], .comp-link-board__item-accordion-summary:focus-visible *[class^=elem-] {
  color: #000;
}
.comp-link-board__item-accordion-summary:hover .elem-icon::before, .comp-link-board__item-accordion-summary:focus-visible .elem-icon::before {
  color: #005bac;
}
.comp-link-board__item-accordion-body {
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 1;
  width: 100%;
}
.comp-link-board__item .comp-link-board__item-img,
.comp-link-board__item .comp-link-board__item-accordion-summary,
.comp-link-board__item .comp-link-board__item-accordion-body,
.comp-link-board__item .comp-link-board__item-head,
.comp-link-board__item .comp-link-board__item-body {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 1024px) {
  .comp-link-board.hover .comp-link-board__item .comp-link-board__item-body {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board.hover .comp-link-board__item .comp-link-board__item-body {
    display: none;
  }
}
@media (min-width: 1024px) {
  .comp-link-board.hover .comp-link-board__item:hover .comp-link-board__item-container {
    position: relative;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board.hover .comp-link-board__item:hover .comp-link-board__item-container {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .comp-link-board.hover .comp-link-board__item:hover .comp-link-board__item-body {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-link-board.hover .comp-link-board__item:hover .comp-link-board__item-body {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
  }
}
.comp-detail-list {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 1024px) {
  .comp-detail-list {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-detail-list {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .comp-detail-list:first-child {
    margin-top: 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list:first-child {
    margin-top: 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-detail-list:first-child {
    margin-top: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__container:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__container:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-detail-list__container:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.comp-detail-list__item {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .comp-detail-list__item {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.6rem;
    margin-left: -1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.6rem;
    margin-left: -1.6rem;
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item > .comp-detail-list__item-head, .comp-detail-list__item .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 1)) / 1);
    min-width: 24rem;
    margin-top: 1.6rem;
    margin-left: 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item > .comp-detail-list__item-head, .comp-detail-list__item .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 1)) / 1);
    min-width: 24rem;
    margin-top: 1.6rem;
    margin-left: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide="1"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="1"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide="1"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="1"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide="2"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="2"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide="2"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="2"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide="3"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="3"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide="3"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="3"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide="4"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="4"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide="4"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="4"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide="5"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="5"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide="5"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="5"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide="6"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="6"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide="6"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="6"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide="7"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="7"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide="7"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="7"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide="8"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="8"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide="8"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="8"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide="9"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="9"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide="9"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="9"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide="10"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="10"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide="10"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide="10"] .comp-detail-list__item-body {
    width: calc((100% - (1.6rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide=flex] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide=flex] .comp-detail-list__item-body, .comp-detail-list__item[data-divide=flex-grow-first] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide=flex-grow-first] .comp-detail-list__item-body, .comp-detail-list__item[data-divide=flex-grow-last] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide=flex-grow-last] .comp-detail-list__item-body, .comp-detail-list__item[data-divide=flex-nowrap] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide=flex-nowrap] .comp-detail-list__item-body, .comp-detail-list__item[data-divide=flex-nowrap-grow-first] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide=flex-nowrap-grow-first] .comp-detail-list__item-body, .comp-detail-list__item[data-divide=flex-nowrap-grow-last] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide=flex-nowrap-grow-last] .comp-detail-list__item-body {
    width: auto;
    min-width: 24rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide=flex] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide=flex] .comp-detail-list__item-body, .comp-detail-list__item[data-divide=flex-grow-first] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide=flex-grow-first] .comp-detail-list__item-body, .comp-detail-list__item[data-divide=flex-grow-last] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide=flex-grow-last] .comp-detail-list__item-body, .comp-detail-list__item[data-divide=flex-nowrap] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide=flex-nowrap] .comp-detail-list__item-body, .comp-detail-list__item[data-divide=flex-nowrap-grow-first] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide=flex-nowrap-grow-first] .comp-detail-list__item-body, .comp-detail-list__item[data-divide=flex-nowrap-grow-last] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide=flex-nowrap-grow-last] .comp-detail-list__item-body {
    width: auto;
    min-width: 24rem;
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide=flex-nowrap], .comp-detail-list__item[data-divide=flex-nowrap-grow-first], .comp-detail-list__item[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide=flex-nowrap], .comp-detail-list__item[data-divide=flex-nowrap-grow-first], .comp-detail-list__item[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide=flex-grow-first] > .comp-detail-list__item-head:not(:first-child), .comp-detail-list__item[data-divide=flex-grow-first] .comp-detail-list__item-body:not(:first-child), .comp-detail-list__item[data-divide=flex-nowrap-grow-first] > .comp-detail-list__item-head:not(:first-child), .comp-detail-list__item[data-divide=flex-nowrap-grow-first] .comp-detail-list__item-body:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide=flex-grow-first] > .comp-detail-list__item-head:not(:first-child), .comp-detail-list__item[data-divide=flex-grow-first] .comp-detail-list__item-body:not(:first-child), .comp-detail-list__item[data-divide=flex-nowrap-grow-first] > .comp-detail-list__item-head:not(:first-child), .comp-detail-list__item[data-divide=flex-nowrap-grow-first] .comp-detail-list__item-body:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide=flex-grow-first] > .comp-detail-list__item-head:first-child, .comp-detail-list__item[data-divide=flex-grow-first] .comp-detail-list__item-body:first-child, .comp-detail-list__item[data-divide=flex-nowrap-grow-first] > .comp-detail-list__item-head:first-child, .comp-detail-list__item[data-divide=flex-nowrap-grow-first] .comp-detail-list__item-body:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide=flex-grow-first] > .comp-detail-list__item-head:first-child, .comp-detail-list__item[data-divide=flex-grow-first] .comp-detail-list__item-body:first-child, .comp-detail-list__item[data-divide=flex-nowrap-grow-first] > .comp-detail-list__item-head:first-child, .comp-detail-list__item[data-divide=flex-nowrap-grow-first] .comp-detail-list__item-body:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide=flex-grow-last] > .comp-detail-list__item-head:not(:last-child), .comp-detail-list__item[data-divide=flex-grow-last] .comp-detail-list__item-body:not(:last-child), .comp-detail-list__item[data-divide=flex-nowrap-grow-last] > .comp-detail-list__item-head:not(:last-child), .comp-detail-list__item[data-divide=flex-nowrap-grow-last] .comp-detail-list__item-body:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide=flex-grow-last] > .comp-detail-list__item-head:not(:last-child), .comp-detail-list__item[data-divide=flex-grow-last] .comp-detail-list__item-body:not(:last-child), .comp-detail-list__item[data-divide=flex-nowrap-grow-last] > .comp-detail-list__item-head:not(:last-child), .comp-detail-list__item[data-divide=flex-nowrap-grow-last] .comp-detail-list__item-body:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item[data-divide=flex-grow-last] > .comp-detail-list__item-head:last-child, .comp-detail-list__item[data-divide=flex-grow-last] .comp-detail-list__item-body:last-child, .comp-detail-list__item[data-divide=flex-nowrap-grow-last] > .comp-detail-list__item-head:last-child, .comp-detail-list__item[data-divide=flex-nowrap-grow-last] .comp-detail-list__item-body:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item[data-divide=flex-grow-last] > .comp-detail-list__item-head:last-child, .comp-detail-list__item[data-divide=flex-grow-last] .comp-detail-list__item-body:last-child, .comp-detail-list__item[data-divide=flex-nowrap-grow-last] > .comp-detail-list__item-head:last-child, .comp-detail-list__item[data-divide=flex-nowrap-grow-last] .comp-detail-list__item-body:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2rem;
    margin-left: -1.2rem;
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item > .comp-detail-list__item-head, .comp-detail-list__item .comp-detail-list__item-body {
    width: calc((100% - (1.2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.2rem;
    margin-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item[data-divide-sp="1"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp="1"] .comp-detail-list__item-body {
    width: calc((100% - (1.2rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item[data-divide-sp="2"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp="2"] .comp-detail-list__item-body {
    width: calc((100% - (1.2rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item[data-divide-sp="3"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp="3"] .comp-detail-list__item-body {
    width: calc((100% - (1.2rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item[data-divide-sp="4"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp="4"] .comp-detail-list__item-body {
    width: calc((100% - (1.2rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item[data-divide-sp="5"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp="5"] .comp-detail-list__item-body {
    width: calc((100% - (1.2rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item[data-divide-sp="6"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp="6"] .comp-detail-list__item-body {
    width: calc((100% - (1.2rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item[data-divide-sp="7"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp="7"] .comp-detail-list__item-body {
    width: calc((100% - (1.2rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item[data-divide-sp="8"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp="8"] .comp-detail-list__item-body {
    width: calc((100% - (1.2rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item[data-divide-sp="9"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp="9"] .comp-detail-list__item-body {
    width: calc((100% - (1.2rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item[data-divide-sp="10"] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp="10"] .comp-detail-list__item-body {
    width: calc((100% - (1.2rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item[data-divide-sp=flex] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp=flex] .comp-detail-list__item-body, .comp-detail-list__item[data-divide-sp=flex-grow-first] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp=flex-grow-first] .comp-detail-list__item-body, .comp-detail-list__item[data-divide-sp=flex-grow-last] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp=flex-grow-last] .comp-detail-list__item-body, .comp-detail-list__item[data-divide-sp=flex-nowrap] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp=flex-nowrap] .comp-detail-list__item-body, .comp-detail-list__item[data-divide-sp=flex-nowrap-grow-first] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp=flex-nowrap-grow-first] .comp-detail-list__item-body, .comp-detail-list__item[data-divide-sp=flex-nowrap-grow-last] > .comp-detail-list__item-head, .comp-detail-list__item[data-divide-sp=flex-nowrap-grow-last] .comp-detail-list__item-body {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item[data-divide-sp=flex-nowrap], .comp-detail-list__item[data-divide-sp=flex-nowrap-grow-first], .comp-detail-list__item[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item[data-divide-sp=flex-grow-first] > .comp-detail-list__item-head:first-child, .comp-detail-list__item[data-divide-sp=flex-grow-first] .comp-detail-list__item-body:first-child, .comp-detail-list__item[data-divide-sp=flex-nowrap-grow-first] > .comp-detail-list__item-head:first-child, .comp-detail-list__item[data-divide-sp=flex-nowrap-grow-first] .comp-detail-list__item-body:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item[data-divide-sp=flex-grow-last] > .comp-detail-list__item-head:last-child, .comp-detail-list__item[data-divide-sp=flex-grow-last] .comp-detail-list__item-body:last-child, .comp-detail-list__item[data-divide-sp=flex-nowrap-grow-last] > .comp-detail-list__item-head:last-child, .comp-detail-list__item[data-divide-sp=flex-nowrap-grow-last] .comp-detail-list__item-body:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-detail-list__item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list__item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-detail-list__item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.comp-detail-list[data-type=border] .comp-detail-list__container:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 1024px) {
  .comp-detail-list[data-type=border] .comp-detail-list__container:not(:last-child) {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list[data-type=border] .comp-detail-list__container:not(:last-child) {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-detail-list[data-type=border] .comp-detail-list__container:not(:last-child) {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.comp-detail-list[data-type=non-border] {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .comp-detail-list[data-type=non-border] .comp-detail-list__item-head {
    min-width: 12rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-detail-list[data-type=non-border] .comp-detail-list__item-head {
    min-width: 12rem;
  }
}
@media (min-width: 1024px) {
  .comp-note-list:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-note-list:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.comp-note-list__dl {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .comp-note-list__dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2rem;
    margin-left: -1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2rem;
    margin-left: -1.6rem;
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl > .comp-note-list__dt, .comp-note-list__dl .comp-note-list__dd {
    width: calc((100% - (1.6rem * 1)) / 1);
    min-width: 4.4rem;
    margin-top: 1.2rem;
    margin-left: 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl > .comp-note-list__dt, .comp-note-list__dl .comp-note-list__dd {
    width: calc((100% - (1.6rem * 1)) / 1);
    min-width: 4.4rem;
    margin-top: 1.2rem;
    margin-left: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide="1"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="1"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide="1"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="1"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide="2"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="2"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide="2"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="2"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide="3"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="3"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide="3"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="3"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide="4"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="4"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide="4"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="4"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide="5"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="5"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide="5"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="5"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide="6"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="6"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide="6"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="6"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide="7"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="7"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide="7"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="7"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide="8"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="8"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide="8"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="8"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide="9"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="9"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide="9"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="9"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide="10"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="10"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide="10"] > .comp-note-list__dt, .comp-note-list__dl[data-divide="10"] .comp-note-list__dd {
    width: calc((100% - (1.6rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide=flex] > .comp-note-list__dt, .comp-note-list__dl[data-divide=flex] .comp-note-list__dd, .comp-note-list__dl[data-divide=flex-grow-first] > .comp-note-list__dt, .comp-note-list__dl[data-divide=flex-grow-first] .comp-note-list__dd, .comp-note-list__dl[data-divide=flex-grow-last] > .comp-note-list__dt, .comp-note-list__dl[data-divide=flex-grow-last] .comp-note-list__dd, .comp-note-list__dl[data-divide=flex-nowrap] > .comp-note-list__dt, .comp-note-list__dl[data-divide=flex-nowrap] .comp-note-list__dd, .comp-note-list__dl[data-divide=flex-nowrap-grow-first] > .comp-note-list__dt, .comp-note-list__dl[data-divide=flex-nowrap-grow-first] .comp-note-list__dd, .comp-note-list__dl[data-divide=flex-nowrap-grow-last] > .comp-note-list__dt, .comp-note-list__dl[data-divide=flex-nowrap-grow-last] .comp-note-list__dd {
    width: auto;
    min-width: 4.4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide=flex] > .comp-note-list__dt, .comp-note-list__dl[data-divide=flex] .comp-note-list__dd, .comp-note-list__dl[data-divide=flex-grow-first] > .comp-note-list__dt, .comp-note-list__dl[data-divide=flex-grow-first] .comp-note-list__dd, .comp-note-list__dl[data-divide=flex-grow-last] > .comp-note-list__dt, .comp-note-list__dl[data-divide=flex-grow-last] .comp-note-list__dd, .comp-note-list__dl[data-divide=flex-nowrap] > .comp-note-list__dt, .comp-note-list__dl[data-divide=flex-nowrap] .comp-note-list__dd, .comp-note-list__dl[data-divide=flex-nowrap-grow-first] > .comp-note-list__dt, .comp-note-list__dl[data-divide=flex-nowrap-grow-first] .comp-note-list__dd, .comp-note-list__dl[data-divide=flex-nowrap-grow-last] > .comp-note-list__dt, .comp-note-list__dl[data-divide=flex-nowrap-grow-last] .comp-note-list__dd {
    width: auto;
    min-width: 4.4rem;
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide=flex-nowrap], .comp-note-list__dl[data-divide=flex-nowrap-grow-first], .comp-note-list__dl[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide=flex-nowrap], .comp-note-list__dl[data-divide=flex-nowrap-grow-first], .comp-note-list__dl[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide=flex-grow-first] > .comp-note-list__dt:not(:first-child), .comp-note-list__dl[data-divide=flex-grow-first] .comp-note-list__dd:not(:first-child), .comp-note-list__dl[data-divide=flex-nowrap-grow-first] > .comp-note-list__dt:not(:first-child), .comp-note-list__dl[data-divide=flex-nowrap-grow-first] .comp-note-list__dd:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide=flex-grow-first] > .comp-note-list__dt:not(:first-child), .comp-note-list__dl[data-divide=flex-grow-first] .comp-note-list__dd:not(:first-child), .comp-note-list__dl[data-divide=flex-nowrap-grow-first] > .comp-note-list__dt:not(:first-child), .comp-note-list__dl[data-divide=flex-nowrap-grow-first] .comp-note-list__dd:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide=flex-grow-first] > .comp-note-list__dt:first-child, .comp-note-list__dl[data-divide=flex-grow-first] .comp-note-list__dd:first-child, .comp-note-list__dl[data-divide=flex-nowrap-grow-first] > .comp-note-list__dt:first-child, .comp-note-list__dl[data-divide=flex-nowrap-grow-first] .comp-note-list__dd:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide=flex-grow-first] > .comp-note-list__dt:first-child, .comp-note-list__dl[data-divide=flex-grow-first] .comp-note-list__dd:first-child, .comp-note-list__dl[data-divide=flex-nowrap-grow-first] > .comp-note-list__dt:first-child, .comp-note-list__dl[data-divide=flex-nowrap-grow-first] .comp-note-list__dd:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide=flex-grow-last] > .comp-note-list__dt:not(:last-child), .comp-note-list__dl[data-divide=flex-grow-last] .comp-note-list__dd:not(:last-child), .comp-note-list__dl[data-divide=flex-nowrap-grow-last] > .comp-note-list__dt:not(:last-child), .comp-note-list__dl[data-divide=flex-nowrap-grow-last] .comp-note-list__dd:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide=flex-grow-last] > .comp-note-list__dt:not(:last-child), .comp-note-list__dl[data-divide=flex-grow-last] .comp-note-list__dd:not(:last-child), .comp-note-list__dl[data-divide=flex-nowrap-grow-last] > .comp-note-list__dt:not(:last-child), .comp-note-list__dl[data-divide=flex-nowrap-grow-last] .comp-note-list__dd:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dl[data-divide=flex-grow-last] > .comp-note-list__dt:last-child, .comp-note-list__dl[data-divide=flex-grow-last] .comp-note-list__dd:last-child, .comp-note-list__dl[data-divide=flex-nowrap-grow-last] > .comp-note-list__dt:last-child, .comp-note-list__dl[data-divide=flex-nowrap-grow-last] .comp-note-list__dd:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dl[data-divide=flex-grow-last] > .comp-note-list__dt:last-child, .comp-note-list__dl[data-divide=flex-grow-last] .comp-note-list__dd:last-child, .comp-note-list__dl[data-divide=flex-nowrap-grow-last] > .comp-note-list__dt:last-child, .comp-note-list__dl[data-divide=flex-nowrap-grow-last] .comp-note-list__dd:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2rem;
    margin-left: -0.8rem;
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl > .comp-note-list__dt, .comp-note-list__dl .comp-note-list__dd {
    width: calc((100% - (0.8rem * 1)) / 1);
    min-width: 4.8rem;
    margin-top: 1.2rem;
    margin-left: 0.8rem;
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl[data-divide-sp="1"] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp="1"] .comp-note-list__dd {
    width: calc((100% - (0.8rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl[data-divide-sp="2"] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp="2"] .comp-note-list__dd {
    width: calc((100% - (0.8rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl[data-divide-sp="3"] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp="3"] .comp-note-list__dd {
    width: calc((100% - (0.8rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl[data-divide-sp="4"] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp="4"] .comp-note-list__dd {
    width: calc((100% - (0.8rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl[data-divide-sp="5"] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp="5"] .comp-note-list__dd {
    width: calc((100% - (0.8rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl[data-divide-sp="6"] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp="6"] .comp-note-list__dd {
    width: calc((100% - (0.8rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl[data-divide-sp="7"] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp="7"] .comp-note-list__dd {
    width: calc((100% - (0.8rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl[data-divide-sp="8"] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp="8"] .comp-note-list__dd {
    width: calc((100% - (0.8rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl[data-divide-sp="9"] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp="9"] .comp-note-list__dd {
    width: calc((100% - (0.8rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl[data-divide-sp="10"] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp="10"] .comp-note-list__dd {
    width: calc((100% - (0.8rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl[data-divide-sp=flex] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp=flex] .comp-note-list__dd, .comp-note-list__dl[data-divide-sp=flex-grow-first] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp=flex-grow-first] .comp-note-list__dd, .comp-note-list__dl[data-divide-sp=flex-grow-last] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp=flex-grow-last] .comp-note-list__dd, .comp-note-list__dl[data-divide-sp=flex-nowrap] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp=flex-nowrap] .comp-note-list__dd, .comp-note-list__dl[data-divide-sp=flex-nowrap-grow-first] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp=flex-nowrap-grow-first] .comp-note-list__dd, .comp-note-list__dl[data-divide-sp=flex-nowrap-grow-last] > .comp-note-list__dt, .comp-note-list__dl[data-divide-sp=flex-nowrap-grow-last] .comp-note-list__dd {
    width: auto;
    min-width: 4.8rem;
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl[data-divide-sp=flex-nowrap], .comp-note-list__dl[data-divide-sp=flex-nowrap-grow-first], .comp-note-list__dl[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl[data-divide-sp=flex-grow-first] > .comp-note-list__dt:first-child, .comp-note-list__dl[data-divide-sp=flex-grow-first] .comp-note-list__dd:first-child, .comp-note-list__dl[data-divide-sp=flex-nowrap-grow-first] > .comp-note-list__dt:first-child, .comp-note-list__dl[data-divide-sp=flex-nowrap-grow-first] .comp-note-list__dd:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-note-list__dl[data-divide-sp=flex-grow-last] > .comp-note-list__dt:last-child, .comp-note-list__dl[data-divide-sp=flex-grow-last] .comp-note-list__dd:last-child, .comp-note-list__dl[data-divide-sp=flex-nowrap-grow-last] > .comp-note-list__dt:last-child, .comp-note-list__dl[data-divide-sp=flex-nowrap-grow-last] .comp-note-list__dd:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-note-list__dt {
    display: block;
    width: 4.4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-note-list__dt {
    display: block;
    width: 4.4rem;
  }
}
@media (max-width: 767px) {
  .comp-note-list__dt {
    display: block;
    width: 4.4rem;
  }
}
.comp-steps {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .comp-steps:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-steps:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-steps:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.comp-steps__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}
.comp-steps__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: opacity(0.68);
}
.comp-steps__wrapper {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-steps__wrapper {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-steps__wrapper {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .comp-steps__wrapper {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-steps__wrapper[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-steps__wrapper {
    padding: 10rem 8rem 4.4rem 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-steps__wrapper {
    padding: 10rem 8rem 4.4rem 8rem;
  }
}
@media (max-width: 767px) {
  .comp-steps__wrapper {
    padding: 3.6rem 1.6rem;
  }
}
.comp-steps__container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-steps__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-steps__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-steps__container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-steps__content:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-steps__content:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .comp-steps__content:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .comp-steps__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-steps__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
  }
}
.comp-steps__item {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .comp-steps__item {
    margin-top: 4rem;
    max-width: calc((1600px - 40rem) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-steps__item {
    margin-top: 4rem;
    max-width: calc((1600px - 40rem) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-steps__item:not(:last-child) {
    padding-right: 10rem;
    max-width: calc((1600px - 40rem) / 5 + 10rem);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-steps__item:not(:last-child) {
    padding-right: 10rem;
    max-width: calc((1600px - 40rem) / 5 + 10rem);
  }
}
@media (max-width: 767px) {
  .comp-steps__item:not(:last-child) {
    padding-bottom: 6rem;
  }
}
.comp-steps__item:not(:last-child)::after {
  content: url("/ics/res/img/icons/icon_arrow-slider-right-white.svg");
  display: block;
  width: 6rem;
  height: 10rem;
  position: absolute;
}
@media (min-width: 1024px) {
  .comp-steps__item:not(:last-child)::after {
    top: 50%;
    right: 4rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-steps__item:not(:last-child)::after {
    top: 50%;
    right: 4rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .comp-steps__item:not(:last-child)::after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.comp-steps__item-head {
  background-color: #005bac;
  text-align: center;
}
@media (min-width: 1024px) {
  .comp-steps__item-head {
    padding: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-steps__item-head {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-steps__item-head {
    padding: 1.6rem;
  }
}
.comp-steps__item-body {
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-steps__item-body {
    padding: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-steps__item-body {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-steps__item-body {
    padding: 1.6rem;
  }
}

.comp-accordion {
  border: 1px solid transparent;
  box-shadow: 0 0.6rem 0.6rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .comp-accordion:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-accordion:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.comp-accordion.border {
  background-color: #fff;
  border: 1px solid #ccc;
}
.comp-accordion__details:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.comp-accordion__details[data-color=primary] {
  background-color: #005bac;
}
.comp-accordion__details-wrapper {
  border-top: 1px solid #ccc;
}
@media (min-width: 1024px) {
  .comp-accordion__details-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container > .comp-accordion__details-content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 4rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container > .comp-accordion__details-content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 4rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide="1"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide="1"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide="2"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide="2"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide="3"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide="3"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide="4"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide="4"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide="5"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide="5"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide="6"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide="6"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide="7"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide="7"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide="8"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide="8"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide="9"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide="9"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide="10"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide="10"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide=flex] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide=flex-grow-first] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide=flex-grow-last] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide=flex-nowrap] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide=flex-nowrap-grow-first] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide=flex-nowrap-grow-last] > .comp-accordion__details-content {
    width: auto;
    min-width: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide=flex] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide=flex-grow-first] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide=flex-grow-last] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide=flex-nowrap] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide=flex-nowrap-grow-first] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide=flex-nowrap-grow-last] > .comp-accordion__details-content {
    width: auto;
    min-width: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide=flex-nowrap], .comp-accordion__details-container[data-divide=flex-nowrap-grow-first], .comp-accordion__details-container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide=flex-nowrap], .comp-accordion__details-container[data-divide=flex-nowrap-grow-first], .comp-accordion__details-container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide=flex-grow-first] > .comp-accordion__details-content:not(:first-child), .comp-accordion__details-container[data-divide=flex-nowrap-grow-first] > .comp-accordion__details-content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide=flex-grow-first] > .comp-accordion__details-content:not(:first-child), .comp-accordion__details-container[data-divide=flex-nowrap-grow-first] > .comp-accordion__details-content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide=flex-grow-first] > .comp-accordion__details-content:first-child, .comp-accordion__details-container[data-divide=flex-nowrap-grow-first] > .comp-accordion__details-content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide=flex-grow-first] > .comp-accordion__details-content:first-child, .comp-accordion__details-container[data-divide=flex-nowrap-grow-first] > .comp-accordion__details-content:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide=flex-grow-last] > .comp-accordion__details-content:not(:last-child), .comp-accordion__details-container[data-divide=flex-nowrap-grow-last] > .comp-accordion__details-content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide=flex-grow-last] > .comp-accordion__details-content:not(:last-child), .comp-accordion__details-container[data-divide=flex-nowrap-grow-last] > .comp-accordion__details-content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container[data-divide=flex-grow-last] > .comp-accordion__details-content:last-child, .comp-accordion__details-container[data-divide=flex-nowrap-grow-last] > .comp-accordion__details-content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container[data-divide=flex-grow-last] > .comp-accordion__details-content:last-child, .comp-accordion__details-container[data-divide=flex-nowrap-grow-last] > .comp-accordion__details-content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container > .comp-accordion__details-content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 3.3rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container[data-divide-sp="1"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container[data-divide-sp="2"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container[data-divide-sp="3"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container[data-divide-sp="4"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container[data-divide-sp="5"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container[data-divide-sp="6"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container[data-divide-sp="7"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container[data-divide-sp="8"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container[data-divide-sp="9"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container[data-divide-sp="10"] > .comp-accordion__details-content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container[data-divide-sp=flex] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide-sp=flex-grow-first] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide-sp=flex-grow-last] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide-sp=flex-nowrap] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide-sp=flex-nowrap-grow-first] > .comp-accordion__details-content, .comp-accordion__details-container[data-divide-sp=flex-nowrap-grow-last] > .comp-accordion__details-content {
    width: auto;
    min-width: 3.3rem;
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container[data-divide-sp=flex-nowrap], .comp-accordion__details-container[data-divide-sp=flex-nowrap-grow-first], .comp-accordion__details-container[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container[data-divide-sp=flex-grow-first] > .comp-accordion__details-content:first-child, .comp-accordion__details-container[data-divide-sp=flex-nowrap-grow-first] > .comp-accordion__details-content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container[data-divide-sp=flex-grow-last] > .comp-accordion__details-content:last-child, .comp-accordion__details-container[data-divide-sp=flex-nowrap-grow-last] > .comp-accordion__details-content:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__details-container {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-container {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-container {
    padding: 1.2rem 1.6rem;
  }
}
.comp-accordion__details-body {
  width: 100%;
}
@media (min-width: 1024px) {
  .comp-accordion__details-body-content:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__details-body-content:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-accordion__details-body-content:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.comp-accordion__summary {
  list-style: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
}
.comp-accordion__summary::-webkit-details-marker {
  display: none;
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 4rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 4rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide="1"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide="1"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide="2"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide="2"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide="3"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide="3"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide="4"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide="4"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide="5"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide="5"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide="6"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide="6"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide="7"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide="7"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide="8"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide="8"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide="9"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide="9"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide="10"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide="10"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide=flex] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide=flex-grow-first] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide=flex-grow-last] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide=flex-nowrap] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide=flex-nowrap-grow-first] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide=flex-nowrap-grow-last] > .comp-accordion__summary-content {
    width: auto;
    min-width: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide=flex] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide=flex-grow-first] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide=flex-grow-last] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide=flex-nowrap] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide=flex-nowrap-grow-first] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide=flex-nowrap-grow-last] > .comp-accordion__summary-content {
    width: auto;
    min-width: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide=flex-nowrap], .comp-accordion__summary-container[data-divide=flex-nowrap-grow-first], .comp-accordion__summary-container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide=flex-nowrap], .comp-accordion__summary-container[data-divide=flex-nowrap-grow-first], .comp-accordion__summary-container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide=flex-grow-first] > .comp-accordion__summary-content:not(:first-child), .comp-accordion__summary-container[data-divide=flex-nowrap-grow-first] > .comp-accordion__summary-content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide=flex-grow-first] > .comp-accordion__summary-content:not(:first-child), .comp-accordion__summary-container[data-divide=flex-nowrap-grow-first] > .comp-accordion__summary-content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide=flex-grow-first] > .comp-accordion__summary-content:first-child, .comp-accordion__summary-container[data-divide=flex-nowrap-grow-first] > .comp-accordion__summary-content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide=flex-grow-first] > .comp-accordion__summary-content:first-child, .comp-accordion__summary-container[data-divide=flex-nowrap-grow-first] > .comp-accordion__summary-content:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide=flex-grow-last] > .comp-accordion__summary-content:not(:last-child), .comp-accordion__summary-container[data-divide=flex-nowrap-grow-last] > .comp-accordion__summary-content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide=flex-grow-last] > .comp-accordion__summary-content:not(:last-child), .comp-accordion__summary-container[data-divide=flex-nowrap-grow-last] > .comp-accordion__summary-content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container[data-divide=flex-grow-last] > .comp-accordion__summary-content:last-child, .comp-accordion__summary-container[data-divide=flex-nowrap-grow-last] > .comp-accordion__summary-content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container[data-divide=flex-grow-last] > .comp-accordion__summary-content:last-child, .comp-accordion__summary-container[data-divide=flex-nowrap-grow-last] > .comp-accordion__summary-content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 3.3rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container[data-divide-sp="1"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container[data-divide-sp="2"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container[data-divide-sp="3"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container[data-divide-sp="4"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container[data-divide-sp="5"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container[data-divide-sp="6"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container[data-divide-sp="7"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container[data-divide-sp="8"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container[data-divide-sp="9"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container[data-divide-sp="10"] > .comp-accordion__summary-content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container[data-divide-sp=flex] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide-sp=flex-grow-first] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide-sp=flex-grow-last] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide-sp=flex-nowrap] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide-sp=flex-nowrap-grow-first] > .comp-accordion__summary-content, .comp-accordion__summary-container[data-divide-sp=flex-nowrap-grow-last] > .comp-accordion__summary-content {
    width: auto;
    min-width: 3.3rem;
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container[data-divide-sp=flex-nowrap], .comp-accordion__summary-container[data-divide-sp=flex-nowrap-grow-first], .comp-accordion__summary-container[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container[data-divide-sp=flex-grow-first] > .comp-accordion__summary-content:first-child, .comp-accordion__summary-container[data-divide-sp=flex-nowrap-grow-first] > .comp-accordion__summary-content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container[data-divide-sp=flex-grow-last] > .comp-accordion__summary-content:last-child, .comp-accordion__summary-container[data-divide-sp=flex-nowrap-grow-last] > .comp-accordion__summary-content:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__summary-container {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__summary-container {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-accordion__summary-container {
    padding: 1.2rem 1.6rem;
  }
}
.comp-accordion__summary-body {
  width: 100%;
}
.comp-accordion summary {
  display: block;
}
.comp-accordion summary::-webkit-details-marker {
  display: none;
}
.comp-accordion__mark {
  border-radius: 100%;
  background-color: #005bac;
  position: relative;
}
@media (min-width: 1024px) {
  .comp-accordion__mark {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__mark {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-accordion__mark {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.comp-accordion__mark span {
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: calc(50% - 0.1rem);
  left: calc(50% - 0rem);
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 1024px) {
  .comp-accordion__mark span {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__mark span {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .comp-accordion__mark span {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.comp-accordion__mark[data-color="1"] {
  background-color: rgba(12, 64, 154, 0.1);
}
.comp-accordion__mark[data-color="1"] span {
  color: #005bac;
}
@media (min-width: 1024px) {
  .comp-accordion .comp-accordion__details-head,
  .comp-accordion .comp-accordion__summary-head {
    min-width: 6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion .comp-accordion__details-head,
  .comp-accordion .comp-accordion__summary-head {
    min-width: 6rem;
  }
}
@media (max-width: 767px) {
  .comp-accordion .comp-accordion__details-head,
  .comp-accordion .comp-accordion__summary-head {
    min-width: 4rem;
  }
}
.comp-accordion__list {
  margin: 0;
  padding: 0;
}
.comp-accordion__list-item {
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .comp-accordion__list-item {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__list-item {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-accordion__list-item {
    padding: 1.2rem 1.6rem;
  }
}
@media (min-width: 1024px) {
  .comp-accordion__list-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-accordion__list-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .comp-accordion__list-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}

@media (min-width: 1024px) {
  .comp-table {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-table {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .comp-table__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (min-width: 1024px) {
  .comp-table__container > .comp-table__content {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 20rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container > .comp-table__content {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 20rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide="1"] > .comp-table__content {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide="1"] > .comp-table__content {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide="2"] > .comp-table__content {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide="2"] > .comp-table__content {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide="3"] > .comp-table__content {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide="3"] > .comp-table__content {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide="4"] > .comp-table__content {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide="4"] > .comp-table__content {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide="5"] > .comp-table__content {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide="5"] > .comp-table__content {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide="6"] > .comp-table__content {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide="6"] > .comp-table__content {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide="7"] > .comp-table__content {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide="7"] > .comp-table__content {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide="8"] > .comp-table__content {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide="8"] > .comp-table__content {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide="9"] > .comp-table__content {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide="9"] > .comp-table__content {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide="10"] > .comp-table__content {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide="10"] > .comp-table__content {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide=flex] > .comp-table__content, .comp-table__container[data-divide=flex-grow-first] > .comp-table__content, .comp-table__container[data-divide=flex-grow-last] > .comp-table__content, .comp-table__container[data-divide=flex-nowrap] > .comp-table__content, .comp-table__container[data-divide=flex-nowrap-grow-first] > .comp-table__content, .comp-table__container[data-divide=flex-nowrap-grow-last] > .comp-table__content {
    width: auto;
    min-width: 20rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide=flex] > .comp-table__content, .comp-table__container[data-divide=flex-grow-first] > .comp-table__content, .comp-table__container[data-divide=flex-grow-last] > .comp-table__content, .comp-table__container[data-divide=flex-nowrap] > .comp-table__content, .comp-table__container[data-divide=flex-nowrap-grow-first] > .comp-table__content, .comp-table__container[data-divide=flex-nowrap-grow-last] > .comp-table__content {
    width: auto;
    min-width: 20rem;
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide=flex-nowrap], .comp-table__container[data-divide=flex-nowrap-grow-first], .comp-table__container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide=flex-nowrap], .comp-table__container[data-divide=flex-nowrap-grow-first], .comp-table__container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide=flex-grow-first] > .comp-table__content:not(:first-child), .comp-table__container[data-divide=flex-nowrap-grow-first] > .comp-table__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide=flex-grow-first] > .comp-table__content:not(:first-child), .comp-table__container[data-divide=flex-nowrap-grow-first] > .comp-table__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide=flex-grow-first] > .comp-table__content:first-child, .comp-table__container[data-divide=flex-nowrap-grow-first] > .comp-table__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide=flex-grow-first] > .comp-table__content:first-child, .comp-table__container[data-divide=flex-nowrap-grow-first] > .comp-table__content:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide=flex-grow-last] > .comp-table__content:not(:last-child), .comp-table__container[data-divide=flex-nowrap-grow-last] > .comp-table__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide=flex-grow-last] > .comp-table__content:not(:last-child), .comp-table__container[data-divide=flex-nowrap-grow-last] > .comp-table__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-table__container[data-divide=flex-grow-last] > .comp-table__content:last-child, .comp-table__container[data-divide=flex-nowrap-grow-last] > .comp-table__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__container[data-divide=flex-grow-last] > .comp-table__content:last-child, .comp-table__container[data-divide=flex-nowrap-grow-last] > .comp-table__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-table__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  .comp-table__container > .comp-table__content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-table__container[data-divide-sp="1"] > .comp-table__content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-table__container[data-divide-sp="2"] > .comp-table__content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-table__container[data-divide-sp="3"] > .comp-table__content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-table__container[data-divide-sp="4"] > .comp-table__content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-table__container[data-divide-sp="5"] > .comp-table__content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-table__container[data-divide-sp="6"] > .comp-table__content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-table__container[data-divide-sp="7"] > .comp-table__content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-table__container[data-divide-sp="8"] > .comp-table__content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-table__container[data-divide-sp="9"] > .comp-table__content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-table__container[data-divide-sp="10"] > .comp-table__content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-table__container[data-divide-sp=flex] > .comp-table__content, .comp-table__container[data-divide-sp=flex-grow-first] > .comp-table__content, .comp-table__container[data-divide-sp=flex-grow-last] > .comp-table__content, .comp-table__container[data-divide-sp=flex-nowrap] > .comp-table__content, .comp-table__container[data-divide-sp=flex-nowrap-grow-first] > .comp-table__content, .comp-table__container[data-divide-sp=flex-nowrap-grow-last] > .comp-table__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-table__container[data-divide-sp=flex-nowrap], .comp-table__container[data-divide-sp=flex-nowrap-grow-first], .comp-table__container[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-table__container[data-divide-sp=flex-grow-first] > .comp-table__content:first-child, .comp-table__container[data-divide-sp=flex-nowrap-grow-first] > .comp-table__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-table__container[data-divide-sp=flex-grow-last] > .comp-table__content:last-child, .comp-table__container[data-divide-sp=flex-nowrap-grow-last] > .comp-table__content:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-table__content {
    overflow-x: hidden;
    min-height: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table__content {
    overflow-x: hidden;
    min-height: 8rem;
  }
}
@media (max-width: 767px) {
  .comp-table__content {
    overflow-x: hidden;
    min-height: 8rem;
  }
}
.comp-table table {
  width: 100%;
  border-collapse: collapse;
}
.comp-table table thead tr > th,
.comp-table table thead tr > td,
.comp-table table tbody tr > th,
.comp-table table tbody tr > td {
  border: 1px solid #ccc;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .comp-table table thead tr > th,
  .comp-table table thead tr > td,
  .comp-table table tbody tr > th,
  .comp-table table tbody tr > td {
    padding: 1.8rem 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table table thead tr > th,
  .comp-table table thead tr > td,
  .comp-table table tbody tr > th,
  .comp-table table tbody tr > td {
    padding: 1.8rem 1.2rem;
  }
}
@media (max-width: 767px) {
  .comp-table table thead tr > th,
  .comp-table table thead tr > td,
  .comp-table table tbody tr > th,
  .comp-table table tbody tr > td {
    padding: 1.2rem 0.8rem;
    min-width: 5.9rem;
  }
}
.comp-table table thead tr > th,
.comp-table table tbody tr > th {
  background-color: #f5f5f5;
  font-weight: bold;
  word-break: keep-all;
}
@media (min-width: 1024px) {
  .comp-table table thead tr > th,
  .comp-table table tbody tr > th {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table table thead tr > th,
  .comp-table table tbody tr > th {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .comp-table table thead tr > th,
  .comp-table table tbody tr > th {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.comp-table table thead tr > td,
.comp-table table tbody tr > td {
  background-color: #ffffff;
  font-weight: normal;
  word-break: keep-all;
}
@media (min-width: 1024px) {
  .comp-table table thead tr > td,
  .comp-table table tbody tr > td {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table table thead tr > td,
  .comp-table table tbody tr > td {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .comp-table table thead tr > td,
  .comp-table table tbody tr > td {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .comp-table table .elem-img {
    min-width: 16.3rem;
  }
}
@media (min-width: 1024px) {
  .comp-table table .elem-catch,
  .comp-table table .elem-paragraph {
    word-break: keep-all;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table table .elem-catch,
  .comp-table table .elem-paragraph {
    word-break: keep-all;
  }
}
@media (max-width: 767px) {
  .comp-table table .elem-catch,
  .comp-table table .elem-paragraph {
    word-break: keep-all;
  }
}
@media (min-width: 1024px) {
  .comp-table .comp-table__container[data-overflow=scroll] .comp-table__content {
    overflow-x: scroll;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table .comp-table__container[data-overflow=scroll] .comp-table__content {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .comp-table .comp-table__container[data-overflow-sp=scroll] .comp-table__content {
    overflow-x: scroll;
  }
}
@media (min-width: 1024px) {
  .comp-table .comp-table__container[data-flex=column] table thead tr,
  .comp-table .comp-table__container[data-flex=column] table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table .comp-table__container[data-flex=column] table thead tr,
  .comp-table .comp-table__container[data-flex=column] table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .comp-table .comp-table__container[data-flex=column] table thead tr:not(:first-child),
  .comp-table .comp-table__container[data-flex=column] table tbody tr:not(:first-child) {
    margin-top: -1px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table .comp-table__container[data-flex=column] table thead tr:not(:first-child),
  .comp-table .comp-table__container[data-flex=column] table tbody tr:not(:first-child) {
    margin-top: -1px;
  }
}
@media (min-width: 1024px) {
  .comp-table .comp-table__container[data-flex=column] table thead tr > th,
  .comp-table .comp-table__container[data-flex=column] table thead tr > td,
  .comp-table .comp-table__container[data-flex=column] table tbody tr > th,
  .comp-table .comp-table__container[data-flex=column] table tbody tr > td {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table .comp-table__container[data-flex=column] table thead tr > th,
  .comp-table .comp-table__container[data-flex=column] table thead tr > td,
  .comp-table .comp-table__container[data-flex=column] table tbody tr > th,
  .comp-table .comp-table__container[data-flex=column] table tbody tr > td {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .comp-table .comp-table__container[data-flex=column] table thead tr > th:not(:first-child),
  .comp-table .comp-table__container[data-flex=column] table thead tr > td:not(:first-child),
  .comp-table .comp-table__container[data-flex=column] table tbody tr > th:not(:first-child),
  .comp-table .comp-table__container[data-flex=column] table tbody tr > td:not(:first-child) {
    margin-top: -1px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-table .comp-table__container[data-flex=column] table thead tr > th:not(:first-child),
  .comp-table .comp-table__container[data-flex=column] table thead tr > td:not(:first-child),
  .comp-table .comp-table__container[data-flex=column] table tbody tr > th:not(:first-child),
  .comp-table .comp-table__container[data-flex=column] table tbody tr > td:not(:first-child) {
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  .comp-table .comp-table__container[data-flex-sp=column] table thead tr,
  .comp-table .comp-table__container[data-flex-sp=column] table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .comp-table .comp-table__container[data-flex-sp=column] table thead tr:not(:first-child),
  .comp-table .comp-table__container[data-flex-sp=column] table tbody tr:not(:first-child) {
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  .comp-table .comp-table__container[data-flex-sp=column] table thead tr > th,
  .comp-table .comp-table__container[data-flex-sp=column] table thead tr > td,
  .comp-table .comp-table__container[data-flex-sp=column] table tbody tr > th,
  .comp-table .comp-table__container[data-flex-sp=column] table tbody tr > td {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .comp-table .comp-table__container[data-flex-sp=column] table thead tr > th:not(:first-child),
  .comp-table .comp-table__container[data-flex-sp=column] table thead tr > td:not(:first-child),
  .comp-table .comp-table__container[data-flex-sp=column] table tbody tr > th:not(:first-child),
  .comp-table .comp-table__container[data-flex-sp=column] table tbody tr > td:not(:first-child) {
    margin-top: -1px;
  }
}
.comp-table .elem-link {
  text-decoration: underline;
}
.comp-table .elem-list .elem-icon {
  transform: translateY(0);
}
.comp-table span.scroll-hint-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.comp-share {
  display: flex;
  align-items: center;
  margin-top: -1.2rem;
  margin-left: -1.2rem;
}
.comp-share__item {
  margin-top: 1.2rem;
  margin-left: 1.2rem;
}

.comp-side-nav ul,
.comp-side-nav ol,
.comp-side-nav .comp-side-nav__link:not(:last-child) {
  margin: 0;
  padding: 0;
}
.comp-side-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-side-nav__modal {
    background-color: #fff;
    width: 33.5rem;
    max-width: 89.4vw;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    margin: 0;
    padding: 1.6rem 1.6rem 1.6rem 2.3rem;
    display: none;
  }
}
@media (max-width: 767px) {
  .comp-side-nav__modal {
    background-color: #fff;
    width: 33.5rem;
    max-width: 89.4vw;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    margin: 0;
    padding: 1.6rem 1.6rem 1.6rem 2.3rem;
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-side-nav__modal.this-active {
    display: block;
  }
}
@media (max-width: 767px) {
  .comp-side-nav__modal.this-active {
    display: block;
  }
}
.comp-side-nav__modal-button-open, .comp-side-nav__modal-button-close, .comp-side-nav__modal-button-bg {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .comp-side-nav__modal-button-open {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-side-nav__modal-button-open {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 200;
    margin: 0;
    padding: 1.2rem 0.8rem;
    background-color: #005bac;
    color: #fff;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .comp-side-nav__modal-button-open {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 200;
    margin: 0;
    padding: 1.2rem 0.8rem;
    background-color: #005bac;
    color: #fff;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .comp-side-nav__modal-button-close {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-side-nav__modal-button-close {
    margin: 0 0 2.5rem auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .comp-side-nav__modal-button-close {
    margin: 0 0 2.5rem auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.comp-side-nav__modal-button-close .elem-icon:first-child {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .comp-side-nav__modal-button-bg {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-side-nav__modal-button-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
  }
}
@media (max-width: 767px) {
  .comp-side-nav__modal-button-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-side-nav__modal-button-bg.this-active {
    display: block;
  }
}
@media (max-width: 767px) {
  .comp-side-nav__modal-button-bg.this-active {
    display: block;
  }
}
.comp-side-nav__modal-item:not(:last-child) {
  margin-bottom: 4rem;
}
.comp-side-nav__modal-item-head {
  margin-bottom: 2rem;
}
.comp-side-nav__modal-item-body {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.comp-side-nav__link, .comp-side-nav__text {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .comp-side-nav__link:not(:last-child), .comp-side-nav__text:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-side-nav__link:not(:last-child), .comp-side-nav__text:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .comp-side-nav__link:not(:last-child), .comp-side-nav__text:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.comp-side-nav__heading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.comp-side-nav__heading[data-color=base-01] {
  color: #fff;
}
.comp-side-nav__heading[data-color=base-02] {
  color: #f5f5f5;
}
.comp-side-nav__heading[data-color=base-03] {
  color: #e5eef7;
}
.comp-side-nav__heading[data-color=primary] {
  color: #005bac;
}
.comp-side-nav__heading[data-color=white] {
  color: #fff;
}
.comp-side-nav__heading[data-color=accent] {
  color: #0d1148;
}
.comp-side-nav__heading[data-color=attention] {
  color: #de0000;
}
.comp-side-nav__heading[data-color=text] {
  color: #000;
}
.comp-side-nav__heading[data-color=border] {
  color: #ccc;
}
.comp-side-nav__heading[data-color=dark] {
  color: #666;
}
.comp-side-nav__heading[data-color=movie] {
  color: #a0a0a0;
}
.comp-side-nav__heading[data-color=pdf] {
  color: #e10f16;
}
.comp-side-nav__heading[data-color=word] {
  color: #0066ca;
}
.comp-side-nav__heading[data-color=excel] {
  color: #136a38;
}
.comp-side-nav__heading span {
  margin-right: auto;
}
.comp-side-nav__list:not(:first-child) {
  border-top: 1px solid #ccc;
}
.comp-side-nav__list-item .comp-side-nav__link {
  background-color: #fff;
  transition: background-color 500ms;
}
.comp-side-nav__list-item .comp-side-nav__link > .comp-side-nav__heading,
.comp-side-nav__list-item .comp-side-nav__link > .elem-heading {
  transition: color 500ms;
}
.comp-side-nav__list-item .comp-side-nav__link::before {
  content: "";
  width: 0;
  height: 0.2rem;
  background-color: #005bac;
  margin-right: 0;
  opacity: 0;
  transition: width 500ms, opacity 500ms, margin-right 500ms;
}
.comp-side-nav__list-item .comp-side-nav__link:hover, .comp-side-nav__list-item .comp-side-nav__link:focus, .comp-side-nav__list-item .comp-side-nav__link:focus-visible, .comp-side-nav__list-item .comp-side-nav__link.this-active {
  background-color: #e5eef7;
  text-decoration: none;
}
.comp-side-nav__list-item .comp-side-nav__link:hover > .comp-side-nav__heading,
.comp-side-nav__list-item .comp-side-nav__link:hover > .elem-heading, .comp-side-nav__list-item .comp-side-nav__link:focus > .comp-side-nav__heading,
.comp-side-nav__list-item .comp-side-nav__link:focus > .elem-heading, .comp-side-nav__list-item .comp-side-nav__link:focus-visible > .comp-side-nav__heading,
.comp-side-nav__list-item .comp-side-nav__link:focus-visible > .elem-heading, .comp-side-nav__list-item .comp-side-nav__link.this-active > .comp-side-nav__heading,
.comp-side-nav__list-item .comp-side-nav__link.this-active > .elem-heading {
  color: #005bac;
}
.comp-side-nav__list-item .comp-side-nav__link:hover::before, .comp-side-nav__list-item .comp-side-nav__link:focus::before, .comp-side-nav__list-item .comp-side-nav__link:focus-visible::before, .comp-side-nav__list-item .comp-side-nav__link.this-active::before {
  width: 1rem;
  margin-right: 1rem;
  opacity: 1;
}
.comp-side-nav .comp-side-nav__list-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.comp-side-nav .comp-side-nav__list-item > .comp-side-nav__text,
.comp-side-nav .comp-side-nav__list-item > .comp-side-nav__link {
  margin: 0;
  padding: 1.5rem 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 1024px) {
  .comp-side-nav .comp-side-nav__list-item > .comp-side-nav__text > .comp-side-nav__heading,
  .comp-side-nav .comp-side-nav__list-item > .comp-side-nav__link > .comp-side-nav__heading {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-side-nav .comp-side-nav__list-item > .comp-side-nav__text > .comp-side-nav__heading,
  .comp-side-nav .comp-side-nav__list-item > .comp-side-nav__link > .comp-side-nav__heading {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .comp-side-nav .comp-side-nav__list-item > .comp-side-nav__text > .comp-side-nav__heading,
  .comp-side-nav .comp-side-nav__list-item > .comp-side-nav__link > .comp-side-nav__heading {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
  }
}
.comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__text,
.comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__link {
  margin: 0;
  padding: 1.3rem 1.3rem;
  padding-left: 2.5rem;
}
@media (min-width: 1024px) {
  .comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__text > .comp-side-nav__heading,
  .comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__link > .comp-side-nav__heading {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__text > .comp-side-nav__heading,
  .comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__link > .comp-side-nav__heading {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__text > .comp-side-nav__heading,
  .comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__link > .comp-side-nav__heading {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
  }
}
.comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item .comp-side-nav__list-item:not(:last-child) {
  border-bottom: none;
}
.comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__text,
.comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__link {
  margin: 0;
  padding: 1.3rem 1.3rem;
  padding-left: 3.7rem;
}
@media (min-width: 1024px) {
  .comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__text > .comp-side-nav__heading,
  .comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__link > .comp-side-nav__heading {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__text > .comp-side-nav__heading,
  .comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__link > .comp-side-nav__heading {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__text > .comp-side-nav__heading,
  .comp-side-nav .comp-side-nav__list-item .comp-side-nav__list-item .comp-side-nav__list-item > .comp-side-nav__link > .comp-side-nav__heading {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
  }
}

.comp-form__section {
  border: 1px solid #ccc;
}
.comp-form__section:not(:first-child) {
  margin-top: -1px;
}
.comp-form__section[data-type=submit] {
  border: none;
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}
.comp-form__section-item {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .comp-form__section-item {
    padding: 2.8rem 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__section-item {
    padding: 2.8rem 0;
  }
}
@media (max-width: 767px) {
  .comp-form__section-item {
    padding: 1.6rem 0;
  }
}
@media (min-width: 1024px) {
  .comp-form__section-item:first-child {
    padding-top: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__section-item:first-child {
    padding-top: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-form__section-item:last-child {
    padding-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__section-item:last-child {
    padding-bottom: 4rem;
  }
}
.comp-form__section-item.this-alert {
  background-color: #fdf2f2;
}
.comp-form__section-item-wrapper {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-form__section-item-wrapper {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__section-item-wrapper {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .comp-form__section-item-wrapper {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-form__section-item-wrapper[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
.comp-form__section-item-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-form__section-item-container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__section-item-container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-form__section-item-container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-form__item {
    min-width: 34.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__item {
    min-width: 34.8rem;
  }
}
@media (min-width: 1024px) {
  .comp-form__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-form__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.comp-form__attention {
  display: flex;
  align-items: baseline;
}
.comp-form__attention-tag {
  display: inline-block;
  background-color: #d60000;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .comp-form__attention-tag {
    margin: 0 2.4rem 0 0;
    padding: 1.2rem 2.4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__attention-tag {
    margin: 0 2.4rem 0 0;
    padding: 1.2rem 2.4rem;
  }
}
@media (max-width: 767px) {
  .comp-form__attention-tag {
    margin: 0 1.2rem 0 0;
    padding: 0.4rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .comp-form__set {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) {
  .comp-form__set > * {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set > * {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide="1"] > * {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide="1"] > * {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide="2"] > * {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide="2"] > * {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide="3"] > * {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide="3"] > * {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide="4"] > * {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide="4"] > * {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide="5"] > * {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide="5"] > * {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide="6"] > * {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide="6"] > * {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide="7"] > * {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide="7"] > * {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide="8"] > * {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide="8"] > * {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide="9"] > * {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide="9"] > * {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide="10"] > * {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide="10"] > * {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide=flex] > *, .comp-form__set[data-divide=flex-grow-first] > *, .comp-form__set[data-divide=flex-grow-last] > *, .comp-form__set[data-divide=flex-nowrap] > *, .comp-form__set[data-divide=flex-nowrap-grow-first] > *, .comp-form__set[data-divide=flex-nowrap-grow-last] > * {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide=flex] > *, .comp-form__set[data-divide=flex-grow-first] > *, .comp-form__set[data-divide=flex-grow-last] > *, .comp-form__set[data-divide=flex-nowrap] > *, .comp-form__set[data-divide=flex-nowrap-grow-first] > *, .comp-form__set[data-divide=flex-nowrap-grow-last] > * {
    width: auto;
    min-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide=flex-nowrap], .comp-form__set[data-divide=flex-nowrap-grow-first], .comp-form__set[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide=flex-nowrap], .comp-form__set[data-divide=flex-nowrap-grow-first], .comp-form__set[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide=flex-grow-first] > *:not(:first-child), .comp-form__set[data-divide=flex-nowrap-grow-first] > *:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide=flex-grow-first] > *:not(:first-child), .comp-form__set[data-divide=flex-nowrap-grow-first] > *:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide=flex-grow-first] > *:first-child, .comp-form__set[data-divide=flex-nowrap-grow-first] > *:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide=flex-grow-first] > *:first-child, .comp-form__set[data-divide=flex-nowrap-grow-first] > *:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide=flex-grow-last] > *:not(:last-child), .comp-form__set[data-divide=flex-nowrap-grow-last] > *:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide=flex-grow-last] > *:not(:last-child), .comp-form__set[data-divide=flex-nowrap-grow-last] > *:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-form__set[data-divide=flex-grow-last] > *:last-child, .comp-form__set[data-divide=flex-nowrap-grow-last] > *:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set[data-divide=flex-grow-last] > *:last-child, .comp-form__set[data-divide=flex-nowrap-grow-last] > *:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-form__set {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1rem;
    margin-left: -1rem;
  }
}
@media (max-width: 767px) {
  .comp-form__set > * {
    width: calc((100% - (1rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1rem;
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .comp-form__set[data-divide-sp="1"] > * {
    width: calc((100% - (1rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-form__set[data-divide-sp="2"] > * {
    width: calc((100% - (1rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-form__set[data-divide-sp="3"] > * {
    width: calc((100% - (1rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-form__set[data-divide-sp="4"] > * {
    width: calc((100% - (1rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-form__set[data-divide-sp="5"] > * {
    width: calc((100% - (1rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-form__set[data-divide-sp="6"] > * {
    width: calc((100% - (1rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-form__set[data-divide-sp="7"] > * {
    width: calc((100% - (1rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-form__set[data-divide-sp="8"] > * {
    width: calc((100% - (1rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-form__set[data-divide-sp="9"] > * {
    width: calc((100% - (1rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-form__set[data-divide-sp="10"] > * {
    width: calc((100% - (1rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-form__set[data-divide-sp=flex] > *, .comp-form__set[data-divide-sp=flex-grow-first] > *, .comp-form__set[data-divide-sp=flex-grow-last] > *, .comp-form__set[data-divide-sp=flex-nowrap] > *, .comp-form__set[data-divide-sp=flex-nowrap-grow-first] > *, .comp-form__set[data-divide-sp=flex-nowrap-grow-last] > * {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-form__set[data-divide-sp=flex-nowrap], .comp-form__set[data-divide-sp=flex-nowrap-grow-first], .comp-form__set[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-form__set[data-divide-sp=flex-grow-first] > *:first-child, .comp-form__set[data-divide-sp=flex-nowrap-grow-first] > *:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-form__set[data-divide-sp=flex-grow-last] > *:last-child, .comp-form__set[data-divide-sp=flex-nowrap-grow-last] > *:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-form__set {
    align-items: center;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .comp-form__set {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .comp-form__set:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__set:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-form__set:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.comp-form__label {
  font-size: 1.6rem;
  line-height: 1.5;
}
.comp-form__input[type=text] {
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
}
@media (min-width: 1024px) {
  .comp-form__input[type=text] {
    padding: 1.2rem 1.6rem;
    min-width: 29rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__input[type=text] {
    padding: 1.2rem 1.6rem;
    min-width: 29rem;
  }
}
@media (max-width: 767px) {
  .comp-form__input[type=text] {
    padding: 1.2rem 1.6rem;
    min-width: 4.8rem;
    min-height: 4.8rem;
  }
}
@media (min-width: 1024px) {
  .comp-form__input[type=checkbox] {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__input[type=checkbox] {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .comp-form__input[type=checkbox] {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .comp-form__input[type=radio] {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__input[type=radio] {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-form__input[type=radio] {
    width: 2rem;
    height: 2rem;
  }
}
.comp-form__textarea {
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
}
@media (min-width: 1024px) {
  .comp-form__textarea {
    padding: 1.2rem 1.6rem;
    min-width: 29rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-form__textarea {
    padding: 1.2rem 1.6rem;
    min-width: 29rem;
  }
}
@media (max-width: 767px) {
  .comp-form__textarea {
    padding: 1.2rem 1.6rem;
    min-width: 4.8rem;
    min-height: 4.8rem;
  }
}
.comp-form__input[type=text]:focus-visible, .comp-form__input[type=checkbox]:focus-visible, .comp-form__input[type=radio]:focus-visible, .comp-form__textarea:focus-visible,
.comp-form .elem-dropdown__select:focus-visible {
  outline: 0.2rem solid #005bac;
}

.comp-local-nav {
  background-color: #0d1148;
  width: 100%;
  height: auto;
  width: 100%;
  height: 100%;
}
.comp-local-nav.this-sticky {
  position: sticky;
  z-index: 200;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .comp-local-nav {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav {
    padding: 0 0.8rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}
.comp-local-nav__wrapper {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-local-nav__wrapper {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__wrapper {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__wrapper {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container > .comp-local-nav__content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container > .comp-local-nav__content {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide="1"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide="1"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide="2"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide="2"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide="3"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide="3"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide="4"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide="4"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide="5"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide="5"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide="6"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide="6"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide="7"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide="7"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide="8"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide="8"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide="9"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide="9"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide="10"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide="10"] > .comp-local-nav__content {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide=flex] > .comp-local-nav__content, .comp-local-nav__container[data-divide=flex-grow-first] > .comp-local-nav__content, .comp-local-nav__container[data-divide=flex-grow-last] > .comp-local-nav__content, .comp-local-nav__container[data-divide=flex-nowrap] > .comp-local-nav__content, .comp-local-nav__container[data-divide=flex-nowrap-grow-first] > .comp-local-nav__content, .comp-local-nav__container[data-divide=flex-nowrap-grow-last] > .comp-local-nav__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide=flex] > .comp-local-nav__content, .comp-local-nav__container[data-divide=flex-grow-first] > .comp-local-nav__content, .comp-local-nav__container[data-divide=flex-grow-last] > .comp-local-nav__content, .comp-local-nav__container[data-divide=flex-nowrap] > .comp-local-nav__content, .comp-local-nav__container[data-divide=flex-nowrap-grow-first] > .comp-local-nav__content, .comp-local-nav__container[data-divide=flex-nowrap-grow-last] > .comp-local-nav__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide=flex-nowrap], .comp-local-nav__container[data-divide=flex-nowrap-grow-first], .comp-local-nav__container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide=flex-nowrap], .comp-local-nav__container[data-divide=flex-nowrap-grow-first], .comp-local-nav__container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide=flex-grow-first] > .comp-local-nav__content:not(:first-child), .comp-local-nav__container[data-divide=flex-nowrap-grow-first] > .comp-local-nav__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide=flex-grow-first] > .comp-local-nav__content:not(:first-child), .comp-local-nav__container[data-divide=flex-nowrap-grow-first] > .comp-local-nav__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide=flex-grow-first] > .comp-local-nav__content:first-child, .comp-local-nav__container[data-divide=flex-nowrap-grow-first] > .comp-local-nav__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide=flex-grow-first] > .comp-local-nav__content:first-child, .comp-local-nav__container[data-divide=flex-nowrap-grow-first] > .comp-local-nav__content:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide=flex-grow-last] > .comp-local-nav__content:not(:last-child), .comp-local-nav__container[data-divide=flex-nowrap-grow-last] > .comp-local-nav__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide=flex-grow-last] > .comp-local-nav__content:not(:last-child), .comp-local-nav__container[data-divide=flex-nowrap-grow-last] > .comp-local-nav__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container[data-divide=flex-grow-last] > .comp-local-nav__content:last-child, .comp-local-nav__container[data-divide=flex-nowrap-grow-last] > .comp-local-nav__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container[data-divide=flex-grow-last] > .comp-local-nav__content:last-child, .comp-local-nav__container[data-divide=flex-nowrap-grow-last] > .comp-local-nav__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0.8rem;
    margin-left: -0.8rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container > .comp-local-nav__content {
    width: calc((100% - (0.8rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 0.8rem;
    margin-left: 0.8rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container[data-divide-sp="1"] > .comp-local-nav__content {
    width: calc((100% - (0.8rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container[data-divide-sp="2"] > .comp-local-nav__content {
    width: calc((100% - (0.8rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container[data-divide-sp="3"] > .comp-local-nav__content {
    width: calc((100% - (0.8rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container[data-divide-sp="4"] > .comp-local-nav__content {
    width: calc((100% - (0.8rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container[data-divide-sp="5"] > .comp-local-nav__content {
    width: calc((100% - (0.8rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container[data-divide-sp="6"] > .comp-local-nav__content {
    width: calc((100% - (0.8rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container[data-divide-sp="7"] > .comp-local-nav__content {
    width: calc((100% - (0.8rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container[data-divide-sp="8"] > .comp-local-nav__content {
    width: calc((100% - (0.8rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container[data-divide-sp="9"] > .comp-local-nav__content {
    width: calc((100% - (0.8rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container[data-divide-sp="10"] > .comp-local-nav__content {
    width: calc((100% - (0.8rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container[data-divide-sp=flex] > .comp-local-nav__content, .comp-local-nav__container[data-divide-sp=flex-grow-first] > .comp-local-nav__content, .comp-local-nav__container[data-divide-sp=flex-grow-last] > .comp-local-nav__content, .comp-local-nav__container[data-divide-sp=flex-nowrap] > .comp-local-nav__content, .comp-local-nav__container[data-divide-sp=flex-nowrap-grow-first] > .comp-local-nav__content, .comp-local-nav__container[data-divide-sp=flex-nowrap-grow-last] > .comp-local-nav__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container[data-divide-sp=flex-nowrap], .comp-local-nav__container[data-divide-sp=flex-nowrap-grow-first], .comp-local-nav__container[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container[data-divide-sp=flex-grow-first] > .comp-local-nav__content:first-child, .comp-local-nav__container[data-divide-sp=flex-nowrap-grow-first] > .comp-local-nav__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container[data-divide-sp=flex-grow-last] > .comp-local-nav__content:last-child, .comp-local-nav__container[data-divide-sp=flex-nowrap-grow-last] > .comp-local-nav__content:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container .comp-local-nav__content:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 2.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container .comp-local-nav__content:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 2.8rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container .comp-local-nav__content:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__container .comp-local-nav__content.auto-grow {
    margin-right: auto;
    padding-right: 0;
    border-right: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__container .comp-local-nav__content.auto-grow {
    margin-right: auto;
    padding-right: 0;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__container .comp-local-nav__content.auto-grow {
    margin-right: auto;
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__heading {
    display: flex;
    align-items: center;
  }
}
.comp-local-nav__heading-txt, .comp-local-nav__heading-subtxt {
  margin: 0;
  padding: 0;
  color: #fff;
}
@media (min-width: 1024px) {
  .comp-local-nav__heading-txt {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: normal;
    margin-right: 2.16rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__heading-txt {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-right: 2.16rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__heading-txt {
    font-size: 1.2rem;
  }
}
.comp-local-nav__heading-txt.bold {
  font-weight: bold;
}
@media (min-width: 1024px) {
  .comp-local-nav__heading-subtxt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__heading-subtxt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__heading-subtxt {
    font-size: 1rem;
  }
}
.comp-local-nav__heading-link, .comp-local-nav__heading-button {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  background-color: transparent;
  border: none;
}
.comp-local-nav__heading-link:hover, .comp-local-nav__heading-button:hover {
  color: #fff;
  -webkit-text-decoration: underline #fff;
          text-decoration: underline #fff;
}
@media (min-width: 1024px) {
  .comp-local-nav__heading-link, .comp-local-nav__heading-button {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__heading-link, .comp-local-nav__heading-button {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__heading-link, .comp-local-nav__heading-button {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.comp-local-nav__modal {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #0d1148;
  display: none;
}
.comp-local-nav__modal[data-color=base-01] {
  background-color: #fff;
}
.comp-local-nav__modal[data-color=base-02] {
  background-color: #f5f5f5;
}
.comp-local-nav__modal[data-color=base-03] {
  background-color: #e5eef7;
}
.comp-local-nav__modal[data-color=primary] {
  background-color: #005bac;
}
.comp-local-nav__modal[data-color=white] {
  background-color: #fff;
}
.comp-local-nav__modal[data-color=accent] {
  background-color: #0d1148;
}
.comp-local-nav__modal[data-color=attention] {
  background-color: #de0000;
}
.comp-local-nav__modal[data-color=text] {
  background-color: #000;
}
.comp-local-nav__modal[data-color=border] {
  background-color: #ccc;
}
.comp-local-nav__modal[data-color=dark] {
  background-color: #666;
}
.comp-local-nav__modal[data-color=movie] {
  background-color: #a0a0a0;
}
.comp-local-nav__modal[data-color=pdf] {
  background-color: #e10f16;
}
.comp-local-nav__modal[data-color=word] {
  background-color: #0066ca;
}
.comp-local-nav__modal[data-color=excel] {
  background-color: #136a38;
}
.comp-local-nav__modal.this-active {
  display: block;
}
.comp-local-nav__modal-wrapper {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-local-nav__modal-wrapper {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal-wrapper {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal-wrapper {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal-wrapper[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal-wrapper {
    padding-top: 2.2rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal-wrapper {
    padding-top: 2.2rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal-wrapper {
    padding: 0 0.8rem;
    padding-top: 0.8rem;
    padding-bottom: 4rem;
  }
}
.comp-local-nav__modal-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-local-nav__modal-container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal-container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal-container {
    margin: 0 auto;
    padding: 0;
  }
}
.comp-local-nav__modal-content {
  position: relative;
}
.comp-local-nav__modal-heading-txt {
  margin: 0;
  padding: 0;
  color: #fff;
}
@media (min-width: 1024px) {
  .comp-local-nav__modal-heading-txt {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: normal;
    margin-right: 2.16rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal-heading-txt {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-right: 2.16rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal-heading-txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-head:not(:last-child),
  .comp-local-nav__modal .comp-local-nav__modal-body:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-head:not(:last-child),
  .comp-local-nav__modal .comp-local-nav__modal-body:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-head:not(:last-child),
  .comp-local-nav__modal .comp-local-nav__modal-body:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-body {
    transform: translate(-0.8rem, 0);
    width: 100vw;
  }
}
.comp-local-nav__modal .comp-local-nav__modal-link-list {
  list-style: none;
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 15rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 15rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="1"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="1"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="2"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="2"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="3"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="3"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="4"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="4"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="5"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="5"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="6"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="6"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="7"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="7"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="8"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="8"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="9"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="9"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="10"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide="10"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-grow-first] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-grow-last] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-first] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-last] > .comp-local-nav__modal-link-list-item {
    width: auto;
    min-width: 15rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-grow-first] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-grow-last] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-first] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-last] > .comp-local-nav__modal-link-list-item {
    width: auto;
    min-width: 15rem;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap], .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-first], .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap], .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-first], .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-grow-first] > .comp-local-nav__modal-link-list-item:not(:first-child), .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-first] > .comp-local-nav__modal-link-list-item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-grow-first] > .comp-local-nav__modal-link-list-item:not(:first-child), .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-first] > .comp-local-nav__modal-link-list-item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-grow-first] > .comp-local-nav__modal-link-list-item:first-child, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-first] > .comp-local-nav__modal-link-list-item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-grow-first] > .comp-local-nav__modal-link-list-item:first-child, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-first] > .comp-local-nav__modal-link-list-item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-grow-last] > .comp-local-nav__modal-link-list-item:not(:last-child), .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-last] > .comp-local-nav__modal-link-list-item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-grow-last] > .comp-local-nav__modal-link-list-item:not(:last-child), .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-last] > .comp-local-nav__modal-link-list-item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-grow-last] > .comp-local-nav__modal-link-list-item:last-child, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-last] > .comp-local-nav__modal-link-list-item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-grow-last] > .comp-local-nav__modal-link-list-item:last-child, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide=flex-nowrap-grow-last] > .comp-local-nav__modal-link-list-item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0.1rem;
    margin-left: -0.1rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (0.1rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 0.1rem;
    margin-left: 0.1rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp="1"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (0.1rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp="2"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (0.1rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp="3"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (0.1rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp="4"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (0.1rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp="5"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (0.1rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp="6"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (0.1rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp="7"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (0.1rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp="8"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (0.1rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp="9"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (0.1rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp="10"] > .comp-local-nav__modal-link-list-item {
    width: calc((100% - (0.1rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp=flex] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp=flex-grow-first] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp=flex-grow-last] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp=flex-nowrap] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp=flex-nowrap-grow-first] > .comp-local-nav__modal-link-list-item, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp=flex-nowrap-grow-last] > .comp-local-nav__modal-link-list-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp=flex-nowrap], .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp=flex-nowrap-grow-first], .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp=flex-grow-first] > .comp-local-nav__modal-link-list-item:first-child, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp=flex-nowrap-grow-first] > .comp-local-nav__modal-link-list-item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp=flex-grow-last] > .comp-local-nav__modal-link-list-item:last-child, .comp-local-nav__modal .comp-local-nav__modal-link-list[data-divide-sp=flex-nowrap-grow-last] > .comp-local-nav__modal-link-list-item:last-child {
    flex-grow: 1;
  }
}
.comp-local-nav__modal .comp-local-nav__modal-link-list .comp-local-nav__modal-link-list-item {
  background-color: white;
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list .comp-local-nav__modal-link-list-item a {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list .comp-local-nav__modal-link-list-item a {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list .comp-local-nav__modal-link-list-item a {
    display: flex;
    align-items: center;
    padding: 1.1rem;
  }
}
.comp-local-nav__modal .comp-local-nav__modal-link-list .comp-local-nav__modal-link-list-item a img {
  aspect-ratio: 182/121;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list .comp-local-nav__modal-link-list-item a img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list .comp-local-nav__modal-link-list-item a img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list .comp-local-nav__modal-link-list-item a img {
    width: 5.6rem;
    height: 3.4rem;
    margin-right: 1.2rem;
  }
}
.comp-local-nav__modal .comp-local-nav__modal-link-list .comp-local-nav__modal-link-list-item a p {
  display: flex;
  align-items: baseline;
  margin: 0;
}
@media (min-width: 1024px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list .comp-local-nav__modal-link-list-item a p {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 1.2rem 0.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list .comp-local-nav__modal-link-list-item a p {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 1.2rem 0.8rem;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list .comp-local-nav__modal-link-list-item a p {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__modal .comp-local-nav__modal-link-list .comp-local-nav__modal-link-list-item a p i.elem-icon {
    order: 1;
    margin: 0;
  }
}
.comp-local-nav__modal-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comp-local-nav__modal-close span {
  flex-grow: 1;
  color: #fff;
}
.comp-local-nav__modal-close[data-color=dark] span {
  color: #666;
}
@media (min-width: 1024px) {
  .comp-local-nav__button[data-width=full] {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__button[data-width=full] {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__button[data-width-sp=full] {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__button span {
    margin-right: auto;
  }
}
.comp-local-nav__button, .comp-local-nav__heading-button, .comp-local-nav__link {
  background-color: transparent;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
}
.comp-local-nav__button:hover, .comp-local-nav__heading-button:hover, .comp-local-nav__link:hover {
  color: #fff;
}
.comp-local-nav__button:focus-visible, .comp-local-nav__heading-button:focus-visible, .comp-local-nav__link:focus-visible {
  outline: 2px dotted #fff;
}
@media (min-width: 1024px) {
  .comp-local-nav__button, .comp-local-nav__heading-button, .comp-local-nav__link {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-local-nav__button, .comp-local-nav__heading-button, .comp-local-nav__link {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .comp-local-nav__button, .comp-local-nav__heading-button, .comp-local-nav__link {
    font-size: 1.2rem;
  }
}
.comp-local-nav__button.bold, .comp-local-nav__heading-button.bold, .comp-local-nav__link.bold {
  font-weight: bold;
}
.comp-local-nav__button .elem-icon::before, .comp-local-nav__heading-button .elem-icon::before, .comp-local-nav__link .elem-icon::before {
  display: inline-block;
}

@media (min-width: 1024px) {
  .comp-sc-nav {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  }
}
.comp-sc-nav__wrapper {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-sc-nav__wrapper {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__wrapper {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__wrapper {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__wrapper[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
.comp-sc-nav__container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-sc-nav__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__container {
    padding: 0 0.8rem 2rem 0.8rem;
    background-color: #fff;
  }
}
.comp-sc-nav__list, .comp-sc-nav__link-list {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .comp-sc-nav__list {
    display: flex;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__list-item {
    margin-right: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__list-item {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__button, .comp-sc-nav__anchor {
    margin: 0;
    border-top: 0.2rem solid #cccccc;
    border-bottom: none;
    border-left: 0.2rem solid #cccccc;
    border-right: 0.2rem solid #cccccc;
    padding: 2rem 2.8rem;
    background-color: #f5f5f5;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    width: auto;
    height: 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__button, .comp-sc-nav__anchor {
    margin: 0;
    border-top: 0.2rem solid #cccccc;
    border-bottom: 0.2rem solid #cccccc;
    border-left: 0.2rem solid #cccccc;
    border-right: 0.2rem solid #cccccc;
    padding: 2rem 2.8rem;
    background-color: #f5f5f5;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    width: auto;
    height: 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__button, .comp-sc-nav__anchor {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1.8rem 0.8rem;
    background-color: #fff;
    border-top: none;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__button.this-active, .comp-sc-nav__anchor.this-active {
    z-index: 2;
    border-top: 0.2rem solid #005bac;
    border-bottom: none;
    border-left: 0.2rem solid #005bac;
    border-right: 0.2rem solid #005bac;
    background-color: #fff;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__button.this-active, .comp-sc-nav__anchor.this-active {
    z-index: 2;
    border-top: 0.2rem solid #005bac;
    border-bottom: 0.2rem solid #005bac;
    border-left: 0.2rem solid #005bac;
    border-right: 0.2rem solid #005bac;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__button span, .comp-sc-nav__anchor span {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__button .elem-icon:last-child, .comp-sc-nav__anchor .elem-icon:last-child {
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav .comp-sc-nav__button {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav .comp-sc-nav__button {
    display: none;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__anchor {
    margin-top: 2.8rem;
  }
}
.comp-sc-nav__window {
  display: none;
}
.comp-sc-nav__window[data-color=base-01] {
  background-color: #fff;
}
.comp-sc-nav__window[data-color=base-02] {
  background-color: #f5f5f5;
}
.comp-sc-nav__window[data-color=base-03] {
  background-color: #e5eef7;
}
.comp-sc-nav__window[data-color=primary] {
  background-color: #005bac;
}
.comp-sc-nav__window[data-color=white] {
  background-color: #fff;
}
.comp-sc-nav__window[data-color=accent] {
  background-color: #0d1148;
}
.comp-sc-nav__window[data-color=attention] {
  background-color: #de0000;
}
.comp-sc-nav__window[data-color=text] {
  background-color: #000;
}
.comp-sc-nav__window[data-color=border] {
  background-color: #ccc;
}
.comp-sc-nav__window[data-color=dark] {
  background-color: #666;
}
.comp-sc-nav__window[data-color=movie] {
  background-color: #a0a0a0;
}
.comp-sc-nav__window[data-color=pdf] {
  background-color: #e10f16;
}
.comp-sc-nav__window[data-color=word] {
  background-color: #0066ca;
}
.comp-sc-nav__window[data-color=excel] {
  background-color: #136a38;
}
@media (min-width: 1024px) {
  .comp-sc-nav__window {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__window {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 4rem;
  }
}
.comp-sc-nav__window.this-active {
  display: block;
}
.comp-sc-nav__window-wrapper {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-sc-nav__window-wrapper {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__window-wrapper {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__window-wrapper {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__window-wrapper[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
.comp-sc-nav__window-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-sc-nav__window-container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__window-container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__window-container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__window-content {
    background-color: #fff;
    margin: 0;
    padding: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__window-content {
    background-color: #fff;
    margin: 0;
    padding: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide="1"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide="1"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide="2"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide="2"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide="3"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide="3"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide="4"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide="4"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide="5"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide="5"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide="6"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide="6"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide="7"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide="7"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide="8"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide="8"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide="9"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide="9"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide="10"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide="10"] > .comp-sc-nav__divide-content {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide=flex] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide=flex-grow-first] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide=flex-grow-last] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide=flex-nowrap] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide=flex-nowrap-grow-first] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide=flex-nowrap-grow-last] > .comp-sc-nav__divide-content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide=flex] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide=flex-grow-first] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide=flex-grow-last] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide=flex-nowrap] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide=flex-nowrap-grow-first] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide=flex-nowrap-grow-last] > .comp-sc-nav__divide-content {
    width: auto;
    min-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide=flex-nowrap], .comp-sc-nav__divide[data-divide=flex-nowrap-grow-first], .comp-sc-nav__divide[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide=flex-nowrap], .comp-sc-nav__divide[data-divide=flex-nowrap-grow-first], .comp-sc-nav__divide[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide=flex-grow-first] > .comp-sc-nav__divide-content:not(:first-child), .comp-sc-nav__divide[data-divide=flex-nowrap-grow-first] > .comp-sc-nav__divide-content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide=flex-grow-first] > .comp-sc-nav__divide-content:not(:first-child), .comp-sc-nav__divide[data-divide=flex-nowrap-grow-first] > .comp-sc-nav__divide-content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide=flex-grow-first] > .comp-sc-nav__divide-content:first-child, .comp-sc-nav__divide[data-divide=flex-nowrap-grow-first] > .comp-sc-nav__divide-content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide=flex-grow-first] > .comp-sc-nav__divide-content:first-child, .comp-sc-nav__divide[data-divide=flex-nowrap-grow-first] > .comp-sc-nav__divide-content:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide=flex-grow-last] > .comp-sc-nav__divide-content:not(:last-child), .comp-sc-nav__divide[data-divide=flex-nowrap-grow-last] > .comp-sc-nav__divide-content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide=flex-grow-last] > .comp-sc-nav__divide-content:not(:last-child), .comp-sc-nav__divide[data-divide=flex-nowrap-grow-last] > .comp-sc-nav__divide-content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide[data-divide=flex-grow-last] > .comp-sc-nav__divide-content:last-child, .comp-sc-nav__divide[data-divide=flex-nowrap-grow-last] > .comp-sc-nav__divide-content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide[data-divide=flex-grow-last] > .comp-sc-nav__divide-content:last-child, .comp-sc-nav__divide[data-divide=flex-nowrap-grow-last] > .comp-sc-nav__divide-content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0rem;
    margin-left: -0rem;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide > .comp-sc-nav__divide-content {
    width: calc((100% - (0rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 0rem;
    margin-left: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide[data-divide-sp="1"] > .comp-sc-nav__divide-content {
    width: calc((100% - (0rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide[data-divide-sp="2"] > .comp-sc-nav__divide-content {
    width: calc((100% - (0rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide[data-divide-sp="3"] > .comp-sc-nav__divide-content {
    width: calc((100% - (0rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide[data-divide-sp="4"] > .comp-sc-nav__divide-content {
    width: calc((100% - (0rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide[data-divide-sp="5"] > .comp-sc-nav__divide-content {
    width: calc((100% - (0rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide[data-divide-sp="6"] > .comp-sc-nav__divide-content {
    width: calc((100% - (0rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide[data-divide-sp="7"] > .comp-sc-nav__divide-content {
    width: calc((100% - (0rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide[data-divide-sp="8"] > .comp-sc-nav__divide-content {
    width: calc((100% - (0rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide[data-divide-sp="9"] > .comp-sc-nav__divide-content {
    width: calc((100% - (0rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide[data-divide-sp="10"] > .comp-sc-nav__divide-content {
    width: calc((100% - (0rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide[data-divide-sp=flex] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide-sp=flex-grow-first] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide-sp=flex-grow-last] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide-sp=flex-nowrap] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide-sp=flex-nowrap-grow-first] > .comp-sc-nav__divide-content, .comp-sc-nav__divide[data-divide-sp=flex-nowrap-grow-last] > .comp-sc-nav__divide-content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide[data-divide-sp=flex-nowrap], .comp-sc-nav__divide[data-divide-sp=flex-nowrap-grow-first], .comp-sc-nav__divide[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide[data-divide-sp=flex-grow-first] > .comp-sc-nav__divide-content:first-child, .comp-sc-nav__divide[data-divide-sp=flex-nowrap-grow-first] > .comp-sc-nav__divide-content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__divide[data-divide-sp=flex-grow-last] > .comp-sc-nav__divide-content:last-child, .comp-sc-nav__divide[data-divide-sp=flex-nowrap-grow-last] > .comp-sc-nav__divide-content:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__divide-item {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__divide-item {
    margin-bottom: 4rem;
  }
}
.comp-sc-nav__underline {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-sc-nav__underline {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__underline {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__underline {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__underline[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2rem;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__underline {
    display: none;
  }
}
.comp-sc-nav__underline-base {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-sc-nav__underline-base {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__underline-base {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__underline-base {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__underline-base {
    width: 100%;
    height: 0.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__underline-base {
    width: 100%;
    height: 0.2rem;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__underline-base::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: #005bac;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__underline-base::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: #005bac;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__catch-button, .comp-sc-nav__catch-link {
    margin: 0;
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    height: auto;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__catch-button, .comp-sc-nav__catch-link {
    margin: 0;
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    height: auto;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__catch-button, .comp-sc-nav__catch-link {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1.8rem 0.8rem;
    background-color: #fff;
    border-top: none;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__catch-button:not(:last-child), .comp-sc-nav__catch-link:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__catch-button:not(:last-child), .comp-sc-nav__catch-link:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__catch-button span, .comp-sc-nav__catch-link span {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__catch-button .elem-icon, .comp-sc-nav__catch-link .elem-icon {
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__catch-link {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__link-list {
    display: none;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__link-list.this-active {
    display: block;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__link-list-item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__link-list-item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__link {
    font-size: 1.8rem;
    line-height: 1.5;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__link {
    font-size: 1.8rem;
    line-height: 1.5;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__link {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1.8rem 0.8rem;
    background-color: #fff;
    border-top: none;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.6rem 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__link span {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .comp-sc-nav__link .elem-icon {
    margin: 0 !important;
    padding: 0 !important;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .comp-sc-nav__close {
    background-color: transparent;
    border: none;
    margin: 0;
    margin-left: auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-sc-nav__close {
    background-color: transparent;
    border: none;
    margin: 0;
    margin-left: auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.comp-box-modal {
  height: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .comp-box-modal:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box-modal:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-box-modal:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.comp-box-modal__content {
  background-color: #fff;
  border: 1px solid #ccc;
  position: relative;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
  transform: translate(0, -100%);
  transition: transform 300ms;
}
@media (min-width: 1024px) {
  .comp-box-modal__content {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box-modal__content {
    padding: 8rem 4rem;
  }
}
@media (max-width: 767px) {
  .comp-box-modal__content {
    padding: 6rem 1.2rem 2rem 1.2rem;
  }
}
.comp-box-modal.this-active {
  height: auto;
}
.comp-box-modal.this-active .comp-box-modal__content {
  transform: translate(0, 0);
}
.comp-box-modal__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .comp-box-modal__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-box-modal__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-box-modal__close {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
  }
}

@media (min-width: 1024px) {
  .comp-progress__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.8rem;
    margin-left: -1.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.8rem;
    margin-left: -1.8rem;
  }
}
@media (min-width: 1024px) {
  .comp-progress__container > .comp-progress__content {
    width: calc((100% - (1.8rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.8rem;
    margin-left: 1.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container > .comp-progress__content {
    width: calc((100% - (1.8rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.8rem;
    margin-left: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide="1"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide="1"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide="2"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide="2"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide="3"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide="3"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide="4"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide="4"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide="5"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide="5"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide="6"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide="6"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide="7"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide="7"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide="8"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide="8"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide="9"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide="9"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide="10"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide="10"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide=flex] > .comp-progress__content, .comp-progress__container[data-divide=flex-grow-first] > .comp-progress__content, .comp-progress__container[data-divide=flex-grow-last] > .comp-progress__content, .comp-progress__container[data-divide=flex-nowrap] > .comp-progress__content, .comp-progress__container[data-divide=flex-nowrap-grow-first] > .comp-progress__content, .comp-progress__container[data-divide=flex-nowrap-grow-last] > .comp-progress__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide=flex] > .comp-progress__content, .comp-progress__container[data-divide=flex-grow-first] > .comp-progress__content, .comp-progress__container[data-divide=flex-grow-last] > .comp-progress__content, .comp-progress__container[data-divide=flex-nowrap] > .comp-progress__content, .comp-progress__container[data-divide=flex-nowrap-grow-first] > .comp-progress__content, .comp-progress__container[data-divide=flex-nowrap-grow-last] > .comp-progress__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide=flex-nowrap], .comp-progress__container[data-divide=flex-nowrap-grow-first], .comp-progress__container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide=flex-nowrap], .comp-progress__container[data-divide=flex-nowrap-grow-first], .comp-progress__container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide=flex-grow-first] > .comp-progress__content:not(:first-child), .comp-progress__container[data-divide=flex-nowrap-grow-first] > .comp-progress__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide=flex-grow-first] > .comp-progress__content:not(:first-child), .comp-progress__container[data-divide=flex-nowrap-grow-first] > .comp-progress__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide=flex-grow-first] > .comp-progress__content:first-child, .comp-progress__container[data-divide=flex-nowrap-grow-first] > .comp-progress__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide=flex-grow-first] > .comp-progress__content:first-child, .comp-progress__container[data-divide=flex-nowrap-grow-first] > .comp-progress__content:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide=flex-grow-last] > .comp-progress__content:not(:last-child), .comp-progress__container[data-divide=flex-nowrap-grow-last] > .comp-progress__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide=flex-grow-last] > .comp-progress__content:not(:last-child), .comp-progress__container[data-divide=flex-nowrap-grow-last] > .comp-progress__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-progress__container[data-divide=flex-grow-last] > .comp-progress__content:last-child, .comp-progress__container[data-divide=flex-nowrap-grow-last] > .comp-progress__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__container[data-divide=flex-grow-last] > .comp-progress__content:last-child, .comp-progress__container[data-divide=flex-nowrap-grow-last] > .comp-progress__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-progress__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.8rem;
    margin-left: -1.8rem;
  }
}
@media (max-width: 767px) {
  .comp-progress__container > .comp-progress__content {
    width: calc((100% - (1.8rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.8rem;
    margin-left: 1.8rem;
  }
}
@media (max-width: 767px) {
  .comp-progress__container[data-divide-sp="1"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-progress__container[data-divide-sp="2"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-progress__container[data-divide-sp="3"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-progress__container[data-divide-sp="4"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-progress__container[data-divide-sp="5"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-progress__container[data-divide-sp="6"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-progress__container[data-divide-sp="7"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-progress__container[data-divide-sp="8"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-progress__container[data-divide-sp="9"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-progress__container[data-divide-sp="10"] > .comp-progress__content {
    width: calc((100% - (1.8rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-progress__container[data-divide-sp=flex] > .comp-progress__content, .comp-progress__container[data-divide-sp=flex-grow-first] > .comp-progress__content, .comp-progress__container[data-divide-sp=flex-grow-last] > .comp-progress__content, .comp-progress__container[data-divide-sp=flex-nowrap] > .comp-progress__content, .comp-progress__container[data-divide-sp=flex-nowrap-grow-first] > .comp-progress__content, .comp-progress__container[data-divide-sp=flex-nowrap-grow-last] > .comp-progress__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-progress__container[data-divide-sp=flex-nowrap], .comp-progress__container[data-divide-sp=flex-nowrap-grow-first], .comp-progress__container[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-progress__container[data-divide-sp=flex-grow-first] > .comp-progress__content:first-child, .comp-progress__container[data-divide-sp=flex-nowrap-grow-first] > .comp-progress__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-progress__container[data-divide-sp=flex-grow-last] > .comp-progress__content:last-child, .comp-progress__container[data-divide-sp=flex-nowrap-grow-last] > .comp-progress__content:last-child {
    flex-grow: 1;
  }
}
.comp-progress__circle {
  display: block;
  background-color: #ccc;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .comp-progress__circle {
    width: 12rem;
    height: 12rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__circle {
    width: 12rem;
    height: 12rem;
  }
}
@media (max-width: 767px) {
  .comp-progress__circle {
    width: 10rem;
    height: 10rem;
  }
}
.comp-progress__circle-active, .comp-progress__circle-inactive {
  display: block;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0%;
  transform-origin: center right;
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
}
@media (min-width: 1024px) {
  .comp-progress__circle-active, .comp-progress__circle-inactive {
    width: 12rem;
    height: 12rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__circle-active, .comp-progress__circle-inactive {
    width: 12rem;
    height: 12rem;
  }
}
@media (max-width: 767px) {
  .comp-progress__circle-active, .comp-progress__circle-inactive {
    width: 10rem;
    height: 10rem;
  }
}
.comp-progress__circle-inner {
  display: block;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 1024px) {
  .comp-progress__circle-inner {
    width: 11rem;
    height: 11rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-progress__circle-inner {
    width: 11rem;
    height: 11rem;
  }
}
@media (max-width: 767px) {
  .comp-progress__circle-inner {
    width: 9rem;
    height: 9rem;
  }
}
.comp-progress__circle-txt {
  position: absolute;
  top: calc(50% - 0.4rem);
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  padding: 0;
}
.comp-progress__circle-txt-current {
  color: #005bac;
  font-size: 3.6rem;
  line-height: 1.5;
}
.comp-progress__circle-txt-max {
  color: #ccc;
  font-size: 2.4rem;
  line-height: 1.5;
}

.comp-label-list__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .comp-label-list__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1rem;
    margin-left: -1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1rem;
    margin-left: -1.2rem;
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1rem;
    margin-left: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1rem;
    margin-left: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide="1"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide="1"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide="2"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide="2"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide="3"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide="3"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide="4"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide="4"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide="5"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide="5"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide="6"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide="6"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide="7"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide="7"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide="8"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide="8"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide="9"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide="9"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide="10"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide="10"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide=flex] > .comp-label-list__list-item, .comp-label-list__list[data-divide=flex-grow-first] > .comp-label-list__list-item, .comp-label-list__list[data-divide=flex-grow-last] > .comp-label-list__list-item, .comp-label-list__list[data-divide=flex-nowrap] > .comp-label-list__list-item, .comp-label-list__list[data-divide=flex-nowrap-grow-first] > .comp-label-list__list-item, .comp-label-list__list[data-divide=flex-nowrap-grow-last] > .comp-label-list__list-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide=flex] > .comp-label-list__list-item, .comp-label-list__list[data-divide=flex-grow-first] > .comp-label-list__list-item, .comp-label-list__list[data-divide=flex-grow-last] > .comp-label-list__list-item, .comp-label-list__list[data-divide=flex-nowrap] > .comp-label-list__list-item, .comp-label-list__list[data-divide=flex-nowrap-grow-first] > .comp-label-list__list-item, .comp-label-list__list[data-divide=flex-nowrap-grow-last] > .comp-label-list__list-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide=flex-nowrap], .comp-label-list__list[data-divide=flex-nowrap-grow-first], .comp-label-list__list[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide=flex-nowrap], .comp-label-list__list[data-divide=flex-nowrap-grow-first], .comp-label-list__list[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide=flex-grow-first] > .comp-label-list__list-item:not(:first-child), .comp-label-list__list[data-divide=flex-nowrap-grow-first] > .comp-label-list__list-item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide=flex-grow-first] > .comp-label-list__list-item:not(:first-child), .comp-label-list__list[data-divide=flex-nowrap-grow-first] > .comp-label-list__list-item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide=flex-grow-first] > .comp-label-list__list-item:first-child, .comp-label-list__list[data-divide=flex-nowrap-grow-first] > .comp-label-list__list-item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide=flex-grow-first] > .comp-label-list__list-item:first-child, .comp-label-list__list[data-divide=flex-nowrap-grow-first] > .comp-label-list__list-item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide=flex-grow-last] > .comp-label-list__list-item:not(:last-child), .comp-label-list__list[data-divide=flex-nowrap-grow-last] > .comp-label-list__list-item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide=flex-grow-last] > .comp-label-list__list-item:not(:last-child), .comp-label-list__list[data-divide=flex-nowrap-grow-last] > .comp-label-list__list-item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-label-list__list[data-divide=flex-grow-last] > .comp-label-list__list-item:last-child, .comp-label-list__list[data-divide=flex-nowrap-grow-last] > .comp-label-list__list-item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__list[data-divide=flex-grow-last] > .comp-label-list__list-item:last-child, .comp-label-list__list[data-divide=flex-nowrap-grow-last] > .comp-label-list__list-item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-label-list__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1rem;
    margin-left: -1.2rem;
  }
}
@media (max-width: 767px) {
  .comp-label-list__list > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1rem;
    margin-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .comp-label-list__list[data-divide-sp="1"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-label-list__list[data-divide-sp="2"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-label-list__list[data-divide-sp="3"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-label-list__list[data-divide-sp="4"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-label-list__list[data-divide-sp="5"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-label-list__list[data-divide-sp="6"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-label-list__list[data-divide-sp="7"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-label-list__list[data-divide-sp="8"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-label-list__list[data-divide-sp="9"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-label-list__list[data-divide-sp="10"] > .comp-label-list__list-item {
    width: calc((100% - (1.2rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-label-list__list[data-divide-sp=flex] > .comp-label-list__list-item, .comp-label-list__list[data-divide-sp=flex-grow-first] > .comp-label-list__list-item, .comp-label-list__list[data-divide-sp=flex-grow-last] > .comp-label-list__list-item, .comp-label-list__list[data-divide-sp=flex-nowrap] > .comp-label-list__list-item, .comp-label-list__list[data-divide-sp=flex-nowrap-grow-first] > .comp-label-list__list-item, .comp-label-list__list[data-divide-sp=flex-nowrap-grow-last] > .comp-label-list__list-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-label-list__list[data-divide-sp=flex-nowrap], .comp-label-list__list[data-divide-sp=flex-nowrap-grow-first], .comp-label-list__list[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-label-list__list[data-divide-sp=flex-grow-first] > .comp-label-list__list-item:first-child, .comp-label-list__list[data-divide-sp=flex-nowrap-grow-first] > .comp-label-list__list-item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-label-list__list[data-divide-sp=flex-grow-last] > .comp-label-list__list-item:last-child, .comp-label-list__list[data-divide-sp=flex-nowrap-grow-last] > .comp-label-list__list-item:last-child {
    flex-grow: 1;
  }
}
.comp-label-list__label {
  display: inline-block;
  margin: 0;
  background-color: #fff;
  border: 1px solid #005bac;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .comp-label-list__label {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0.4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-label-list__label {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0.4rem;
  }
}
@media (max-width: 767px) {
  .comp-label-list__label {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0.4rem;
  }
}
.comp-label-list__label[data-color="1"] {
  background-color: #005bac;
  border: 1px solid #005bac;
  color: #fff;
}
.comp-label-list__label[data-color="2"] {
  background-color: #1f7e57;
  border: 1px solid #1f7e57;
  color: #fff;
}
.comp-label-list__label[data-color="3"] {
  background-color: #ac8845;
  border: 1px solid #ac8845;
  color: #fff;
}
.comp-label-list__label[data-color="4"] {
  background-color: #945096;
  border: 1px solid #945096;
  color: #fff;
}

.comp-bgarea[data-color=base-01] {
  background-color: #fff;
}
.comp-bgarea[data-color=base-02] {
  background-color: #f5f5f5;
}
.comp-bgarea[data-color=base-03] {
  background-color: #e5eef7;
}
.comp-bgarea[data-color=primary] {
  background-color: #005bac;
}
.comp-bgarea[data-color=white] {
  background-color: #fff;
}
.comp-bgarea[data-color=accent] {
  background-color: #0d1148;
}
.comp-bgarea[data-color=attention] {
  background-color: #de0000;
}
.comp-bgarea[data-color=text] {
  background-color: #000;
}
.comp-bgarea[data-color=border] {
  background-color: #ccc;
}
.comp-bgarea[data-color=dark] {
  background-color: #666;
}
.comp-bgarea[data-color=movie] {
  background-color: #a0a0a0;
}
.comp-bgarea[data-color=pdf] {
  background-color: #e10f16;
}
.comp-bgarea[data-color=word] {
  background-color: #0066ca;
}
.comp-bgarea[data-color=excel] {
  background-color: #136a38;
}
.comp-bgarea[data-width=narrow] .comp-bgarea__container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-bgarea[data-width=narrow] .comp-bgarea__container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-bgarea[data-width=narrow] .comp-bgarea__container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-bgarea[data-width=narrow] .comp-bgarea__container {
    margin: 0 auto;
    padding: 0;
  }
}
.comp-bgarea[data-width=full] .comp-bgarea__container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-bgarea[data-width=full] .comp-bgarea__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-bgarea[data-width=full] .comp-bgarea__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-bgarea[data-width=full] .comp-bgarea__container {
    margin: 0 auto;
    padding: 0;
  }
}
.comp-bgarea__wrapper {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-bgarea__wrapper {
    margin: 0;
    padding: 0 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-bgarea__wrapper {
    margin: 0;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .comp-bgarea__wrapper {
    margin: 0;
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-bgarea__wrapper[data-width=full-sp] {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-bgarea__wrapper {
    padding: 6rem 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-bgarea__wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .comp-bgarea__wrapper {
    padding: 6rem 1.6rem;
  }
}
.comp-bgarea__container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-bgarea__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-bgarea__container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .comp-bgarea__container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .comp-bgarea__bg {
    width: 100%;
    height: 32rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-bgarea__bg {
    width: 100%;
    height: 32rem;
  }
}
@media (max-width: 767px) {
  .comp-bgarea__bg {
    width: 100%;
    height: 25rem;
  }
}
.comp-bgarea__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comp-search-box {
  background-color: #e5eef7;
}
@media (min-width: 1024px) {
  .comp-search-box {
    padding: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-search-box {
    padding: 4rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .comp-search-box:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .comp-search-box:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container > .comp-search-box__content {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 50rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container > .comp-search-box__content {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 50rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide="1"] > .comp-search-box__content {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide="1"] > .comp-search-box__content {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide="2"] > .comp-search-box__content {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide="2"] > .comp-search-box__content {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide="3"] > .comp-search-box__content {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide="3"] > .comp-search-box__content {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide="4"] > .comp-search-box__content {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide="4"] > .comp-search-box__content {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide="5"] > .comp-search-box__content {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide="5"] > .comp-search-box__content {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide="6"] > .comp-search-box__content {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide="6"] > .comp-search-box__content {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide="7"] > .comp-search-box__content {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide="7"] > .comp-search-box__content {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide="8"] > .comp-search-box__content {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide="8"] > .comp-search-box__content {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide="9"] > .comp-search-box__content {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide="9"] > .comp-search-box__content {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide="10"] > .comp-search-box__content {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide="10"] > .comp-search-box__content {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide=flex] > .comp-search-box__content, .comp-search-box__container[data-divide=flex-grow-first] > .comp-search-box__content, .comp-search-box__container[data-divide=flex-grow-last] > .comp-search-box__content, .comp-search-box__container[data-divide=flex-nowrap] > .comp-search-box__content, .comp-search-box__container[data-divide=flex-nowrap-grow-first] > .comp-search-box__content, .comp-search-box__container[data-divide=flex-nowrap-grow-last] > .comp-search-box__content {
    width: auto;
    min-width: 50rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide=flex] > .comp-search-box__content, .comp-search-box__container[data-divide=flex-grow-first] > .comp-search-box__content, .comp-search-box__container[data-divide=flex-grow-last] > .comp-search-box__content, .comp-search-box__container[data-divide=flex-nowrap] > .comp-search-box__content, .comp-search-box__container[data-divide=flex-nowrap-grow-first] > .comp-search-box__content, .comp-search-box__container[data-divide=flex-nowrap-grow-last] > .comp-search-box__content {
    width: auto;
    min-width: 50rem;
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide=flex-nowrap], .comp-search-box__container[data-divide=flex-nowrap-grow-first], .comp-search-box__container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide=flex-nowrap], .comp-search-box__container[data-divide=flex-nowrap-grow-first], .comp-search-box__container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide=flex-grow-first] > .comp-search-box__content:not(:first-child), .comp-search-box__container[data-divide=flex-nowrap-grow-first] > .comp-search-box__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide=flex-grow-first] > .comp-search-box__content:not(:first-child), .comp-search-box__container[data-divide=flex-nowrap-grow-first] > .comp-search-box__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide=flex-grow-first] > .comp-search-box__content:first-child, .comp-search-box__container[data-divide=flex-nowrap-grow-first] > .comp-search-box__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide=flex-grow-first] > .comp-search-box__content:first-child, .comp-search-box__container[data-divide=flex-nowrap-grow-first] > .comp-search-box__content:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide=flex-grow-last] > .comp-search-box__content:not(:last-child), .comp-search-box__container[data-divide=flex-nowrap-grow-last] > .comp-search-box__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide=flex-grow-last] > .comp-search-box__content:not(:last-child), .comp-search-box__container[data-divide=flex-nowrap-grow-last] > .comp-search-box__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-search-box__container[data-divide=flex-grow-last] > .comp-search-box__content:last-child, .comp-search-box__container[data-divide=flex-nowrap-grow-last] > .comp-search-box__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__container[data-divide=flex-grow-last] > .comp-search-box__content:last-child, .comp-search-box__container[data-divide=flex-nowrap-grow-last] > .comp-search-box__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-search-box__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-left: -4rem;
  }
}
@media (max-width: 767px) {
  .comp-search-box__container > .comp-search-box__content {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-search-box__container[data-divide-sp="1"] > .comp-search-box__content {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-search-box__container[data-divide-sp="2"] > .comp-search-box__content {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-search-box__container[data-divide-sp="3"] > .comp-search-box__content {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-search-box__container[data-divide-sp="4"] > .comp-search-box__content {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-search-box__container[data-divide-sp="5"] > .comp-search-box__content {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-search-box__container[data-divide-sp="6"] > .comp-search-box__content {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-search-box__container[data-divide-sp="7"] > .comp-search-box__content {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-search-box__container[data-divide-sp="8"] > .comp-search-box__content {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-search-box__container[data-divide-sp="9"] > .comp-search-box__content {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-search-box__container[data-divide-sp="10"] > .comp-search-box__content {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-search-box__container[data-divide-sp=flex] > .comp-search-box__content, .comp-search-box__container[data-divide-sp=flex-grow-first] > .comp-search-box__content, .comp-search-box__container[data-divide-sp=flex-grow-last] > .comp-search-box__content, .comp-search-box__container[data-divide-sp=flex-nowrap] > .comp-search-box__content, .comp-search-box__container[data-divide-sp=flex-nowrap-grow-first] > .comp-search-box__content, .comp-search-box__container[data-divide-sp=flex-nowrap-grow-last] > .comp-search-box__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-search-box__container[data-divide-sp=flex-nowrap], .comp-search-box__container[data-divide-sp=flex-nowrap-grow-first], .comp-search-box__container[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-search-box__container[data-divide-sp=flex-grow-first] > .comp-search-box__content:first-child, .comp-search-box__container[data-divide-sp=flex-nowrap-grow-first] > .comp-search-box__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-search-box__container[data-divide-sp=flex-grow-last] > .comp-search-box__content:last-child, .comp-search-box__container[data-divide-sp=flex-nowrap-grow-last] > .comp-search-box__content:last-child {
    flex-grow: 1;
  }
}
.comp-search-box__item {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .comp-search-box__item-head {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__item-head {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-search-box__item-head {
    margin-bottom: 1.6rem;
  }
}
.comp-search-box__item-body {
  background-color: #fff;
  width: auto;
  height: 100%;
}
@media (min-width: 1024px) {
  .comp-search-box__item-body {
    padding: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-search-box__item-body {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-search-box__item-body {
    padding: 2rem 1.2rem;
  }
}

@media (max-width: 767px) {
  .comp-lang {
    display: none;
  }
}
.comp-lang ul,
.comp-lang ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.comp-lang__list-item {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .comp-lang__list-item {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-lang__list-item {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .comp-lang__list-item:not(:last-child)::after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 100%;
    background-color: #000;
    margin: 0;
    padding: 0;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-lang__list-item:not(:last-child)::after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 100%;
    background-color: #000;
    margin: 0;
    padding: 0;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__container:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__container:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-select-search__container:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.comp-select-search__content[data-search=input].this-active {
  display: none;
}
.comp-select-search__content[data-search=result] {
  display: none;
}
.comp-select-search__content[data-search=result].this-active {
  display: block;
}
.comp-select-search__form-container {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .comp-select-search__form-container:not(:last-child) {
    padding: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-container:not(:last-child) {
    padding: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-container:not(:last-child) {
    padding: 2.4rem 1.6rem;
    margin-bottom: 2rem;
  }
}
.comp-select-search__form-content {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .comp-select-search__form-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content > .comp-select-search__form-item {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 14rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content > .comp-select-search__form-item {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 14rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide="1"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide="1"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide="2"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide="2"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide="3"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide="3"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide="4"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide="4"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide="5"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide="5"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide="6"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide="6"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide="7"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide="7"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide="8"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide="8"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide="9"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide="9"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide="10"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide="10"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide=flex] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide=flex-grow-first] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide=flex-grow-last] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide=flex-nowrap] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide=flex-nowrap-grow-first] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide=flex-nowrap-grow-last] > .comp-select-search__form-item {
    width: auto;
    min-width: 14rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide=flex] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide=flex-grow-first] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide=flex-grow-last] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide=flex-nowrap] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide=flex-nowrap-grow-first] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide=flex-nowrap-grow-last] > .comp-select-search__form-item {
    width: auto;
    min-width: 14rem;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide=flex-nowrap], .comp-select-search__form-content[data-divide=flex-nowrap-grow-first], .comp-select-search__form-content[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide=flex-nowrap], .comp-select-search__form-content[data-divide=flex-nowrap-grow-first], .comp-select-search__form-content[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide=flex-grow-first] > .comp-select-search__form-item:not(:first-child), .comp-select-search__form-content[data-divide=flex-nowrap-grow-first] > .comp-select-search__form-item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide=flex-grow-first] > .comp-select-search__form-item:not(:first-child), .comp-select-search__form-content[data-divide=flex-nowrap-grow-first] > .comp-select-search__form-item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide=flex-grow-first] > .comp-select-search__form-item:first-child, .comp-select-search__form-content[data-divide=flex-nowrap-grow-first] > .comp-select-search__form-item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide=flex-grow-first] > .comp-select-search__form-item:first-child, .comp-select-search__form-content[data-divide=flex-nowrap-grow-first] > .comp-select-search__form-item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide=flex-grow-last] > .comp-select-search__form-item:not(:last-child), .comp-select-search__form-content[data-divide=flex-nowrap-grow-last] > .comp-select-search__form-item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide=flex-grow-last] > .comp-select-search__form-item:not(:last-child), .comp-select-search__form-content[data-divide=flex-nowrap-grow-last] > .comp-select-search__form-item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content[data-divide=flex-grow-last] > .comp-select-search__form-item:last-child, .comp-select-search__form-content[data-divide=flex-nowrap-grow-last] > .comp-select-search__form-item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content[data-divide=flex-grow-last] > .comp-select-search__form-item:last-child, .comp-select-search__form-content[data-divide=flex-nowrap-grow-last] > .comp-select-search__form-item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content > .comp-select-search__form-item {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content[data-divide-sp="1"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content[data-divide-sp="2"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content[data-divide-sp="3"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content[data-divide-sp="4"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content[data-divide-sp="5"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content[data-divide-sp="6"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content[data-divide-sp="7"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content[data-divide-sp="8"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content[data-divide-sp="9"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content[data-divide-sp="10"] > .comp-select-search__form-item {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content[data-divide-sp=flex] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide-sp=flex-grow-first] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide-sp=flex-grow-last] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide-sp=flex-nowrap] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide-sp=flex-nowrap-grow-first] > .comp-select-search__form-item, .comp-select-search__form-content[data-divide-sp=flex-nowrap-grow-last] > .comp-select-search__form-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content[data-divide-sp=flex-nowrap], .comp-select-search__form-content[data-divide-sp=flex-nowrap-grow-first], .comp-select-search__form-content[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content[data-divide-sp=flex-grow-first] > .comp-select-search__form-item:first-child, .comp-select-search__form-content[data-divide-sp=flex-nowrap-grow-first] > .comp-select-search__form-item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content[data-divide-sp=flex-grow-last] > .comp-select-search__form-item:last-child, .comp-select-search__form-content[data-divide-sp=flex-nowrap-grow-last] > .comp-select-search__form-item:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-content:not(:last-child) {
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-content:not(:last-child) {
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-content:not(:last-child) {
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 2rem;
  }
}
.comp-select-search__form-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .comp-select-search__form-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -6rem;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 1)) / 1);
    min-width: 22rem;
    margin-top: 2rem;
    margin-left: 6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 1)) / 1);
    min-width: 22rem;
    margin-top: 2rem;
    margin-left: 6rem;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide="1"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide="1"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide="2"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide="2"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide="3"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide="3"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide="4"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide="4"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide="5"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide="5"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide="6"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide="6"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide="7"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide="7"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide="8"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide="8"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide="9"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide="9"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide="10"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide="10"] > .comp-select-search__form-list-item {
    width: calc((100% - (6rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide=flex] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide=flex-grow-first] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide=flex-grow-last] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide=flex-nowrap] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide=flex-nowrap-grow-first] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide=flex-nowrap-grow-last] > .comp-select-search__form-list-item {
    width: auto;
    min-width: 22rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide=flex] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide=flex-grow-first] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide=flex-grow-last] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide=flex-nowrap] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide=flex-nowrap-grow-first] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide=flex-nowrap-grow-last] > .comp-select-search__form-list-item {
    width: auto;
    min-width: 22rem;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide=flex-nowrap], .comp-select-search__form-list[data-divide=flex-nowrap-grow-first], .comp-select-search__form-list[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide=flex-nowrap], .comp-select-search__form-list[data-divide=flex-nowrap-grow-first], .comp-select-search__form-list[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide=flex-grow-first] > .comp-select-search__form-list-item:not(:first-child), .comp-select-search__form-list[data-divide=flex-nowrap-grow-first] > .comp-select-search__form-list-item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide=flex-grow-first] > .comp-select-search__form-list-item:not(:first-child), .comp-select-search__form-list[data-divide=flex-nowrap-grow-first] > .comp-select-search__form-list-item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide=flex-grow-first] > .comp-select-search__form-list-item:first-child, .comp-select-search__form-list[data-divide=flex-nowrap-grow-first] > .comp-select-search__form-list-item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide=flex-grow-first] > .comp-select-search__form-list-item:first-child, .comp-select-search__form-list[data-divide=flex-nowrap-grow-first] > .comp-select-search__form-list-item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide=flex-grow-last] > .comp-select-search__form-list-item:not(:last-child), .comp-select-search__form-list[data-divide=flex-nowrap-grow-last] > .comp-select-search__form-list-item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide=flex-grow-last] > .comp-select-search__form-list-item:not(:last-child), .comp-select-search__form-list[data-divide=flex-nowrap-grow-last] > .comp-select-search__form-list-item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-list[data-divide=flex-grow-last] > .comp-select-search__form-list-item:last-child, .comp-select-search__form-list[data-divide=flex-nowrap-grow-last] > .comp-select-search__form-list-item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-list[data-divide=flex-grow-last] > .comp-select-search__form-list-item:last-child, .comp-select-search__form-list[data-divide=flex-nowrap-grow-last] > .comp-select-search__form-list-item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.6rem;
    margin-left: -1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list > .comp-select-search__form-list-item {
    width: calc((100% - (1.6rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.6rem;
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list[data-divide-sp="1"] > .comp-select-search__form-list-item {
    width: calc((100% - (1.6rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list[data-divide-sp="2"] > .comp-select-search__form-list-item {
    width: calc((100% - (1.6rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list[data-divide-sp="3"] > .comp-select-search__form-list-item {
    width: calc((100% - (1.6rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list[data-divide-sp="4"] > .comp-select-search__form-list-item {
    width: calc((100% - (1.6rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list[data-divide-sp="5"] > .comp-select-search__form-list-item {
    width: calc((100% - (1.6rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list[data-divide-sp="6"] > .comp-select-search__form-list-item {
    width: calc((100% - (1.6rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list[data-divide-sp="7"] > .comp-select-search__form-list-item {
    width: calc((100% - (1.6rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list[data-divide-sp="8"] > .comp-select-search__form-list-item {
    width: calc((100% - (1.6rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list[data-divide-sp="9"] > .comp-select-search__form-list-item {
    width: calc((100% - (1.6rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list[data-divide-sp="10"] > .comp-select-search__form-list-item {
    width: calc((100% - (1.6rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list[data-divide-sp=flex] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide-sp=flex-grow-first] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide-sp=flex-grow-last] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide-sp=flex-nowrap] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide-sp=flex-nowrap-grow-first] > .comp-select-search__form-list-item, .comp-select-search__form-list[data-divide-sp=flex-nowrap-grow-last] > .comp-select-search__form-list-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list[data-divide-sp=flex-nowrap], .comp-select-search__form-list[data-divide-sp=flex-nowrap-grow-first], .comp-select-search__form-list[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list[data-divide-sp=flex-grow-first] > .comp-select-search__form-list-item:first-child, .comp-select-search__form-list[data-divide-sp=flex-nowrap-grow-first] > .comp-select-search__form-list-item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-list[data-divide-sp=flex-grow-last] > .comp-select-search__form-list-item:last-child, .comp-select-search__form-list[data-divide-sp=flex-nowrap-grow-last] > .comp-select-search__form-list-item:last-child {
    flex-grow: 1;
  }
}
.comp-select-search__form-button {
  border: none;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .comp-select-search__form-button {
    font-size: 2rem;
    line-height: 1.5;
    width: 34rem;
    height: auto;
    padding: 1.2rem 4.4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-button {
    font-size: 2rem;
    line-height: 1.5;
    width: 34rem;
    height: auto;
    padding: 1.2rem 4.4rem;
  }
}
@media (max-width: 767px) {
  .comp-select-search__form-button {
    font-size: 1.8rem;
    line-height: 1.5;
    width: 100%;
    height: auto;
    padding: 1.2rem 4.4rem;
  }
}
@media (min-width: 1024px) {
  .comp-select-search__form-button:not(:last-child) {
    margin-right: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .comp-select-search__form-button:not(:last-child) {
    margin-right: 8rem;
  }
}
/*
========================================================
	- _pic-block.scss
========================================================
*/
/*
-------------------------------
	-- .comp-pic-block
-------------------------------
*/
@media (min-width: 768px) {
  .comp-pic-block {
    margin: 0 auto 3rem;
  }
}
@media (max-width: 767px) {
  .comp-pic-block {
    margin: 0 auto 2rem;
  }
}
@media (min-width: 768px) {
  main > .comp-pic-block, section > .comp-pic-block, section > form > .comp-pic-block, .el-section > .comp-pic-block, .el-tab__body__item > .comp-pic-block, content > .comp-pic-block {
    max-width: calc(160rem + 8rem);
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  main > .comp-pic-block, section > .comp-pic-block, section > form > .comp-pic-block, .el-section > .comp-pic-block, .el-tab__body__item > .comp-pic-block, content > .comp-pic-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .comp-pic-block[data-layout-width=large], .el-section[data-layout-width=large] > .comp-pic-block, section[data-layout-width=large] > .comp-pic-block {
    max-width: calc(160rem + 8rem);
  }
}
@media (min-width: 768px) {
  .comp-pic-block[data-layout-width=small], .el-section[data-layout-width=small] > .comp-pic-block, section[data-layout-width=small] > .comp-pic-block {
    max-width: calc(120rem + 8rem);
  }
}
.comp-pic-block:last-child {
  margin-bottom: 0;
}
.comp-pic-block__pic {
  display: table;
}
.comp-pic-block__pic__inner {
  position: relative;
  overflow: hidden;
}
.comp-pic-block__pic__inner a {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .comp-pic-block__pic__inner a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .comp-pic-block__pic__inner + .comp-pic-block__pic__inner {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .comp-pic-block__pic__inner + .comp-pic-block__pic__inner {
    margin-top: 0.75rem;
  }
}
.comp-pic-block__pic__zoom {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  line-height: 1.3;
  z-index: var(--z-index-overlay1);
}
@media (min-width: 768px) {
  .comp-pic-block__pic__zoom {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-pic-block__pic__zoom {
    font-size: 1.4rem;
  }
}
.comp-pic-block__pic__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.7rem 1rem 0.6rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 1.3;
  z-index: var(--z-index-overlay1);
}
@media (min-width: 768px) {
  .comp-pic-block__pic__label {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .comp-pic-block__pic__label {
    font-size: 1.4rem;
  }
}
.comp-pic-block__pic__caption {
  display: table-caption;
  caption-side: bottom;
}
.comp-pic-block__pic__caption > p {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .comp-pic-block__pic__caption > p {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .comp-pic-block__pic__caption > p {
    margin-top: 0.75rem;
  }
}
.comp-pic-block__pic[data-youtube-type] {
  width: 100%;
}
.comp-pic-block__pic[data-googlemap-type=iframe] {
  width: 100%;
}
.comp-pic-block__pic[data-googlemap-type=iframe] > .comp-pic-block__pic__inner {
  height: 0;
}
@media (min-width: 768px) {
  .comp-pic-block__pic[data-googlemap-type=iframe] > .comp-pic-block__pic__inner {
    padding-bottom: 42.5rem;
  }
}
@media (max-width: 767px) {
  .comp-pic-block__pic[data-googlemap-type=iframe] > .comp-pic-block__pic__inner {
    padding-bottom: 25rem !important;
  }
}
.comp-pic-block__pic[data-googlemap-type=iframe] > .comp-pic-block__pic__inner iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .comp-pic-block[data-img-pos=right] > .comp-pic-block__holder > .comp-pic-block__pic[data-googlemap-type=iframe], .comp-pic-block[data-img-pos=left] > .comp-pic-block__holder > .comp-pic-block__pic[data-googlemap-type=iframe] {
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .comp-pic-block[data-img-pos=right] > .comp-pic-block__holder > .comp-pic-block__pic[data-googlemap-type=iframe] > .comp-pic-block__pic__inner, .comp-pic-block[data-img-pos=left] > .comp-pic-block__holder > .comp-pic-block__pic[data-googlemap-type=iframe] > .comp-pic-block__pic__inner {
    padding-bottom: 66.667%;
  }
}
@media (max-width: 767px) {
  .comp-pic-block[data-img-pos=right] > .comp-pic-block__holder > .comp-pic-block__pic[data-googlemap-type=iframe] > .comp-pic-block__pic__inner, .comp-pic-block[data-img-pos=left] > .comp-pic-block__holder > .comp-pic-block__pic[data-googlemap-type=iframe] > .comp-pic-block__pic__inner {
    padding-bottom: 25rem;
    width: 100%;
  }
}
.comp-pic-block[data-align=center] .comp-pic-block__pic {
  margin-right: auto;
  margin-left: auto;
}
.comp-pic-block[data-align=center] .comp-pic-block__pic__inner {
  margin-right: auto;
  margin-left: auto;
}
.comp-pic-block[data-align=center] .comp-pic-block__pic__caption {
  text-align: left;
}
.comp-pic-block[data-align=center][data-pic-size=full] .comp-pic-block__pic__inner {
  max-width: 100%;
}
.comp-pic-block[data-align=right] .comp-pic-block__pic {
  margin-left: auto;
}
.comp-pic-block[data-img-size=full] {
  max-width: none;
}
@media (min-width: 768px) {
  main > .comp-pic-block[data-img-size=full], .el-section > .comp-pic-block[data-img-size=full], section > .comp-pic-block[data-img-size=full], section > form > .comp-pic-block[data-img-size=full], content > .comp-pic-block[data-img-size=full], .el-tab__body-item > .comp-pic-block[data-img-size=full] {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .comp-pic-block[data-img-size=full] > .comp-pic-block__holder > .comp-pic-block__pic > .comp-pic-block__pic__inner {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 768px) {
  .comp-pic-block[data-img-size=full] > .comp-pic-block__holder > .comp-pic-block__pic > .comp-pic-block__pic__caption {
    max-width: calc(160rem + 8rem);
    padding-left: 4rem;
    padding-right: 4rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .comp-pic-block[data-img-pos=top] > .comp-pic-block__holder > .comp-pic-block__pic + .comp-pic-block__txt {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .comp-pic-block[data-img-pos=top] > .comp-pic-block__holder > .comp-pic-block__pic + .comp-pic-block__txt {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .comp-pic-block[data-img-pos=left] > .comp-pic-block__holder {
    display: flex;
    flex-direction: row;
  }
}
.comp-pic-block[data-img-pos=left] > .comp-pic-block__holder > .comp-pic-block__pic {
  display: block;
}
@media (min-width: 768px) {
  .comp-pic-block[data-img-pos=left] > .comp-pic-block__holder > .comp-pic-block__pic {
    position: relative;
    flex-shrink: 0;
    order: 0;
    max-width: 36rem;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .comp-pic-block[data-img-pos=left] > .comp-pic-block__holder > .comp-pic-block__pic {
    margin-right: auto;
    margin-left: auto;
  }
}
.comp-pic-block[data-img-pos=left] > .comp-pic-block__holder > .comp-pic-block__pic > .comp-pic-block__pic__caption {
  display: block;
}
@media (min-width: 768px) {
  .comp-pic-block[data-img-pos=left] > .comp-pic-block__holder > .comp-pic-block__txt {
    width: 100%;
    order: 1;
  }
}
@media (min-width: 768px) {
  .comp-pic-block[data-img-pos=left] > .comp-pic-block__holder > .comp-pic-block__pic + .comp-pic-block__txt {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-pic-block[data-img-pos=left] > .comp-pic-block__holder > .comp-pic-block__pic + .comp-pic-block__txt {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .comp-pic-block[data-img-pos=right] > .comp-pic-block__holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.comp-pic-block[data-img-pos=right] > .comp-pic-block__holder > .comp-pic-block__pic {
  display: block;
}
@media (min-width: 768px) {
  .comp-pic-block[data-img-pos=right] > .comp-pic-block__holder > .comp-pic-block__pic {
    position: relative;
    flex-shrink: 0;
    order: 1;
    max-width: 36rem;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .comp-pic-block[data-img-pos=right] > .comp-pic-block__holder > .comp-pic-block__pic {
    margin-right: auto;
    margin-left: auto;
  }
}
.comp-pic-block[data-img-pos=right] > .comp-pic-block__holder > .comp-pic-block__pic > .comp-pic-block__pic__caption {
  display: block;
}
@media (min-width: 768px) {
  .comp-pic-block[data-img-pos=right] > .comp-pic-block__holder > .comp-pic-block__txt {
    width: 100%;
    order: 0;
  }
}
@media (min-width: 768px) {
  .comp-pic-block[data-img-pos=right] > .comp-pic-block__holder > .comp-pic-block__pic + .comp-pic-block__txt {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .comp-pic-block[data-img-pos=right] > .comp-pic-block__holder > .comp-pic-block__pic + .comp-pic-block__txt {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .comp-pic-block[data-img-pos-sp=bottom] > .comp-pic-block__holder {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .comp-pic-block[data-img-pos-sp=bottom] > .comp-pic-block__holder > .comp-pic-block__pic {
    order: 1;
  }
}
@media (min-width: 768px) {
  .comp-pic-block[data-img-pos-sp=bottom] > .comp-pic-block__holder > .comp-pic-block__txt {
    order: 0;
  }
}
@media (max-width: 767px) {
  .comp-pic-block[data-img-pos-sp=bottom] > .comp-pic-block__holder > .comp-pic-block__pic + .comp-pic-block__txt {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .comp-pic-block[data-valign=middle] > .comp-pic-block__holder {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .comp-pic-block[data-size=actual] > .comp-pic-block__holder > .comp-pic-block__pic {
    max-width: 58.5rem;
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .comp-pic-block.narrow-gap[data-img-pos=left] > .comp-pic-block__holder > .comp-pic-block__pic + .comp-pic-block__txt {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .comp-pic-block.narrow-gap[data-img-pos=right] > .comp-pic-block__holder > .comp-pic-block__pic + .comp-pic-block__txt {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .comp-pic-block.non-gap[data-img-pos=left] > .comp-pic-block__holder > .comp-pic-block__pic + .comp-pic-block__txt {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .comp-pic-block.non-gap[data-img-pos=right] > .comp-pic-block__holder > .comp-pic-block__pic + .comp-pic-block__txt {
    padding-right: 0;
  }
}
.elem-heading {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: normal;
  position: relative;
  color: #000;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.elem-heading[data-color=white] {
  color: #fff;
}
@media (min-width: 1024px) {
  .elem-heading[data-color=white-shadow] {
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0 0 10px, rgb(0, 0, 0) 0 0 10px, rgb(0, 0, 0) 0 0 10px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading[data-color=white-shadow] {
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0 0 10px, rgb(0, 0, 0) 0 0 10px, rgb(0, 0, 0) 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .elem-heading[data-color=black-shadow] {
    text-shadow: rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading[data-color=black-shadow] {
    text-shadow: rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px;
  }
}
.elem-heading[data-color=base-01] {
  color: #fff;
}
.elem-heading[data-color=base-02] {
  color: #f5f5f5;
}
.elem-heading[data-color=base-03] {
  color: #e5eef7;
}
.elem-heading[data-color=primary] {
  color: #005bac;
}
.elem-heading[data-color=white] {
  color: #fff;
}
.elem-heading[data-color=accent] {
  color: #0d1148;
}
.elem-heading[data-color=attention] {
  color: #de0000;
}
.elem-heading[data-color=text] {
  color: #000;
}
.elem-heading[data-color=border] {
  color: #ccc;
}
.elem-heading[data-color=dark] {
  color: #666;
}
.elem-heading[data-color=movie] {
  color: #a0a0a0;
}
.elem-heading[data-color=pdf] {
  color: #e10f16;
}
.elem-heading[data-color=word] {
  color: #0066ca;
}
.elem-heading[data-color=excel] {
  color: #136a38;
}
@media (min-width: 1024px) {
  .elem-heading.lv1 {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv1 {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv1 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .elem-heading.lv1:not(:first-child) {
    margin-top: 3.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv1:not(:first-child) {
    margin-top: 3.2rem;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv1:not(:first-child) {
    margin-top: 2.4rem;
  }
}
.elem-heading.lv1 .elem-heading__sub {
  font-weight: inherit;
}
@media (min-width: 1024px) {
  .elem-heading.lv1 .elem-heading__sub {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv1 .elem-heading__sub {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv1 .elem-heading__sub {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-heading.lv2 {
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv2 {
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .elem-heading.lv2:not(:first-child) {
    margin-top: 12rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv2:not(:first-child) {
    margin-top: 12rem;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv2:not(:first-child) {
    margin-top: 8rem;
  }
}
@media (min-width: 1024px) {
  .elem-heading.lv3 {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv3 {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .elem-heading.lv3:not(:first-child) {
    margin-top: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv3:not(:first-child) {
    margin-top: 8rem;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv3:not(:first-child) {
    margin-top: 6rem;
  }
}
@media (min-width: 1024px) {
  .elem-heading.lv4 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv4 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv4 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .elem-heading.lv4:not(:first-child) {
    margin-top: 6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv4:not(:first-child) {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv4:not(:first-child) {
    margin-top: 4rem;
  }
}
@media (min-width: 1024px) {
  .elem-heading.lv5 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv5 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv5 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-heading.lv5:not(:first-child) {
    margin-top: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv5:not(:first-child) {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv5:not(:first-child) {
    margin-top: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-heading.lv6 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv6 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv6 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-heading.lv6:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv6:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv6:not(:first-child) {
    margin-top: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-heading.lv1:only-child, .elem-heading.lv1:last-child, .elem-heading.lv2:only-child, .elem-heading.lv2:last-child, .elem-heading.lv3:only-child, .elem-heading.lv3:last-child, .elem-heading.lv4:only-child, .elem-heading.lv4:last-child, .elem-heading.lv5:only-child, .elem-heading.lv5:last-child, .elem-heading.lv6:only-child, .elem-heading.lv6:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv1:only-child, .elem-heading.lv1:last-child, .elem-heading.lv2:only-child, .elem-heading.lv2:last-child, .elem-heading.lv3:only-child, .elem-heading.lv3:last-child, .elem-heading.lv4:only-child, .elem-heading.lv4:last-child, .elem-heading.lv5:only-child, .elem-heading.lv5:last-child, .elem-heading.lv6:only-child, .elem-heading.lv6:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv1:only-child, .elem-heading.lv1:last-child, .elem-heading.lv2:only-child, .elem-heading.lv2:last-child, .elem-heading.lv3:only-child, .elem-heading.lv3:last-child, .elem-heading.lv4:only-child, .elem-heading.lv4:last-child, .elem-heading.lv5:only-child, .elem-heading.lv5:last-child, .elem-heading.lv6:only-child, .elem-heading.lv6:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .elem-heading.lv1.non-margin-top, .elem-heading.lv2.non-margin-top, .elem-heading.lv3.non-margin-top, .elem-heading.lv4.non-margin-top, .elem-heading.lv5.non-margin-top, .elem-heading.lv6.non-margin-top {
    margin-top: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.lv1.non-margin-top, .elem-heading.lv2.non-margin-top, .elem-heading.lv3.non-margin-top, .elem-heading.lv4.non-margin-top, .elem-heading.lv5.non-margin-top, .elem-heading.lv6.non-margin-top {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .elem-heading.lv1.non-margin-top, .elem-heading.lv2.non-margin-top, .elem-heading.lv3.non-margin-top, .elem-heading.lv4.non-margin-top, .elem-heading.lv5.non-margin-top, .elem-heading.lv6.non-margin-top {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .elem-heading.bold .elem-heading__txt {
    font-weight: bold;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.bold .elem-heading__txt {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .elem-heading.bold .elem-heading__txt {
    font-weight: bold;
  }
}
@media (min-width: 1024px) {
  .elem-heading.sub-bold .elem-heading__sub {
    font-weight: bold;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading.sub-bold .elem-heading__sub {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .elem-heading.sub-bold .elem-heading__sub {
    font-weight: bold;
  }
}
.elem-heading__txt {
  display: flex;
  position: relative;
  font-weight: inherit;
}
@media (min-width: 1024px) {
  .elem-heading__txt > *:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading__txt > *:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .elem-heading__txt > *:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .elem-heading__txt > .elem-icon:last-child,
  .elem-heading__txt > .elem-icon__switch:last-child {
    margin-left: auto;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading__txt > .elem-icon:last-child,
  .elem-heading__txt > .elem-icon__switch:last-child {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .elem-heading__txt > .elem-icon:last-child,
  .elem-heading__txt > .elem-icon__switch:last-child {
    margin-left: auto;
  }
}
.elem-heading__sub {
  font-weight: inherit;
}
@media (min-width: 1024px) {
  .elem-heading__sub {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-heading__sub {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .elem-heading__sub {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.elem-heading[data-align=left] .elem-heading__txt,
.elem-heading[data-align=left] .elem-heading__sub {
  display: inline-flex;
}
.elem-heading[data-align=center] .elem-heading__txt,
.elem-heading[data-align=center] .elem-heading__sub {
  display: inline-flex;
  justify-content: center;
}
.elem-heading[data-align=right] .elem-heading__txt,
.elem-heading[data-align=right] .elem-heading__sub {
  display: inline-flex;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  .elem-link-button:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .elem-link-button:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.elem-link-button__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .elem-link-button__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2.4rem;
    margin-left: -6.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2.4rem;
    margin-left: -6.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2.4rem;
    margin-left: 6.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2.4rem;
    margin-left: 6.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide="1"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide="1"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide="2"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide="2"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide="3"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide="3"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide="4"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide="4"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide="5"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide="5"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide="6"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide="6"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide="7"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide="7"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide="8"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide="8"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide="9"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide="9"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide="10"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide="10"] > .elem-link-button__list-item {
    width: calc((100% - (6.2rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide=flex] > .elem-link-button__list-item, .elem-link-button__list[data-divide=flex-grow-first] > .elem-link-button__list-item, .elem-link-button__list[data-divide=flex-grow-last] > .elem-link-button__list-item, .elem-link-button__list[data-divide=flex-nowrap] > .elem-link-button__list-item, .elem-link-button__list[data-divide=flex-nowrap-grow-first] > .elem-link-button__list-item, .elem-link-button__list[data-divide=flex-nowrap-grow-last] > .elem-link-button__list-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide=flex] > .elem-link-button__list-item, .elem-link-button__list[data-divide=flex-grow-first] > .elem-link-button__list-item, .elem-link-button__list[data-divide=flex-grow-last] > .elem-link-button__list-item, .elem-link-button__list[data-divide=flex-nowrap] > .elem-link-button__list-item, .elem-link-button__list[data-divide=flex-nowrap-grow-first] > .elem-link-button__list-item, .elem-link-button__list[data-divide=flex-nowrap-grow-last] > .elem-link-button__list-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide=flex-nowrap], .elem-link-button__list[data-divide=flex-nowrap-grow-first], .elem-link-button__list[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide=flex-nowrap], .elem-link-button__list[data-divide=flex-nowrap-grow-first], .elem-link-button__list[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide=flex-grow-first] > .elem-link-button__list-item:not(:first-child), .elem-link-button__list[data-divide=flex-nowrap-grow-first] > .elem-link-button__list-item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide=flex-grow-first] > .elem-link-button__list-item:not(:first-child), .elem-link-button__list[data-divide=flex-nowrap-grow-first] > .elem-link-button__list-item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide=flex-grow-first] > .elem-link-button__list-item:first-child, .elem-link-button__list[data-divide=flex-nowrap-grow-first] > .elem-link-button__list-item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide=flex-grow-first] > .elem-link-button__list-item:first-child, .elem-link-button__list[data-divide=flex-nowrap-grow-first] > .elem-link-button__list-item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide=flex-grow-last] > .elem-link-button__list-item:not(:last-child), .elem-link-button__list[data-divide=flex-nowrap-grow-last] > .elem-link-button__list-item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide=flex-grow-last] > .elem-link-button__list-item:not(:last-child), .elem-link-button__list[data-divide=flex-nowrap-grow-last] > .elem-link-button__list-item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide=flex-grow-last] > .elem-link-button__list-item:last-child, .elem-link-button__list[data-divide=flex-nowrap-grow-last] > .elem-link-button__list-item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide=flex-grow-last] > .elem-link-button__list-item:last-child, .elem-link-button__list[data-divide=flex-nowrap-grow-last] > .elem-link-button__list-item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .elem-link-button__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  .elem-link-button__list > .elem-link-button__list-item {
    width: calc((100% - (2rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp="1"] > .elem-link-button__list-item {
    width: calc((100% - (2rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp="2"] > .elem-link-button__list-item {
    width: calc((100% - (2rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp="3"] > .elem-link-button__list-item {
    width: calc((100% - (2rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp="4"] > .elem-link-button__list-item {
    width: calc((100% - (2rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp="5"] > .elem-link-button__list-item {
    width: calc((100% - (2rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp="6"] > .elem-link-button__list-item {
    width: calc((100% - (2rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp="7"] > .elem-link-button__list-item {
    width: calc((100% - (2rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp="8"] > .elem-link-button__list-item {
    width: calc((100% - (2rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp="9"] > .elem-link-button__list-item {
    width: calc((100% - (2rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp="10"] > .elem-link-button__list-item {
    width: calc((100% - (2rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp=flex] > .elem-link-button__list-item, .elem-link-button__list[data-divide-sp=flex-grow-first] > .elem-link-button__list-item, .elem-link-button__list[data-divide-sp=flex-grow-last] > .elem-link-button__list-item, .elem-link-button__list[data-divide-sp=flex-nowrap] > .elem-link-button__list-item, .elem-link-button__list[data-divide-sp=flex-nowrap-grow-first] > .elem-link-button__list-item, .elem-link-button__list[data-divide-sp=flex-nowrap-grow-last] > .elem-link-button__list-item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp=flex-nowrap], .elem-link-button__list[data-divide-sp=flex-nowrap-grow-first], .elem-link-button__list[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp=flex-grow-first] > .elem-link-button__list-item:first-child, .elem-link-button__list[data-divide-sp=flex-nowrap-grow-first] > .elem-link-button__list-item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp=flex-grow-last] > .elem-link-button__list-item:last-child, .elem-link-button__list[data-divide-sp=flex-nowrap-grow-last] > .elem-link-button__list-item:last-child {
    flex-grow: 1;
  }
}
.elem-link-button__link {
  background-color: #005bac;
  width: 100%;
  padding: 1.2rem 4.4rem;
  word-break: break-all;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  box-shadow: 0px 0.6rem 0.6rem rgba(0, 0, 0, 0.16);
  width: 100%;
  max-width: 36rem;
  box-sizing: border-box;
  border: 0.2rem solid transparent;
  color: #fff;
  transition: all 300ms;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .elem-link-button__list[data-divide^=flex] .elem-link-button__link {
    width: 36rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__list[data-divide^=flex] .elem-link-button__link {
    width: 36rem;
  }
}
@media (max-width: 767px) {
  .elem-link-button__list[data-divide-sp^=flex] .elem-link-button__link {
    width: 36rem;
  }
}
@media (min-width: 1024px) {
  .elem-link-button__link {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__link {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .elem-link-button__link {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .elem-link-button__link > *:not(:last-child) {
    margin-right: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__link > *:not(:last-child) {
    margin-right: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-link-button__link > *:not(:last-child) {
    margin-right: 1.2rem;
  }
}
.elem-link-button__link[data-size=large] {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .elem-link-button__link[data-size=max-content] {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__link[data-size=max-content] {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.elem-link-button__link .elem-icon::before {
  color: #fff;
  transition: color 300ms;
}
.elem-link-button__link:hover, .elem-link-button__link:focus {
  background-color: #fff;
  border: 0.2rem solid #005bac;
  color: #000;
  text-decoration: none;
}
.elem-link-button__link:hover .elem-icon::before, .elem-link-button__link:focus .elem-icon::before {
  color: #005bac;
}
@media (min-width: 1024px) {
  .elem-link-button__link:not(:last-child) {
    margin-right: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__link:not(:last-child) {
    margin-right: 8rem;
  }
}
@media (max-width: 767px) {
  .elem-link-button__link:not(:last-child) {
    margin-bottom: 1.7rem;
  }
}
.elem-link-button__link[data-color=navy] {
  background-color: #0d1148;
}
.elem-link-button__link[data-color=navy] .elem-icon::before {
  color: #fff;
  transition: color 300ms;
}
.elem-link-button__link[data-color=navy]:hover, .elem-link-button__link[data-color=navy]:focus {
  background-color: #fff;
  border: 0.2rem solid #0d1148;
  text-decoration: none;
}
.elem-link-button__link[data-color=navy]:hover .elem-icon::before, .elem-link-button__link[data-color=navy]:focus .elem-icon::before {
  color: #0d1148;
}
.elem-link-button__link[data-color=white] {
  background-color: #fff;
  border: 0.2rem solid #005bac;
  color: #000;
}
.elem-link-button__link[data-color=white] .elem-icon::before {
  color: #005bac;
  transition: color 300ms;
}
.elem-link-button__link[data-color=white]:hover, .elem-link-button__link[data-color=white]:focus {
  background-color: #005bac;
  border: 0.2rem solid #005bac;
  color: #fff;
  text-decoration: none;
}
.elem-link-button__link[data-color=white]:hover .elem-icon::before, .elem-link-button__link[data-color=white]:focus .elem-icon::before {
  color: #fff;
}
.elem-link-button__link[data-color=inactive] {
  background-color: #c2c2c2;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .elem-link-button__link-subtext {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link-button__link-subtext {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .elem-link-button__link-subtext {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.elem-link {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .elem-link:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-link:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-link:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.elem-link:hover .elem-icon::before, .elem-link:focus .elem-icon::before {
  display: inline-block;
}
.elem-link__icon {
  margin-left: 1rem;
  display: flex;
}
.elem-link.large {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
}

.elem-paragraph {
  font-weight: normal;
  padding: 0;
  margin: 0;
  word-break: break-all;
}
@media (min-width: 1024px) {
  .elem-paragraph:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-paragraph:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .elem-paragraph:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.elem-paragraph[data-color=white] {
  color: #fff;
}
@media (min-width: 1024px) {
  .elem-paragraph[data-color=white-shadow] {
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0 0 10px, rgb(0, 0, 0) 0 0 10px, rgb(0, 0, 0) 0 0 10px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-paragraph[data-color=white-shadow] {
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0 0 10px, rgb(0, 0, 0) 0 0 10px, rgb(0, 0, 0) 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .elem-paragraph[data-color=black-shadow] {
    text-shadow: rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-paragraph[data-color=black-shadow] {
    text-shadow: rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .elem-paragraph {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-paragraph {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .elem-paragraph {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .elem-paragraph.read {
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-paragraph.read {
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
@media (max-width: 767px) {
  .elem-paragraph.read {
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
@media (min-width: 1024px) {
  .elem-paragraph.large {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-paragraph.large {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .elem-paragraph.large {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .elem-paragraph.small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-paragraph.small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .elem-paragraph.small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.elem-paragraph.bold {
  font-weight: bold;
}

@media (min-width: 1024px) {
  .elem-search {
    width: 55.5rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search {
    width: 55.5rem;
  }
}
@media (min-width: 1024px) {
  .elem-search[data-width=full] {
    width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search[data-width=full] {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .elem-search:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-search:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0rem;
    margin-left: -0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0rem;
    margin-left: -0rem;
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container > .elem-search__content {
    width: calc((100% - (0rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 0rem;
    margin-left: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container > .elem-search__content {
    width: calc((100% - (0rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 0rem;
    margin-left: 0rem;
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide="1"] > .elem-search__content {
    width: calc((100% - (0rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide="1"] > .elem-search__content {
    width: calc((100% - (0rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide="2"] > .elem-search__content {
    width: calc((100% - (0rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide="2"] > .elem-search__content {
    width: calc((100% - (0rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide="3"] > .elem-search__content {
    width: calc((100% - (0rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide="3"] > .elem-search__content {
    width: calc((100% - (0rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide="4"] > .elem-search__content {
    width: calc((100% - (0rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide="4"] > .elem-search__content {
    width: calc((100% - (0rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide="5"] > .elem-search__content {
    width: calc((100% - (0rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide="5"] > .elem-search__content {
    width: calc((100% - (0rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide="6"] > .elem-search__content {
    width: calc((100% - (0rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide="6"] > .elem-search__content {
    width: calc((100% - (0rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide="7"] > .elem-search__content {
    width: calc((100% - (0rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide="7"] > .elem-search__content {
    width: calc((100% - (0rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide="8"] > .elem-search__content {
    width: calc((100% - (0rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide="8"] > .elem-search__content {
    width: calc((100% - (0rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide="9"] > .elem-search__content {
    width: calc((100% - (0rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide="9"] > .elem-search__content {
    width: calc((100% - (0rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide="10"] > .elem-search__content {
    width: calc((100% - (0rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide="10"] > .elem-search__content {
    width: calc((100% - (0rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide=flex] > .elem-search__content, .elem-search .elem-search__container[data-divide=flex-grow-first] > .elem-search__content, .elem-search .elem-search__container[data-divide=flex-grow-last] > .elem-search__content, .elem-search .elem-search__container[data-divide=flex-nowrap] > .elem-search__content, .elem-search .elem-search__container[data-divide=flex-nowrap-grow-first] > .elem-search__content, .elem-search .elem-search__container[data-divide=flex-nowrap-grow-last] > .elem-search__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide=flex] > .elem-search__content, .elem-search .elem-search__container[data-divide=flex-grow-first] > .elem-search__content, .elem-search .elem-search__container[data-divide=flex-grow-last] > .elem-search__content, .elem-search .elem-search__container[data-divide=flex-nowrap] > .elem-search__content, .elem-search .elem-search__container[data-divide=flex-nowrap-grow-first] > .elem-search__content, .elem-search .elem-search__container[data-divide=flex-nowrap-grow-last] > .elem-search__content {
    width: auto;
    min-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide=flex-nowrap], .elem-search .elem-search__container[data-divide=flex-nowrap-grow-first], .elem-search .elem-search__container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide=flex-nowrap], .elem-search .elem-search__container[data-divide=flex-nowrap-grow-first], .elem-search .elem-search__container[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide=flex-grow-first] > .elem-search__content:not(:first-child), .elem-search .elem-search__container[data-divide=flex-nowrap-grow-first] > .elem-search__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide=flex-grow-first] > .elem-search__content:not(:first-child), .elem-search .elem-search__container[data-divide=flex-nowrap-grow-first] > .elem-search__content:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide=flex-grow-first] > .elem-search__content:first-child, .elem-search .elem-search__container[data-divide=flex-nowrap-grow-first] > .elem-search__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide=flex-grow-first] > .elem-search__content:first-child, .elem-search .elem-search__container[data-divide=flex-nowrap-grow-first] > .elem-search__content:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide=flex-grow-last] > .elem-search__content:not(:last-child), .elem-search .elem-search__container[data-divide=flex-nowrap-grow-last] > .elem-search__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide=flex-grow-last] > .elem-search__content:not(:last-child), .elem-search .elem-search__container[data-divide=flex-nowrap-grow-last] > .elem-search__content:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .elem-search .elem-search__container[data-divide=flex-grow-last] > .elem-search__content:last-child, .elem-search .elem-search__container[data-divide=flex-nowrap-grow-last] > .elem-search__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search .elem-search__container[data-divide=flex-grow-last] > .elem-search__content:last-child, .elem-search .elem-search__container[data-divide=flex-nowrap-grow-last] > .elem-search__content:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: -0rem;
    margin-left: -0rem;
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container > .elem-search__content {
    width: calc((100% - (0rem * 1)) / 1);
    min-width: 9.8rem;
    margin-top: 0rem;
    margin-left: 0rem;
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container[data-divide-sp="1"] > .elem-search__content {
    width: calc((100% - (0rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container[data-divide-sp="2"] > .elem-search__content {
    width: calc((100% - (0rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container[data-divide-sp="3"] > .elem-search__content {
    width: calc((100% - (0rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container[data-divide-sp="4"] > .elem-search__content {
    width: calc((100% - (0rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container[data-divide-sp="5"] > .elem-search__content {
    width: calc((100% - (0rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container[data-divide-sp="6"] > .elem-search__content {
    width: calc((100% - (0rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container[data-divide-sp="7"] > .elem-search__content {
    width: calc((100% - (0rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container[data-divide-sp="8"] > .elem-search__content {
    width: calc((100% - (0rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container[data-divide-sp="9"] > .elem-search__content {
    width: calc((100% - (0rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container[data-divide-sp="10"] > .elem-search__content {
    width: calc((100% - (0rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container[data-divide-sp=flex] > .elem-search__content, .elem-search .elem-search__container[data-divide-sp=flex-grow-first] > .elem-search__content, .elem-search .elem-search__container[data-divide-sp=flex-grow-last] > .elem-search__content, .elem-search .elem-search__container[data-divide-sp=flex-nowrap] > .elem-search__content, .elem-search .elem-search__container[data-divide-sp=flex-nowrap-grow-first] > .elem-search__content, .elem-search .elem-search__container[data-divide-sp=flex-nowrap-grow-last] > .elem-search__content {
    width: auto;
    min-width: 9.8rem;
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container[data-divide-sp=flex-nowrap], .elem-search .elem-search__container[data-divide-sp=flex-nowrap-grow-first], .elem-search .elem-search__container[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container[data-divide-sp=flex-grow-first] > .elem-search__content:first-child, .elem-search .elem-search__container[data-divide-sp=flex-nowrap-grow-first] > .elem-search__content:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .elem-search .elem-search__container[data-divide-sp=flex-grow-last] > .elem-search__content:last-child, .elem-search .elem-search__container[data-divide-sp=flex-nowrap-grow-last] > .elem-search__content:last-child {
    flex-grow: 1;
  }
}
.elem-search__label, .elem-search__input, .elem-search__button {
  font-size: 1.8rem;
  line-height: 1.5;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  min-width: 4.8rem;
  min-height: 4.8rem;
}
@media (min-width: 1024px) {
  .elem-search__label, .elem-search__input, .elem-search__button {
    padding: 1.4rem 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search__label, .elem-search__input, .elem-search__button {
    padding: 1.4rem 2rem;
  }
}
@media (max-width: 767px) {
  .elem-search__label, .elem-search__input, .elem-search__button {
    padding: 1.5rem 1.2rem;
  }
}
.elem-search__label {
  min-width: auto;
  min-height: auto;
}
@media (min-width: 1024px) {
  .elem-search__label {
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-search__label {
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .elem-search__label {
    margin: 0;
    margin-bottom: 1.4rem;
    padding: 0;
  }
}
.elem-search__input {
  background-color: #fff;
  border: 1px solid #005bac;
  color: #000;
  box-shadow: inset 0px 0rem 1rem rgba(0, 0, 0, 0.1);
}
.elem-search__button {
  background-color: #005bac;
  border: 1px solid #005bac;
  color: #fff;
}

.elem-hr {
  color: #cccccc;
}
@media (min-width: 1024px) {
  .elem-hr {
    margin: 5rem 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-hr {
    margin: 5rem 0;
  }
}
@media (min-width: 1024px) {
  .elem-hr:first-child {
    margin: 0 0 5rem 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-hr:first-child {
    margin: 0 0 5rem 0;
  }
}
@media (min-width: 1024px) {
  .elem-hr.narrow {
    margin: 2rem 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-hr.narrow {
    margin: 2rem 0;
  }
}
.elem-icon {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  padding: 0;
}
.elem-icon::before {
  color: #005bac;
  font-size: 2.4rem;
}
.elem-icon:first-child {
  margin: 0 1.2rem 0 0;
}
.elem-icon:last-child {
  margin: 0 0 0 1.2rem;
}
.elem-icon:only-child {
  margin: 0 0 0 1.2rem;
}
.elem-icon[data-color=base-01]::before {
  color: #fff;
}
.elem-icon[data-color=base-02]::before {
  color: #f5f5f5;
}
.elem-icon[data-color=base-03]::before {
  color: #e5eef7;
}
.elem-icon[data-color=primary]::before {
  color: #005bac;
}
.elem-icon[data-color=white]::before {
  color: #fff;
}
.elem-icon[data-color=accent]::before {
  color: #0d1148;
}
.elem-icon[data-color=attention]::before {
  color: #de0000;
}
.elem-icon[data-color=text]::before {
  color: #000;
}
.elem-icon[data-color=border]::before {
  color: #ccc;
}
.elem-icon[data-color=dark]::before {
  color: #666;
}
.elem-icon[data-color=movie]::before {
  color: #a0a0a0;
}
.elem-icon[data-color=pdf]::before {
  color: #e10f16;
}
.elem-icon[data-color=word]::before {
  color: #0066ca;
}
.elem-icon[data-color=excel]::before {
  color: #136a38;
}
@media (min-width: 1024px) {
  .pc-only-flex-rev > .elem-icon:first-child {
    margin: 0 0 0 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .pc-only-flex-rev > .elem-icon:first-child {
    margin: 0 0 0 1.2rem;
  }
}
@media (min-width: 1024px) {
  .pc-only-flex-rev > .elem-icon:last-child {
    margin: 0 1.2rem 0 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .pc-only-flex-rev > .elem-icon:last-child {
    margin: 0 1.2rem 0 0;
  }
}
@media (max-width: 767px) {
  .sp-only-flex-rev > .elem-icon:first-child {
    margin: 0 0 0 1.2rem;
  }
}
@media (max-width: 767px) {
  .sp-only-flex-rev > .elem-icon:last-child {
    margin: 0 1.2rem 0 0;
  }
}
.elem-icon.size-06 {
  width: 0.6rem;
  height: 0.6rem;
}
.elem-icon.size-06::before {
  font-size: 0.3rem;
}
.elem-icon.size-14 {
  width: 1.4rem;
  height: 1.4rem;
}
.elem-icon.size-14::before {
  font-size: 1.4rem;
}
.elem-icon.size-38 {
  width: 3.8rem;
  height: 3.8rem;
}
.elem-icon.size-38::before {
  font-size: 3.8rem;
}
@media (min-width: 1024px) {
  .elem-icon.size-70 {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-icon.size-70 {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .elem-icon.size-70 {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1024px) {
  .elem-icon.size-70::before {
    font-size: 7rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-icon.size-70::before {
    font-size: 7rem;
  }
}
@media (max-width: 767px) {
  .elem-icon.size-70::before {
    font-size: 4rem;
  }
}
.elem-icon.marginless {
  margin: 0;
}
.elem-icon__switch {
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
  min-height: 2.4rem;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.elem-icon__switch .elem-icon {
  margin: 0;
  padding: 0;
}
.elem-icon__switch .elem-icon:first-child, .elem-icon__switch .elem-icon:last-child {
  margin: 0;
  padding: 0;
}
.elem-icon__switch.align-left {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translateY(-50%);
}
.elem-icon__switch.align-right {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}
.elem-icon__switch.toggle .elem-icon {
  transform: translate(0, 0);
}
.this-active > .elem-icon__switch.toggle .elem-icon, .this-pause > .elem-icon__switch.toggle .elem-icon, details[open] .elem-icon__switch.toggle .elem-icon {
  transform: translate(100%, 0);
}
.elem-icon__switch.rotate {
  position: relative;
}
.elem-icon__switch.rotate .elem-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(0);
  opacity: 1;
  transition: transform 300ms, opacity 300ms;
}
.elem-icon__switch.rotate .elem-icon:last-child {
  opacity: 0;
}
.this-active > .elem-icon__switch.rotate .elem-icon, .this-pause > .elem-icon__switch.rotate .elem-icon, details[open] .elem-icon__switch.rotate .elem-icon {
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
  opacity: 0;
}
.this-active > .elem-icon__switch.rotate .elem-icon:last-child, .this-pause > .elem-icon__switch.rotate .elem-icon:last-child, details[open] .elem-icon__switch.rotate .elem-icon:last-child {
  opacity: 1;
}
.elem-icon__switch.hover .elem-icon {
  transform: translate(0, 0);
  transition: transform 300ms;
}
a:hover .elem-icon__switch.hover .elem-icon, a:focus .elem-icon__switch.hover .elem-icon, button:hover .elem-icon__switch.hover .elem-icon, button:focus .elem-icon__switch.hover .elem-icon {
  transform: translate(100%, 0);
}
.elem-icon__switch.invert .elem-icon {
  transform: translate(0, 0);
}
a:hover .elem-icon__switch.invert .elem-icon, a:focus .elem-icon__switch.invert .elem-icon, button:hover .elem-icon__switch.invert .elem-icon, button:focus .elem-icon__switch.invert .elem-icon {
  transform: translate(100%, 0);
}

.elem-position {
  display: inline-block;
}
.elem-position.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 1024px) {
  .elem-position.center--pc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-position.center--pc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media (max-width: 767px) {
  .elem-position.center--sp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.elem-position.center-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .elem-position.center-left--pc {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-position.center-left--pc {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .elem-position.center-left--sp {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.elem-position.center-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .elem-position.center-right--pc {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-position.center-right--pc {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .elem-position.center-right--sp {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.elem-position.top-left {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .elem-position.top-left--pc {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-position.top-left--pc {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .elem-position.top-left--sp {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.elem-position.top-right {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .elem-position.top-right--pc {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-position.top-right--pc {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .elem-position.top-right--sp {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.elem-catch {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: normal;
  position: relative;
  color: #000;
}
.elem-catch[data-color=white] {
  color: #fff;
}
@media (min-width: 1024px) {
  .elem-catch[data-color=white-shadow] {
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0 0 10px, rgb(0, 0, 0) 0 0 10px, rgb(0, 0, 0) 0 0 10px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color=white-shadow] {
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0 0 10px, rgb(0, 0, 0) 0 0 10px, rgb(0, 0, 0) 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .elem-catch[data-color=black-shadow] {
    text-shadow: rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color=black-shadow] {
    text-shadow: rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 10px;
  }
}
.elem-catch[data-color=base-01] {
  color: #fff;
}
.elem-catch[data-color=base-02] {
  color: #f5f5f5;
}
.elem-catch[data-color=base-03] {
  color: #e5eef7;
}
.elem-catch[data-color=primary] {
  color: #005bac;
}
.elem-catch[data-color=white] {
  color: #fff;
}
.elem-catch[data-color=accent] {
  color: #0d1148;
}
.elem-catch[data-color=attention] {
  color: #de0000;
}
.elem-catch[data-color=text] {
  color: #000;
}
.elem-catch[data-color=border] {
  color: #ccc;
}
.elem-catch[data-color=dark] {
  color: #666;
}
.elem-catch[data-color=movie] {
  color: #a0a0a0;
}
.elem-catch[data-color=pdf] {
  color: #e10f16;
}
.elem-catch[data-color=word] {
  color: #0066ca;
}
.elem-catch[data-color=excel] {
  color: #136a38;
}
.elem-catch[data-color-base=base-01] {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .elem-catch[data-color-base=base-01] {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color-base=base-01] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch[data-color-base=base-01] {
    padding: 2rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.elem-catch[data-color-base=base-02] {
  background-color: #f5f5f5;
}
@media (min-width: 1024px) {
  .elem-catch[data-color-base=base-02] {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color-base=base-02] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch[data-color-base=base-02] {
    padding: 2rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.elem-catch[data-color-base=base-03] {
  background-color: #e5eef7;
}
@media (min-width: 1024px) {
  .elem-catch[data-color-base=base-03] {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color-base=base-03] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch[data-color-base=base-03] {
    padding: 2rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.elem-catch[data-color-base=primary] {
  background-color: #005bac;
}
@media (min-width: 1024px) {
  .elem-catch[data-color-base=primary] {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color-base=primary] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch[data-color-base=primary] {
    padding: 2rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.elem-catch[data-color-base=white] {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .elem-catch[data-color-base=white] {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color-base=white] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch[data-color-base=white] {
    padding: 2rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.elem-catch[data-color-base=accent] {
  background-color: #0d1148;
}
@media (min-width: 1024px) {
  .elem-catch[data-color-base=accent] {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color-base=accent] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch[data-color-base=accent] {
    padding: 2rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.elem-catch[data-color-base=attention] {
  background-color: #de0000;
}
@media (min-width: 1024px) {
  .elem-catch[data-color-base=attention] {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color-base=attention] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch[data-color-base=attention] {
    padding: 2rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.elem-catch[data-color-base=text] {
  background-color: #000;
}
@media (min-width: 1024px) {
  .elem-catch[data-color-base=text] {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color-base=text] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch[data-color-base=text] {
    padding: 2rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.elem-catch[data-color-base=border] {
  background-color: #ccc;
}
@media (min-width: 1024px) {
  .elem-catch[data-color-base=border] {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color-base=border] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch[data-color-base=border] {
    padding: 2rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.elem-catch[data-color-base=dark] {
  background-color: #666;
}
@media (min-width: 1024px) {
  .elem-catch[data-color-base=dark] {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color-base=dark] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch[data-color-base=dark] {
    padding: 2rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.elem-catch[data-color-base=movie] {
  background-color: #a0a0a0;
}
@media (min-width: 1024px) {
  .elem-catch[data-color-base=movie] {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color-base=movie] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch[data-color-base=movie] {
    padding: 2rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.elem-catch[data-color-base=pdf] {
  background-color: #e10f16;
}
@media (min-width: 1024px) {
  .elem-catch[data-color-base=pdf] {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color-base=pdf] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch[data-color-base=pdf] {
    padding: 2rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.elem-catch[data-color-base=word] {
  background-color: #0066ca;
}
@media (min-width: 1024px) {
  .elem-catch[data-color-base=word] {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color-base=word] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch[data-color-base=word] {
    padding: 2rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.elem-catch[data-color-base=excel] {
  background-color: #136a38;
}
@media (min-width: 1024px) {
  .elem-catch[data-color-base=excel] {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch[data-color-base=excel] {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch[data-color-base=excel] {
    padding: 2rem 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch.lv1 {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv1 {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv1 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch.lv1:not(:first-child) {
    margin-top: 3.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv1:not(:first-child) {
    margin-top: 3.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv1:not(:first-child) {
    margin-top: 2.4rem;
  }
}
.elem-catch.lv1 .elem-catch__sub {
  font-weight: inherit;
}
@media (min-width: 1024px) {
  .elem-catch.lv1 .elem-catch__sub {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv1 .elem-catch__sub {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv1 .elem-catch__sub {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch.lv2 {
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv2 {
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch.lv2:not(:first-child) {
    margin-top: 12rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv2:not(:first-child) {
    margin-top: 12rem;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv2:not(:first-child) {
    margin-top: 8rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch.lv3 {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv3 {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch.lv3:not(:first-child) {
    margin-top: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv3:not(:first-child) {
    margin-top: 8rem;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv3:not(:first-child) {
    margin-top: 6rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch.lv4 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv4 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv4 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch.lv4:not(:first-child) {
    margin-top: 6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv4:not(:first-child) {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv4:not(:first-child) {
    margin-top: 4rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch.lv5 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv5 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv5 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch.lv5:not(:first-child) {
    margin-top: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv5:not(:first-child) {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv5:not(:first-child) {
    margin-top: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch.lv6 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv6 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv6 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch.lv6:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv6:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv6:not(:first-child) {
    margin-top: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch.normal {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.normal {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .elem-catch.normal {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .elem-catch.lv1:only-child, .elem-catch.lv1:last-child, .elem-catch.lv2:only-child, .elem-catch.lv2:last-child, .elem-catch.lv3:only-child, .elem-catch.lv3:last-child, .elem-catch.lv4:only-child, .elem-catch.lv4:last-child, .elem-catch.lv5:only-child, .elem-catch.lv5:last-child, .elem-catch.lv6:only-child, .elem-catch.lv6:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv1:only-child, .elem-catch.lv1:last-child, .elem-catch.lv2:only-child, .elem-catch.lv2:last-child, .elem-catch.lv3:only-child, .elem-catch.lv3:last-child, .elem-catch.lv4:only-child, .elem-catch.lv4:last-child, .elem-catch.lv5:only-child, .elem-catch.lv5:last-child, .elem-catch.lv6:only-child, .elem-catch.lv6:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv1:only-child, .elem-catch.lv1:last-child, .elem-catch.lv2:only-child, .elem-catch.lv2:last-child, .elem-catch.lv3:only-child, .elem-catch.lv3:last-child, .elem-catch.lv4:only-child, .elem-catch.lv4:last-child, .elem-catch.lv5:only-child, .elem-catch.lv5:last-child, .elem-catch.lv6:only-child, .elem-catch.lv6:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .elem-catch.lv1.non-margin-top, .elem-catch.lv2.non-margin-top, .elem-catch.lv3.non-margin-top, .elem-catch.lv4.non-margin-top, .elem-catch.lv5.non-margin-top, .elem-catch.lv6.non-margin-top {
    margin-top: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch.lv1.non-margin-top, .elem-catch.lv2.non-margin-top, .elem-catch.lv3.non-margin-top, .elem-catch.lv4.non-margin-top, .elem-catch.lv5.non-margin-top, .elem-catch.lv6.non-margin-top {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .elem-catch.lv1.non-margin-top, .elem-catch.lv2.non-margin-top, .elem-catch.lv3.non-margin-top, .elem-catch.lv4.non-margin-top, .elem-catch.lv5.non-margin-top, .elem-catch.lv6.non-margin-top {
    margin-top: 0;
  }
}
.elem-catch.bold {
  font-weight: bold;
}
.elem-catch__txt {
  display: flex;
  position: relative;
  font-weight: inherit;
}
@media (min-width: 1024px) {
  .elem-catch__txt > *:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch__txt > *:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .elem-catch__txt > *:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .elem-catch__txt > .elem-icon:last-child,
  .elem-catch__txt > .elem-icon__switch:last-child {
    margin-left: auto;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch__txt > .elem-icon:last-child,
  .elem-catch__txt > .elem-icon__switch:last-child {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .elem-catch__txt > .elem-icon:last-child,
  .elem-catch__txt > .elem-icon__switch:last-child {
    margin-left: auto;
  }
}
.elem-catch__sub {
  font-weight: inherit;
}
@media (min-width: 1024px) {
  .elem-catch__sub {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-catch__sub {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-catch__sub {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
.elem-catch[data-align=left] .elem-catch__txt,
.elem-catch[data-align=left] .elem-catch__sub {
  display: inline-flex;
}
.elem-catch[data-align=center] .elem-catch__txt,
.elem-catch[data-align=center] .elem-catch__sub {
  display: inline-flex;
  justify-content: center;
}
.elem-catch[data-align=right] .elem-catch__txt,
.elem-catch[data-align=right] .elem-catch__sub {
  display: inline-flex;
  justify-content: flex-end;
}

.elem-tag-list {
  list-style: none;
  margin-top: -1rem;
  margin-bottom: 2rem;
  margin-left: -1.2rem;
  margin-right: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.elem-tag-list:last-child {
  margin-bottom: 0;
}
.elem-tag-list__item {
  margin-top: 1rem;
  margin-left: 1.2rem;
}
.elem-tag-list__item-link {
  display: inline-block;
  margin: 0;
  background-color: #fff;
  border: 2px solid #005bac;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .elem-tag-list__item-link {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0.4rem 1rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-tag-list__item-link {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0.4rem 1rem;
  }
}
@media (max-width: 767px) {
  .elem-tag-list__item-link {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0.4rem 1rem;
  }
}
.elem-tag-list__item[data-color="1"] .elem-tag-list__item-link {
  background-color: #005bac;
  border: 2px solid #005bac;
  color: #fff;
}
.elem-tag-list__item[data-color="2"] .elem-tag-list__item-link {
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0;
}

.elem-img {
  position: relative;
}
@media (min-width: 1024px) {
  .elem-img:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-img:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-img:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .elem-img[data-size=auto] img {
    width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-img[data-size=auto] img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elem-img[data-size=auto] img {
    width: auto;
  }
}
.elem-img:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
.elem-img[data-aspect="3/2"] img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.elem-img[data-aspect="2/1"] img {
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.elem-img[data-aspect="16/9"] img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.elem-img[data-border=true] img {
  border: 1px solid #000;
}
.elem-img__link {
  width: 100%;
  height: auto;
}
.elem-img__caption {
  margin-top: 1.2rem;
}
.elem-img__caption span {
  font-size: 1.4rem;
  line-height: 1.5;
}
.elem-img__note {
  position: absolute;
  bottom: -0.1rem;
  left: 1.3rem;
  margin: 0;
  padding: 0.8rem 0.8rem;
  background-color: #fff;
  color: #005bac;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .elem-img__slider {
    max-width: 48rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-img__slider {
    max-width: 48rem;
  }
}
@media (min-width: 1024px) {
  .elem-img__slider .swiper {
    padding-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-img__slider .swiper {
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .elem-img__slider .swiper {
    padding-bottom: 4rem;
  }
}
.elem-img__iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.elem-img__video {
  width: 100%;
  height: 100%;
  aspect-ratio: 19/6;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .comp-card .elem-img[data-size=auto] img,
  .comp-link-board .elem-img[data-size=auto] img,
  .comp-media .elem-img[data-size=auto] img,
  .comp-slider .elem-img[data-size=auto] img {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .elem-list:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .elem-list:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .elem-list[data-indent="1"] {
    margin-left: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list[data-indent="1"] {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .elem-list[data-indent="1"] {
    margin-left: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .elem-list__ul, .elem-list__ol {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul, .elem-list__ol {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .elem-list__ul, .elem-list__ol {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .elem-list__ul:not(:last-child), .elem-list__ol:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul:not(:last-child), .elem-list__ol:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .elem-list__ul:not(:last-child), .elem-list__ol:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .elem-list__ul, .elem-list__ol {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2rem;
    margin-left: -4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul, .elem-list__ol {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2rem;
    margin-left: -4rem;
  }
}
@media (min-width: 1024px) {
  .elem-list__ul > .elem-list__item, .elem-list__ol > .elem-list__item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.2rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul > .elem-list__item, .elem-list__ol > .elem-list__item {
    width: calc((100% - (4rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.2rem;
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide="1"] > .elem-list__item, .elem-list__ol[data-divide="1"] > .elem-list__item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide="1"] > .elem-list__item, .elem-list__ol[data-divide="1"] > .elem-list__item {
    width: calc((100% - (4rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide="2"] > .elem-list__item, .elem-list__ol[data-divide="2"] > .elem-list__item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide="2"] > .elem-list__item, .elem-list__ol[data-divide="2"] > .elem-list__item {
    width: calc((100% - (4rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide="3"] > .elem-list__item, .elem-list__ol[data-divide="3"] > .elem-list__item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide="3"] > .elem-list__item, .elem-list__ol[data-divide="3"] > .elem-list__item {
    width: calc((100% - (4rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide="4"] > .elem-list__item, .elem-list__ol[data-divide="4"] > .elem-list__item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide="4"] > .elem-list__item, .elem-list__ol[data-divide="4"] > .elem-list__item {
    width: calc((100% - (4rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide="5"] > .elem-list__item, .elem-list__ol[data-divide="5"] > .elem-list__item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide="5"] > .elem-list__item, .elem-list__ol[data-divide="5"] > .elem-list__item {
    width: calc((100% - (4rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide="6"] > .elem-list__item, .elem-list__ol[data-divide="6"] > .elem-list__item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide="6"] > .elem-list__item, .elem-list__ol[data-divide="6"] > .elem-list__item {
    width: calc((100% - (4rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide="7"] > .elem-list__item, .elem-list__ol[data-divide="7"] > .elem-list__item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide="7"] > .elem-list__item, .elem-list__ol[data-divide="7"] > .elem-list__item {
    width: calc((100% - (4rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide="8"] > .elem-list__item, .elem-list__ol[data-divide="8"] > .elem-list__item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide="8"] > .elem-list__item, .elem-list__ol[data-divide="8"] > .elem-list__item {
    width: calc((100% - (4rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide="9"] > .elem-list__item, .elem-list__ol[data-divide="9"] > .elem-list__item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide="9"] > .elem-list__item, .elem-list__ol[data-divide="9"] > .elem-list__item {
    width: calc((100% - (4rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide="10"] > .elem-list__item, .elem-list__ol[data-divide="10"] > .elem-list__item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide="10"] > .elem-list__item, .elem-list__ol[data-divide="10"] > .elem-list__item {
    width: calc((100% - (4rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide=flex] > .elem-list__item, .elem-list__ul[data-divide=flex-grow-first] > .elem-list__item, .elem-list__ul[data-divide=flex-grow-last] > .elem-list__item, .elem-list__ul[data-divide=flex-nowrap] > .elem-list__item, .elem-list__ul[data-divide=flex-nowrap-grow-first] > .elem-list__item, .elem-list__ul[data-divide=flex-nowrap-grow-last] > .elem-list__item, .elem-list__ol[data-divide=flex] > .elem-list__item, .elem-list__ol[data-divide=flex-grow-first] > .elem-list__item, .elem-list__ol[data-divide=flex-grow-last] > .elem-list__item, .elem-list__ol[data-divide=flex-nowrap] > .elem-list__item, .elem-list__ol[data-divide=flex-nowrap-grow-first] > .elem-list__item, .elem-list__ol[data-divide=flex-nowrap-grow-last] > .elem-list__item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide=flex] > .elem-list__item, .elem-list__ul[data-divide=flex-grow-first] > .elem-list__item, .elem-list__ul[data-divide=flex-grow-last] > .elem-list__item, .elem-list__ul[data-divide=flex-nowrap] > .elem-list__item, .elem-list__ul[data-divide=flex-nowrap-grow-first] > .elem-list__item, .elem-list__ul[data-divide=flex-nowrap-grow-last] > .elem-list__item, .elem-list__ol[data-divide=flex] > .elem-list__item, .elem-list__ol[data-divide=flex-grow-first] > .elem-list__item, .elem-list__ol[data-divide=flex-grow-last] > .elem-list__item, .elem-list__ol[data-divide=flex-nowrap] > .elem-list__item, .elem-list__ol[data-divide=flex-nowrap-grow-first] > .elem-list__item, .elem-list__ol[data-divide=flex-nowrap-grow-last] > .elem-list__item {
    width: auto;
    min-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide=flex-nowrap], .elem-list__ul[data-divide=flex-nowrap-grow-first], .elem-list__ul[data-divide=flex-nowrap-grow-last], .elem-list__ol[data-divide=flex-nowrap], .elem-list__ol[data-divide=flex-nowrap-grow-first], .elem-list__ol[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide=flex-nowrap], .elem-list__ul[data-divide=flex-nowrap-grow-first], .elem-list__ul[data-divide=flex-nowrap-grow-last], .elem-list__ol[data-divide=flex-nowrap], .elem-list__ol[data-divide=flex-nowrap-grow-first], .elem-list__ol[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide=flex-grow-first] > .elem-list__item:not(:first-child), .elem-list__ul[data-divide=flex-nowrap-grow-first] > .elem-list__item:not(:first-child), .elem-list__ol[data-divide=flex-grow-first] > .elem-list__item:not(:first-child), .elem-list__ol[data-divide=flex-nowrap-grow-first] > .elem-list__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide=flex-grow-first] > .elem-list__item:not(:first-child), .elem-list__ul[data-divide=flex-nowrap-grow-first] > .elem-list__item:not(:first-child), .elem-list__ol[data-divide=flex-grow-first] > .elem-list__item:not(:first-child), .elem-list__ol[data-divide=flex-nowrap-grow-first] > .elem-list__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide=flex-grow-first] > .elem-list__item:first-child, .elem-list__ul[data-divide=flex-nowrap-grow-first] > .elem-list__item:first-child, .elem-list__ol[data-divide=flex-grow-first] > .elem-list__item:first-child, .elem-list__ol[data-divide=flex-nowrap-grow-first] > .elem-list__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide=flex-grow-first] > .elem-list__item:first-child, .elem-list__ul[data-divide=flex-nowrap-grow-first] > .elem-list__item:first-child, .elem-list__ol[data-divide=flex-grow-first] > .elem-list__item:first-child, .elem-list__ol[data-divide=flex-nowrap-grow-first] > .elem-list__item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide=flex-grow-last] > .elem-list__item:not(:last-child), .elem-list__ul[data-divide=flex-nowrap-grow-last] > .elem-list__item:not(:last-child), .elem-list__ol[data-divide=flex-grow-last] > .elem-list__item:not(:last-child), .elem-list__ol[data-divide=flex-nowrap-grow-last] > .elem-list__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide=flex-grow-last] > .elem-list__item:not(:last-child), .elem-list__ul[data-divide=flex-nowrap-grow-last] > .elem-list__item:not(:last-child), .elem-list__ol[data-divide=flex-grow-last] > .elem-list__item:not(:last-child), .elem-list__ol[data-divide=flex-nowrap-grow-last] > .elem-list__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .elem-list__ul[data-divide=flex-grow-last] > .elem-list__item:last-child, .elem-list__ul[data-divide=flex-nowrap-grow-last] > .elem-list__item:last-child, .elem-list__ol[data-divide=flex-grow-last] > .elem-list__item:last-child, .elem-list__ol[data-divide=flex-nowrap-grow-last] > .elem-list__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__ul[data-divide=flex-grow-last] > .elem-list__item:last-child, .elem-list__ul[data-divide=flex-nowrap-grow-last] > .elem-list__item:last-child, .elem-list__ol[data-divide=flex-grow-last] > .elem-list__item:last-child, .elem-list__ol[data-divide=flex-nowrap-grow-last] > .elem-list__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .elem-list__ul, .elem-list__ol {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.6rem;
    margin-left: -1.6rem;
  }
}
@media (max-width: 767px) {
  .elem-list__ul > .elem-list__item, .elem-list__ol > .elem-list__item {
    width: calc((100% - (1.6rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1.6rem;
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .elem-list__ul[data-divide-sp="1"] > .elem-list__item, .elem-list__ol[data-divide-sp="1"] > .elem-list__item {
    width: calc((100% - (1.6rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .elem-list__ul[data-divide-sp="2"] > .elem-list__item, .elem-list__ol[data-divide-sp="2"] > .elem-list__item {
    width: calc((100% - (1.6rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .elem-list__ul[data-divide-sp="3"] > .elem-list__item, .elem-list__ol[data-divide-sp="3"] > .elem-list__item {
    width: calc((100% - (1.6rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .elem-list__ul[data-divide-sp="4"] > .elem-list__item, .elem-list__ol[data-divide-sp="4"] > .elem-list__item {
    width: calc((100% - (1.6rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .elem-list__ul[data-divide-sp="5"] > .elem-list__item, .elem-list__ol[data-divide-sp="5"] > .elem-list__item {
    width: calc((100% - (1.6rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .elem-list__ul[data-divide-sp="6"] > .elem-list__item, .elem-list__ol[data-divide-sp="6"] > .elem-list__item {
    width: calc((100% - (1.6rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .elem-list__ul[data-divide-sp="7"] > .elem-list__item, .elem-list__ol[data-divide-sp="7"] > .elem-list__item {
    width: calc((100% - (1.6rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .elem-list__ul[data-divide-sp="8"] > .elem-list__item, .elem-list__ol[data-divide-sp="8"] > .elem-list__item {
    width: calc((100% - (1.6rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .elem-list__ul[data-divide-sp="9"] > .elem-list__item, .elem-list__ol[data-divide-sp="9"] > .elem-list__item {
    width: calc((100% - (1.6rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .elem-list__ul[data-divide-sp="10"] > .elem-list__item, .elem-list__ol[data-divide-sp="10"] > .elem-list__item {
    width: calc((100% - (1.6rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .elem-list__ul[data-divide-sp=flex] > .elem-list__item, .elem-list__ul[data-divide-sp=flex-grow-first] > .elem-list__item, .elem-list__ul[data-divide-sp=flex-grow-last] > .elem-list__item, .elem-list__ul[data-divide-sp=flex-nowrap] > .elem-list__item, .elem-list__ul[data-divide-sp=flex-nowrap-grow-first] > .elem-list__item, .elem-list__ul[data-divide-sp=flex-nowrap-grow-last] > .elem-list__item, .elem-list__ol[data-divide-sp=flex] > .elem-list__item, .elem-list__ol[data-divide-sp=flex-grow-first] > .elem-list__item, .elem-list__ol[data-divide-sp=flex-grow-last] > .elem-list__item, .elem-list__ol[data-divide-sp=flex-nowrap] > .elem-list__item, .elem-list__ol[data-divide-sp=flex-nowrap-grow-first] > .elem-list__item, .elem-list__ol[data-divide-sp=flex-nowrap-grow-last] > .elem-list__item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .elem-list__ul[data-divide-sp=flex-nowrap], .elem-list__ul[data-divide-sp=flex-nowrap-grow-first], .elem-list__ul[data-divide-sp=flex-nowrap-grow-last], .elem-list__ol[data-divide-sp=flex-nowrap], .elem-list__ol[data-divide-sp=flex-nowrap-grow-first], .elem-list__ol[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .elem-list__ul[data-divide-sp=flex-grow-first] > .elem-list__item:first-child, .elem-list__ul[data-divide-sp=flex-nowrap-grow-first] > .elem-list__item:first-child, .elem-list__ol[data-divide-sp=flex-grow-first] > .elem-list__item:first-child, .elem-list__ol[data-divide-sp=flex-nowrap-grow-first] > .elem-list__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .elem-list__ul[data-divide-sp=flex-grow-last] > .elem-list__item:last-child, .elem-list__ul[data-divide-sp=flex-nowrap-grow-last] > .elem-list__item:last-child, .elem-list__ol[data-divide-sp=flex-grow-last] > .elem-list__item:last-child, .elem-list__ol[data-divide-sp=flex-nowrap-grow-last] > .elem-list__item:last-child {
    flex-grow: 1;
  }
}
.elem-list__ul[data-align=center] .elem-list__item, .elem-list__ol[data-align=center] .elem-list__item {
  justify-content: center;
}
.elem-list__item {
  display: inline-flex;
  align-items: baseline;
}
.elem-list__item > .elem-icon::before {
  line-height: 0.5;
}
.elem-list__item > .elem-icon.icon_list::before {
  color: #000;
}
@media (min-width: 1024px) {
  .elem-list__item-content:not(:last-child) {
    margin-right: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-list__item-content:not(:last-child) {
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-list__item-content:not(:last-child) {
    margin-right: 2rem;
  }
}
.elem-list__item-content > .elem-link > .elem-paragraph {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.elem-list__item-content > .elem-link > .elem-paragraph > .elem-icon-set {
  display: inline-flex;
  align-items: baseline;
}
.elem-list__item-content > .elem-link > .elem-paragraph > .elem-icon-set > .elem-icon.size-24 {
  transform: translateY(-0.25em);
}

.elem-dropdown {
  width: 100%;
  max-width: 34rem;
  height: auto;
}
@media (min-width: 1024px) {
  .elem-dropdown:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-dropdown:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .elem-dropdown:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .elem-dropdown[data-width=full] {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-dropdown[data-width=full] {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .elem-dropdown[data-width=full] .elem-dropdown__content,
  .elem-dropdown[data-width=full] .elem-dropdown__select {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-dropdown[data-width=full] .elem-dropdown__content,
  .elem-dropdown[data-width=full] .elem-dropdown__select {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .elem-dropdown[data-width-sp=full] {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .elem-dropdown[data-width-sp=full] .elem-dropdown__content,
  .elem-dropdown[data-width-sp=full] .elem-dropdown__select {
    width: 100%;
    max-width: 100%;
  }
}
.elem-dropdown__content {
  position: relative;
}
.elem-dropdown__select {
  background-color: #fff;
  border: none;
  margin: 0;
  padding: 1.6rem 1.2rem;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #005bac;
  box-shadow: 0px 0.6rem 0.6rem rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.elem-dropdown__icon {
  position: absolute;
  top: 50%;
  left: calc(100% - 1.2rem);
  transform: translateY(-50%) translateX(-100%);
  pointer-events: none;
}

.elem-input {
  list-style: none;
  padding: 0;
}
@media (min-width: 1024px) {
  .elem-input {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -3.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: -3.6rem;
  }
}
@media (min-width: 1024px) {
  .elem-input > .elem-input__item {
    width: calc((100% - (3.6rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2rem;
    margin-left: 3.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input > .elem-input__item {
    width: calc((100% - (3.6rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 2rem;
    margin-left: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide="1"] > .elem-input__item {
    width: calc((100% - (3.6rem * 1)) / 1);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide="1"] > .elem-input__item {
    width: calc((100% - (3.6rem * 1)) / 1);
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide="2"] > .elem-input__item {
    width: calc((100% - (3.6rem * 2)) / 2);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide="2"] > .elem-input__item {
    width: calc((100% - (3.6rem * 2)) / 2);
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide="3"] > .elem-input__item {
    width: calc((100% - (3.6rem * 3)) / 3);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide="3"] > .elem-input__item {
    width: calc((100% - (3.6rem * 3)) / 3);
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide="4"] > .elem-input__item {
    width: calc((100% - (3.6rem * 4)) / 4);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide="4"] > .elem-input__item {
    width: calc((100% - (3.6rem * 4)) / 4);
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide="5"] > .elem-input__item {
    width: calc((100% - (3.6rem * 5)) / 5);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide="5"] > .elem-input__item {
    width: calc((100% - (3.6rem * 5)) / 5);
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide="6"] > .elem-input__item {
    width: calc((100% - (3.6rem * 6)) / 6);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide="6"] > .elem-input__item {
    width: calc((100% - (3.6rem * 6)) / 6);
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide="7"] > .elem-input__item {
    width: calc((100% - (3.6rem * 7)) / 7);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide="7"] > .elem-input__item {
    width: calc((100% - (3.6rem * 7)) / 7);
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide="8"] > .elem-input__item {
    width: calc((100% - (3.6rem * 8)) / 8);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide="8"] > .elem-input__item {
    width: calc((100% - (3.6rem * 8)) / 8);
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide="9"] > .elem-input__item {
    width: calc((100% - (3.6rem * 9)) / 9);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide="9"] > .elem-input__item {
    width: calc((100% - (3.6rem * 9)) / 9);
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide="10"] > .elem-input__item {
    width: calc((100% - (3.6rem * 10)) / 10);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide="10"] > .elem-input__item {
    width: calc((100% - (3.6rem * 10)) / 10);
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide=flex] > .elem-input__item, .elem-input[data-divide=flex-grow-first] > .elem-input__item, .elem-input[data-divide=flex-grow-last] > .elem-input__item, .elem-input[data-divide=flex-nowrap] > .elem-input__item, .elem-input[data-divide=flex-nowrap-grow-first] > .elem-input__item, .elem-input[data-divide=flex-nowrap-grow-last] > .elem-input__item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide=flex] > .elem-input__item, .elem-input[data-divide=flex-grow-first] > .elem-input__item, .elem-input[data-divide=flex-grow-last] > .elem-input__item, .elem-input[data-divide=flex-nowrap] > .elem-input__item, .elem-input[data-divide=flex-nowrap-grow-first] > .elem-input__item, .elem-input[data-divide=flex-nowrap-grow-last] > .elem-input__item {
    width: auto;
    min-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide=flex-nowrap], .elem-input[data-divide=flex-nowrap-grow-first], .elem-input[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide=flex-nowrap], .elem-input[data-divide=flex-nowrap-grow-first], .elem-input[data-divide=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide=flex-grow-first] > .elem-input__item:not(:first-child), .elem-input[data-divide=flex-nowrap-grow-first] > .elem-input__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide=flex-grow-first] > .elem-input__item:not(:first-child), .elem-input[data-divide=flex-nowrap-grow-first] > .elem-input__item:not(:first-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide=flex-grow-first] > .elem-input__item:first-child, .elem-input[data-divide=flex-nowrap-grow-first] > .elem-input__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide=flex-grow-first] > .elem-input__item:first-child, .elem-input[data-divide=flex-nowrap-grow-first] > .elem-input__item:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide=flex-grow-last] > .elem-input__item:not(:last-child), .elem-input[data-divide=flex-nowrap-grow-last] > .elem-input__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide=flex-grow-last] > .elem-input__item:not(:last-child), .elem-input[data-divide=flex-nowrap-grow-last] > .elem-input__item:not(:last-child) {
    flex-shrink: 0;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .elem-input[data-divide=flex-grow-last] > .elem-input__item:last-child, .elem-input[data-divide=flex-nowrap-grow-last] > .elem-input__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input[data-divide=flex-grow-last] > .elem-input__item:last-child, .elem-input[data-divide=flex-nowrap-grow-last] > .elem-input__item:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .elem-input {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1rem;
    margin-left: -1rem;
  }
}
@media (max-width: 767px) {
  .elem-input > .elem-input__item {
    width: calc((100% - (1rem * 1)) / 1);
    min-width: 0rem;
    margin-top: 1rem;
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .elem-input[data-divide-sp="1"] > .elem-input__item {
    width: calc((100% - (1rem * 1)) / 1);
  }
}
@media (max-width: 767px) {
  .elem-input[data-divide-sp="2"] > .elem-input__item {
    width: calc((100% - (1rem * 2)) / 2);
  }
}
@media (max-width: 767px) {
  .elem-input[data-divide-sp="3"] > .elem-input__item {
    width: calc((100% - (1rem * 3)) / 3);
  }
}
@media (max-width: 767px) {
  .elem-input[data-divide-sp="4"] > .elem-input__item {
    width: calc((100% - (1rem * 4)) / 4);
  }
}
@media (max-width: 767px) {
  .elem-input[data-divide-sp="5"] > .elem-input__item {
    width: calc((100% - (1rem * 5)) / 5);
  }
}
@media (max-width: 767px) {
  .elem-input[data-divide-sp="6"] > .elem-input__item {
    width: calc((100% - (1rem * 6)) / 6);
  }
}
@media (max-width: 767px) {
  .elem-input[data-divide-sp="7"] > .elem-input__item {
    width: calc((100% - (1rem * 7)) / 7);
  }
}
@media (max-width: 767px) {
  .elem-input[data-divide-sp="8"] > .elem-input__item {
    width: calc((100% - (1rem * 8)) / 8);
  }
}
@media (max-width: 767px) {
  .elem-input[data-divide-sp="9"] > .elem-input__item {
    width: calc((100% - (1rem * 9)) / 9);
  }
}
@media (max-width: 767px) {
  .elem-input[data-divide-sp="10"] > .elem-input__item {
    width: calc((100% - (1rem * 10)) / 10);
  }
}
@media (max-width: 767px) {
  .elem-input[data-divide-sp=flex] > .elem-input__item, .elem-input[data-divide-sp=flex-grow-first] > .elem-input__item, .elem-input[data-divide-sp=flex-grow-last] > .elem-input__item, .elem-input[data-divide-sp=flex-nowrap] > .elem-input__item, .elem-input[data-divide-sp=flex-nowrap-grow-first] > .elem-input__item, .elem-input[data-divide-sp=flex-nowrap-grow-last] > .elem-input__item {
    width: auto;
    min-width: 0rem;
  }
}
@media (max-width: 767px) {
  .elem-input[data-divide-sp=flex-nowrap], .elem-input[data-divide-sp=flex-nowrap-grow-first], .elem-input[data-divide-sp=flex-nowrap-grow-last] {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .elem-input[data-divide-sp=flex-grow-first] > .elem-input__item:first-child, .elem-input[data-divide-sp=flex-nowrap-grow-first] > .elem-input__item:first-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .elem-input[data-divide-sp=flex-grow-last] > .elem-input__item:last-child, .elem-input[data-divide-sp=flex-nowrap-grow-last] > .elem-input__item:last-child {
    flex-grow: 1;
  }
}
.elem-input__item label {
  margin: 0;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .elem-input__item label {
    font-size: 1.6rem;
    line-height: 1.5;
    display: inline-block;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input__item label {
    font-size: 1.6rem;
    line-height: 1.5;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .elem-input__item label {
    font-size: 1.4rem;
    line-height: 1.5;
    display: inline-flex;
  }
}
@media (min-width: 1024px) {
  .elem-input__item label input {
    margin-right: 1.6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-input__item label input {
    margin-right: 1.6rem;
  }
}
@media (max-width: 767px) {
  .elem-input__item label input {
    margin-right: 0.8rem;
    margin-top: 0;
    flex-grow: 1;
    min-width: 2.4rem;
    min-height: 2.4rem;
  }
}
.elem-input__item input[type=checkbox] {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #000;
}
.elem-input__item[data-color="1"] .elem-tag-list__item-link {
  background-color: #005bac;
  border: 2px solid #005bac;
  color: #fff;
}
.elem-input__item[data-color="2"] .elem-tag-list__item-link {
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0;
}

.elem-num {
  color: #005bac;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .elem-num {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-num {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .elem-num {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .elem-num > *:not(:last-child) {
    margin-right: 1.2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-num > *:not(:last-child) {
    margin-right: 1.2rem;
  }
}
@media (max-width: 767px) {
  .elem-num > *:not(:last-child) {
    margin-right: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .elem-num__count {
    font-size: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-num__count {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .elem-num__count {
    font-size: 4.8rem;
    line-height: 1.25;
  }
}

.elem-label {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  padding: 0.4rem 0.8rem;
  background-color: #005bac;
}
.elem-label[data-color=blue] {
  background-color: #005bac;
}
.elem-label[data-color=red] {
  background-color: #d10018;
}
.elem-label[data-color=green] {
  background-color: #048a23;
}
.elem-label[data-color=accent] {
  background-color: #0d1148;
}
@media (min-width: 1024px) {
  .elem-label:first-child {
    margin-right: 0.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-label:first-child {
    margin-right: 0.8rem;
  }
}
@media (max-width: 767px) {
  .elem-label:first-child {
    margin-right: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .elem-label:not(:first-child) {
    margin-left: 0.8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-label:not(:first-child) {
    margin-left: 0.8rem;
  }
}
@media (max-width: 767px) {
  .elem-label:not(:first-child) {
    margin-left: 0.8rem;
  }
}

.elem-space {
  display: block;
}
@media (min-width: 1024px) {
  .elem-space[data-width="1"] {
    width: 1rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-width="1"] {
    width: 1rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-width-sp="1"] {
    width: 1rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-height="1"] {
    height: 1rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-height="1"] {
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-height-sp="1"] {
    height: 1rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-width="2"] {
    width: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-width="2"] {
    width: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-width-sp="2"] {
    width: 2rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-height="2"] {
    height: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-height="2"] {
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-height-sp="2"] {
    height: 2rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-width="3"] {
    width: 3rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-width="3"] {
    width: 3rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-width-sp="3"] {
    width: 3rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-height="3"] {
    height: 3rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-height="3"] {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-height-sp="3"] {
    height: 3rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-width="4"] {
    width: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-width="4"] {
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-width-sp="4"] {
    width: 4rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-height="4"] {
    height: 4rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-height="4"] {
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-height-sp="4"] {
    height: 4rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-width="5"] {
    width: 5rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-width="5"] {
    width: 5rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-width-sp="5"] {
    width: 5rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-height="5"] {
    height: 5rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-height="5"] {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-height-sp="5"] {
    height: 5rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-width="6"] {
    width: 6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-width="6"] {
    width: 6rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-width-sp="6"] {
    width: 6rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-height="6"] {
    height: 6rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-height="6"] {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-height-sp="6"] {
    height: 6rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-width="7"] {
    width: 7rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-width="7"] {
    width: 7rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-width-sp="7"] {
    width: 7rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-height="7"] {
    height: 7rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-height="7"] {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-height-sp="7"] {
    height: 7rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-width="8"] {
    width: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-width="8"] {
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-width-sp="8"] {
    width: 8rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-height="8"] {
    height: 8rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-height="8"] {
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-height-sp="8"] {
    height: 8rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-width="9"] {
    width: 9rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-width="9"] {
    width: 9rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-width-sp="9"] {
    width: 9rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-height="9"] {
    height: 9rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-height="9"] {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-height-sp="9"] {
    height: 9rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-width="10"] {
    width: 10rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-width="10"] {
    width: 10rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-width-sp="10"] {
    width: 10rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-height="10"] {
    height: 10rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-height="10"] {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-height-sp="10"] {
    height: 10rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-width="11"] {
    width: 11rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-width="11"] {
    width: 11rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-width-sp="11"] {
    width: 11rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-height="11"] {
    height: 11rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-height="11"] {
    height: 11rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-height-sp="11"] {
    height: 11rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-width="12"] {
    width: 12rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-width="12"] {
    width: 12rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-width-sp="12"] {
    width: 12rem;
  }
}
@media (min-width: 1024px) {
  .elem-space[data-height="12"] {
    height: 12rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .elem-space[data-height="12"] {
    height: 12rem;
  }
}
@media (max-width: 767px) {
  .elem-space[data-height-sp="12"] {
    height: 12rem;
  }
}

.xyz {
  background-color: #005bac;
  width: 100%;
  height: auto;
  padding: 2rem;
}
.xyz span {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.loc_map_balloon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
