@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  padding-top: 0;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
a:hover img {
  opacity: 1;
}

.bg-lakegreen030 {
  background-color: #F3FFEB !important;
}

.border-lakegreen100 {
  border: 1px solid #C0FA96 !important;
}

p {
  margin: 16px 0;
  line-height: 1.5;
  font-size: 14px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
  }
}
/* BOTTOM
--------------------------------*/
.mb3XL {
  margin-bottom: 64px !important;
}

.mb2XL {
  margin-bottom: 48px !important;
}

.mbXL {
  margin-bottom: 32px !important;
}

.mbL, .mbM {
  margin-bottom: 24px !important;
}

.mbS {
  margin-bottom: 16px !important;
}

.mbXS {
  margin-bottom: 12px !important;
}

.mb2XS {
  margin-bottom: 8px !important;
}

.mb3XS {
  margin-bottom: 4px !important;
}

.mb4XS {
  margin-bottom: 2px !important;
}

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

@media screen and (min-width: 768px) {
  .mb3XL {
    margin-bottom: 96px !important;
  }
  .mb2XL {
    margin-bottom: 64px !important;
  }
  .mbXL {
    margin-bottom: 48px !important;
  }
  .mbL {
    margin-bottom: 32px !important;
  }
}
/*--------------------------------
　COLUMNS
--------------------------------*/
.col, .col_app {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

/* デフォルトはPC2カラム SP1カラム */
.col > .col__item,
.col_app > .col__item {
  width: 100%;
}

.col--sp-2 > .col__item {
  flex-basis: calc((100% - 8px) / 2);
}

.col--sp-2.col--row-space-l > .col__item,
.col--sp-2.col--row-space-sp-l > .col__item,
.col--sp-2.col--row-space-xl > .col__item,
.col--sp-2.col--row-space-sp-xl > .col__item {
  flex-basis: calc((100% - 16px) / 2);
}

/* 余白設定 */
.col,
.col--column-space-pc-xs,
.col--column-space-pc-s {
  row-gap: 24px;
}

.col_app,
.col--column-space-xs,
.col--column-space-sp-xs {
  row-gap: 8px;
}

.col--column-space-s,
.col--column-space-sp-s {
  row-gap: 16px;
}

.col--row-space-l,
.col--row-space-sp-l,
.col--row-space-xl,
.col--row-space-sp-xl {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

/*関連コンテンツ用カラムセット*/
.col.linkList {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

/* 変則型カラム SP専用 */
.col--sp-2.col--singular-sp > .col__item:first-child {
  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  /* 横幅設定 */
  /* 2カラム横幅 */
  .col > .col__item,
  .col_app > .col__item,
  .col--sp-2.col--row-space-sp-l > .col__item,
  .col--sp-2.col--row-space-sp-xl > .col__item,
  .col--sp-2.col--singular-sp > .col__item:first-child {
    flex-basis: calc((100% - 24px) / 2);
  }
  .col--row-space-pc-s > .col__item,
  .col--row-space-pc-s.col--sp-2.col--row-space-sp-l > .col__item,
  .col--row-space-pc-s.col--sp-2.col--row-space-sp-xl > .col__item,
  .col--row-space-pc-s.col--sp-2.col--singular-sp > .col__item:first-child {
    flex-basis: calc((100% - 16px) / 2);
  }
  .col--row-space-l > .col__item,
  .col--row-space-pc-l > .col__item,
  .col--row-space-pc-l.col--sp-2.col--row-space-sp-xl > .col__item,
  .col--row-space-l.col--sp-2.col--singular-sp > .col__item:first-child .col--row-space-pc-l.col--sp-2.col--singular-sp > .col__item:first-child {
    flex-basis: calc((100% - 32px) / 2);
  }
  .col--row-space-xl > .col__item,
  .col--row-space-pc-xl > .col__item,
  .col--row-space-pc-xl.col--sp-2.col--row-space-sp-l > .col__item,
  .col--row-space-xl.col--sp-2.col--singular-sp > .col__item:first-child .col--row-space-pc-xl.col--sp-2.col--singular-sp > .col__item:first-child {
    flex-basis: calc((100% - 48px) / 2);
  }
  /* 3カラム横幅 */
  .col--pc-3 > .col__item,
  .col--pc-3.col--sp-2.col--row-space-sp-l > .col__item,
  .col--pc-3.col--sp-2.col--row-space-sp-xl > .col__item,
  .col--pc-3.col--sp-2.col--singular-sp > .col__item:first-child {
    flex-basis: calc((100% - 48px) / 3);
  }
  .col--pc-3.col--row-space-pc-s > .col__item,
  .col--pc-3.col--row-space-pc-s.col--sp-2.col--row-space-sp-l > .col__item,
  .col--pc-3.col--row-space-pc-s.col--sp-2.col--row-space-sp-xl > .col__item,
  .col--pc-3.col--row-space-pc-s.col--sp-2.col--singular-sp > .col__item:first-child {
    flex-basis: calc((100% - 32px) / 3);
  }
  .col--pc-3.col--row-space-l > .col__item,
  .col--pc-3.col--row-space-pc-l > .col__item,
  .col--pc-3.col--row-space-pc-l.col--sp-2.col--row-space-sp-xl > .col__item,
  .col--pc-3.col--row-space-l.col--sp-2.col--singular-sp > .col__item:first-child .col--pc-3.col--row-space-pc-l.col--sp-2.col--singular-sp > .col__item:first-child {
    flex-basis: calc((100% - 64px) / 3);
  }
  .col--pc-3.col--row-space-xl > .col__item,
  .col--pc-3.col--row-space-pc-xl > .col__item,
  .col--pc-3.col--row-space-pc-xl.col--sp-2.col--row-space-sp-l > .col__item,
  .col--pc-3.col--row-space-xl.col--sp-2.col--singular-sp > .col__item:first-child .col--pc-3.col--row-space-pc-xl.col--sp-2.col--singular-sp > .col__item:first-child {
    flex-basis: calc((100% - 96px) / 3);
  }
  /* 4カラム横幅 */
  .col--pc-4 > .col__item,
  .col--pc-4.col--sp-2.col--row-space-sp-l > .col__item,
  .col--pc-4.col--sp-2.col--row-space-sp-xl > .col__item,
  .col--pc-4.col--sp-2.col--singular-sp > .col__item:first-child {
    flex-basis: calc((100% - 72px) / 4);
  }
  .col--pc-4.col--row-space-pc-s > .col__item,
  .col--pc-4.col--row-space-pc-s.col--sp-2.col--row-space-sp-l > .col__item,
  .col--pc-4.col--row-space-pc-s.col--sp-2.col--row-space-sp-xl > .col__item,
  .col--pc-4.col--row-space-pc-s.col--sp-2.col--singular-sp > .col__item:first-child {
    flex-basis: calc((100% - 48px) / 4);
  }
  .col--pc-4.col--row-space-l > .col__item,
  .col--pc-4.col--row-space-pc-l > .col__item,
  .col--pc-4.col--row-space-pc-l.col--sp-2.col--row-space-sp-xl > .col__item,
  .col--pc-4.col--row-space-l.col--sp-2.col--singular-sp > .col__item:first-child .col--pc-4.col--row-space-pc-l.col--sp-2.col--singular-sp > .col__item:first-child {
    flex-basis: calc((100% - 96px) / 4);
  }
  .col--pc-4.col--row-space-xl > .col__item,
  .col--pc-4.col--row-space-pc-xl > .col__item,
  .col--pc-4.col--row-space-pc-xl.col--sp-2.col--row-space-sp-l > .col__item,
  .col--pc-4.col--row-space-xl.col--sp-2.col--singular-sp > .col__item:first-child .col--pc-4.col--row-space-pc-xl.col--sp-2.col--singular-sp > .col__item:first-child {
    flex-basis: calc((100% - 144px) / 4);
  }
  /* 余白設定 */
  .col,
  .col--column-space-sp-xs,
  .col--column-space-sp-s {
    row-gap: 32px;
  }
  .col_app,
  .col--column-space-xs,
  .col--column-space-pc-xs {
    row-gap: 16px;
  }
  .col--column-space-s,
  .col--column-space-pc-s {
    row-gap: 24px;
  }
  .col,
  .col_app,
  .col--row-space-sp-l {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .col--row-space-pc-s {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .col--row-space-l,
  .col--row-space-pc-l {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .col--row-space-xl,
  .col--row-space-pc-xl {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  /*関連コンテンツ用カラムセット*/
  .col.linkList {
    row-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .col_Adobe {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* TABのみ */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* 変則型カラム TAB専用 */
  .col--singular-tab > .col__item:first-child {
    flex-basis: 100%;
  }
  .col--tab-2 {
    row-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .col--tab-2 > .col__item {
    flex-basis: calc((100% - 24px) / 2);
  }
}
/* 高さが違うカードコンポーネントを内包時に高さを整列して見せるためのスタイル */
.col > .col__item > .card,
.col > .col__item .card__wrapper {
  height: 100%;
}

/*--------------------------------
　LIST
--------------------------------*/
.listNote__item {
  position: relative;
  padding-left: 12px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.listNone__item {
  margin-bottom: 8px;
}

.checklistNote__item {
  position: relative;
  padding-left: 12px;
  line-height: 1.5;
  margin-bottom: 0px;
}

.listNote__item::before {
  position: absolute;
  left: 0;
  display: block;
  content: "※";
}

.checklistNote__item::before {
  position: absolute;
  left: 0;
  display: block;
  content: "※";
}

.listNote__item,
.listNone__item,
.checklistNote__item {
  font-size: 12px;
}

.list {
  padding-left: 12px;
  font-size: 14px;
}

.listNum {
  padding-left: 16px;
  font-size: 14px;
}

.list__item::marker {
  color: #00ab55;
}

.list__item,
.listNum__item,
.checklistNum__item {
  list-style: "・";
  line-height: 1.5;
  margin-bottom: 8px;
}

.listNum__item,
.checklistNum__item {
  list-style: decimal;
}

.listNum--blackcircle {
  counter-reset: num;
  padding-left: 0;
}

.listNum--blackcircle .listNum__item {
  position: relative;
  padding-left: 22px;
  list-style: none;
}

.checklistNum__item {
  position: relative;
  padding-left: 22px;
  list-style: none;
  margin-bottom: 8px;
}

.listNum--blackcircle .listNum__item::before {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  display: inline-block;
  position: absolute;
  top: 1.5px;
  left: 0;
  counter-increment: num;
  content: counter(num);
  background: #04344d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.listNum--blackcircle-ttl {
  counter-reset: num;
  padding-left: 0;
}

.listNum--blackcircle-ttl .listNum__item {
  position: relative;
  padding-left: 22px;
  list-style: none;
  font-weight: bold;
  font-size: 16px;
}

.listNum--blackcircle-ttl .listNum__item::before {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  display: inline-block;
  position: absolute;
  top: 3.5px;
  left: 0;
  counter-increment: num;
  content: counter(num);
  background: #04344d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.listNum--blackcircle .checklistNum__item::before {
  display: inline-block;
  position: absolute;
  top: 1.5px;
  left: 0;
  counter-increment: num;
  content: counter(num);
  background: #00ab55;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

.listNote_bg {
  padding: 16px;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 8px;
}

.listNote_bg--no-coner {
  border-radius: 0;
}

.listNum--blackcircle-ttl .list-txt {
  font-weight: normal;
  margin-top: 4px;
  font-size: 14px;
}

.listNote_fs14 li {
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 14px;
}

.listNote_fs10 li {
  font-size: 10px;
  padding-left: 10px;
  margin: 0;
}

/*警告リスト*/
.list_caution > li {
  background: url(/assets/img_new/icon_alert_red.svg) no-repeat 0 0;
  background-size: auto 24px;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.75;
}

/*チェックリスト*/
.list_check > li {
  background: url(/assets/img_new/icon_check.svg) no-repeat 0 0;
  background-size: auto 24px;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.75;
}

/*チェックリスト（チェックマークのみ）*/
.list_check_nocircle > li {
  padding-left: 35px;
  font-size: 14px;
  line-height: 1.75;
  position: relative;
}

.list_check_nocircle > li::before {
  position: absolute;
  top: -7px;
  left: 9px;
  content: "";
  width: 8px;
  height: 16px;
  border-right: 5px solid #00ab55;
  border-bottom: 5px solid #00ab55;
  rotate: 45deg;
  transform-origin: left center;
}

@media screen and (min-width: 768px) {
  .list {
    padding-left: 16px;
  }
  .listNote_bg {
    padding: 32px 48px;
  }
  .listNote_fs12 li {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .listNote_fs14 li {
    font-size: 18px;
    margin-bottom: 8px;
    padding-left: 18px;
  }
  .list__item,
  .listNum__item {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.75;
  }
  .listNote_bg {
    padding: 32px 48px;
  }
  .listNote__item {
    padding-left: 14px;
  }
  .listNote__item,
  .listNone__item {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
  .checklistNote__item {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 0px;
  }
  .checklistNum__item {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.75;
  }
  .listNum--blackcircle .listNum__item,
  .checklistNum__item {
    position: relative;
    padding-left: 28px;
    list-style: none;
  }
  .listNum--blackcircle .listNum__item::before {
    top: 5px;
    font-size: 18px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .listNum--blackcircle .checklistNum__item::before {
    top: 5px;
    font-size: 14px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 22px;
  }
  .listNum--blackcircle .listNum__item {
    position: relative;
    padding-left: 28px;
    list-style: none;
  }
  .listNum--blackcircle-ttl .listNum__item {
    font-size: 18px;
    padding-left: 28px;
  }
  .listNum--blackcircle-ttl .listNum__item::before {
    display: inline-block;
    position: absolute;
    top: 4.5px;
    left: 0;
    counter-increment: num;
    content: counter(num);
    background: #04344d;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
  }
  /*チェックリスト（チェックマークのみ）*/
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .listNum--blackcircle-ttl .listNum__item::before {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .listNum--blackcircle-ttl .list-txt {
    margin-top: 8px;
    font-size: 18px;
  }
  .list_caution > li {
    background-size: auto 32px;
    padding-left: 36px;
    font-size: 18px;
  }
  .list_check > li {
    background-size: auto 32px;
    padding-left: 36px;
    font-size: 18px;
  }
  .list_check_nocircle > li {
    padding-left: 40px;
    font-size: 18px;
  }
  .list_check_nocircle > li::before {
    position: absolute;
    top: -6px;
    left: 9px;
    content: "";
    width: 10px;
    height: 20px;
    border-right: 5px solid #00ab55;
    border-bottom: 5px solid #00ab55;
    rotate: 45deg;
    transform-origin: left center;
  }
}
.hero {
  display: block;
}

.hero_img {
  display: block;
  background: url(/campaign/nensyu08/img/gc_hero_bg.png) repeat-x;
  background-size: contain;
}
.hero_img img {
  display: block;
  max-width: 1328.5px;
  width: 100%;
  margin: 0 auto;
}

.hero_cta {
  max-width: 960px;
  margin: 10px auto 28px;
}
@media (max-width: 768px) {
  .hero_cta {
    margin: 18px auto;
  }
}

.btn_cta {
  display: block;
  width: 336px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .btn_cta {
    width: 282px;
  }
}

.cta_txt {
  text-align: center;
}
.cta_txt a {
  font-size: 1.4rem;
  color: #000;
}
@media (max-width: 768px) {
  .cta_txt a {
    font-size: 1.2rem;
  }
}

.cta_note {
  font-size: 1.2rem;
  color: #4C4641;
  text-align: center;
}
.present_cta .cta_note {
  text-align: left;
}
@media (max-width: 768px) {
  .cta_note {
    padding: 0 12px;
    text-align: left;
  }
}

.cta_links {
  text-align: center;
}
.cta_links a {
  display: inline-block;
  color: #2bab54;
  font-size: 1.2rem;
}
.cta_links a + a {
  margin-left: 2em;
}

.present {
  display: block;
  position: relative;
}

.present_ttl {
  display: block;
  background-color: #00e600;
}
.present_ttl img {
  display: block;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.present_cta {
  max-width: 796px;
  margin: 0 auto;
  padding: 24px 0 30px;
}
@media (max-width: 768px) {
  .present_cta {
    padding: 10px 14px 24px;
  }
}

.terms {
  max-width: 796px;
  margin: 40px auto 0;
  padding: 30px 25px 30px 30px;
  background: #FCFDF2;
  border-radius: 5px;
  border: 1px solid #DADADA;
}
@media (max-width: 768px) {
  .terms {
    margin-top: 24px;
  }
}

.terms_inner.scroll {
  height: 418px;
  padding-right: 5px;
  overflow: auto;
}
@media (max-width: 768px) {
  .terms_inner.scroll {
    height: 436px;
  }
}

.terms_ttl {
  text-align: center;
  font-size: 2rem;
  color: #242221;
}
@media (max-width: 768px) {
  .terms_ttl {
    margin-bottom: 1.6em;
    text-align: left;
  }
}

.terms_ttl-sub {
  font-size: 1.8rem;
  color: #242221;
}
.terms_ttl-sub.middle {
  font-size: 1.6rem;
}

.terms_txt {
  font-size: 1.4rem;
  color: #4C4641;
}
.terms_txt.middle {
  font-size: 1.6rem;
}
.terms_txt a {
  color: #218942;
}

.terms_bottom {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .terms_bottom {
    padding: 0 12px 16px;
  }
}

.app {
  padding: 36px 0 38px;
  background-image: url(/campaign/nensyu08/img/gc_pattern.png);
  background-size: 50%;
}
@media (max-width: 768px) {
  .app {
    padding: 30px;
    background-size: 150%;
  }
}

.app_inner {
  max-width: 796px;
  margin: 0 auto;
}

.app_ttl {
  text-align: center;
  color: #242221;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .app_ttl {
    font-size: 2rem;
  }
}

.app_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  padding: 18px 26px;
  background: #fff;
  border-radius: 18px;
}
@media (max-width: 768px) {
  .app_contents {
    flex-direction: column;
    margin-top: 14px;
    padding: 16px 24px 28px;
  }
}

.app_contents_ttl {
  margin-right: 6px;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .app_contents_ttl {
    margin: 0;
    font-size: 1.6rem;
  }
}

.app_contents_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 250px;
}
@media (max-width: 768px) {
  .app_contents_item {
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}

.app_contents_img {
  width: 64px;
}

.app_contents_detail {
  display: block;
  color: #000;
}

.app_contents_detail_ttl {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .app_contents_detail_ttl {
    margin: 0;
  }
}

.app_contents_detail_txt {
  margin-top: 0;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .app_contents_detail_txt {
    margin: 0;
  }
}

.app_dl {
  display: block;
  margin-top: 44px;
  text-align: center;
}
@media (max-width: 768px) {
  .app_dl {
    margin-top: 30px;
  }
}

.app_dl_ttl {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #4C4641;
}
@media (max-width: 768px) {
  .app_dl_ttl {
    font-size: 1.6rem;
  }
}

.app_dl_img {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .app_dl_img {
    width: 324px;
  }
}

.app_dl_btns {
  display: flex;
  justify-content: center;
  gap: 54px;
  max-width: 696px;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  .app_dl_btns {
    gap: 22px;
    margin-top: 10px;
  }
}

.app_dl_btn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 14px;
}
@media (max-width: 768px) {
  .app_dl_btn {
    width: 134px;
  }
}

.app_dl_btn_txt {
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #4C4641;
}
@media (max-width: 768px) {
  .app_dl_btn_txt {
    margin: 0 0 10px;
    text-align: left;
  }
}

.app_dl_btn_item {
  display: block;
  width: 210px;
}
@media (max-width: 768px) {
  .app_dl_btn_item {
    width: 100%;
  }
  .app_dl_btn_item img {
    width: 100%;
  }
}

.app_dl_btn_qr {
  width: 94px;
}
@media (max-width: 768px) {
  .app_dl_btn_qr {
    display: none;
  }
}

/*--------------------------------
　MODAL
--------------------------------*/
.modalContents {
  display: none;
}

.modaal-container {
  max-width: 848px;
}

.modaal-wrapper .modaal-inner-wrapper {
  padding: 48px 12px;
}

@media screen and (min-width: 768px) {
  .modaal-wrapper .modaal-inner-wrapper {
    padding: 64px 24px;
  }
}
.modaal-content-container {
  padding: 0;
  background-color: #fff;
  color: #04344d;
}

.modaal-content-container .modalHeader {
  padding: 15px 56px 15px 16px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .modaal-content-container .modalHeader {
    padding: 24px 80px 24px 32px;
  }
}
.modaal-content-container .modalBody {
  background-color: #f5f7f8;
  margin: 0 8px;
  padding: 16px 8px;
}

@media screen and (min-width: 768px) {
  .modaal-content-container .modalBody {
    padding: 32px;
  }
}
.modaal-content-container .modalFooter {
  padding: 12px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modaal-content-container .modalFooter {
    padding: 16px 0;
  }
}
.modaal-content-container .modalClose_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #507183;
  font-weight: bold;
  border-radius: 100px;
  margin: 0;
  color: #fff;
  padding: 8px 0;
  min-width: 166px;
  transition: all 0.3s;
  transition: all 0.35s;
}

@media screen and (min-width: 768px) {
  .modaal-content-container .modalClose_button {
    min-width: 172px;
    padding: 9px 0;
    cursor: pointer;
  }
}
.modaal-content-container .modalClose_button:hover {
  background: #8ea2ae;
}

.modaal-content-container .modalClose_cross {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  display: grid;
  place-content: center;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .modaal-content-container .modalClose_cross {
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
}
.modaal-content-container .modalClose_cross span {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .modaal-content-container .modalClose_cross span {
    width: 32px;
    height: 32px;
  }
}
.modaal-content-container .modalClose_cross span:before,
.modaal-content-container .modalClose_cross span:after {
  content: "";
  display: block;
  background-color: #04344d;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  transition: all 0.35s;
}

.modaal-content-container .modalClose_cross span:before {
  width: 22px;
  height: 2px;
}

.modaal-content-container .modalClose_cross span:after {
  width: 2px;
  height: 22px;
}

@media screen and (min-width: 768px) {
  .modaal-content-container .modalClose_cross span:before {
    width: 32px;
    height: 3px;
  }
  .modaal-content-container .modalClose_cross span:after {
    width: 3px;
    height: 32px;
  }
}
.modaal-content-container .modalClose_cross:hover span:before,
.modaal-content-container .modalClose_cross:hover span:after {
  background-color: #8ea2ae;
}/*# sourceMappingURL=style.css.map */