section#worry {
    padding-bottom: 0;
    background: #222;
    padding: 80px 0 40px;
}

.worryContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.worryContent01 {
    width: 65%;
}

.worryContent02 {
    width: 30%;
}

.worryContent01_title {
    margin-bottom: 50px;
}

.worryContent02_text {
    margin-bottom: 40px;
}

.worryContent02_text img {
    width: 25px;
    height: auto;
    margin-right: 10px;
    text-align: center;
}

.worryContent02_text em {
    font-style: normal;
}

.worryContent02_img {
    width: 80%;
    display: block;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
}

.worryContent02 p {
    margin-top: 20px;
}


/*********************************/


/*        SP Responsive          */


/*********************************/

@media (max-width: 768px) {
    section#worry {
        padding: 40px 0 30px;
    }
    section#worry .container {
        width: 80%;
    }
    .worryContent {
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .worryContent01 {
        width: 100%;
    }
    .worryContent01_title {
        text-align: center;
        margin-bottom: 30px;
    }
    .worryContent02_text img {
        width: 15px;
        height: auto;
        margin-right: 10px;
    }
    .worryContent02 {
        width: 100%;
        margin-bottom: 20px;
    }
    .worryContent02_img {
        width: 60%;
    }
    .worryContent02_text {
        margin-bottom: 20px;
    }
}


/*
@media (max-width: 450px) {

} */