@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* -----------------------------------------------------
common
------------------------------------------------------ */

.box03{
	width: 31%;
	margin-right: 0%;
}

.wrap_solu .box03{
	padding: 30px;
    background-color: #f3f3f3;
}
.btn-flex{
	/*justify-content: center;*/
	align-items: center;
}
.btn-flex .box{
	margin: 8px;
}
a.btn {
    position: relative;
    display: inline-block;
    padding: 1px 30px;
    border-radius: 3px;
    background-color: #009e41;
    font-size: 14px;
    color: #fff;
}
a.pdf {
    position: relative;
    display: inline-block;
    padding: 1px 30px 1px 49px;
    border-radius: 3px;
    background-color: #e11a1e;
    font-size: 14px;
    color: #fff;
}
a.pdf::before{
	content: "\f1c1";
	font-family: "Font Awesome 5 Pro";
	font-weight: 200;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 30px;
}


@media screen and (min-width: 641px) and (max-width: 834px){
}
@media only screen and (max-width: 640px){
}