@charset "UTF-8";



/* ----------タイトル---------- */

h2 {
	font-size: 100px;
	color: #f7b400;
	font-family: poleno, sans-serif;
	font-weight: 400;
	line-height: 0;
}

.title {
	margin-top: -40px;
}

.title li {
	display: inline-block;
	vertical-align: middle;
}

.title .fa-comment-alt,
.title .fa-wrench,
.title .fa-building {
	font-size: 35px;
	margin-right: 10px;
}

.title .fa-wrench {
	color: #decdab;
}

.title .fa-comment-alt,
.title .fa-building {
	color: #e5e5e6;
}

.title li:last-child {
	border-top: solid 0.5px black;
	color: black;
	padding-top: 5px;
	text-align: center;
	letter-spacing: 20px;
}



/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{



/* ----------タイトル---------- */

h2 {
	font-size: 17vw;
	text-align: center;

}

.title {
	margin-top: -4vh;
	text-align: center;
}

.title li:last-child {
	letter-spacing: 5px;
}



}