/*------------------------------------*/
/*リストアイコンCSS*/
/*---------------
.content ul > li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	padding-right:10px;
	transform: scale(1.0);
}

.content ul li {
	padding-left: 20px;
}
---------------------*/
/*-- 下記、カスタム -----------------------*/
 
/*------------------------------------*/
/*ヘッダ
 * メニュー背景
/*------------------------------------*/
.t-headerColor .menuBtn__link {
    background: none;
}

.l-header {
	padding: 10px 0 10px 0!important;
}
		
header .siteTitle {
	margin-bottom: 0px;
}

/*------------------------------------*/
/*ヘッダのピンク削除*/
/*------------------------------------*/
.infoHead{
 height: 0;
}