@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .contact a {
	color: #E71E30;
}

#container {
	padding-top: 134px;
}

#main {
	width: 682px;
}

#main .txtList li {
	width: 276px;
	float: right;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
	text-align: center;
}

#main .txtList li:first-child {
	float: left;
}

#main .txtList li .ttl {
	margin-bottom: 26px;
	font-weight: bold;
}

#main .txtList li p {
	margin-bottom: 28px;
}

#main .txtList li p a {
	text-decoration: underline;
}

#main .txtList li p a:hover {
	color: #E71E30;
	text-decoration: none;
}

#gFooter {
	border-bottom: none;
}

#gFooter.fix {
	border-bottom: 7px solid #FFF;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.fNavi .contact a {
		color: #E71E30;
	}
	
	.menu_box .contact a {
		color: #E71E30;
	}
	
	#container {
		padding-top: 0;
	}
	
	#main {
		width: auto;
	}
	
	#main .headLine01 {
		margin-bottom: 30px !important;
	}
	
	#main .headLine01 span {
		margin-bottom: 1px !important;
	}
	
	#main .txtList li {
		width: auto;
		float: none !important;
	}
	
	#main .txtList li:first-child {
		margin-bottom: 48px;
	}
	
	#main .txtList li .ttl {
		margin-bottom: 15px;
		font-size: 13px;
		letter-spacing: 0;
	}
	
	#main .txtList li p {
		margin-bottom: 18px;
		font-size: 12px;
	}
	
	#main .txtList li p:last-child {
		margin-bottom: 0;
	}
	
	#main .txtList li p a:hover {
		color: #1F1F2C;
		text-decoration: underline;
	}
	
	#gFooter {
		border-bottom: 10px solid #FFF;
	}
}