@charset "UTF-8";


/*------- TOPブロック -----------------*/

#topBl {
	padding: 0 0 10px;
}

#topBl .sholder {
	margin: 0;
}



/*------- 規約 -----------------*/


#agreementBl {
	padding: 0 0 40px;
}

#agreementBl article {
	margin: 0 0 40px;
}

#agreementBl h3 {
	color: #756447;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	margin: 0 0 20px;
	border-bottom: 2px solid #756447;
}

#agreementBl .txt {
	color: #555555;
	font-size: 12px;
	line-height: 22px;
}





/*media Queries PC
-------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:811px) {


/*------- TOPブロック -----------------*/

#topBl {
	padding: 0 0 20px;
}




/*------- 料金一覧 -----------------*/

#agreementBl {
	padding: 0 0 100px;
}

#agreementBl article {
	margin: 0 0 60px;
}

#agreementBl h3 {
	font-size: 28px;
	line-height: 50px;
	margin: 0 0 40px;
}

#agreementBl .txt {
	font-size: 16px;
	line-height: 30px;
}

ul.btBl {
	max-width: 700px;
	margin: -20px auto;
}




}/* media Queries 811 */







