@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: agreement.css
description: レンタカー貸渡約款専用スタイルシート

1.レイアウト
2.スマートフォン縦横
3.スマートフォン横

///////////////////////////////////////////////////////// */

/* ===========  1.レイアウト =========== */
section h1 {
	line-height: 1.4;
}

section section h2 {
	line-height: 1.4;
}


/* ===========  2.667px以下スマホ縦横 =========== */
@media screen and (max-width: 667px) {
section section ol {
	margin-left: 10px;
}

section section ol li ol.listSecond {
	margin-left: -10px;
}

}

/* ===========  3.スマホ横 =========== */
@media only screen and (max-device-width:667px) and (orientation:landscape) {
	

	
}