@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#container {
	background: url(../img/common/page_title_bg03.png) no-repeat center top;
	background-size: 100% auto;
}

.pageTitle {
	background: none;
}

#main {
	margin-bottom: 48px;
	padding-top: 11px;
}

#main p {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.55;
	text-align: justify;
}

#main .topText {
	margin-bottom: 39px;
	font-weight: bold;
}

#main .textList {
	margin: -18px 0 42px -4px;
}

#main .textList li {
	margin-bottom: 6px;
	padding-left: 1em;
	font-size: 16px;
	text-indent: -1em;
}

#main .textList li:last-child {
	margin-bottom: 0;
}

#main .btmText {
	margin-bottom: 0;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.65;
}

#main .btmText .tel {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	#container {
		background: none;
	}

	.pageTitle {
		min-height: 200px;
		background-image: url(../img/common/page_title_bg03.png);
		background-size: cover;
	}

	#main p {
		margin-bottom: 30px;
		font-size: 13px;
	}
	
	#main .topText {
		margin-bottom: 25px;
	}
	
	#main .textList {
		margin: -20px 0 30px -2px;
	}
	
	#main .textList li {
		margin-bottom: 3px;
		font-size: 13px;
	}

	#main .btmText {
		font-size: 12px;
		letter-spacing: 0;
		line-height: 1.6;
	}
	
	#main .btmText a {
		text-decoration: none;
	}
}
