.s3-wrap {
    margin: 150px auto 50px auto;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    position: relative;
}
.s3-wrap-box {
    position: absolute;
    background-color: #fff;
    max-width: 792px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 40px;
    font-size: 40px;
    top: -80px;
    border-radius: 8px;
}
.s3-wrap-box__title {
    background-color: #E15959;
    color: white;
    border-radius: 8px;
    max-width: 124px;
    z-index: 20;
    text-align: center;
    padding: 6px 12px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -95px;
}
.s3-wrap img{
    width: 100%;
}

@media screen and (max-width: 970px){
    .s3-wrap-box {
        max-width: 500px;
    }
}
@media screen and (max-width: 700px){
    .s3-wrap {
        margin: 50px auto;
    }
    .s3-wrap-box {
        max-width: 240px;
        font-size: 20px;
        padding: 10px;
        top: -40px;
    }
    .s3-wrap-box__title {
        top: -60px;
    }
}
