@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 767px) {
	.h_contact li:nth-child(1) { background:#ffa23e; }
	.h_contact li:nth-child(1) a { color:#fff; }
	.h_contact li:nth-child(2) { background:#3fadae; }
	.h_contact li:nth-child(2) a { color:#fff; }
}
@media screen and (min-width: 768px) {
	.h_contact li:nth-child(2) { color:#3fadae; }
	.h_contact li:nth-child(2) a { color:#3fadae; }
	.fa-phone { color:#b5b5b5; }
	.h_contact li:nth-child(1) a {
		color: #fff;
		border: #ffa23e 1px solid;
		background: #ffa23e;
		border-bottom: #e68822 3px solid;
	}
	.h_contact li:nth-child(1) a:hover {
		color:#ffa23e;
		background:#fff;
	}

	.h_contact02 li:nth-child(2) { color:#fff; }
	.h_contact02 li:nth-child(2) a { color:#fff; }
	.h_contact02 .fa-phone { color:#fff; }
	.h_contact02 p { color: #fff;}
}
