#wrap .section_A .box, .section_B .box, .section_C .box ,.section_D .box ,.section_E .box { 
    border: 2px solid #dee9ff;
    border-radius: 1rem;
    
    margin-top: 1.5rem;
}

#wrap .section_A .box .sub_title, .section_E .box .sub_title { 
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.3;
    padding: 1rem 3rem 1rem 1rem ;
}
#wrap .section_A .box .sub_title img{ 
    margin-right:.7rem;
    width: 7%;
}
#wrap .section_A .box.on .sub_title, .section_E .box.on .sub_title{ 
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 2px solid #dee9ff;
    padding-bottom: 1.5rem;
}


#wrap .section_A .box .sub_title::after, .section_E .box .sub_title::after{ 
    content: '';
    background-image: url('../img/arrow-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 1rem;
    top:57%;
    transform: translateY(-50%);


}
#wrap .section_A .box.on .sub_title::after, .section_E .box.on .sub_title::after{ 
    background-image: url('../img/arrow-2.png');
    top:55%;
}

#wrap .section_A .box.on .con, .section_E .box.on .con { 
    font-size: 1.6rem;
    display: flex;
    align-items: flex-start;
    padding: 1rem;
}
#wrap .section_A .box .con img{ 
    margin-right:.5rem;

}
#wrap .section_A .box .con, .section_E .box .con { 
    display: none;
    line-height: 1.5;
    padding-top: 1.5rem;
}
#wrap .section_B .box .con, .section_C .box .con,.section_D .box .con{ 
    line-height: 1.5;
    padding-top: 1.5rem;
    font-size: 1.6rem;
    display: flex;
    align-items: flex-start;
    padding: 1rem;
}
#wrap  .section_B .box .sub_title, .section_C .box .sub_title, .section_D .box .sub_title{ 
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.3;
    padding-right: 3rem;
    padding: 1rem;
    border-bottom: 2px solid #dee9ff;
}
#wrap  .section_B .box .sub_title span, .section_C .box .sub_title span{ 
    font-size: 18px;
    font-weight: 700;
    color: #3a2cff;
}
#wrap  .section_D .sub_title img{ 
    width: 35%;
}