@charset "UTF-8";

@keyframes arrow-r {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }

  50% {
    -webkit-transform: translate3d(30%, 0, 0) rotate(45deg);
    transform: translate3d(30%, 0, 0) rotate(45deg);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}
@media screen and (max-width: 900px) {
  .sb-appshell-v1-pagetop {
    transition: bottom .5s;
  }
  .sb-appshell-v1-pagetop.is-show {
    bottom: 72px;
    transition: bottom .5s;
  }
}
.mobile-page-u96-sticky-cvr-type01-01 {
  opacity: 0;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: -100px;
  width: 100%;
  padding: 20px 0;
  z-index: -2;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.2);
  transition: opacity .5s,bottom .5s,z-index .5s;
}
.mobile-page-u96-sticky-cvr-type01-01.is-show {
  opacity: 1;
  bottom: 0;
  transition: opacity .5s,bottom .5s,z-index .5s;
  z-index: 90;
}
.mobile-page-u96-link-container-type02 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-page-u96-link-container-type02_item:first-of-type {
  margin: 0 calc((100% - 380px) / 2) 16px;
}
.mobile-page-u96-link-container-type02_item {
  box-sizing: border-box;
  padding: 0 20px;
  vertical-align: middle;
}
.mobile-page-u96-button-blue-type01 {
  width: 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px 40px;
  min-height: 50px;
  border-radius: 50px;
  text-align: center;
  -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;
  box-sizing: border-box;
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: #0b5bce;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b5bce), to(#0f82b8));
  background: linear-gradient(to bottom, #0b5bce 0%, #0f82b8 100%);
  border: none;
  color: #fff;
}
.mobile-page-u96-button-blue-type01 .icon-svg {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
}
.mobile-page-u96-button-blue-type01:hover {
    opacity: 0.6;
}
.mobile-page-u96-button-blue-type01:hover::after {
  animation: arrow-r 0.4s ease-in-out 0s 2 alternate;
  -webkit-animation: arrow-r 0.4s ease-in-out 0s 2 alternate;
}

@media screen and (min-width: 901px) {
  .mobile-page-u96-button-blue-type01 {
    min-width: 340px;
  }
}
@media screen and (max-width: 900px) {
  .mobile-page-u96-link-container-type02 {
    padding: 0 calc(20px - (10 / 750 * 100vw));
  }
  .mobile-page-u96-link-container-type02_item:first-of-type {
    margin: 0 calc((100% - 80%) / 2) 12px;
    width: 80%;
  }
  .mobile-page-u96-link-container-type02_item {
    width: 50%;
    padding: 0 calc(10 / 750 * 100vw);
  }
  .mobile-page-u96-button-blue-type01 {
    padding: 3px calc(15 / 750 * 100vw);
  }
  .mobile-page-u96-button-blue-type01 .icon-svg {
      right: 10px;
      width: 12px;
      height: 12px;
  }
  .mobile-page-u96-button-blue-type01_text-sbs {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 374px) {
  .mobile-page-u96-button-blue-type01 {
    font-size: calc(30 / 750 * 100vw);
  }
  .mobile-page-u96-button-blue-type01 .icon-svg {
      right: calc(20 / 750 * 100vw);
      width: calc(24 / 750 * 100vw);
      height: calc(24 / 750 * 100vw);
  }
  .mobile-page-u96-button-blue-type01_text-sbs {
    font-size: calc(24 / 750 * 100vw);
  }
}