#put_in {
    width: 100%;

}


.main-title {
    text-align: center;
    background: url(/wp-content/themes/blocksy-child/img/title-bg.png) center center no-repeat;
    background-size: contain;
    margin: 50px 50px;

}


.container .title-wrapper .main-title > h1 {
    color: #76A9FA;
}

.container .target-box {
    background-color: #F9FAFB;
    padding: 40px;
}

.container .target-box div.title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: left;
}

.container .target-box .target-text > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: center;

}

.container .target-box .target-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.container .target-box .target-text::after {
    content: '';
    border-bottom: 1px solid #D1D5DB;
    width: 970px;
    height: 0px;
    margin: 30px 0 30px 0;

}

.container .target-box .target-text > p {
    margin: 0 80px;
}

.container .target-box .check-text > .title {
    margin-bottom: 25px;
}


.container .target-box .check-text > ul li {

    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: left;
}

.step-img {
    margin: 50px 0;
}

.step-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.step-wrapper .angle-wrapper {
    width: 60px;
    display: flex;
    align-items: center;
}

.step-wrapper .im {
    width: calc((100% - 180px) / 4);
}

.step-wrapper .angle-wrapper::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 20px solid #6B7280;
    margin: auto;
}


.step-wrapper .step-box {
    position: relative;
    border: 1px solid #1C64F2;
    text-align: center;
    border-radius: 30px;
    padding: 20px 10px;
}

.step-wrapper .step-box .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.step-wrapper .step-box::after {

}


.step-wrapper .step-box .content-wrapper > p {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
}

.step-wrapper .step-box .content-wrapper > img {
    width: 52px;
    height: auto;
}

@media (max-width: 767px) {
    .step-wrapper .im,
    .step-wrapper .angle-wrapper {
        width: 100%;
    }

    .step-wrapper .angle-wrapper {
        padding: 15px 0;
    }

    .step-wrapper .angle-wrapper::after {
        transform: rotate(90deg);
    }

    .sub-title {
        font-size: 16px;
    }

    .container .target-box .target-text > p {
        font-size: 16px;
        margin: 0;
        word-break: keep-all;
        text-align: left;
        width: 100%;
    }

    .container .target-box .check-text > ul li {
        word-break: keep-all;
        font-size: 16px;
    }

    .container .target-box div.title {
        margin-bottom: 15px;
    }

    ul {
        margin: 0;
        padding: 15px;
    }
}

