@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/
.btn a{
	text-decoration: none;
	display: block;
	height: 65px;
	text-align: center;
	line-height: 65px;
	font-size: 1.42857rem;
	letter-spacing: 0.1em;
	position: relative;
	color: #fff !important;
	background: #ff6000;
	border-radius: 2px;
	color: #fff;
	transition: 1s;
}
.btn a:after {
    content: "\f0dd";
    font-family: "font awesome 5 pro";
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    font-size: 18px;
    right: 15px;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-66%);
    transform: translateY(-66%);
}


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

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

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