
/*-----------------------------
   new design 1510 sm16
-----------------------------*/

/* LP */
.mainVis {
	padding:10px 10px 13px 10px;
}
.mainVis p {
	text-align:center;
}
.visImg {
	margin-bottom:10px;
}
.mainVis img {
	width:100%;
	max-width:355px;
}

.actArea.top {
	padding:0 10px 15px 10px;
	border-top:none;
}
.actArea .submitBtn > span:before {
    content: "";
    overflow: hidden;
    display: inline-block;
    margin-left: -10px;
    margin-right: 5px;
    background-position: right -63px;
    width: 22px;
    height: 20px;
    vertical-align: text-bottom;
    background-image: url("https://img1.kakaku.k-img.com/images/smartphone/icon_arrow.png");
    background-size: 22px 165px;
    background-repeat: no-repeat;
}
.actArea .actNotice {
	margin:6px 3px 0 3px;
	padding-left:1em;
	text-indent:-1em;
	color:#666;
	font-size:10px;
}

.serviceFlow {
	margin-bottom:15px;
	border-bottom:1px solid #5986BE;
}
.serviceFlow li {
	border-top:1px solid #95BBDC;
	position:relative;
	display:table;
	width:100%;
}
.serviceFlow li > span {
	display:table-cell;
	vertical-align:middle;
}
.serviceFlow li > span:first-of-type {
	width:36px;
	color:#fff;
	font-size:10px;
	font-family:Verdana;
	letter-spacing:1px;
	text-align:center;
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.serviceFlow li > span:first-of-type span {
	display:block;
	font-size:22px;
}
.serviceFlow li > span.step1 { background-color:#95BBDC;}
.serviceFlow li > span.step2 { background-color:#729DCD;}
.serviceFlow li > span.step3 { background-color:#5986BE;}
.serviceFlow li > span.step2:before,
.serviceFlow li > span.step3:before {
	position:absolute;
	top:-6px;
	content:"";
	display:block;
	background:url(https://img1.kakaku.k-img.com/images/smartphone/kuruma/hoken/campaign/step_arrow.png) no-repeat;
	background-size:40px 45px;
	width:36px;
	height:17px;
}
.serviceFlow li > span.step2:before { background-position:-2px -2px;}
.serviceFlow li > span.step3:before { background-position:-2px -27px;}
.serviceFlow li > span:last-of-type {
	height:45px;
	padding:8px;
	font-size:13px;
	font-weight:bold;
}
.serviceFlow li > span:last-of-type .notes {
	font-weight:normal;
	font-size:11px;
}
.serviceFlow li > span.ico {
	padding-left:8px;
	width:40px;
	display:table-cell;
}
.serviceFlow li > span.ico > span {
	display:block;
	width:40px;
	height:40px;
	background:url(https://img1.kakaku.k-img.com/images/smartphone/kuruma/hoken/campaign/step_ico.png) no-repeat;
	background-size:120px 40px;
}
.serviceFlow li > span.ico .step1ico { background-position:0 center; }
.serviceFlow li > span.ico .step2ico { background-position:-40px center; }
.serviceFlow li > span.ico .step3ico { background-position:-80px center; }

.servicePoint {
	border-bottom:1px solid #5986BE;
}
.servicePoint + .actArea {
	border-top:none;
}
.servicePoint li {
	border-top:1px solid #95BBDC;
	position:relative;
	display:table;
	width:100%;
}
.servicePoint li:first-child {
	border-top:none;
}
.servicePoint li > span {
	display:table-cell;
	vertical-align:middle;
}
.servicePoint li > span:first-of-type {
	width:36px;
	color:#fff;
	font-size:10px;
	font-family:Verdana;
	letter-spacing:1px;
	text-align:center;
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.servicePoint li > span:first-of-type span {
	display:block;
	font-size:22px;
}
.servicePoint li > span.step1 { background-color:#95BBDC;}
.servicePoint li > span.step2 { background-color:#729DCD;}
.servicePoint li > span.step3 { background-color:#5986BE;}
.servicePoint li > span:last-of-type {
	min-height:40px;
	padding:8px;
	font-size:13px;
	font-weight:bold;
}
.servicePoint li > span:last-of-type .notes {
	font-weight:normal;
	font-size:11px;
}
.servicePoint li > span.ico {
	padding-left:8px;
	width:40px;
	display:table-cell;
}
.servicePoint li > span.ico > span {
	display:block;
	width:40px;
	height:40px;
	background:url(https://img1.kakaku.k-img.com/images/smartphone/kuruma/hoken/campaign/point_ico.png) no-repeat;
	background-size:120px 40px;
}
.servicePoint li > span.ico .step1ico { background-position:0 center; }
.servicePoint li > span.ico .step2ico { background-position:-40px center; }
.servicePoint li > span.ico .step3ico { background-position:-80px center; }

/*-----------------------------
   new design 1510 sm16 END
-----------------------------*/



/* actArea */
.actArea {
	padding:13px 10px 15px 10px;
	border-top:1px solid #bbb;
}
.campBnr + .actArea {
	border-top:none;
}
.actArea.bd0 {border-top:none;}
.actArea .submitBtn {
	display:block;
	width:100%;
	background:none;
	font-size:18px;
}
.actArea .submitBtn > span {
	display:block;
	background-image:-moz-linear-gradient(top,#fead57, #f06b12 70%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.0, #fead57),color-stop(0.7, #f06b12));
	padding:12px 5px;
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.25);
	box-shadow:0 2px 3px rgba(0,0,0,0.25);
	-webkit-background-clip:padding;
}
.actArea .submitBtn2,
.actArea .submitBtn3 {
	display:block;
}
.actArea .submitBtn4 {
	display:block;
}

/* noteBox */
.noteBox {
	overflow:hidden;
	background:#f3f3f3;
	font-size:12px;
}
.noteBox .ttl {
	margin:10px;
	color:#555;
	font-weight:bold;
}
.noteBox > ul,
.noteBox > p,
.noteBox > div {
	color:#666;
	margin:10px;
	font-size:12px;
}

.txtPc {
	margin: -0.2em 0 0 2px;
}


/* 一括見積もりキャンペーン
--------------------------------------------------------- */
.estimateCp .catch {
	display:-webkit-table;
	display:table;
	width:100%;
	background-repeat:no-repeat;
	background-color:#fee;
	background-image:-moz-linear-gradient(top, #fee, #fff);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.0, #fee),color-stop(1, #fff));
	border-top:1px solid #edb0bb;
}
.estimateCp .catch span {
	display:table-cell;
	background:url(https://img1.kakaku.k-img.com/images/smartphone/kuruma/hoken/campaign/img_prezent.png) no-repeat 10px center;
	-webkit-background-size:33px 45px;
	background-size:33px 45px;
	padding:0 10px 0 50px;
	height:60px;
	color:#da4b66;
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
}
.estimateCpDetail table.tType1 th {
	white-space:nowrap;
}
.estimateCpDetail table.tType1 td {
	padding:9px 10px;
}


/* 保険会社契約キャンペーン
--------------------------------------------------------- */
.corpCp .catch {
	background-repeat:no-repeat;
	background-color:#fee;
	background-image:-moz-linear-gradient(top, #fee, #fff 50%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.0, #fee),color-stop(0.5, #fff));
	padding:10px;
	border-top:1px solid #edb0bb;
}
.corpCp .catch dt {
	color:#da4b66;
	font-size:14px;
	font-weight:bold;
}
.corpCp .catch dd {
	margin-top:5px;
	color:#555;
	min-height:60px;
	font-size:12px;
	line-height:1.5;
}
.corpCp .catch dd .catchimg {
	float:right;
	margin-left:10px;
}
.corpCp .hType3 {
	border-bottom:none;
}
.corpCpDetail table.tType1 {
	border-bottom:1px solid #bbb;
}
.corpCpDetail table.tType1 caption {
	background:#dfe5f1;
	border-top:1px solid #fff;
	padding:9px 10px 8px 10px;
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
}
.corpCpDetail table.tType1 th {
	white-space:nowrap;
}
.corpCpDetail table.tType1 td {
	padding:9px 10px;
}
.corpCpDetail table.tType1 td.linkCell {
	padding-right:0;
}
.corpCpDetail .linkCell a {
	padding-right:15px;
}

/* bnr 20140123 sm1 */
.campBnr {
	text-align:center;
}
