@charset "utf-8";

/* メニュー以下枠 */

#container_box {
	width:100%;
}

/* ヘッダー下タイトル見出し */

#midashi_box {
	width:100%;
	text-align:center;
	background-color:#8ec43d;
}

.midashi {
	width:950px;
	height:200px;
	margin:0 auto;
	padding:0;
	position: relative;
}

.midashi_moji {
	position: absolute;
	color:#FFF;
	text-align:left;
	top: 50%;
}

.midashi_moji h2 {
	font-size:36px;
	letter-spacing:0.15em;
	margin-top: -0.5em;
	margin-bottom:15px;
}

.midashi_en {
	font-size:14px;
	letter-spacing:0.15em;
}

.midashi_img {
	position:absolute;
	text-align:right;
	right:90px;
	bottom:0;
}

/* 中身枠 */

.contents {
	width:950px;
	margin:70px auto;
}

/* 自動車保険 */

h3 {
	font-size:25px;
	letter-spacing:0.15em;
	color:#8ec43d;
	border-bottom:3px solid #8ec43d;
	padding-bottom:10px;
}

.h3_shita_moji {
	margin-top:30px;
	margin-bottom:70px;
	line-height:2em;
}

h4 {
	font-size:16px;
	letter-spacing:0.2em;
	border-left:8px solid #999999;
	border-bottom:1px dashed #999999;
	padding:12px 0 8px 20px;
	background-color:#f9f8f7;
	margin-bottom:35px;
}

.hoken {
	margin-bottom:120px;
}

.hoken_ichiran {
	width:880px;
	margin:0 auto;
}

.hoken_ichiran p {
	float:left;
	margin-right:40px;
}

.hoken_ichiran p:last-child {
	margin-right:0;
}

/* お見積り・お申し込み */

.toiawase {
	margin-bottom:150px;
}