/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

@media (min-width: 768px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none; }
  img {
    max-width: 100%;
    height: auto; } }

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.overflow {
  overflow: hidden; }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.section1 {
  position: relative;
  z-index: 1111;
  text-align: center;
  margin: 0 auto;
  background: #fff; }
  .section1 img {
    max-width: 767px;
    width: 100%; }

.section1 .txt-01 {
  position: absolute;
  width: 309px;
  height: 133px;
  left: 50%;
  background: url(../images/txt_01.png);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 33px; }

.section1 .img-01 {
  position: absolute;
  left: 5.87%;
  right: 47.5%;
  bottom: -1px; }
  .section1 .img-01:before {
    content: url(../images/txt_02.png);
    position: absolute;
    left: 39px;
    top: -35px; }

.section1 .img-02 {
  position: absolute;
  width: 179px;
  height: 176px;
  right: 0;
  bottom: -5px; }
  .section1 .img-02:before {
    content: url(../images/txt_03.png);
    position: absolute;
    left: 18px;
    top: -40px; }

.section2 {
  background: #fff; }
  .section2 .ttl-01 {
    text-align: center; }
  .section2 .img-01 {
    text-align: center; }
  .section2 .txt-01 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #282846;
    margin: 0 auto; }
    .section2 .txt-01 span {
      font-weight: bold; }
  .section2 .info {
    position: relative;
    z-index: 1111;
    background: url(../images/bg_04.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative; }
    .section2 .info_ttl {
      text-align: center; }
    .section2 .info__btn {
      text-align: center;
      position: absolute;
      left: 50%;
      width: 100%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .section2 .info__btn a {
        display: inline-block;
        position: relative; }
        /* 2回タップしないと画面遷移しないため削除
        .section2 .info__btn a:hover:after {
          content: "";
          width: 100%;
          height: 100%;
          background: rgba(225, 225, 225, 0.3);
          position: absolute;
          top: 0;
          left: 0;
          border-radius: 50px; }
        2回タップしないと画面遷移しないため削除 */
        .section2 .info__btn a img {
          width: 342px;
          height: 55px; }

.section3 {
  border-bottom: 1px solid #DBDEE5;
  background: #fff;
  border-top: 1px solid #DBDEE5; }
  .section3 .list-box .ttl {
    text-align: center;
    padding-bottom: 30px; }
  .section3 .list-box .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .section3 .list-box .list-item {
      width: calc(50% - 1%);
      text-align: center;
      background: #FFFFFF;
      border: 1px solid #F4F6F6;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: 0px 2px 8px rgba(77, 82, 90, 0.08);
              box-shadow: 0px 2px 8px rgba(77, 82, 90, 0.08);
      border-radius: 4px;
      margin-right: 2%;
      margin-bottom: calc(1rem + 30px);
      position: relative;
      padding: 33px 7px 11px 9px; }
      .section3 .list-box .list-item:nth-child(2n) {
        margin-right: 0; }
      .section3 .list-box .list-item:last-child {
        margin-bottom: 0; }
    .section3 .list-box .list-icon {
      width: 60px;
      height: 60px;
      background: #F4F6F6;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 50%;
      position: absolute;
      top: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .section3 .list-box .list-icon img {
        width: 22px;
        height: 24px; }
    .section3 .list-box .list-ttl {
      font-weight: bold;
      font-size: 16px;
      letter-spacing: 0.08em;
      color: #183192;
      padding-bottom: 7px; }
    .section3 .list-box .list-txt1 {
      font-weight: normal;
      font-size: 14px;
      letter-spacing: 0.02em;
      color: #282846;
      text-align: left;
      line-height: 140%;
      margin-bottom: 0; }
      .section3 .list-box .list-txt1 span {
        color: #33bc9c;
        font-weight: bold; }
    .section3 .list-box .list-txt2 {
      font-weight: normal;
      font-size: 10px;
      letter-spacing: 0.04em;
      color: #6D6F73;
      text-align: left;
      margin-bottom: 0; }
  .section3 .content-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 17px 0 3px;
    border: 1px solid #DBDEE5; }
    .section3 .content-box__1 {
      text-align: center; }
    .section3 .content-box__2 {
      text-align: center;
      border-top: 1px solid #DBDEE5; }
    .section3 .content-box-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .section3 .content-box-btn a {
      cursor: pointer;
      background: #35BC9C;
      border-radius: 44px;
      display: block;
      font-weight: bold;
      font-size: 12.46px;
      line-height: 140%;
      text-align: center;
      letter-spacing: 0.02em;
      color: #FFFFFF;
      text-decoration: none;
      position: relative; }
      .section3 .content-box-btn a:hover:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(225, 225, 225, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50px; }
    .section3 .content-box__ttl {
      font-weight: bold;
      font-size: 12.46px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      letter-spacing: 0.02em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .section3 .content-box__ttl img {
        margin-right: 5px;
        vertical-align: middle; }
    .section3 .content-box-txt {
      font-size: 10px;
      letter-spacing: 0.04em;
      color: #282846;
      margin-bottom: 0; }
  .section3 .info-box {
    background: #F7F7F9;
    border-radius: 12px; }
    .section3 .info-box-ttl1 {
      font-size: 15px;
      letter-spacing: 0.04em;
      color: #282846;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .section3 .info-box-ttl1 img {
        margin-right: 10px; }
    .section3 .info-box-ttl2 {
      font-size: 12.46px;
      letter-spacing: 0.02em;
      color: #282846; }
    .section3 .info-box-img {
      text-align: center; }
    .section3 .info-box-txt1 {
      font-size: 12.46px;
      color: #282846;
      letter-spacing: 0.04em; }
      .section3 .info-box-txt1 span {
        color: #33bc9c;
        font-weight: bold; }
    .section3 .info-box-txt2 {
      font-size: 10px;
      color: #282846;
      letter-spacing: 0.04em;
      margin-bottom: 0; }

.section4 {
  background: #fff;
  border-top: 1px solid #DBDEE5;
  border-bottom: 1px solid #DBDEE5; }
  .section4 .ttl-01 {
    text-align: center; }
  .section4 .img1 {
    text-align: center; }
  .section4 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .section4 .list-item {
      width: 49%;
      text-align: center;
      background: #FFFFFF;
      border: 1px solid #DBDEE5;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: 0px 1px 5px rgba(77, 82, 90, 0.15);
              box-shadow: 0px 1px 5px rgba(77, 82, 90, 0.15);
      border-radius: 8px;
      margin-right: 2%; }
      .section4 .list-item:nth-child(2n) {
        margin-right: 0; }
    .section4 .list-imgTxt {
      position: relative;
      display: inline-block; }
      .section4 .list-imgTxt-img {
        text-align: left; }
      .section4 .list-imgTxt-txt {
        font-weight: normal;
        font-size: 7px;
        letter-spacing: 0.04em;
        color: #6D6F73;
        position: absolute;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 20px; }
    .section4 .list__ttl1 {
      font-size: 16px;
      letter-spacing: 0.04em;
      color: #282846; }
    .section4 .list__ttl2 img {
      width: 127px; }
  .section4 .txt1 {
    font-size: 10px;
    letter-spacing: 0.04em;
    color: #6D6F73;
    line-height: 128%; }
  .section4 .img1 {
    text-align: center; }

.section5 {
  background: #fff;
  border-bottom: 1px solid #DBDEE5;
  border-top: 1px solid #DBDEE5; }
  .section5 .ttl-01 {
    text-align: center; }
  .section5 .list-item {
    text-align: center; }
  .section5 .list-imgTxt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .section5 .list-imgTxt-img {
      width: 56px; }
    .section5 .list-imgTxt-txt {
      width: calc(100% - 56px);
      background: #F4F6F6;
      font-size: 13px;
      line-height: 140%;
      letter-spacing: 0.02em;
      color: #282846;
      text-align: left;
      font-weight: bold;
      border-radius: 7px;
      position: relative; }
      .section5 .list-imgTxt-txt:before {
        content: "";
        background: #F4F6F6;
        border-radius: 2px;
        width: 8px;
        height: 8px;
        position: absolute;
        left: 2px;
        top: 40%;
        -webkit-transform: translateX(-50%) rotate(-135deg);
            -ms-transform: translateX(-50%) rotate(-135deg);
                transform: translateX(-50%) rotate(-135deg); }
    .section5 .list-imgTxt-reverse .list-imgTxt-img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      width: 44px; }
    .section5 .list-imgTxt-reverse .list-imgTxt-txt {
      font-weight: normal; }
      .section5 .list-imgTxt-reverse .list-imgTxt-txt span {
        color: #33bc9c;
        font-weight: bold; }
      .section5 .list-imgTxt-reverse .list-imgTxt-txt:before {
        content: "";
        background: #F4F6F6;
        border-radius: 2px;
        width: 8px;
        height: 8px;
        position: absolute;
        left: inherit;
        right: -8px;
        top: 20%;
        -webkit-transform: translateX(-50%) rotate(-135deg);
            -ms-transform: translateX(-50%) rotate(-135deg);
                transform: translateX(-50%) rotate(-135deg); }

.section6 {
  background: -webkit-linear-gradient(347.01deg, #1D7EC5 1.33%, #54B9A8 100%);
  background: linear-gradient(102.99deg, #1D7EC5 1.33%, #54B9A8 100%); }
  .section6 .ttl-01 {
    text-align: center; }
    .section6 .ttl-01 img {
      max-width: 198px; }
  .section6 .slide {
    max-width: 767px;
    margin: 0 auto; }
    .section6 .slide-item {
      display: inline-block;
      background: #fff;
      -webkit-box-shadow: 0px 3px 10px rgba(77, 82, 90, 0.3);
              box-shadow: 0px 3px 10px rgba(77, 82, 90, 0.3);
      position: relative; }
      .section6 .slide-item:after {
        content: url(../images/icon_15.svg);
        position: absolute;
        right: -1.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .section6 .slide-item:last-child:after {
        display: none; }
    .section6 .slide-img img {
      width: 100%; }
    .section6 .slide-ttl {
      font-size: 16px;
      letter-spacing: 0.04em;
      color: #29293B; }
    .section6 .slide-txt {
      font-size: 14px;
      letter-spacing: 0.04em;
      color: #282846;
      margin-bottom: 0; }
    .section6 .slide .slick-list {
      padding: 0 15% 0 0 !important; }


.section6 .slick-slide {
  position: relative;
}
.section6 .slick-slide:after {
  content: url(../images/icon_15.svg);
  position: absolute;
  right: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section6 .slick-slide:last-child:after {
  display: none;
}


.section7 {
  border-bottom: 1px solid #DBDEE5;
  background: #fff; }
  .section7 .ttl-01 {
    text-align: center; }
  .section7 .list {
    max-width: 767px;
    margin: 0 auto;
    padding: 0 !important; }
    .section7 .list-item {
      background: #FFFFFF;
      border: 1px solid #DBDEE5;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: 0px 1px 5px rgba(77, 82, 90, 0.15);
              box-shadow: 0px 1px 5px rgba(77, 82, 90, 0.15);
      border-radius: 8px;
      position: relative;
      margin-bottom: 5px; }
    .section7 .list__ttl {
      font-size: 16px;
      color: #183192;
      letter-spacing: 0.04em; }
    .section7 .list__txt1 {
      font-size: 14px;
      color: #282846;
      line-height: 21px;
      letter-spacing: 0.04em;
      margin-bottom: 0; }
    .section7 .list__txt2 {
      font-size: 13px;
      letter-spacing: 0.04em;
      color: #6D6F73;
      margin-bottom: 0;
      position: absolute;
      bottom: 1rem;
      left: 1rem; }
    .section7 .list .slick-list {
      padding: 0 18% 0 1.5rem !important; }

.section8 {
  background-color: #fff;
  border-top: 1px solid #DBDEE5; }
  .section8 .ttl-01 {
    text-align: center; }
  .section8 .faq-item.active {
    background: rgba(186, 155, 59, 0.05); }
    .section8 .faq-item.active .faq-q:after {
      display: none; }
  .section8 .faq-item:last-child .faq-q {
    border-bottom: 1px solid #DBDEE5; }
  .section8 .faq-item:last-child.active .faq-q {
    border-bottom: none; }
  .section8 .faq-item:last-child.active .faq-a {
    border-bottom: 1px solid #DBDEE5; }
  .section8 .faq-q {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: 1px solid #DBDEE5;
    position: relative;
    min-height: 40px; }
    .section8 .faq-q:before {
      content: "";
      width: 16px;
      height: 2px;
      background: #C4C9D0;
      position: absolute;
      top: 50%;
      right: -7px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      border-radius: 2px; }
    .section8 .faq-q:after {
      content: "";
      width: 2px;
      height: 16px;
      background: #C4C9D0;
      position: absolute;
      top: calc(50% - 7px);
      right: 7px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      border-radius: 2px; }
    .section8 .faq-q__left {
      width: 13px; }
    .section8 .faq-q__right {
      width: calc(100% - 13px);
      margin-bottom: 0;
      font-weight: bold;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.04em;
      color: #282846; }
  .section8 .faq-a {
    display: none;
    border-top: 1px dashed #DBDEE5; }
    .section8 .faq-a__box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .section8 .faq-a__left {
      width: 13px; }
    .section8 .faq-a__right {
      width: calc(100% - 13px);
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.04em; }

.modal-content {
  background: #FFFFFF;
  border-radius: 16px; }
  .modal-content .ttl-01 {
    font-size: 14px;
    line-height: 18px;
    color: #282846; }
  .modal-content .ttl-02 {
    font-size: 14px;
    line-height: 18px;
    color: #282846;
    position: relative; }
    .modal-content .ttl-02:before {
      content: "";
      width: 5px;
      height: 18px;
      background: -webkit-linear-gradient(342.43deg, #1D7EC5 11.68%, #54B9A8 81.07%);
      background: linear-gradient(107.57deg, #1D7EC5 11.68%, #54B9A8 81.07%);
      border-radius: 60px;
      position: absolute;
      left: 0;
      top: 0; }
  .modal-content__list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #DBDEE5; }
    .modal-content__list dl:first-child dd {
      font-weight: bold;
      font-size: 12px;
      line-height: 13px;
      color: #282846; }
    .modal-content__list dl:first-child dt {
      font-weight: bold;
      font-size: 12px;
      line-height: 13px;
      color: #282846; }
  .modal-content__list dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%; }
  .modal-content__list dd {
    width: 40%; }
  .modal-content__list .numer {
    width: 18px;
    height: 18px;
    background: #35BC9C;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF; }
  .modal-content__list .txt {
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    color: #282846; }
  .modal-content__list1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .modal-content__list1 li {
      width: calc(33.333% - 0.333rem);
      margin-right: 0.5rem;
      margin-bottom: 1rem;
      position: relative; }
      .modal-content__list1 li:nth-child(3n) {
        margin-right: 0; }
      .modal-content__list1 li:nth-last-child(-n+3) {
        margin-bottom: 0; }
      .modal-content__list1 li a {
        text-decoration: none; }
      .modal-content__list1 li .number {
        width: 18px;
        height: 18px;
        background: #35BC9C;
        border-radius: 50%;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        font-weight: bold;
        color: #FFFFFF;
        position: absolute;
        top: 2px;
        left: 2px; }
      .modal-content__list1 li .img img {
        width: 100%; }
      .modal-content__list1 li .ttl {
        font-weight: bold;
        font-size: 10px;
        line-height: 11px;
        color: #282846; }
      .modal-content__list1 li .txt {
        font-size: 9px;
        line-height: 12px;
        letter-spacing: 0.04em;
        color: #6C6C6C;
        margin-bottom: 0; }
  .modal-content .info {
    background: #F7F7F9;
    border-radius: 8px; }
    .modal-content .info .ttl {
      font-size: 11px;
      line-height: 14px;
      letter-spacing: 0.04em;
      color: #282846; }
    .modal-content .info .txt {
      font-size: 10px;
      line-height: 13px;
      letter-spacing: 0.04em;
      color: #282846;
      margin: 0; }
  .modal-content .btn-close {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1111; }

.fixed {
  position: fixed !important;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 222, 229, 0)), to(#DBDEE5));
  background: -webkit-linear-gradient(top, rgba(219, 222, 229, 0) 0%, #DBDEE5 100%);
  background: linear-gradient(180deg, rgba(219, 222, 229, 0) 0%, #DBDEE5 100%);
  background-blend-mode: multiply;
  padding-bottom: 0.75rem;
  -webkit-animation: opacity 1s ease-in-out 1 forwards;
          animation: opacity 1s ease-in-out 1 forwards; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  80% {
    opacity: 1; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  80% {
    opacity: 1; } }
