@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: agreement.css
description: レンタカー貸渡約款専用スタイルシート

1.レイアウト
2.スマートフォン縦横
3.スマートフォン横

///////////////////////////////////////////////////////// */

.titleAgreement01 {
	font-size: 114.3%;
	line-height: 1.4;
}

.titleAgreement02 {
	font-size: 100%;
	line-height: 1.4;
}

ol.list-number li{
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	text-indent: -2.5em;
	margin-left: 30px;
	margin-top: 5px;
}

ol.list-number li:before{
	display: marker;
	content: "（" counter(cnt) "）";
}






/* ===========  2.667px以下スマホ縦横 =========== */
@media screen and (max-width: 667px) {

.titleAgreement01 {
	font-size: 106.7%;
}

ol.list-number li{
	margin-left: 40px;
}


}


/* ===========  3.スマホ横 =========== */
@media only screen and (max-device-width:667px) and (orientation:landscape) {

}