@charset "utf-8";

/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi li:nth-child(4)>a {
	color: #29b572;
}

#conts>.text {
	margin: 0 auto 80px;
}


#conts ul {
	margin-bottom: 20px;
	padding: 2px 32px 1px;
	background-color: #F0F1F5;
}

#conts ul li {
	width: 100%;
	display: table;
	padding: 25px 0 22px;
	font-size: 17px;
	background: url(../img/insurance/line01.png) repeat-x left top;
	line-height: 1.3;
}

#conts ul li.ttl {
	font-weight: bold;
	color: #34CC83;
}

#conts ul li>span {
	padding-left: 12px;
	display: table-cell;
	vertical-align: middle;
}

#conts ul li .color {
	width: 21px;
	padding-left: 0;
	line-height: 1;
}

#conts ul li .color span {
	padding: 4px 0 5px;
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #35cc83;
	border-radius: 25px;
}

#conts .wPhoto {
	margin-bottom: 80px;
}

#conts .wPhoto02 {
	margin-bottom: 28px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .comImgBox .textBox01 {
		width: 95% !important;
	}

	#conts>.text {
		margin: 0 auto 60px;
	}

	#conts ul {
		margin-bottom: 16px;
		padding: 0 16px 1px;
	}

	#conts ul li {
		padding: 11px 0 9px;
		font-size: 12px;
		line-height: 1.5;
	}

	#conts ul li:first-child {
		padding: 9px 0 7px;
	}

	#conts ul li>span {
		padding-left: 13px;
	}

	#conts ul li .color {
		width: 22px;
		height: 22px;
	}

	#conts ul li .color span {
		/* padding: 2.5px 0 4px; */
		font-size: 8px;
		border-radius: 50%;
		height: 100%;
		line-height: 22px;
		padding: 0;
	}

	#conts .wPhoto {
		width: 100%;
		margin-bottom: 60px;
	}

	#conts .wPhoto img {
		width: 100%;
	}

	#conts .wPhoto02 {
		margin-bottom: 24px;
	}
}



/*------------------------------------------------------------
	add250502
------------------------------------------------------------*/

.link { width: 300px; margin: 0 auto 80px;}


.link a { display: block; background: #29b572; padding: 20px 0; color: #fff;
    text-align: center; font-weight: bold;}





