@charset "utf-8";
/* CSS Document */
.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  #contents table {
    width: 100%;
    margin-bottom: 40px;
  }
  #contents th {
    padding: 15px 10px 15px 10px;
  }
  #contents h1 {
    line-height: 3.2rem;
  }
  .right {
    float: none;
    text-align: center;
    width: 90%;
    margin: 0 auto 10px;
  }
  .arrow {
    margin-bottom: 50px;
    text-align: center;
  }
  .sp_br {
    display: block;
  }
}
