.section_A .box .con, .section_C .box .con, .section_D .box .con, .section_E .box .con, .section_F .box .con, .section_G .box .con, .section_H .box .con, .section_I .box .con, .section_J .box .con, .section_K .box .con, .section_L .box .con{
    font-size: 16px;
    line-height: 1.4;
}
.section_A .box .bold{
    font-size: 18px;
    font-weight: 800;
    color: #7f3244;
    margin-bottom: 15px;
}

.section_A .box {
    margin: 50px 0;
    display: flex;
    align-items: center;
    
}
.section_A .box2 {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
}
.section_A .box .box-icon {
    width: 200px;
    height: 120px;
    background-color: #fcf5f7;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_A .box .box-icon img{
    width: 130px;
    padding: 15px;
}
.section_B .box {
    margin: 50px 0;
    display: flex;
    align-items: center;
}
.section_B .box .bold {
    font-size: 18px;
    font-weight: 800;
    border: 2px solid #b54358;
    color: #7f3244;
    border-radius: 30px;
    padding: 15px 40px;
    display: inline-block;
    min-width: 180px; 
    text-align: center; 
    line-height: 1.3;
}
.section_B .box .con {
    font-size: 16px;
    line-height: 1.4;
    margin-left: 25px;
}
.section_B .box .con {
    font-size: 16px;
    line-height: 1.4;
    margin-left: 25px;
}
.content1 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.section_C .box .bold, .section_D .box .bold, .section_E .box .bold, .section_F .box .bold, .section_G .box .bold, .section_H .box .bold, .section_I .box .bold, .section_K .box .bold, .section_L .box .bold{
    font-size: 18px;
    font-weight: 800;
    color: #7f3244;
    margin: 15px 0;
    line-height: 1.3;
}
.section_C .box, .section_D .box , .section_E .box, .section_F .box, .section_G .box, .section_H .box, .section_I .box, .section_J .box, .section_K .box, .section_L .box  {
    margin-bottom: 20px;
}
.section_F .list {
    padding: 15px;
    background-color: #fcf5f7;
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #f9eaec;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.section_F .list span {
    font-size: 18px;
    font-weight: 800;
    color: #7f3244;
    padding: 15px 40px;
    display: inline-block;
    min-width: 180px; 
    text-align: center; 
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #f9eaec;
    margin-bottom: 10px;
    flex: 1 0 21%;
    max-width: calc(25% - 10px); 
    margin-right: auto; 
}

.section_F .list span:nth-child(4n+1),
.section_F .list span:nth-child(4n+2),
.section_F .list span:nth-child(4n+3) {
    margin-right: 5px;
}
.section_G .content1 .box2 {
    display: flex;
    margin-top: 40px;
}
.section_G .content1 .box2 {
    display: flex;
    margin-top: 40px;
    gap: 20px;
}
.section_G .content1 .box2 h3{
    font-size: 20px;
    font-weight: 800;
}
.section_G .content1 .box2 .con{
    font-size: 16px;
    line-height: 1.4;
}
.section_G .content1 .box2 img{
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    height: auto;
}
.section_G .content1 .box2 .left {
    padding: 25px;
    width: 50%;
    background-color: #ffe4cf;
    border: 1px solid #f8ddc9;
}
.section_G .content1 .box2 .right {
    padding: 25px;
    width: 50%;
    background-color: #e6f9ff;
    border: 1px solid #cbecf0;
}
.section_J .content1 .btn {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    align-items: center;
    margin: 30px 0 50px;
}
.section_J .content1 .box:nth-child(2) .btn {
    background-color: #ffe4cf; 
    border: 1px solid #f1d4c0;
}
.section_J .content1 .box:nth-child(4) .btn {
    background-color: #e6f9ff; 
    border: 1px solid #c5eaf1;
}
.section_J .content1 .box:nth-child(2) .point3 {
    font-size: 23px;
    font-weight: 900;
    color: #e0630e;
}
.section_J .content1 .box:nth-child(4) .point1 {
    font-size: 23px;
    font-weight: 900;
    color: #2b8da3;
}

.section_J .content1 .btn .img_txt{
    font-size: 20px;
    font-weight: 800;
}
.section_J .content1 .btn img{
    width: 70%;
}
.section_J .content1 .btn .btn_left{
    display: flex;
    align-items: flex-start;
}
.section_J .content1 .btn .btn_left img{
    margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .content1 {
       padding: 0 20px;
    }
    .section_A .box .box-icon img {
        width: 100px;
        padding: 15px;
    }
    .section_A .box .box-icon {
        width: unset;
        height: 120px;
    }
    .section_F .list {
        width: 767px;
    }
    .section_G .content1 .box2 {
        display: flex;
        flex-direction: column;
    }
    .section_G .content1 .box2 .left {
        width: 100%;
    }
    .section_G .content1 .box2 .right {
        width: 100%;
    }
    .image-container img {
        width: 100%;
        height: 120px;
    }
 }
 @media (max-width: 767px){

    .content1 {
        margin-top: 20px;
        padding: 0 20px;
        width: 100%;
    }
    .section_A .box .box-icon img {
        width: 100px;
        padding: 15px;
    }
    .section_A .box .box-icon {
        width: unset;
        height: 120px;
    }

    .section_G .content1 .box2 {
        display: flex;
        flex-direction: column;
    }
    .section_G .content1 .box2 .left {
        width: 100%;
        padding: 15px;
    }
    .section_G .content1 .box2 .right {
        width: 100%;
        padding: 10px;
    }
    .image-container img {
        width: 100%;
        height: 120px;
    }
   .section_A .box {
        margin: 50px 0;
        width: 100%;
    }
.section_B .box .bold {
    font-size: 16px;
    padding: 10px ;
    min-width: 130px;
    width: 30%;
}
.section_B .box .con {
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    margin: 20px 0;
}.section_B .box {
    margin: 50px 0;
    display: unset;
    align-items: center;
}


.image-container {
    position: relative; 
    width: 100%;
}

.section_G .content1 .box2 img {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
}
.section_G .content1 .box2 h3 {
    font-size: 18px;
    font-weight: 800;
}
.section_F .list {
    width: 100%;
}

.section_F .list span {
    flex: 1 0 30%; 
    max-width: calc(33.333% - 10px); 
    margin: 5px;
    padding: 7px;
    box-sizing: border-box; 
    min-width: unset;
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1.3;
    font-size: 15px;
    white-space: nowrap;
}

.section_F .list span:nth-child(3n+1),
.section_F .list span:nth-child(3n+2),
.section_F .list span:nth-child(3n+3) {
    margin-right: 5px;
}
.section_J .content1 .btn {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    margin: 30px 0 50px;
}
.section_J .content1 .btn .btn_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section_J .content1 .btn .img_txt {
    font-size: 18px;
}
.section_J pre.img_2  {
    text-align: right; 
    display: block;
}
.section_J .content1 .box:nth-child(4) .point1 {
    font-size: 20px;
    line-height: 1.3;
}
.section_J .content1 .box:nth-child(2) .point3 {
    font-size: 20px;
    line-height: 1.3;
}
 }
 
 
