@charset "utf-8";

.fw_bold {
  font-weight: bold; }

.contents_inner {
  padding-top: 45px; }

#law {
  padding-bottom: 80px;
  font-size: 16px; }

#law .page-width.w1140 {
  max-width: 1180px; }

.page_title {
  position: relative;
  padding: 13px 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }
  .page_title:before,
  .page_title:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin: auto;
    border-top: 1px solid #d2c5b8;
    border-bottom: 1px solid #fff; }
    .page_title:before { top: 0; }
    .page_title:after { bottom: 0; }

#law a {
  font-weight: bold; 
  text-decoration: underline;}

.product_law #law a {
  font-weight: normal;
}

.box_white {
  padding: 30px 40px 40px;
  background: #fff;
  border-radius: 6px;
  display: block;
  box-shadow: 0 0 5px 0 rgba(74,27,26,.11);
}

.table1 th, .table1 td {
    border: 1px solid #b99a6f;
    padding: 8px;
    font-size: 100%;
    background-color: #FFF;
}
.table1 {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.table1 .bg1 {
    background-color: #fffdf1;
}
.table1 th {
    text-align: center;
    width: 35%;
}
.pagetop {
    margin-top: 20px;
    text-align: right;
}