@charset "utf-8";
/* ===================================================================
CSS information

 file name  :price.css
 author     :PCBrain
 style info :交換工事料金用
=================================================================== */

#main .blueBox ul {
	margin-bottom: 20px;
}

#main .blueBox ul li {
	background: #fff;
	border: #ccc solid 1px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	width: 310px;
	float: left;
	margin-right: 15px;
	padding: 20px 5px 10px;
	line-height: 1.5;
	font-size: 12px;
	text-align: center;
}

#main .blueBox ul li:nth-child(2n) {
	margin-right: 0;
}

#main .blueBox ul li:before {
	content: "";
	border-top: #00499f solid 7px;
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    height: 0;
    margin-top: 0;
}

#main .blueBox ul li h5 {
	font-size: 15px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}


#main .intercomList {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

#main .intercomList li {
	float: left;
	width: 160px;
	margin: 0 12px 10px 0;
	padding-left: 0;
	font-size: 13px;
}

#main .intercomList li:last-child {
	margin-right: 0;
}

#main .intercomList li img {
	padding: 5px;
    border: solid #CCC 1px;
    margin-bottom:5px;
}

#main .intercomList li h5 {
	font-size: 15px;
	text-align: left;
    margin-bottom:5px;
	display: block;
	line-height: 1.5;
}

#main .fundingList {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

#main .fundingList li {
	background: #00499f;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	float:left;
	width: 215px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1.2;
	margin-right: 17px;
	padding: 12px 0;
}

#main .fundingList li span {
	font-size: 14px;
}

#main .fundingList li:last-child {
	margin-right: 0;
}

#main .leasePoint {
	counter-reset: point;
}

#main .leasePoint li {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

#main .leasePoint li:before {
	background: #b8292f;
	border-radius: 50%;
	color: #fff;
	counter-increment:point;
	content: "POINT\A"counter(point,decimal-leading-zero);
	white-space: pre;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 75px;
	font-size: 13px;
	font-weight: bold;
	float: left;
	text-align: center;
	margin-right: 30px;
	line-height: 1.2;
	width: 75px;
}

#main .leasePoint li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #b8292f;
    left: 70px;
    top: 50%;
    position: absolute;
    margin-top: -10px;
}

#main .leasePoint li h5 {
	margin-bottom: 0;
	font-size: 18px;
	display: block;
	text-align: left;
	line-height: 1.5;
}

#main .blueBox ul li h5:before,
#main .blueBox ul li h5:after,
#main .intercomList li h5:before,
#main .intercomList li h5:after,
#main .leasePoint li h5:before,
#main .leasePoint li h5:after {
	display: none;
}

#main .intercomList {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

#main .intercomList li a {
	color:#333;
	text-decoration: none;
}
#main .intercomList li {
	float: left;
	width: 160px;
	margin: 0 12px 10px 0;
	padding-left: 0;
	font-size: 13px;
}

#main .intercomList li:nth-child(4n)   {
	margin-right: 0;
}

#main .intercomList li img {
	padding: 5px;
    border: solid #CCC 1px;
    margin-bottom:5px;
}

#main .intercomList li h5 {
	font-size: 15px;
	text-align: left;
    margin-bottom:5px;
	display: block;
	line-height: 1.5;
}

#main .datailBtn  {
    margin-bottom: 30px;
    
}
#main .datailBtn a {
	background: #2cb150;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	width: 300px;
	text-align: center;
	padding: 3px 0;
    text-decoration: none;
}