.notice__heading {
  font-size: 38px;
  letter-spacing: 0.6px;
  text-align: center;
  font-weight: bold;
}

.notice__sub {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
  color: #f15c4d;
  line-height: 1.2;
}

.notice__description {
  font-size: 18px;
  letter-spacing: 0.6px;
  line-height: 32px;
  margin-top: 30px;
}

.violation {
  margin-top: 70px;
  border: 2px solid #000000;
  padding: 103px 34px 56px 38px;
  position: relative;
}

.violation__heading {
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -177.5px;
}

.violation__heading img {
  width: 355px;
}

.violation__item {
  padding: 28px 5px 34px 129px;
  position: relative;
  display: table;
  width: 100%;
}

.violation__item::before {
  content: "";
  width: 107px;
  height: 107px;
  position: absolute;
  left: 0;
}

.violation__item:nth-child(1)::before {
  background: url(/oyumaji/pc/assets/img/common/number_h3_01.png);
  background-size: contain;
}

.violation__item:nth-child(2)::before {
  background: url(/oyumaji/pc/assets/img/common/number_h3_02.png);
  background-size: contain;
}

.violation__item:nth-child(3)::before {
  background: url(/oyumaji/pc/assets/img/common/number_h3_03.png);
  background-size: contain;
}

.violation__item:nth-child(4)::before {
  background: url(/oyumaji/pc/assets/img/common/number_h3_04.png);
  background-size: contain;
}

.violation__item:nth-child(5)::before {
  background: url(/oyumaji/pc/assets/img/common/number_h3_05.png);
  background-size: contain;
}

.violation__item::after {
  content: "";
  background: url(/oyumaji/pc/assets/img/common/line_list.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 5px;
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
}

.violation__main {
  display: table-cell;
  vertical-align: top;
}

.violation__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 42px;
  padding-top: 10px;
}

.violation__text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 3px;
}

.violation__image {
  width: 142px;
  display: table-cell;
  vertical-align: top;
  padding-top: 4px;
}

.violation__image img {
  width: 100%;
}

.violation__notes {
  margin-top: 46px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.6px;
}

.violation__note + .violation__note {
  margin-top: 1em;
}
