/*--------------------------------------------------*/
/*table   termsTable
/*--------------------------------------------------*/

.termsTable,
.termsTable_att,
.termsTable_noma {
    border: 1px solid #acacac;
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
}
.termsTable thead th,
.termsTable_att thead th,
.termsTable_noma thead th {
    background-color: #dee3e9;
    border: 1px solid #acacac;
    border-collapse: collapse;
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.termsTable thead th:first-child {
    width: 20%;
}
.termsTable thead th:nth-child(2) {
	width: 80%;
}
.termsTable_att thead th:first-child {
    width: 15%;
}
.termsTable_att thead th:nth-child(2) {
	width: 30%;
}
.termsTable tbody th,
.termsTable_att tbody th,
.termsTable_noma tbody th {
    background-color: #F2F4F8;
    border: 1px solid #acacac;
    border-collapse: collapse;
   /* font-size: 1rem;*/
	font-weight: normal;
    line-height: 1.5;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    width: 20%;
}
.termsTable td,
.termsTable_att td,
.termsTable_noma td {
    background-color: #fff;
    border: 1px solid #acacac;
    border-collapse: collapse;
   /* font-size: 1rem;*/
    line-height: 1.5;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
}
.element-content h3.service {
    font-size: 1.2em;
}

.element-content h2.att_ttl,
.element-content h3.att_ttl {
  color: #00006e;
  font-size: 18px;
  border-left:#0033cd solid 6px;
  padding-left: 5px;
  margin-top: 30px;
}

.mgB30 {
    margin-bottom: 30px;
}

.numList li {
    text-indent: -2.5em;
    padding-left: 2.5em;
}
.komeList li {
    text-indent: -2em;
    padding-left: 2em;
    margin-left: 1em;
}
.komeList li span {
    padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
    .element-content .numList li {
        padding-left: 0;
    }
}