@charset "UTF-8";

#contents_wrap {
	padding: 0 20px 100px;	
}
.anchor a {
	background-image: url(../images/home/NewProject.png)!important;
	font-size: 1.1em;
}

.h_conBtn{
	position: relative;
	padding: 32px 0; 
	align-items: stretch;
}
.h_contact a,.h_tel a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.h_contact a{
	padding: 20px 15px;
}
#today{
	position: absolute;
	top: 4px;
	right: 0;
	font-weight: 700;
	padding: 0 16px;
}
@media screen and (max-width:1024px) { 
	.h_conBtn{
		padding-top: 0;
	}
	#today{
		background-color: #f5f5f5;
		width: 100%;
		height: 32px;
		top: initial;
		bottom: 0;
	}
}