@charset "utf-8";
/* CSS Document */

/*
 * pickup contents main area CSS
 * Individual description file
 * pickup "Lawyers office" Contents
 * ========================================================================== */

/* ========================
 * page head
 * ======================== */
.head {}

.interviewer span.caption {
	line-height: 18px;
}

/* ========================
 * plase data
 * ======================== */
.photo_items li {
	margin-bottom: 48px;
}

.photo_items b {
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: flex-start;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
}
.photo_items b span.number {
	align-self: center;
	margin-right: 0.5em;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

.photo_items li:nth-child(-n + 6) b {
	justify-content: center;
	margin-bottom: 0;
}

/* number-ball color */
.photo_items li:nth-child(1) b span.number {
	background: #004d37;
}

.photo_items li:nth-child(2) b span.number {
	background: #0c9761;
}

.photo_items li:nth-child(3) b span.number {
	background: #10356e;
}

.photo_items li:nth-child(4) b span.number {
	background: #de0515;
}

.photo_items li:nth-child(5) b span.number {
	background: #e50012;
}

.photo_items li:nth-child(6) b span.number {
	background: #009fe1;
}

.photo_items li:nth-child(7) b span.number {
	background: #e84709;
}

.photo_items li:nth-child(8) b span.number {
	background: #008cc8;
}


/* ========================
 * access data
 * ======================== */

.access .photo_box {
	margin-bottom: 24px;
}

.access h2 {
	padding: 8px;
	background: #7FBE26;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.access p {
	margin: 24px 0;
}

.access .link {
	display: flex;
	justify-content: center;
}


/*
 * Tablet CSS
 * タブレット用CSS
 * ========================================================================== */
@media (min-width: 766px) {
	/* ========================
	 * page head
	 * ======================== */
	.interviewer {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-end;
	}

	.interviewer span {
		margin-right: 24px;
	}

	.lead-area .content-box {
		margin-right: 24px;
		width: 380px;
	}

	/* ========================
	 * plase data
	 * ======================== */
	.photo_items {
		justify-content: center;
	}

	.photo_items li:nth-child(2n) {
		margin-right: 0;
	}

}

/*
 * PC CSS
 * コンピュータ用CSS
 * ========================================================================== */

@media (min-width: 1240px) {
	.lead-area p {
		margin-bottom: 0;
	}


	/* ========================
	 * plase data
	 * ======================== */
	.photo_items {}

	.photo_items li,
	.photo_items li:nth-child(2n) {
		margin-right: 16px;
	}

	.photo_items li:nth-child(3n),
	.photo_items li:last-child {
		margin-right: 0;
	}
	
	.photo_items li:nth-child(7),
	.photo_items li:nth-child(8) {
		width: 450px;
	}

	.photo_items li:nth-child(7) {
		margin-right: 48px;
	}
	

/* ========================
 * access data
 * ======================== */
	.access {
		margin: 0 auto;
		width: 728px;
	}

	.access img {
		margin: 0 auto;
	}

	.access .text_box{
		position: relative;
	}
	
	.access .link {
		position: absolute;
		top: 80px;
		right: 0;
	}

}
