html {
    font-size: 62.5%;
    color: #505758;
    line-height: 1.8;
    font-family: 'Noto Sans JP', sans-serif;
    width: 100vw;
}
body{
  font-size: 1.6rem;
  overflow-x: hidden;
}
.inner {
    max-width: 1025px;
    margin: 0 auto;
}
img{
  max-width: 100%;
}
@media only screen and (max-width: 1230px) {
    .inner {
        padding:0 25px;
    }
}
@media only screen and (max-width: 767px) {
  .inner {
    padding:0 15px;
}
}
p{
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.65;
}
.sec_sample{
  padding:100px 0 50px;
}
@media screen and (max-width: 1100px) {
  .pc_under_hide {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .tab_under_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_under_hide {
    display: none !important;
  }
}
@media only screen and (min-width: 1101px) {
  .pc_over_hide {
    display: none !important;
  }
}
@media only screen and (min-width: 821px) {
  .tab_over_hide {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp_over_hide {
    display: none !important;
  }
}

/*------▽ここから下は問題とは関係ありません------------------------------*/
.question_box {
    font-size: 1.6em;
    margin-bottom: 70px;
  }
  .question_box__title {
    font-size: 3rem;
    font-weight: bold;
  }
  .question_box > p span {
    font-weight: bold;
  }
  .question_box ul {
    padding-left: 25px;
    list-style: disc;
  }