.con5 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.con5_txt {
    width: 80%;
    font-size: 18px;
}
.con5_set1 {
    display: flex;
    align-items: baseline;
}

.con5_set1_left {
    display: flex;
    align-items: center;
    width: 120px;
}

.con5_set2 {
    display: flex;
    align-items: center;
}

.con5_set3 {
    display: flex;
    align-items: center;
    margin: 0 0 3% 0;
}

.con5_bgc {
    padding: 0 10px;
	background-color : #ffffff;
}

.con5_set3 {
    width: 100%;
}

.con5_set3_pic {
    margin: 0 1%;
}

.con5_set3_pic > img {
    width: 100%;
}

.con5_pic {
    margin: 0 1%;
}
.con5_pic img {
    width: 65%;
}

.con5_daiya {
    margin: 0 3% 0 0;
}

.con5_daiya2 {
    margin: 0 0.5% 0 0;
}
.spacer {
    height: 25px;
}

@media screen and (max-width: 1000px) {
/* .con5_set1 {
    display: block;
    align-items: center;
} */
}
@media screen and (max-width: 769px) {
    .con5_bgc {
        /* margin: 0 10% 5%; */
        width: 92%;
        margin: 0 auto;
        background-color: #ffffff;
    }

    .con5_set3 {
        display: block;
        margin: 0% 0 20px 0px;
    }

    .con5_set3_pic {
        margin-bottom: 16px;
    }

    .con5_set1 > p {
        font-size: 18px;
        width: 80%;
    }

    .con5_set2 > p {
        font-size: 24px;
    }

    h3 {
        font-size: 24px;
    }

    h3 {
        margin: 6% 0 0 0;
        font-size: 20px;
    }

    .con5_set1_left {
        display: flex;
        align-items: center;
        width: 38%;
    }

    .con5_set2 {
        display: block;
        align-items: center;
    }

    .con5_set2 > p{
        line-height: 42px;
        font-size: 17px;
        line-height: 1.7;
        padding-top: 8px;
        padding-bottom: 5px;
    }

    .con5_daiya {
        margin: 5% 5% 0 0;
    }

    .con5_set1 {
        display: flex;
        align-items: baseline;
    }

    .con5_txt {
        width: 80%;
        font-size: 18px;
    }

    .con5_pic {
        margin-bottom: 50px;
        /* margin: 2% 1%; */
    }
    .con5_pic img{
        width: 100%;
    }
    
}