@charset "UTF-8";

.navbar-toggle {
	margin-right: 0;
}
.navbar-logo {
	display: none;
}
.l-gNav a {
	font-size: 14px;
}
.l-gNav .l-gNav-sub a {
	font-size: 12px;
	font-weight: normal;
}
.l-logo a {
	font-size: 0;
}
.m-ttl01 {
    color: #cc0000;
    font-weight: 300;
    line-height: 1.5em;
    padding-bottom: 15px;
    border-bottom: none;
	margin-bottom: 15px;
}
.m-ttl01::after {
	content: '';
	width: 60px;
	margin-top: 10px;
	border-top: 3px solid #cc0000;
	display: block;
}
.m-ttl02 {
	font-weight: 500;
}
.m-ttl03 {
	font-weight: 500;
}
.m-ttl04 {
	border: none;
	background: #eee;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px){
	.navbar-box {
		height: 60px;
	}
	.navbar-logo {
		display: block;
		padding: 12px 15px 15px;
		width: 140px;
	}
	.navbar-toggle,
	.navbar-toggle:hover,
	.navbar-toggle:focus {
		background: none;
	}
	.l-gNav a {
		font-size: 18px;
	}
}