@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.fix_yoyaku a{
    border-radius:10px 0 0 10px;
    background-color: #f47eb3;
}
.fix_yoyaku a:nth-child(2){
    background:#7ecef4;
}
.fix_yoyaku {
    border-radius:unset;
    background-color: unset;
}


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




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






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