@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(/tool-diagnosis/img/td-icon.png) no-repeat 50% 0;
  background-size: auto 36px;
}

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

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



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

.text-tooldiag {color:#a20000;}


.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}
