@charset "utf-8";

.header-nav__item--prod > a:after {
  left: 0;
  width: 100%;
}

a.accordion-toggle:after {
    font-family: 'FontAwesome';  
    content: "\f146";
    float: left; 
}
a.accordion-toggle.collapsed::after {
    content: "\f0fe"; 
}


.area-ttl {
  background: url(/img/1040250650.jpg) no-repeat 0% 50%;
  background-size: cover;
  background-color: #ccc;
}

.area-ttl__ttl {
  background: url(/webscanner/img/webscanner-icon.png) no-repeat 50% 0;
  background-size: auto 36px;
}

.area-ttl__ttl a {
  color: #006835 !important;
}

.area-ttl__ttl a:hover {
  text-decoration: none !important; 
}





.jumbo-text {
text-shadow: 2px 2px 1px #111,
             -2px 2px 1px #111,
             2px -2px 1px #111,
             -2px -2px 1px #111;
}



.text-darkgreen{color:#006835;}
.text-lightgreen{color:#81B11A;}
.bg-darkgreen{background:#006835;}
.bg-lightgreen{background:#81B11A;}


.icon{margin-top:6px;padding:.66667rem;border-radius:.35rem;text-align:center;display:inline-block;color:#fff;font-size:2rem;line-height:1;min-width:53px}


.list_table,
.list_table > dt,
.list_table > dd {
    box-sizing: border-box;
}
.list_table > dt,
.list_table > dd {
    padding: 1em;
    margin: 0px;
}

.list_table > dt {
    background: #006835;
    color: #fff;
}

.list_table > dd {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .list_table > dd {
        border: 2px solid #006835;
        border-top: none;
    }
    .list_table > dt {
        text-align: center;
    }
    .list_table > dd {
      margin-bottom: 1em;
    }
    .list_table > dd > ul {
        text-align: left;
    }
}
@media print, (min-width: 768px) {
    .list_table {
        display: flex;
        flex-wrap: wrap;
    }
    .list_table > dt,
    .list_table > dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0.5em 0;
    }
    .list_table > dt {
        width: 30%;
    }
    .list_table > dd {
        width:68%;
        border: 2px solid #006835;
    }
}




 
