@charset "UTF-8";

.accordion {
    border-bottom: 1px solid #bbb;
}

.accordion-item {
    border-top: 1px solid #bbb;
    margin-bottom: -1px;
}

.accordion-item-header {
    border-bottom: 1px solid #bbb;
}



.accordion-item-header a {
    display: block;
    padding: 1.25rem 3.125rem 1.25rem 1.875rem;
    font-size:.7rem;
    font-weight: 700;
    background: url(../img/icon/icon-arrow-down.svg) 100% 50% no-repeat;
}




.accordion-item-body .table-container {
    margin-top: -1px;
}
.accordion-item-header a span {font-size:.940rem;}
.accordion-item-header a span.dot {position:relative; top:-2px;  font-size:.7rem; padding:0 .3rem;}
.accordion-item.active .accordion-item-header a {
    background-image: url(../img/icon/icon-arrow-up.svg);
    color: #46bebe;
}

.accordion-item-body {
    background: #fafafa;
}

.accordion .table-bordered th:first-child,
.accordion .table-bordered td:first-child {
    padding-left: 1.875rem;
}


.accordion .table-bordered th:last-child,
.accordion .table-bordered td:last-child {
    padding-right: 3.125rem;
}