@charset "UTF-8";
.p-report__contentBlock h3 {
  font: normal normal bold 24px / 38px Noto Sans JP;
  color: #333333;
  position: relative;
  padding-left: 16px;
}

.p-report__contentBlock h3:after {
  content: "";
  background: #2FAECB 0% 0% no-repeat padding-box;
  border-radius: 4px;
  width: 7px;
  height: 28px;
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
}
.p-eventDetail__title_w180{
  width: 180px;
}
.br1{
  border-bottom: 1px solid #CCCCCC;
}
a {
  word-wrap:break-word;
}