
.cnt_textbtn2 a {
    padding: 10px 60px 10px 60px;
    display: block;
    text-decoration: none;
    position: relative;
    background: #10a9a9;
    border: 1px solid #10a9a9;
    color: #fff !important;
    max-width: 300px;
    margin: 0 auto;
    text-align:center;
    border-radius: 7px;
}


@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.logo {
  width: 100px;
}

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




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

.logo {
  width: 35px;
}




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