@charset "utf-8";


.point_style img{
  width:100%;
  margin:0 auto;
}

.point_style .cont{
	padding: 10px 0;
  margin:10px;
	text-align: left;
	background-color: #fff;
}
.point_style .info p.text{
	display: block;
	width:100%;
	padding-bottom: 15px;
}

#point4 .img{
  text-align: center;
}

.point_style .cont p{

	padding-bottom: 5px;
}
.point_style .info p.title,.cont p.title{
	padding:10px 0 5px;

}
.infomation{
	margin:15px auto;
	border:1px solid #d80c18;
	background-color:#fff6f6;
	border-radius:20px;
	padding:10px;
}
@media only screen and (max-width: 768px) {
.point_style .cont{
	padding: 10px 15px 10px;
	background-color: #fff;
  border:1px dotted #c4c4c4;
}
.point_style .cont p{
	width: auto;
	font-size: 13px;
	line-height: 1.55;
	word-break: break-all;
}

.point_style .info p.text{
	display: block;
	font-size: 13px;
	line-height: 1.55;
	word-break: break-all;
	padding-bottom: 15px;
}
}