@charset "utf-8";
.demeritTxtBox {
  width: 95%;
  margin: 3em auto 1em;
}
.demeritTxtBox .title {
  width: 100%;
  border: solid red 2px;
  padding: 0.75em 0.25em;
  margin-bottom: 2em
}
.demeritTxtBox h2 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #AB0407;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
.demeritTxtBox h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #390102;
  line-height: 1.6;
}
.demeritTxtBox p {
  width: 100%;
  line-height: 1.8;
  margin: 0 auto 0.5em -0.5em;
  text-indent: -1em;
  padding-left: 2em;
}
.shokaisite {
  margin: 2em 0;
}
.shokaisite .subtitle {
  width: 14.5em;
  font-size: 1.4em;
  font-weight: bold;
  color: #390102;
  margin: 2em auto 1.5em;
  text-align: center;
  background: linear-gradient(transparent 70%, #FB6969 0%);
}
.shokaisite p {
  width: 95%;
  text-indent: -2em;
  padding-left: 3em;
  margin: 0 auto 1.5em -0.5em;
  line-height: 1.8;
}
.txtbold {
  font-weight: bold;
}
.txtred {
  color: red;
  font-weight: bold;
}
.marker {
    background: linear-gradient(transparent, yellow);
}

@media screen and (min-width:768px) {
  .demeritTxtBox {
    width: 90%;
    margin: 3em auto 1em;
  }
  .demeritTxtBox .title {
    width: 100%;
    border: solid red 2px;
    padding: 1em 0.25em;
    margin-bottom: 2em
  }
  .demeritTxtBox h2 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #AB0407;
    line-height: 1.8;
    margin-bottom: 0.5em;
  }
  .demeritTxtBox h3 {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #390102;
    line-height: 1.8;
  }
  .demeritTxtBox p {
    width: 100%;
    line-height: 1.8;
    margin: 0 auto 0.5em -0.5em;
    text-indent: -1em;
    padding-left: 2em;
  }
  .shokaisite {
    margin: 2em 0;
  }
  .shokaisite .subtitle {
    width: 16em;
    font-size: 1.6em;
    font-weight: bold;
    color: #390102;
    margin: 2em auto 2em;
    text-align: center;
    background: linear-gradient(transparent 70%, #FB6969 0%);
  }
  .shokaisite p {
    width: 95%;
    text-indent: -2em;
    padding-left: 3em;
    margin: 0 auto 1.5em -0.15em;
    line-height: 1.8;
  }
}
@media screen and (min-width:1000px) {
  .demeritTxtBox {
    width: 90%;
    margin: 3em auto 1em;
  }
  .demeritTxtBox .title {
    width: 100%;
    border: solid red 2px;
    padding: 1em 0;
    margin-bottom: 2em
  }
  .demeritTxtBox h2 {
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    color: #AB0407;
    line-height: 1.8;
    margin-bottom: 0.5em;
  }
  .demeritTxtBox h3 {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    color: #390102;
    line-height: 1.8;
  }
  .demeritTxtBox p {
    width: 92%;
    line-height: 1.8;
    margin: 0 auto 0.5em;
    text-indent: -1em;
    padding-left: 2em;
  }
  .shokaisite {
    margin: 2em 0;
  }
  .shokaisite .subtitle {
    width: 14em;
    font-size: 1.6em;
    font-weight: bold;
    color: #390102;
    margin: 2em auto 2em;
    text-align: center;
    background: linear-gradient(transparent 70%, #FB6969 0%);
  }
  .shokaisite p {
    width: 90%;
    text-indent: -2em;
    padding-left: 3em;
    margin: 0 auto 1.5em;
    line-height: 1.8;
  }
}