@charset "utf-8";

.cyclept-midashibg {
	background-image: none;
	background: rgb(157,213,58);
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(116,183,0,1) 51%, rgba(171,211,12,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(116,183,0,1) 51%,rgba(171,211,12,1) 100%);
	background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(116,183,0,1) 51%,rgba(171,211,12,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#abd30c',GradientType=0 );
}

.strongpoint .cpt-point li p:nth-child(2) {
	margin: 10px 0;
	font-size: 140%;
	line-height: 1.2;
}

.cyclept-midashibg h1{
	width: 100%;
	height: auto;
	margin: 0px auto 10px;
	padding: 11px 0 7px;
	color: #FFF;
	font-size: 20px;
	line-height: 1.4;
}
.cyclept-midashibg .cp_h1{ background: #609700}
.topc .jire_ap li .s_img img{ width: 80%;}





/* iPad */
@media only screen and (min-width:768px) and ( max-width:1024px) {
	.cyclept-midashibg .mvcostpr li{ min-width: auto;}
	.traffic_mtr{ width: 100%; align-items: center; justify-content: space-around;}
	.traffic_mtr .m_icon { width: 14%; padding-top: 10px; text-align: right;}
	.traffic_mtr .m_icon img {width: 80%;}
	.traffic_mtr .cap { width: 44%;}
	.traffic_mtr .cap span:nth-child(1){ font-size: 100%;}
	.traffic_mtr .btn {	width: 40%;}
	.traffic_mtr .btn a{ font-size: 100%;}
}

