@charset "utf-8";
/* アイキャッチ
***************************************************************/
.iCatch .bg{
  background-image: url(../../files/img/voice/voice1.jpg);
}
@media all and (max-width:680px) {
  .iCatch .bg{
    background-image: url(../../files/img/voice/voice1_sp.jpg);
  }
}
/* --- 下層 --- */

.family {
	width: 610px !important;
	padding: 25px 30px;
	border: solid 5px #F3F3F3;
}
.family .profile {
	width: 202px;
	float: left;
}
.family .profile p {
	font-size: 18px;
	font-weight: bold;
	padding-left: 45px;
	border-bottom: dotted 1px #A9ACAD;
	padding-bottom: 13px;
	margin-bottom: 20px;
	position: relative;
}
.family .profile p::before {
	content: "";
	border: none;
	border-radius: 0;
	left: 0;
	top: 0;
	position: absolute;
	width: 56px;
	height: 35px;
	background: url(../img/house_icon.png) no-repeat 5px 0 / 33px auto;
}
.family .profile ul li {
	font-size: 13px;
	margin-bottom: 3px;
	padding-left: 1.2em;
	margin-right: 13px;
	position: relative;
}
.family .profile 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;
}
.btn {
	margin-bottom: 50px;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	
	/* --- 下層 --- */
	.family {
		width: auto !important;
		padding: 8%;
		border: solid 5px #F3F3F3;
	}
	.family .profile {
		width: auto;
		float: none;
	}
	
}
