@charset "utf-8";
.Wrapper .box01 p {
}

/*Mobile Device*/
@media (max-width : 700px ){
.box01 {
    background-color: #77CFC9;
    font-size: 2.5em;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
}
.pic01 {
    margin-right: auto;
    margin-left: 20px;
    margin-top: 20px;
}


}
/*Tablet Device*/
@media (min-width : 701px ) and ( max-width : 999px ){
.box01 {
    background-color: #B9D064;
    font-size: 2em;
    font-family: Arial;
}
.pic01 {
    margin-right: auto;
    margin-left: 20px;
    margin-top: 20px;
}

}
/*Desktop Device*/
@media (min-width:1000px){
.box01 {
    background-color: #EB7C7E;
    font-family: Arial;
    font-size: 1.5em;
    width: 70%;
}
.pic01 {
    margin-left: 20px;
    margin-top: 20px;
}

}
