html {
  font-size: calc(100vw * 15 / 375);
}

.pc-content {
  display: none;
}

.sp-content {
  display: block;
}

.getToshinRmk {
    padding: 1vw 0;
    width: 100vw;
    text-align: center;
}

.getToshinRmk p {
    font-size: 4vw;
    margin: 0;
    font-weight: bold;
}

.getToshinRmk img {
    width: 100%;
}

.getToshinRmk a {
    display: block;
    margin: 0 auto;
    width: 97%;
}

footer {
  padding-bottom: 23vw !important;
}

/*------------------------------------
  コンテンツ
------------------------------------*/
.btn-container{
  display: block;
}

.grade-btn{
  width: 75%;
  display: block;
}