#addclass input{
  display: none;
}

.kirikae input{
display: none;
}

.kirikae{
}

.cs1{
  background-image: url("../img/question/yajirushi_top.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center right 36px;
  transition: 0.2s;
  transition: 0.2s;
}

.cs3{
  background-image: url("../img/question/yajirushi_bottom.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center right 36px;
  transition: 0.2s;
}

@media(max-width:797px){
  .cs1{
    background-image: url("../img/question/yajirushi_top.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: center right 3px;
    transition: 0.2s;
    transition: 0.2s;
  }

  .cs3{
    background-image: url("../img/question/yajirushi_bottom.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: center right 3px;
    transition: 0.2s;
  }

}
