@charset "UTF-8";
/* responsive min:899px */
img, svg {
    vertical-align: bottom;
    border: none;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.footbaner_block {
    text-align: center;
    padding: 1em;
    width: 80%;
    margin: auto;
    background: #b49e73;
    border-radius: 5em;
    display: block;
    position: relative;
    overflow: hidden;
}

.footbaner_block::before {
    content: "''";
    position: absolute;
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    animation: shiny-btn1 4s ease-in-out infinite;
}

.footbaner_box {
    display: block;
    position: relative;
    overflow: hidden;
}

.modal_trial_nav_ttl {
    font-size: 1.5em;
}

@media (min-width: 769px) {
  .footbaner_block {
    width: 40rem !important;
  }
}

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