@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
.btn03 .box a{
    display: block;
    background-color: #01b4bb;
    padding: 6px 5px;
    border: 1px solid #01b4bb;
    color: #fff;
    text-align: center;
   }
 .btn03 .box a:hover{	
 	background: #fff;
    border: 1px solid #01b4bb;
    color: #01b4bb;
   }
   .btn03 .box{
   	max-width: 200px;
    width: 48%;
    margin-right: 3%;
   }
   .btn03{
   	justify-content: center;
   }
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* tablet END ###################################################### */
}
@media screen and (max-width: 468px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* smartphone END ################################################## */
}