@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Sawarabi+Gothic&family=Roboto:wght@700&family=Roboto:ital,wght@0,400;0,700;1,300&display=swap");
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
div#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
  overflow: hidden;
}
body > div#wrapper {
  height: auto;
}

.Header-site .cb-social li {
  margin-left: 10px;
}

.Header-site #twitter-widget-0 {
  height: 26px !important;
}

.Header-site .fb_iframe_widget {
  top: -0px;
}
#contents {
  border-top: none;
}

#pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 60px;
  bottom: 60px;
  cursor: pointer;
  z-index: 101;
}
#pagetop img {
  width: 100%;
  height: auto;
}

footer ul.cb-btns {
  width: 829px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 40px;
}
footer ul.cb-btns li.cb-btn {
  display: inline-block;
  width: 400px;
  background-color: #fff;
}
footer ul.cb-btns li.cb-btn:first-child {
  margin-right: 29px;
}
footer ul.cb-btns li.cb-btn a {
  padding: 0;
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  background-image: url(../images/existing_img/arrow.png);
  background-position: right 15px center;
  background-size: 8px auto;
  background-repeat: no-repeat;
}
footer ul.cb-btns li.cb-btn a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
footer ul.cb-btns li.cb-btn a img {
  margin: 0 20px 6px 0;
  width: auto;
  height: 35px;
  display: inline-block;
}
footer ul.cb-btns li.cb-btn:nth-child(2) a img {
  width: auto;
  height: 35px;
}
footer ul.cb-btns li.cb-btn a span {
  width: auto;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #003e81;
  line-height: 50px;
  position: static;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }

  .Header-site .cb-social {
    margin-top: 4px;
  }
  .Header-site .cb-social li:first-child {
    margin-top: -2px;
    margin-right: 0;
  }
  .Header-site #twitter-widget-0 {
    height: 21px !important;
  }

  #navi-open {
    position: absolute;
    right: 0;
    top: 40px;
    height: 52px;
    width: 40px;
    background-color: #003e81;
    box-sizing: border-box;
    text-align: center;
    z-index: 99;
    display: block;
  }
  #navi-open:hover {
    cursor: pointer;
  }

  .menu-trigger,
  #nav-open .btn,
  #nav-open-sp .btn,
  #nav-close .btn,
  .menu-trigger span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
    line-height: 1;
  }

  .menu-trigger {
    position: relative;
    width: 60%;
    height: 39px;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 4px;
  }
  .menu-trigger span {
    margin: 0 auto !important;
    padding: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .menu-trigger span:nth-child(2) {
    margin: -5px auto 0 !important;
  }
  .menu-trigger span:last-child {
    margin: -9px auto 0 !important;
    margin-bottom: 0;
  }

  #header_nav {
    width: 100%;
    background-color: #003d80;
    font-size: 100%;
  }
  #header_nav .inner-link {
    display: none;
    position: absolute;
    z-index: 10;
    top: 42px;
    background: #003d80;
    width: 100%;
  }
  #header_nav li {
    border-bottom: 1px solid #fff;
    font-size: 140%;
  }
  #header_nav li a {
    color: #fff;
    padding: 4%;
    display: block;
    text-decoration: none;
    transition: 0.3s;
  }
  #header_nav li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #pagetop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
  }
  #pagetop img {
    width: 100%;
    height: auto;
  }
  footer ul.cb-btns {
    width: auto;
    margin: 0 20px;
    font-size: 0;
    margin-bottom: 20px;
  }
  footer ul.cb-btns li.cb-btn {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
  footer ul.cb-btns li.cb-btn:first-child {
    margin-right: 0;
  }
  footer ul.cb-btns li.cb-btn a {
    padding: 4vw 0;
    height: auto;
    text-align: left;
    display: block;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    background-image: url(../images/existing_img/arrow.png);
    background-position: right 5% center;
    background-size: 2.7vw auto;
    background-repeat: no-repeat;
  }
  footer ul.cb-btns li.cb-btn a img {
    margin: auto;
    width: 5vw;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7.3%;
  }
  footer ul.cb-btns li.cb-btn:nth-child(2) a img {
    width: 10vw;
    height: auto;
    left: 5%;
  }
  footer ul.cb-btns li.cb-btn a span {
    margin: 0 0 0 25%;
    font-size: 4.5vw;
    color: #003e81;
    line-height: 100%;
    text-align: left;
    position: static;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
      "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
  }
}

@media screen and (max-width: 380px) {
}

@media screen and (max-width: 768px) and (orientation: landscape) {
}
/* other
---------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */



/* 2023.01 local css */
.SITE-contents {
  font-family: Noto Sans JP, Yu Gothic, YuGothic, "メイリオ", Meiryo, sans-serif;
  margin-top: 60px;
}
@media(min-width:992px) {
  .SITE-contents {
    margin-top: 45px;
  }
}
@media(min-width:992px) {
  .home-hero {
    padding-top: 70px;
  }
}
@media(min-width:992px) {
  .home-hero-contents {
    position: relative;
    padding-right: 47.41%;
  }
}
.home-hero-image {
  text-align: center;
}
@media(min-width:992px) {
  .home-hero-image {
    position: absolute;
    top: -25px;
    right: -20px;
    width: 45%;
  }
}
.home-hero-button-list {
  display: flex;
  max-width: 65.33vw;
  margin: 20px auto;
}
@media(min-width:992px) {
  .home-hero-button-list {
    margin: 20px -10px;
  }
}
.home-hero-button-item {
  margin: 0 7px;
}
@media(min-width:992px) {
  .home-hero-button-item {
    margin: 0 10px;
  }
}
@media(min-width:992px) {
  .home-hero-button-appstore {
    display: inline-block;
    max-width: 171px;
  }
}
@media(min-width:992px) {
  .home-hero-button-googleplay {
    display: inline-block;
    max-width: 199px;
  }
}
.home-hero-label-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.home-hero-label-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 5px 0;
}
@media(min-width:992px) {
  .home-hero-label-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.home-hero-label-box {
  background: #5d40c6;
  background: linear-gradient(120deg, #5d40c6 0, #05b2f8 50%, #e2229f 85%, #e2229f 100%);
  padding: .2em;
  border-radius: 4px;
  height: 100%;
}
.home-hero-label-box-inner {
  background: #fff;
  padding: 1em;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.home-hero-label-item-text {
  font-size: 3vw;
  font-weight: 700;
  text-align: center;
}
@media(min-width:992px) {
  .home-hero-label-item-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.about {
  margin: 6.67vw 0;
}
@media(min-width:992px) {
  .about {
    margin: 130px 0;
  }
}
.about-list {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 6.67vw;
}
@media(min-width:992px) {
  .about-list {
    flex-direction: unset;
    margin-bottom: 60px;
  }
}
.about-list-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.about-list-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 5px 0;
}
@media(min-width:1280px) {
  .about-list-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
.about-list-item-inner {
  border: 3px solid #f0f0f0;
  border-radius: 50%;
  width: 163px;
  height: 163px;
  text-align: center;
  margin: auto;
  padding: .5em;
  position: relative;
}
@media(min-width:768px) {
  .about-list-item-inner {
    width: 320px;
    height: 320px;
    padding: 1em;
  }
}
@media(min-width:992px) {
  .about-list-item-inner {
    border-width: 6px;
    width: 366px;
    height: 366px;
  }
}
.about-list-item-image img {
  width: 80%;
  margin: auto;
}
@media(min-width:992px) {
  .about-list-item-image img {
    width: auto;
  }
}
@media(min-width:992px) {
  .about-list-item-image-05 {
    margin-bottom: 10px;
  }
}
@media(min-width:992px) {
  .about-list-item-image-06 {
    margin-bottom: 10px;
  }
}
.about-list-item-text {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: .5em;
}
@media(min-width:768px) {
  .about-list-item-text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1em;
  }
}
@media(min-width:1280px) {
  .about-list-item-text {
    font-size: 18px;
  }
}
.about-addition-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.about-addition-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 5px 0;
}
@media(min-width:992px) {
  .about-addition-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.about-addition-box {
  background-color: #f0f0f0;
  border-radius: 4px;
  height: 100%;
}
.about-addition-box-inner {
  padding: 1em;
  height: 100%;
  text-align: center;
}
.about-addition-item-image {
  width: 21.07vw;
  margin: auto;
}
@media(min-width:992px) {
  .about-addition-item-image {
    width: 107px;
  }
}
.about-addition-item-text {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: .5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(min-width:768px) {
  .about-addition-item-text {
    font-size: 14px;
  }
}
@media(min-width:1280px) {
  .about-addition-item-text {
    font-size: 16px;
  }
}
.howto {
  margin: 18vw 0;
}
@media(min-width:992px) {
  .howto {
    margin: 120px 0;
  }
}
.howto-list {
  margin: 9.33vw 0;
}
@media(min-width:992px) {
  .howto-list {
    margin: 50px 0;
  }
}
.howto-item-inner {
  padding: 6.67vw 0;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #000;
}
@media(min-width:992px) {
  .howto-item-inner {
    border-top: none;
    padding: 0;
  }
}
.howto-item-inner-01 {
  border-top: none;
  padding-top: 0;
}
@media(min-width:992px) {
  .howto-item-inner-01 {
    padding: 0 30px 40px 0;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
  }
}
@media(min-width:992px) {
  .howto-item-inner-01:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: #fff;
  }
}
@media(min-width:992px) {
  .howto-item-inner-02 {
    padding: 0 0 40px 30px;
    border-bottom: solid 2px #000;
  }
}
@media(min-width:992px) {
  .howto-item-inner-02:after {
    position: absolute;
    content: "";
    left: -2px;
    bottom: -2px;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: #fff;
  }
}
@media(min-width:992px) {
  .howto-item-inner-03 {
    padding: 40px 30px 0 0;
    border-right: solid 2px #000;
  }
}
@media(min-width:992px) {
  .howto-item-inner-03:after {
    position: absolute;
    content: "";
    right: -2px;
    top: -2px;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: #fff;
  }
}
.howto-item-inner-04 {
  padding-bottom: 0;
}
@media(min-width:992px) {
  .howto-item-inner-04 {
    padding: 40px 0 0 30px;
  }
}
@media(min-width:992px) {
  .howto-item-inner-04:after {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: #fff;
  }
}
.howto-item-heading {
  display: flex;
  align-items: center;
}
@media(min-width:992px) {
  .howto-item-heading {
    min-height: 85px;
  }
}
.howto-item-heading-image {
  flex: 0 0 auto;
  width: 12.67vw;
  margin-right: 1em;
}
@media(min-width:992px) {
  .howto-item-heading-image {
    width: 73px;
  }
}
.howto-item-heading-text {
  font-size: 3.2vw;
}
@media(min-width:992px) {
  .howto-item-heading-text {
    font-size: 16px;
  }
}
.howto-item-image {
  margin-top: 5.33vw;
}
@media(min-width:992px) {
  .howto-item-image {
    margin-top: 5px;
  }
}
.howto-border-left,
.howto-border-bottom {
  position: absolute;
  background-color: #040000;
  z-index: 1;
}
.howto-border-left {
  display: none;
}
@media(min-width:992px) {
  .howto-border-left {
    display: block;
    top: 0;
    width: 2px;
    left: 0;
    height: 100%;
  }
}
.howto-border-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.function {
  margin: 20vw 0;
}
@media(min-width:992px) {
  .function {
    margin: 120px 0 100px;
  }
}
.function-image-01 {
  margin-bottom: 5.33vw;
  text-align: center;
}
@media(min-width:992px) {
  .function-image-01 {
    margin-bottom: 0;
  }
}
.modal-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.function-item-button {
  display: block;
  color: #000;
  border-bottom: 1px solid #000;
  position: relative;
  text-decoration: none;
  padding: 2vw 3.73vw 2vw 0;
  width: 100%;
  min-height: 17.87vw;
  transition: all .15s linear;
}
@media(min-width:992px) {
  .function-item-button {
    min-height: auto;
    margin-bottom: 20px;
    padding: 20px 20px 20px 0;
  }
}
@media(min-width:992px) {
  .function-item-button:hover .function-item-button-text {
    text-decoration: underline;
  }
}
.function-item-button__container {
  display: flex;
  text-align: left;
}
.function-item-button-number {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2;
  margin-right: .2em;
}
@media(min-width:992px) {
  .function-item-button-number {
    font-size: 22px;
  }
}
.function-item-button-text {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2;
}
@media(min-width:992px) {
  .function-item-button-text {
    font-size: 22px;
  }
}
.function-item-button-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.73vw;
}
@media(min-width:992px) {
  .function-item-button-icon {
    width: 20px;
  }
}
.faq {
  margin: 20vw 0;
}
@media(min-width:992px) {
  .faq {
    margin: 100px 0;
  }
}
.faq-item {
  margin-bottom: 6vw;
  width: 68.4%;
}
@media(min-width:992px) {
  .faq-item {
    margin-bottom: 0;
  }
}
.component-button-A01 {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 3.2vw;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  position: relative;
  min-width: 67.73vw;
  transition: all .15s linear;
}
@media(min-width:992px) {
  .component-button-A01 {
    min-height: 50px;
    font-size: 16px;
    min-width: 363px;
  }
}
.component-button-A01:hover {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
}
.component-button-A01__container {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media(min-width:992px) {
  .component-button-A01__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.component-button-A01__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 20px;
  display: flex;
  align-items: center;
}
@media(min-width:992px) {
  .component-button-A01__icon {
    right: 20px;
    width: 25px;
  }
}
.component-button-A01__icon-svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
.component-header {
  margin: 0 auto;
  margin-bottom: 8vw;
  text-align: center;
}
@media(min-width:992px) {
  .component-header {
    margin: 0 auto 60px;
  }
}
.component-header-title {
  color: #000;
  font-size: 7.4vw;
  font-style: italic;
  font-weight: 900;
  line-height: 1.2;
}
@media(min-width:992px) {
  .component-header-title {
    font-size: 48px;
  }
}
.component-balloon-header {
  display: inline-block;
  position: relative;
  max-width: 84vw;
  background: #5d40c6;
  background: linear-gradient(120deg, #5d40c6 0, #05b2f8 50%, #e2229f 85%, #e2229f 100%);
  margin: 0 auto;
  margin-bottom: 4vw;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 3.5vw;
  font-weight: 700;
  border-radius: 50px;
  min-width: 84%;
}
@media(min-width:992px) {
  .component-balloon-header {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 10px 30px;
    min-width: 454px;
  }
}
.component-balloon-header:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #09f;
  top: 100%;
  left: 50%;
}
.component-attention-header {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 7vw;
  text-align: center;
}
@media(min-width:992px) {
  .component-attention-header {
    margin-bottom: 30px;
  }
}
.component-attention-header:before {
  position: absolute;
  left: 15px;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom left, #000 50%, transparent 50%);
  transform: rotate(-25deg);
}
.component-attention-header:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom left, #000 50%, transparent 50%);
  transform: rotate(25deg);
}
.component-attention-header-text {
  font-size: 4.5vw;
  font-weight: 900;
  line-height: 1.2;
}
@media(min-width:992px) {
  .component-attention-header-text {
    font-size: 26px;
    font-weight: 700;
  }
}
.component-header-lead {
  font-size: 3.2vw;
  line-height: 1.2;
  text-align: center;
}
@media(min-width:992px) {
  .component-header-lead {
    font-size: 18px;
    line-height: 1.6;
  }
}

/* modal */
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .7);
  transition: all 1s ease-in-out;
}
.modal-content {
  overflow-y: auto;
  padding: 30px;
  width: 100%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 400px;
  -webkit-animation: show .6s linear 0s;
  animation: show .6s linear 0s;
  filter: drop-shadow(0 2px 6px #777);
}
.modal-top {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 0;
}
.modal-close {
  display: block;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 25px;
  height: 25px;
  background: none;
  background: rgb(93, 64, 198);
  background: linear-gradient(
    120deg,
    rgba(93, 64, 198, 1) 0%,
    rgba(5, 178, 248, 1) 20%,
    rgba(226, 34, 159, 1) 75%,
    rgba(226, 34, 159, 1) 100%
  );
  border-radius: 50%;
  border: none;
  transition: all 0.2s ease-in-out;
  position: relative;
  margin: 0;
  z-index: 999;
}
.modal-close:after,
.modal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 4px;
  left: 12px;
  width: 1px;
  height: 18px;
  border-radius: 0;
  background-color: #fff;
}
.modal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal-close span {
  position: absolute!important;
  clip: rect(1px 1px 1px 1px);
  padding: 0!important;
  border: 0!important;
  height: 1px!important;
  width: 1px!important;
  overflow: hidden;
}
.modal-container {
  background-color: #fff;
  padding: 4vw;
}
@media(min-width:992px) {
  .modal-container {
    padding: 25px;
  }
}
.modal-heading-text {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 0 !important;
}
@media(min-width:992px) {
  .modal-heading-text {
    font-size: 22px;
  }
}
.modal-body-text {
  font-size: 3.2vw;
  margin-bottom: 0 !important;
}
@media(min-width:992px) {
  .modal-body-text {
    font-size: 16px;
  }
}
.modal-note-text {
  font-size: 2.67vw;
  margin-bottom: 0 !important;
}
@media(min-width:992px) {
  .modal-note-text {
    font-size: 14px;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
