/* フォント */
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

/*  */
.contents_wrapper {
  width: 708px; 
  margin: 10px auto;
}

@media (max-width: 728px) {
  .contents_wrapper {
    width: 95%; 
    margin: 10px 2.5%;
  }
}

@media (max-width: 430px) {
  .sp_noen {
    display: none;
  }
}

/*  */
body, html {
    overflow-x: visible !important;
}