/* ご家族のご紹介 */

/*
.iCatch {
	display: none;
}
*/
.mainimgPage{
	text-align: center;
	margin-top: 120px;
}
.contentsPage {
 	 margin-top:60px;
}

.contentsPage h3{
 	 margin-bottom: 5px;
}

.cate02 p {
	font-size: 17px;
	font-weight: bold;
}
.cate02 span {
	font-size: 16px;
	color: #fff;
	min-width: 88px;
	line-height: 34px;
	display: inline-block;
	padding: 0 13px;
	vertical-align: middle;
	background: #758A3B;
	margin-top: 10px;
	padding-bottom: 2px;
}

.family {
	width: 880px !important;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border: solid 5px #F3F3F3;
    font-size: 15px;
    letter-spacing: 0;
}
.family div {
	width: 518px;
	margin-bottom: 0;
}
.family .cms_image {
	width: 270px;
}
.family .cms_image img {
	border-radius: 5px;
}
.family p {
	font-size: 18px;
	font-weight: bold;
	padding-left: 45px;
	border-bottom: dotted 1px #A9ACAD;
	padding-bottom: 13px;
	margin-bottom: 20px;
	position: relative;
}
.family p:before {
	content: "";
	border: none;
	border-radius: 0;
	left: 0;
	top: 0;
	position: absolute;
	width: 56px;
	height: 35px;
}
.family p:before {
    background: url(../img/house_icon.png) no-repeat 5px 0 / 33px auto;
}
.sidelist ul {
	display: flex;
	flex-flow: row wrap;
}
.sidelist ul li {
	margin-bottom: 3px;
	padding-left: 18px;
	margin-right: 13px;
	position: relative;
}
.sidelist.s ul li {
	font-size: 13px;
}
.sidelist ul li:before {
	content: "●";
	margin: 0 5px 0 3px;
	font-size: 11px;
	line-height: 2;
	color: #519fbc;
	vertical-align: top; 
	position: absolute;
	top: 1px;
	left: 0;
}
@media screen and (max-width: 767px) {

	.mainimgPage{
		margin-top: 110px;
	}

	.contentsPage{
	  margin-top:30px;
	}
	.family {
		width: auto !important;
		padding: 20px;
	}
	.family div {
		width: auto;
		margin-bottom: 15px;
	}
	.family .cms_image {
		width: auto;
	}
	
	.family p {
		font-size: 17px;
	}
}	

