@charset "UTF-8";
/* CSS Document */

.lower_main_vi1{
	background: url(/company/asset/img/lower/main_vi/results_bg.jpg);
	background-size: cover;
	background-position: center;
}

.contents .cnt{
	padding-bottom: 80px;
}
.cnt .column{
	padding: 32px 0px 10px;
	/*border-bottom: solid 1px #ccc;*/
}
.cnt .column:last-child{
	border-bottom: none;
}
.pdf_btn p{
	border-bottom: none;
	text-align: left;
}
.pdf_btn:hover p{
	border-bottom: none;
}

.cnt .year{
	padding: 32px 0px;
	/*border-bottom: solid 1px #ccc;*/
}
.cnt .year:last-child{
	border-bottom:none;
}
.cnt .year h4{
	margin-bottom: 22px;
	font-size: 1.6rem;
	line-height: 24px;
}
.cnt .year .column{
	padding: 0px;
}
.column.col2 .col.pdf_btn{
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
	.contents .cnt{
		padding-bottom: 60px;
	}
	.column{
		display: block;
	}
	.column.col2 .col{
		width: 100%;
		margin-bottom: 10px;
	}
	.cnt:first-child .column{
		border-bottom: none;
		padding-bottom: 0px;
	}
	.cnt:first-child .column:last-child{
		padding-top: 0px;
	}
}