@charset "UTF-8";
/* CSS Document */
#sec01 {
  background: inherit;
  padding: 20px 0 80px 0;
}
.h2_title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}
.contents {
  background: #151616;
  padding: 40px 0 120px 0;
}
.txt {
  font-size: 16px;
  line-height: 1.6;
}
.law_list_wrap {
  margin-top: 40px;
}
.law_list_dl {
  display: flex;
  flex-wrap: wrap;	
  margin-bottom: 6px;
  padding: 16px 24px;	
  font-size: 16px;
  line-height: 1.6;	
  background: #313131;	
}
.law_list_dt {
  width: 27%;
}
.law_list_dd {
  width: 73%;
}

@media screen and (max-width:768px){
.contents {
  padding: 20px 20px 60px 20px;
}
.h2_title {
  font-size: 18px;
}
.txt {
  font-size: 14px;
  line-height: 1.6;
}
law_list_dl {
  display: block;
  margin-bottom: 2px;
  padding: 12px 16px;
  font-size: 15px;
	}
.law_list_dt {
  width: 100%;
}	
.law_list_dd {
  width: 100%;
}	
}
	















