@charset "utf-8";
/* CSS Document */

/*.contBox .secBox h4::before {
	content: '▶';
	color: #0060aa;
	margin-right: 3px;
}*/

/*----------------------------------------------*/
/* .contBox
/*----------------------------------------------*/
.contBox .textBox li {
	margin-bottom: 10px;
}
.contBox .detail figure {
	text-align: center;	
	border: 3px solid #DDD;
	padding: 20px;
	border-radius: 20px;
	margin: 0 0 20px 0;
}
.contBox .textBox.op {
	background: #EEE;
	text-align: center;
	padding: 30px;
	background: rgba(63, 114, 154, 0.1)
}
.contBox .textBox.op p {
	font-size: 20px;
	font-weight: bold;
	color: #0060aa;
}
.contBox .textBox ul li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.contBox .textBox ul li::before {
	content: '●';
	margin-right: 0.5em;
}

/*----------------------------------------------*/
/* #shikumi（民事信託の仕組み）
/*----------------------------------------------*/
#shikumi .detail {
	margin: 0 0 40px 0;
}
#shikumi .detail:last-child {
	margin-bottom: 0;
}


/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media print,screen and (min-width: 769px){

/*----------------------------------------------*/
/* .contBox
/*----------------------------------------------*/
.contBox .secBox {
	margin: 0 0 50px 0;
}
.contBox .wrap .textBox {
	float: left;
	width: 700px;
}
.contBox .wrap .imgBox {
	float: right;
	width: 300px;
}
.contBox .textBox {
  margin-bottom: 30px;	
}
.contBox .textBox ul {
	margin: 0 0 20px 20px;
}
.contBox .textBox ul li {
	margin: 0 0 10px 0;
}


/*----------------------------------------------*/
/* #team（民事信託担当者）
/*----------------------------------------------*/
#team {
	/* background: #DDD; */
}
#team .wrap {
	/* background: lightblue; */
	display: flex;
	flex-wrap: wrap;
	margin: 70px 0 0 0;
}
#team .wrap .member {
	/* background: lightpink; */
	width: 48%;
	margin: 0 4% 30px 0;
}
#team .wrap .member:nth-child(2n) {
	margin-right: 0;
}
#team .wrap .member {
	display: table;
}
#team .wrap .member .ssImg,
#team .wrap .member .comment {
	display: table-cell;
	vertical-align: top;
}
#team .wrap .member .ssImg {
	width: 170px;
}
#team .wrap .member .comment {
	padding-left: 30px;
}
#team .wrap .member .comment .name h5 {
	/* text-align: center; */
	font-size: 24px;
	border-bottom: 1px solid #666;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
#team .wrap .member .comment .name h5 span {
	display: block;
	font-size: 0.7em;
}

}
/*===============================================
●smart.css  画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){

/*----------------------------------------------*/
/* .contBox
/*----------------------------------------------*/
.contBox .textBox {
  margin-bottom: 20px;	
}

/*----------------------------------------------*/
/* #team（民事信託担当者）
/*----------------------------------------------*/
#team .wrap {
	margin: 40px 0 0 0;
}
#team .wrap .member {
	display: table;
	width: 100%;
	margin: 0 4% 30px 0;
}
#team .wrap .member:last-child {
	margin-bottom: 0;
}
#team .wrap .member .ssImg,
#team .wrap .member .comment {
	display: table-cell;
	vertical-align: top;
}
#team .wrap .member .ssImg {
	width: 35%;
}
#team .wrap .member .comment {
	width: 65%;
	padding-left: 20px;
}
#team .wrap .member .comment .name h5 {
	font-size: 20px;
	border-bottom: 1px solid #666;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}
#team .wrap .member .comment .name h5 span {
	display: block;
	font-size: 0.7em;
}

}