@charset "utf-8";

article {
  justify-content: center;
}

.title01 {
  margin-bottom: 20px;
  color: #c80037;
  font-size: 20px;
  font-weight: bold;
}

main section {
  margin: 20px 0;
}

h3.subtitle {
  padding: 5px 10px;
  margin-bottom: 10px;
  border-left: 5px solid #c80037;
  border-bottom: 1px dashed #333;
  font-weight: bold;
}

main section p {
  padding: 20px;

  .texts & {
    padding-left: 0;
    padding-right: 0;
  }
}

main section .sTitle {
  color: #c71987;
  font-weight: bold;
}
