@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.top02_btn .top02_btn01 {
    position: relative;
    width: 18%;
    margin: 10px 1%;
}


/*===========================tab====================================== */
@media screen and (min-width: 469px) and (max-width: 768px){

.top02_btn .top02_btn01 {
    position: relative;
    width: 30%;
    margin: 10px 1%;
}


}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 468px){


.top02_btn .top02_btn01 {
    position: relative;
    width: 46%;
    margin: 10px 1%;
}



}
/*===========================sp END====================================== */