
.contentBox p{
	text-indent: 0;
}
.nameNCareer{
	max-width:36rem;
	width:100%;
}

.photoNameNCareer{
	display: flex;
	justify-content: center;
}

.photo img{
/* 	max-width:37rem; */
	max-width:26rem;
	min-width:20rem;
	width:60vw;
	height: auto;
}
.wp-block-lazyblock-careers:nth-child(odd) .photoNameNCareer{
	flex-direction: row;
}
.wp-block-lazyblock-careers:nth-child(even) .photoNameNCareer{
	flex-direction: row-reverse;
}
.wp-block-lazyblock-careers:nth-child(odd) .photo{
	margin-right:	min(6vw,6rem);
}
.wp-block-lazyblock-careers:nth-child(even) .photo{
	margin-left:	min(3vw,3rem);
}
/*-----------区切り線-----------*/
.careerHr{
	margin:	0	30%	5rem	30%;
	height:		4rem;
	border-bottom-style:	dotted;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 1px;
}
.wp-block-lazyblock-careers:first-child{
	padding-top:	2rem;
}
.wp-block-lazyblock-careers:first-child	hr{
	display: none;
}

/*-----------名前-----------*/
/*マーカー*/
.nameGroup{
	border-left-style:solid;
	border-left-width: 0.7rem;
	padding:	0 0 0 1rem; /*マーカーと文字の間隔*/
}
.nameJ,
.nameE,
.position{
	margin:	0;
	padding:	0;
}
.nameJ{
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	background:	#fff;
}
.nameE{
	font-size: 1.3rem;
	margin-left:		0.1rem;
}
.position{
	margin-top:		0rem;
	margin-bottom:		0.5rem;
	margin-left:		0.1rem;
}
.birth{
	margin-bottom:		0.3em;
}
.careerTbl{
	display:table;
}
.careerRw{
	display:table-row;
}
.careerDt, .careerSp, .careerEv{
	display:table-cell;
}
.careerDt{
	white-space: nowrap;
}
.careerSp{
	width:1em;
}
.careerEv{
	line-break: strict;
}
.careerH,
.msgTt{
	margin-top:		1.2em;
	margin-bottom:		0.3em;
	font-weight:  bold;
}

.birth,
.careerTbl,
.msgTx{
	line-height: 1.6em;
	font-feature-settings: "palt";
}
.msgTx{
	white-space:pre-wrap;
	
}
.allAttorneys {
	margin-top:		min(15vw, 10rem)	!important;
	display: flex;
	align-items: center;
	justify-content: center;

}
.allAttorneys img{
	width:90%;
	height: auto;
}


@media screen and (max-width: 800px) {
.contentBox {
    padding-top: 2vw;
}
.photoNameNCareer{
	display: block;
	margin:	0	auto;
}

.photo{
	width:100%;
	display: flex;
	align-items: center;
}
.photo img{
	margin:	0 auto;
}
.nameNCareer{
	margin:	4rem	auto	4rem	auto;
}
.nameGroup{
	width:70%;
}
.wp-block-lazyblock-careers .photo{
	margin:	0;
}
.wp-block-lazyblock-careers:nth-child(odd) .photo,
.wp-block-lazyblock-careers:nth-child(even) .photo{
	margin:	0;
}
}
@media screen and (max-width: 480px) {
.contentBox{
padding-left: 2.5em;
padding-right: 2.5em;
}
.photoNameNCareer{
}
.nameNCareer{
	display: inline;
	margin-left:	4rem ;
	margin-right:	4rem ;
}
.allAttorneys img{
	width:100%;
	height: auto;
}
.careerHr{
	height: 	2rem;
	margin:	5rem 	20%;
}

}
