.content_main .number {
    background: linear-gradient(#40abff 0%, #02bfb9 100%);
}
.content_main section:first-child {
    background: url(img/design/backimg.jpg) !important;
}
.content_main section:first-child::before {
    content: none;
}
.content_main section p{
    border-color:#38AEF6;
}
.content_main section:nth-child(odd) {
    background: #fbfcee;
}
.content_main section:nth-child(even) {
    background: #ebf8ff;
}

section.title img {
    max-width: 100%;
}
section.title .text-area h1 {
    border-bottom: 5px solid #FFDA00;
    color: #fff;
    margin-top: 10px;
}
.shop_message {
    background-color: #FFDA00;
    text-align: center;

}
.shop_message img {
    margin:10px 0;
    max-height: 50px;
    max-width: 70%;

}
section.title .text-area .headtext {
    display: inline-block;
    margin: 30px 0 15px 0;
    color: #fff;
    min-height: 120px;
    white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
    section.title .text-area {
        position: absolute;
        bottom: 50px;
        top: 15px;
        left: 15px;
        width: calc((100% - 30px) * 0.6);
        margin-right: calc((100% - 30px) * 0.05);
    }
    section.title .image-area {
        position: absolute;
        top: 15px;
        right: 15px;
        width: calc((100% - 30px) * 0.35);
    }
    section.title .image-area img:first-child {
        text-align: right;
    }
    section.title .image-area img:last-child {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    section.title {
        display: flex;
        flex-direction: column;       
    }
    section.title .image-area {
        display: flex;
        justify-content: space-around;
    }
    section.title .image-area img{
        width: 45%;
        height: 45%;
    }
    section.title .image-area img:first-child{
        order: 2;
    }
    section.title .image-area img:last-child{

        order: 1;
    }

}
