.img_area  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
}

.text-13 {
    font-weight: 400!important;
    font-size: 13px!important;
    line-height: 18px!important;
}

.img_area figure {
    width: 48%;
    text-align: center;
}

@media screen and (max-width: 719px) {

    img {
        width: 100%;
    }

    figure.howto {
        margin: 10px 0;
    }
    .inner {
        max-width: 100vw;
        margin: 10px 16px 10px 16px;
        /* margin: 10px 15px 10px 30px; */
    }
    section h3 {
        font-size: 4.583vw;
        margin: 0 0;
    }
}