#content ul.list_side {
	float: left;
	width: 50%;
	padding-top: 15px;
}
@media screen and (max-width: 480px) {
	#content ul.list_side {
		float: none; 
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 25px;
	}
}

#content ul.list_side li {
	font-size: 14px;	/* 13px */
	line-height: 24px;
/*	margin-bottom: 5px;*/
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 15px;
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0CFD1;
	color: #44636C;
	display: flex;
}
#content ul.list_side p {
	font-size: 16px;	/* 14px */
	text-align:center;
	margin-left: 10px;
	margin-right: 10px;
}

.box_in img {
	margin-top: 50px;
}