@charset "utf-8";

h2 {
    display: inline-block;
	position: relative;
    margin-top: 2em;
    border-bottom: 1px solid #000;
}

h4 {
	margin-top: 1em;
	position: relative;
}

h4.toggle {
	font-size: 120%;
	margin: 1em 0 1em 1em;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
}

#main ol li {
	list-style-type: decimal;
	margin-left: 2em;
	margin-top: 1em;
}

#main {
	line-height: 2em;
}

#main p {
	margin-left: 1em;
}

input[type=checkbox] {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  content: '';
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #004473;
  border-bottom: 3px solid #004473;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.toggle:not(.active) span::before {
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	right: 17px;
	width: 2px;
	height: 20px;
	margin-top: -5px;
	background: #004473;
}
.toggle span::after {
    display: block;
    content: "";
    position: absolute;
    top: 16px;
    right: 8px;
    width: 20px;
    height: 2px;
    margin-top: -5px;
    background: #004473;
}
.toggle span::after {
	display: block;
	content: "";
	position: absolute;
	top: 16px;
	right: 8px;
	width: 20px;
	height: 2px;
	margin-top: -5px;
	background: #004473;
}

.mt1 {
	margin-top: 1em;
}

.mt2 {
	margin-top: 2em;
}

.dn {
	display: none;
}

.nolist li {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 2em;
	text-indent: -2em;
}
#maincontents h4 {
    font-weight: bold;
    padding: 8px 4px 4px 4px;
    margin-bottom: 8px;
}
h4.toggle {
    font-size: 120%;
    margin: 1em 0 1em 1em;
    background-color: #fff;
    cursor: pointer;
}
.txt_caution {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}
#main ul {
	margin-left: 1em;
}

#main .firm_rel .table{
    border: 1px solid #000;
    border-collapse: collapse;
}

td{
    border: 1px solid #000;
    padding: 0.5em;
}

.table .bg_gray{
    background-color: #868686;
    color: #fff;
    width: 38%;
}

.indent{
    padding-left: 1em;
}