@charset "UTF-8";
#indemnity .sec__tit {
  text-align: left;
  font-size: 1.25em;
}

#indemnity {
  font-size: 14px;
  line-height: 1.4;
	background: #fff;
}

#indemnity .section {
	padding: 10px 10px 20px;
}

#indemnity .section p {
	line-height: 1.4;
	margin: 0 0 1em;
}

#indemnity .section.nobtm {
	padding: 0;
}

#indemnity .section.nopdn {
	padding: 0 0 20px;
}

#indemnity .section.nopdn2 {
  padding: 0;
}

.section__title {
	color: #fff;
	padding: 10px;
	background: #823921;
}

.indemnity__title {
  color: #fff;
  text-align: center;
  padding: .7em 0;
  background: #ee6300;
}

.indemnity__list01 {
  margin: 0 0 1em;
}

.indemnity__list01 li a {
  display: block;
  color: #0166ca;
  font-weight: bold;
  padding: .7em;
  background: url(../images/ico_arrow.png) no-repeat right 10px center;
  background-size: 16px auto;
  border-bottom: 1px solid #000;
}

.indemnity__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1em;
}

.indemnity__table th,
.indemnity__table td {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding: 5px 10px;
  border: 1px solid #a1a2a4;
  box-sizing: border-box;
}

.indemnity__table th {
  color: #42210b;
  background: #f8f0e2;
}

.indemnity__table01 th {
  width: 90px;
}

.indemnity__table02 th,
.indemnity__table02 tr td:last-child {
  text-align: center;
}

.indemnity__table02 tr th:last-child {
  width: 75px;
}

.indemnity__table03 th {
  width: 50%;
}

.indemnity__table03 th,
.indemnity__table03 td {
  text-align: center;
}

p.blue {
  color: #0166ca;
  font-weight: bold;
  margin: 0 0 .4em!important;
}

p.or {
  color: #ee6300;
  font-weight: bold;
  margin: 0 0 .4em!important;
}

.icon_text {
  padding: 0 0 0 15px;
  background: url(../images/nikukyu-icon-.png) no-repeat left 3px;
  background-size: 10px auto;
}

.indemnity__list {
  margin: 0 0 1em;
  padding: 0;
}

.indemnity__list li {
  font-weight: bold;
  margin: 0 0 .5em;
  padding: 0 0 0 18px;
  position: relative;
}

.indemnity__list li span {
  color: #ee6300;
  position: absolute;
  top: 0;
  left: 0;
}

.indemnity__list p {
  font-size: 12px;
  font-weight: normal;
}