.ecTEL {
    padding: 10px;
    margin: 5vh 0;
    background-color: #669833;
    border-radius: 5px;
}
.ecTEL a {
    width: 100%;
    height: auto;
    font-size: 25px;
    color: #fff;
    display: flex;
  justify-content: center;
  align-items: center;
}
.ecTEL a img {
    width: 8%;
}
.ecTEL a h2 {
    padding-left: 20px;
}

.ecLeafLeft{
    position: absolute;
    top: 0;
    left: 0;
}
.ecLeafRight {
    position: absolute;
    top: 20%;
    left: auto;
    right: 0;
    bottom: auto;
}

.ecTELsmall {
    width: 20vw;
}
.ecTELside {
    width: 100%;
    padding: 10px;
    margin: 5vh 0;
    background-color: #669833;
    border-radius: 5px;
}
.greenbackTEL {
    width: 100%;
    height: auto;
    font-size: 4vw;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ecTELside a img {
    width: 7%;
}
.ecTELside a h2 {
    padding-left: 1.5vw;
    font-size: 1.5vw;
}



/*----------------------------------------------------------------------------------


 タブレット画面　レスポンシブデザイン


----------------------------------------------------------------------------------*/
@media screen and (min-width:521px)and (max-width:960px) {
    .ecTELsmall {
        padding-left: 7vw;
    } 
    .ecTELside {
        width: 25vw;
        padding: 5px;
        margin: 5vh 0;
        background-color: #669833;
        border-radius: 5px;
    }
    .greenbackTEL {
        width: 100%;
        height: auto;
        font-size: 4vw;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ecTELside a img {
        width: 8%;
    }
    .ecTELside a h2 {
        padding-left: 3vw;
        font-size: 2vw;
    }



    .ecText p{
        width: 100%;
        font-size: 3.5vw;
        font-weight: bold;
        text-align: center;
    }
    .ecTEL {
        width: 50vw;
        padding: 10px;
        margin: 3vh 0;
        background-color: #669833;
        border-radius: 5px;
    }
    .ecTEL a {
        width: 100%;
        height: auto;
        font-size: 2.5vw;
        color: #fff;
        display: flex;
      justify-content: center;
      align-items: center;
    }
    .ecTEL a img {
        width: 8%;
    }
    .ecTEL a h2 {
        padding-left: 10px;
    }
    
    .ecLeafLeft{
        width: 50%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ecLeafRight {
        width: 50%;
        height: auto;
        position: absolute;
        top: auto;
        left: auto;
        right: 0;
        bottom: -5%;
    }
}





/*----------------------------------------------------------------------------------


 スマホ画面　レスポンシブデザイン


----------------------------------------------------------------------------------*/
@media screen and (max-width:520px) {
    .ecTELsmall {
        padding-left: 7vw;
    } 
    .ecTELside {
        width: 25vw;
        padding: 5px;
        margin: 5vh 0;
        background-color: #669833;
        border-radius: 5px;
    }
    .greenbackTEL {
        width: 100%;
        height: auto;
        font-size: 4vw;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ecTELside a img {
        width: 8%;
    }
    .ecTELside a h2 {
        padding-left: 3vw;
        font-size: 2vw;
    }



    .ecText p{
        width: 100%;
        font-size: 3.5vw;
        font-weight: bold;
        text-align: center;
    }
    .ecTEL {
        width: 80vw;
        padding: 10px;
        margin: 5vh 0;
        background-color: #669833;
        border-radius: 3px;
    }
    .ecTEL a {
        width: 100%;
        height: auto;
        font-size: 4vw;
        color: #fff;
        display: flex;
      justify-content: center;
      align-items: center;
    }
    .ecTEL a img {
        width: 8%;
    }
    .ecTEL a h2 {
        padding-left: 10px;
    }
    
    .ecLeafLeft{
        width: 50%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ecLeafRight {
        width: 50%;
        height: auto;
        position: absolute;
        top: auto;
        left: auto;
        right: 0;
        bottom: 10%;
    }
}