#law {
  padding: 40px 6vw;
}
@media screen and (min-width: 768px) {
  #law {
    padding: 40px 40px;
  }
}
@media screen and (min-width: 980px) {
  #law {
    padding: 40px 60px 60px;
  }
}

@media screen and (min-width: 768px) {
  .contents_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 40px;
  }
}

.contents_right {
  max-width: 790px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents_right {
    margin-top: 0;
  }
}

.guideline_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #C8C8C8;
}
.guideline_table dl:last-child {
  border-bottom: 1px solid #C8C8C8;
}
.guideline_table dt, .guideline_table dd {
  padding: 10px;
}
.guideline_table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  font-weight: bold;
  background-color: #F0F0F0;
}
@media screen and (min-width: 768px) {
  .guideline_table dt._large {
    width: 240px;
  }
}
@media screen and (min-width: 980px) {
  .guideline_table dt._large {
    width: 120px;
  }
}
@media screen and (min-width: 1223px) {
  .guideline_table dt._large {
    width: 240px;
  }
}
.guideline_table dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .guideline_table dd._flex p + p {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding-top: 11px;
  }
  .guideline_table dd._flex p + p::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: calc(100% + 20px);
    height: 0;
    border-bottom: 1px solid #C8C8C8;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .guideline_table dd._flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .guideline_table dd._flex p {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 1223px) {
  .guideline_table dd._flex p {
    width: calc(50% - 10px);
  }
}
.guideline_table dd .text {
  margin-bottom: 1em;
}
@media screen and (min-width: 1223px) {
  .guideline_table dt {
    width: 240px;
  }
  .guideline_table dt, .guideline_table dd {
    padding: 20px;
  }
}