.section_A .content1 {
    padding: 3rem 1.5rem 3rem;
    border-bottom: 4px solid #f7f7f7;
}
.section_A .content1 .box:nth-of-type(1) .bold{
    padding-top:0;
}
.section_A .content1 .box .bold{
    font-size: 2rem;
    font-weight: 700;
    color: #f95f68;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 1.5rem;
    padding-top:3rem ;
}
.section_C .box .bold{
    font-size: 2rem;
    font-weight: 700;
    color: #f95f68;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 1.5rem;
    padding-top:1.5rem ;
}
.section_A .content1 .box .con{
    font-size: 1.6rem;
    line-height: 1.3;
    padding-top: 1.5rem;
}
.section_A .content2 {
    padding: 3rem 1.5rem 3rem;
}
.section_A .content2 .sub_title{
    font-size: 2rem;
    font-weight: 700;
}
.section_A .content2 .box2{
    padding: 1.5rem;
    background-color: #f7f7f7;
    border-radius: 1rem;
    margin-top: 2rem;
}
.section_A .content2 .box2 .con2{
    font-size: 1.6rem;
    line-height: 1.3;
}
.section_A .btn, .section_B .btn{
    margin-top: 3rem;
    display: block;
}
.section_A .btn img,.section_B .btn img{
    width: 100%;
}
.section_B .content1, .section_C .content1, .section_D .content1 {
    padding: 3rem 1.5rem 3rem;
}
.section_B .sub_title,.section_C .sub_title ,.section_D .sub_title  {
    font-size: 2rem;
    font-weight: 700;
}
.section_B .box {
    padding: 2rem 1.5rem;
    border: 1px solid #fbebf1;
    border-radius : 1.5rem ;
    margin-top: 2rem;
}
.section_B .box .bold{
    font-size: 2rem;
    font-weight: 700;
    color: #f95f68;
}
.section_B .box .con{
    font-size: 1.6rem;
    line-height: 1.3;
    padding-top: .5rem;
    margin-bottom: 2rem;
}
.section_C .box .con, .section_D .box .con{
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}
.section_C .box .con .point2{
    font-size: 1.6rem;
    color: #8a5f71;
    font-weight: 600;
}
.section_C .btn, .section_D .btn{
    margin-top: 3rem;
    display: block;
}
.section_C .btn img, .section_D .btn img{
    width: 100%;
}
.btn2 {
    margin-top: 1.5rem;
    display: block;
}
.btn2 img{
    width: 100%;
}
.chart_wrap {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.chart_wrap img{
    width: 100%;
}