@charset "UTF-8";
/* ==========================================================
dexerials (c)visual and echo japan
Created: 2018-9
========================================================== */
/*/////////////////////////////
PRIVACY Index
- 1.privacy__renewal
/////////////////////////////*/
/* 1. privacy__renewal
* ------------------------- */
.mod_hdg06a {
    margin: 35px 0 0 0;
}

.mod_hdg06a .hdg {
    color: #005582;
    font-size: 17px;
    font-size: 1.13333rem;
    font-weight: bold;
}

ol.num li.number {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  padding-left: 30px;
}
      
ol.num li.number:before {
  content: "(" counter(cnt) ")";
  text-align: right;
  position: absolute;
  top: 0;
  left: 0; 
}

.parent  {
    list-style-type:
    upper-roman;
}

ul.check {
  list-style-type: none;
}

ul.check li {
  position: relative;
}

ul.check li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
}

.table_box {
	width: 100%;
    overflow-x: auto;
    display: block;
}
.table_box table {
	width:3500px ;
}
.table_box table th,
.table_box table td {
    word-wrap: break-word;
    width: 500px;
    table-layout: fixed;
	text-align: left;
	vertical-align: top;
}