@charset "utf-8";

button#questionnaire__del{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
#questionnaire__del{
  position: absolute;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
  font-size: 23px;
  top: -16px;
  left: -10px;
}
@media screen and (max-width: 639px){
  #questionnaire__del{
    top: -15px;
    left: -8px;
    font-size: 18px;
  }
}
#questionnaire__del span{
  z-index: 1;
  position: relative;
}
#questionnaire__del:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin: -7px 0 0 -7px;
  background: #fff;
}

#questionnaire {
  z-index: 11;
  width: 50px;
  height:　206px;
  position: fixed;
  right: 0;
  top: 200px;
}

@media screen and (max-width: 639px) {
  #questionnaire {
    z-index: 11;
    width: 24px;
    height:　163px;
    position: fixed;
    right: 0;
    top: 100px;
  }
}


#questionnaire a {
  content: " ";
  background-image: url(../images/sidebanner.png);
  background-position: 0px 0px;
  width: 50px;
  height: 212px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

@media screen and (max-width: 639px) {
  #questionnaire a {
    background-image: url(../images/sidebanner_sp.png);
    background-size: contain;
    max-width: 24px;
    height: 280px;
    text-indent: -9999px;
    overflow:  }
}