.law_section_contents{
  padding: 40px 0 0 0;
}
@media screen and (min-width: 920px) {
  .law_section_contents{
    padding: 65px 0 30px 0;
  }
}
.law_section_contents_item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 18px 0;
  border-bottom: 1px solid #DFE5E0;
}
@media screen and (min-width: 920px) {
  .law_section_contents_item {
    flex-direction: row;
    gap: 16px;
    padding: 20px 0;
  }
}

.law_section_contents_item:first-of-type {
  padding: 0 0 20px;
}
@media screen and (min-width: 920px) {
  .law_section_contents_item:first-of-type {
    padding: 0 0 24px;
  }
}

.law_section_contents_title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 920px) {
  .law_section_contents_title {
    font-size: 16px;
    flex: 0 1 200px;
  }
}

.law_section_contents_title .br_pc {
  display: block;
}
@media screen and (max-width: 920px) {
  .law_section_contents_title .br_pc {
    display: none;
  }
}

@media screen and (min-width: 920px) {
  .law_section_contents_inner {
    flex: 1 1 0;
  }
}

.law_section_contents_inner a {
  line-height: 1.5;
  color: #1CC1CF;
}

.law_section_contents_inner .stream_line {
  background-image: linear-gradient(to right, #1CC1CF, #1CC1CF);
}

.law_section_contents_inner small {
  font-size: 11px;
}
@media screen and (min-width: 920px) {
  .law_section_contents_inner small {
    font-size: 13px;
  }
}
