/*------------------------------------
  common
------------------------------------*/
@media screen and (min-width: 1024px) {
  .content-wrap {
    width: 1000px;
    margin: 0 auto;
  }
  .under-mv-txt-box{
    width: 1000px;
    margin: 0 auto;
  }
  .under-mv-ttl{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-bottom: 4px;
  }
  .under-txt-anker{
    line-height: 1.2;
    margin-top: 5px;
    display: block;
  }
  .under-mv-anker-adj{
    font-size: 20px; 
  }
  .sp-show{
    display: none;
  }
  .apply-top-txt{
    width: 710px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

}

@media not all and (min-width: 1024px) {
  .content-wrap {
    width: 94vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 576px) {
  html {
    font-size: 16px;
  }

  .sp-content {
    display: none;
  }

  .pc-content {
    display: block;
  }
  
  .getToshinRmk {
    margin: 20px 0;
    padding: 10px 0;
    width: 728px;
    text-align: center;
    margin: 0 auto;
  }

  .getToshinRmk p {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
  }

  .getToshinRmk img {
    width: 728px;
  }

  .getToshinRmk a {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 800px) {
  html {
    font-size: 18px;
  }
}

/* #reload-btn {
  display: none !important;
} */

.spacer-s {
  height: 1.5rem;
}

.spacer-m {
  height: 3rem;
}

.spacer-l {
  height: 5rem;
}

.spacer-full {
  height: 100vh;
}

.attention {
  color: #f00;
  font-weight: bold;
}

.yellow-underline {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fae800 50%);
  font-weight: bold;
}

.fadein {
  transform: translateY(80px);
  opacity: 0;
  transition: all 800ms;
}

.fadein.is-animated {
  transform: translateY(0px);
  opacity: 1;
}

/*------------------------------------
  コンテンツ
------------------------------------*/
.grade-txt{
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.btn-container{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.grade-btn{
  background-color: #009380;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  width: 18%;
  padding: 15px;
  border-radius: 15px;
  margin: 10px auto;
}