/* ----------------------------------------

law_tokusho.html

---------------------------------------- */

.law_tokusho .title_main {
  background:url("/assets/img/top/engagement/title_bg01.png") no-repeat center top,linear-gradient(to right,#f2f2f2 50%,#00bbda 50%);
  background-size:auto 110px;
  letter-spacing:.5rem;
    height: 70px;
  line-height: 70px;
}

@media only screen and (max-width: 767px) {
 .law_tokusho .title_main {
    background-position:-224px 0;
    background-size:auto 70px;
  }
}



/* table_style03
------------------------------- */
.table_style03 {
  margin-bottom:30px;
  width:100%;
  border:1px solid #c7c7c7;
  text-align:left;
}

.table_style03 th,.table_style03 td {
  padding:10px 10px 10px 20px;
  border:1px solid #c7c7c7;
}

_:-ms-fullscreen,:root .table_style03 th,_:-ms-fullscreen,:root .table_style03 td {
  padding:14px 10px 6px 20px;
}

.table_style03 th {
  width:25%;
  border-right:none;
  background:#f2f2f2;
  text-align:left;
  font-weight:700;
}

.table_style03 td {
  border-left:none;
}