.content1 {
    padding: 2.5rem 1.5rem 5.5rem;
}
.content1 .title {
    font-size: 1.9rem;
    color:#002bca ;
    background-color: #e3f0ff;
    display: flex;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 2rem;
}
.content1 .btn_group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.content1 .btn_group a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 3rem;
    font-size: 1.6rem;
    border-radius: 1rem;
    height: 80px;
}
.section_A .content1 .btn_group a{
    background-color: #8f4bff;
    color: #fff;
}
.section_B .content1 .btn_group a{
    background-color: #f0edfe;
}
.section_C .content1 .btn_group a{
    background-color: #f0f8fb;
}
.section_C .content1 .btn_group a{
    background-color: #f0f8fb;
}
.section_D .content1 .btn_group a{
    background-color: #e3f0ff;
}
.content1 .btn_group a img{
    width: 20%;
}
.content1 .sub_title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.content1 .box {
    margin-bottom: 2rem;
}
.content1 .bold {
    font-size: 1.6rem;
    font-weight: 600;
    color: #4173b2;
    margin-bottom: 1rem;
}
.content1 .con {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #7e7e7e;
}
.content1 .con .point1{
    font-size: 1.6rem;
    color: #5a63fc;
    margin-bottom: 1rem;
}
.content1 .point2{
    font-size: 1.6rem;
    font-weight: 600;
    color: #0c3dce;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.content1 .con .point3{
    font-size: 1.6rem;
    font-weight: 600;
    color: #5f5f5f;
}
.content1 .box img {
    width: 100%;
    margin: 2rem 0;
}
.section_A .content1 .btn_group2 {
    margin-bottom:  2rem;
}
.section_C .content1 .btn_group2 {
    margin: 0 0 3rem;
}
.content1 .btn_group2 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 4rem 0;
}
.content1 .btn_group2 a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 3rem;
    font-size: 1.6rem;
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 1rem;
    height: 80px;
}
.content1 .btn_group2 a img{
    width: 4%;
}

.chart {
    width: 100%;
    margin-bottom: 4rem;
}