@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main {
	padding-top: 91px;
}

#main .pTop {
	margin-bottom: 36px;
	font-size: 14px;
	text-align: center;
	line-height: 2.15;
}

#main .wrap {
	padding: 42px 0 40px;
	background: url(../img/common/com_bg02.jpg) no-repeat center center;
	background-size: cover;
}

#main .wrap .dlTxt {
	padding: 31px 18px 94px;
	font-size: 14px;
	line-height: 2.15;
	background-color: #FFF;
}

#main .wrap .dlTxt dd {
	margin-bottom: 30px;
}

#main .wrap .dlTxt dd:last-child {
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		padding-top: 46px;
	}

	#main .headLine01 {
		margin-bottom: 15px;
	}
		
	#main .pTop {
		padding: 19px 15px 19px;
		margin-bottom: 0;
		color: #FFF;
		font-size: 12px;
		text-align: left;
		line-height: 1.65;
		background: url(../img/common/sp_bg01.png) no-repeat center top;
		background-size: cover;
	}
	
	#main .wrap {
		padding: 15px 15px 0;
		background: none;
	}
	
	#main .wrap .dlTxt {
		padding: 0;
		font-size: 10px;
		line-height: 2.0;
	}

	#main .wrap .dlTxt dt {
		line-height: 1.95;
	}
	
	#main .wrap .dlTxt dd {
		margin-bottom: 20px;
	}
}