@charset 'UTF-8';
.works{
	margin-bottom: 50px;
}
.works .box{
	margin-bottom: 30px;
}
.works .article{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.works .imgbig{
	max-width: 350px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: url('../image/icon02.png') center no-repeat;
}
.works .square{
	max-width: 160px;
	width: 100%;
}
.works .box .text_box{
	max-width: 340px;
	width: 100%;
}
.works .box .text{
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.works .btn{
	max-width: 120px;
	width: 100%;
}
.works .btn a{
	font-size: 1.2rem;
	text-align: center;
	color: #FFFFFF;
	display: block;
	line-height: 30px;
	background: #F4901E;
}
.works .btn a:hover{
	text-decoration: none;
	background: #4D8F6C;
}