#wrap .content {
    background-color:#f9f9f9;
}
#wrap .content {
    padding: 0 1.5rem 2rem;
}
#wrap .content .box{
    padding: 1rem;
    background-color: #fff;
    margin-bottom: 1rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    
}

#wrap .content .box .empha {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    font-size: 1.6rem;
    padding: 0.5rem;
    color: #6a9e47;
    font-weight: 700;
    width: 100%;
    position: relative;
    
}


/* #wrap .content .box .emphasis .empha {
    font-size: 1.6rem;
    border-bottom: 1px solid #cccdcc;
    padding: 1rem 0 1rem;
    color: #6a9e47;
    font-weight: 700;
    width: 100%;
    position: relative;
    
} */
#wrap .content .box.on .empha {
    font-size: 1.6rem;
    border-bottom: 1px solid #cccdcc;
    padding: 0.5rem 0.5rem 1.5rem;
    color: #6a9e47;
    font-weight: 700;
    width: 100%;
    position: relative;
    
}

   
/* #wrap .content .box .emphasis.on .empha::after {
   content: url("../img/sub-arrow-up-2.png");
   width: 3rem;
   position: absolute;
   right: 0;
    
}
#wrap .content .box .emphasis .empha::after {
   content: url("../img/sub-arrow-down-2.png");
   width: 3rem;
   position: absolute;
   right: 0;
    
} */

 #wrap .content .box .empha::after {
    content: "";
    background-image: url("../img/sub-arrow-down-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    right: 0;
    top:1rem;
 }
 #wrap .content .box.on .empha::after {
    background-image: url("../img/sub-arrow-up-2.png");
}
 
#wrap .content .box .emphasis img{
    width: 1.2rem;
}
#wrap .content .box.on .con{
    font-size: 1.5rem;
    color: #a0a6a0;
    padding: 1.5rem 0.5rem 1rem;
    line-height: 1.4;
    display: block;
    
    
}
#wrap .content .box .con{
    font-size: 1.5rem;
    color: #a0a6a0;
    padding: 1.5rem 0 1rem;
    line-height: 1.4;
    display: none;
    
    
}

