.law_inquiry_contents#agree_entry .agree .question ,
.cs_inquiry_contents#agree_entry .agree .question ,
.ir_inquiry_contents#agree_entry .agree .question {
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 2.5rem;
}
/*
.law_inquiry_contents#agree_entry .agree .question input[type="checkbox"] ,
.cs_inquiry_contents#agree_entry .agree .question input[type="checkbox"] ,
.ir_inquiry_contents#agree_entry .agree .question input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 3px;
  border-color: #DDDDDD;
}*/
.law_inquiry_contents#agree_entry .agree .question label ,
.cs_inquiry_contents#agree_entry .agree .question label ,
.ir_inquiry_contents#agree_entry .agree .question label {
  margin-left: 10px;
  font-weight: 400;
  color: #212529;
}
.cs_inquiry_contents#agree_entry .entry .form,
.ir_inquiry_contents#agree_entry .entry .form{
  margin-bottom: 8rem;
}

/* .law_inquiry_contents#agree_entry .agree .question input[type="checkbox"] {border-radius: 0;}*/

.law_inquiry_contents#agree_entry .bg_bx{
  margin-bottom: 8rem;
  padding: 3rem 4rem;
  background: #F7F7F7;
}
.law_inquiry_contents#agree_entry .bg_bx .txt1{
  font-size: 1.6rem;
  line-height: 1.7;
  color: #666666;
}
.law_inquiry_contents#agree_entry .bg_bx .txt1 b{
  font-weight: 600;
  color: #444444;
}
.law_inquiry_contents#agree_entry .bg_bx .table{
  margin: 3rem 0;
  overflow-x: auto;
}
.law_inquiry_contents#agree_entry .bg_bx table{width: 100%;}
.law_inquiry_contents#agree_entry .bg_bx th,
.law_inquiry_contents#agree_entry .bg_bx td{
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  font-size: 1.7rem;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.law_inquiry_contents#agree_entry .bg_bx tr th:last-child,
.law_inquiry_contents#agree_entry .bg_bx tr td:last-child{
  border-right: none;
}
.law_inquiry_contents#agree_entry .bg_bx th{
  text-align: center;
  font-weight: 600;
  color: #212529;
  background: #FAFAFA;
  border-top: 1px solid #212529;
}
.law_inquiry_contents#agree_entry .bg_bx td{
  color: #555;
  background: #fff;
}
.law_inquiry_contents#agree_entry .bg_bx td p,
.law_inquiry_contents#agree_entry .bg_bx dd{
  display: flex;
}
.law_inquiry_contents#agree_entry .bg_bx td p::before,
.law_inquiry_contents#agree_entry .bg_bx dd::before{content: 'ㆍ';}
.law_inquiry_contents#agree_entry .bg_bx dl{
  line-height: 1.7;
  font-size: 1.6rem;
  color: #666666;
}
.law_inquiry_contents#agree_entry .bg_bx dt{
  margin-bottom: 1rem;
  font-weight: 600;
  color: #444444;
}

.law_inquiry_contents#agree_entry .entry .bx_tit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.law_inquiry_contents#agree_entry .entry .bx_tit h5 {
  line-height: 1.8;
  font-size: 2.4rem;
  font-weight: 500;
}
.law_inquiry_contents#agree_entry .entry .bx_tit p {
  font-size: 1.6rem;
}
.law_inquiry_contents#agree_entry .entry .bx_tit p span {
  position: relative;
}
.law_inquiry_contents#agree_entry .entry .bx_tit p span::before {
  content: '';
  position: absolute;
  top: 3px;
  left: -6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #005bac;
}
.law_inquiry_contents#agree_entry .entry .bx{margin-bottom: 5rem;}
.law_inquiry_contents#agree_entry .bx.bx2{margin-bottom: 0;}
.law_inquiry_contents#agree_entry .entry .form{
  margin-bottom: 0;
}
.law_inquiry_contents#agree_entry .bx .radio_wrap{
  display: flex;
  align-items: center;
  gap: 3rem;
  width: 100%;
}
.law_inquiry_contents#agree_entry .bx .radio_wrap p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.8rem;
  font-weight: 500;
  color: #444444;
}
.law_inquiry_contents#agree_entry .bx .radio_wrap p input[type="radio"] {
  flex-shrink: 0;
  margin-top: 3px;
  padding: 0;
  vertical-align: middle;
  appearance: none;
  border: max(1px, 0.1em) solid #DDDDDD;
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
}
/*
.law_inquiry_contents#agree_entry .bx .radio_wrap p input[type="radio"]:checked {
  border: 0.4em solid #DDDDDD;
}*/
.law_inquiry_contents#agree_entry .bx .radio_wrap p label {
  margin-left: 10px;
  font-weight: 400;
  color: #212529;
}
.law_inquiry_contents#agree_entry .bx .info{
  margin-top: 1rem;
  line-height: 1.6;
  font-size: 1.8rem;
  color: #212529;
}
.law_inquiry_contents#agree_entry .robot_ck{
  margin: 4rem 0 8rem;
  text-align: center;
}
@media (max-width:767.98px) {
  .law_inquiry_contents#agree_entry .entry .bx_tit h5 {font-size: 2rem;}
  .law_inquiry_contents#agree_entry .bx .radio_wrap{gap: 2rem;}
}
@media (max-width:575.98px) {
  .law_inquiry_contents#agree_entry .bg_bx table{min-width:576px;}
}