@charset "UTF-8";
.preparation{
  padding: 5rem 0;
}
@media (min-width: 769px) {
  .preparation{
    padding: 10rem 0;
  }
}

#diff{
  margin: 3rem 0 0;
}

#diff h2{
  border-bottom: 1px solid #34b7ff;
  border-left: 4px solid #34b7ff;
  color: #34b7ff;
  margin: 0 0 1rem;
  padding: 0 0 0 0.5rem;
  font-size: 1.3rem;
}
@media (min-width: 769px) {
  #diff h2{
    font-size: 1.5rem;
  }
}

#diff p{
  margin: 1rem;
}

#diff p strong{
  font-weight: normal;
  font-family: kan48typos-std, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  z-index: 1;
}

#diff p strong::before{
  content: "";
  display: none;
  height: 0.5rem;
  width: 100%;
  background: #ffc7f1;
  position: absolute;
  z-index: -1;
  bottom: -0.2rem;
  left: 0;
}

#diff section{
  margin-bottom: 3rem;
  text-align: left;
}

#diff section:last-child{
  margin-bottom: 0;
}

table.diff{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 1rem 0 0;
  background: #fff;
}
@media (min-width: 769px) {
  table.diff{
    width: calc(100% - 2rem);
    margin: 1rem 1rem 0;
    background: #fff;
  }
}

table.diff th, table.diff td{
  border: 1px solid #eee;
  text-align: center;
  padding: 10px 5px;
  line-height: 1.4;
}
@media (min-width: 769px) {
  table.diff th, table.diff td{
    padding: 10px 0;
    line-height: inherit;
  }
}

table.diff thead{
  background: #57beff;
}
table.diff thead th{
  color: #fff;
}
