@charset "UTF-8";
/*  体験記用パネルモジュール  */
.g-pane-pink {
  background-color: #FFF2F6;
}

.g-pane-bg {
  background-image: url("../img/english_doujyo/bg_goukaku.png");
  background-position: top 10px right 10px;
  background-size: 20%;
  background-repeat: no-repeat;
}

#voice .g-pane-bg {
  background-size: 100px;
  background-position: top 20px right 20px;
}

@media screen and (min-width: 768px) and (max-width: 840px) {
  .g-pane-bg {
    background-size: 13%;
  }
}

@media screen and (max-width: 767px) {
  .g-pane-bg {
    background-size: 50px;
  }
  #voice .g-pane-bg {
    background-size: 80px;
    background-position: top 220px right 10px;
  }
}
