@charset "UTF-8";


/*********banner_area********/
.banner_wrap{
    margin: 2em 0;
}
.banner_area_wrap{
display: flex;
    justify-content: center;
    padding: 3em 2em 2em 2em;
    background-color: #ecf2f0;
    border: none;
    }
.banner_area{
align-self: center; */
    justify-content: center;
    /* width: calc(50% - 80px); */
    /* width: 50%; */
    padding: 0 1em;
}
.banner_textarea_wrap{
    display: flex;
    
    justify-content: center;
    padding: 0 2em 2em 2em;
        background-color: #ecf2f0;
    border: none;
    }
.banner_textarea{
    justify-content: center;
}



@media (max-width: 575px) {
    .banner_wrap img{
        width:100%;
    }
.banner_area {
    align-self: center;
    */justify-content: center;
    }
}



    /* width: calc(50% - 80px); */
    /* width: 50%; */
    /* padding: 0 1em;
  /****************
@media (min-width: 751px) {
            a[href*="tel:"] {
                pointer-events: none;
                cursor: default;
                text-decoration: none;
                color:#00ab84;
            }
        }
*******************/