/* ***********************************
 *
 *    CSS にんじんのなりたち
 *
 * *********************************** */

/* body contents
 * *********************************** */

.layout-01 {
	margin-bottom: 3rem;
}

.img-y {
	border: 0.5rem solid #fff;
	box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.2);
}

.img-left {
		width: 30%;
		float: left;
		margin: 0 2rem 2rem 0;
	}

.name {
	color: #333;
	font-size: 2rem;
	font-weight: 700;
	border-bottom: 1px dotted #7a532d;
}

.ruby {
	font-size: 1.25rem;
	font-weight: 500;
}

.t-small {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 0;
}

.book-ttl {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.7;
}

.book {
	display: flex;
	flex-wrap: wrap;
}

.book02 {
	width: 100%;
	margin-bottom: 2rem;
}

.book03 {
	width: 100%;
}

.book-img,
.book-img02 {
	width: 50%;
	text-align: center;
	margin: 0 auto 1rem;
}

@media screen and (min-width: 800px) {
	.img-y {
		width: 200px;
	}

	.layout-01 {
		margin-bottom: 4rem;
	}

	.book {
		flex-wrap: nowrap;
	}

	.book02 {
		text-align: center;
		display: inline-block;
		width: 28%;
		margin-right: 8%;
		margin-left: 0;
	}

	.book03 {
		width: 28%;
	}

	.book-img {
		text-align: center;
		margin: 0 auto 1rem;
		height: 215px;
	}

	.book-img02 {
		text-align: center;
		margin: 0 auto 1rem;
		height: 215px;
		padding-top: 47px;
	}

}

