@charset "utf-8";

/** MailingAddress **/

.pj-mailingAddress {
	position:relative;
	display:block;
	text-align:center;
	font-style:normal;
}
.pj-mailingAddress > * { margin:0 auto; }
.pj-mailingAddress > :nth-child(n+2) { margin-top:0.5em; }
.pj-mailingAddress__place,
.pj-mailingAddress__name { font-size:2.0rem; }

@media screen and ( max-width:767px ) {
	.pj-mailingAddress__place { font-size:1.6rem; }
	.pj-mailingAddress__name { font-size:1.8rem; }
}

/** JudgmentCard **/

.pj-judgmentCard { padding:20px 20px 40px; }
.pj-judgmentCard::after {
	margin:auto;
	border:solid #F83948;
	border-width:0 2px 2px 0;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	display:block;
	width:10px;
	height:10px;
	content:"";
	transform:rotateZ( 45deg );
}
.pj-judgmentCard__photo {
	margin:0 auto;
	border-radius:50%;
	display:block;
	width:80%;
	overflow:hidden;
}
.pj-judgmentCard__photo > img {
	display:block;
	transform:scale( 1.15 );
	transform-origin:top center;
}
.pj-judgmentCard__name {
	margin-top:1.0em;
	display:block;
	text-align:center;
	font-size:1.8rem;
}

@media screen and ( max-width:959px ) {
	.pj-judgmentCard {
		padding-left:15px;
		padding-right:15px;
	}
	.pj-judgmentCard__name { font-size:1.6rem; }
}
@media screen and ( max-width:767px ) {
	.pj-judgmentCard {
		padding-left:10px;
		padding-right:10px;
	}
	.pj-judgmentCard__name { font-size:1.5rem; }
}

/** JudgmentMember **/

.pj-judgmentMember {
	position:relative;
	display:block;
}
.pj-judgmentMember__name {
	margin-bottom:2.0em;
	padding-top:2.0em;
	display:block;
	font-size:2.4rem;
}
.pj-judgmentMember__profile {
	position:relative;
	display:block;
}
.pj-judgmentMember__profile > :first-child { margin-top   :0; }
.pj-judgmentMember__profile > :last-child  { margin-bottom:0; }
.pj-judgmentMember__review {
	margin-top:40px;
	position:relative;
	display:block;
	width:100%;
}
.pj-judgmentMember__review > :first-child { margin-top   :0; }
.pj-judgmentMember__review > :last-child  { margin-bottom:0; }
.pj-judgmentMember__review > .pj-subTitle { margin-top:0; }

@media screen and ( max-width:767px ) {
	.pj-judgmentMember__name {
		margin-bottom:1.5em;
		padding-top:0.5em;
		font-size:2.0rem;
	}
	.pj-judgmentMember__review > .pj-accordion\@sp__input ~ .pj-subTitle > .pj-accordion\@sp__label {
		margin-left:-2.3em;
		padding-left:2.3em;
		padding-right:25px;
		position:relative;
	}
	.pj-judgmentMember__review > .pj-accordion\@sp__input ~ .pj-subTitle > .pj-accordion\@sp__label::after {
		margin:auto;
		border:solid #F83948;
		border-width:0 2px 2px 0;
		position:absolute;
		top:0;
		bottom:-4px;
		right:4px;
		display:block;
		width:10px;
		height:10px;
		content:"";
		transform:rotateZ( -135deg );
	}
	.pj-judgmentMember__review > .pj-accordion\@sp__input:not(:checked) ~ .pj-subTitle > .pj-accordion\@sp__label::after {
		top:-4px;
		bottom:0;
		transform:rotateZ( 45deg );
	}
}
