@charset "UTF-8";
/* CSS Document */
.mediaBOX  {
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 0 30px rgba(91,77,66,0.1);
	box-sizing: border-box;
	margin-bottom: 40px;
}
.mediaLIST  {
	display: flex;
	justify-content: space-between;
	font-family: "Noto Sans JP", sans-serif;
}
.mediaLIST .book  {
	width: 30%;
}
.mediaLIST .book img {
	width: 100%;
	height: auto;
}
.mediaLIST .book  {
	width: 30%;
}
.mediaLIST .info {
	width: 65%;
}
.mediaLIST h3 {
	font-size: 26px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5
}
.mediaLIST .date {
	font-size: 14px;
	border-bottom: 1px solid #312819;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.mediaLIST .caption {
	font-size: 110%;

}

.mediaBOX .buttonbox {
	margin-top: 30px;
}


@media screen and (max-width:834px) {
	.mediaBOX  {
	background: #fff;
	padding: 18px;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(91,77,66,0.1);
	box-sizing: border-box;
	margin-bottom: 15px;
}
.mediaLIST  {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-family: "Noto Sans JP", sans-serif;
}
.mediaLIST .book  {
	width: 50%;
	margin: 0 auto 15px;
}
.mediaLIST .book img {
	width: 100%;
	height: auto;
}
.mediaLIST .info {
	width: auto;
}
.mediaLIST h3 {
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5
}
.mediaLIST .date {
	font-size: 14px;
	border-bottom: 1px solid #312819;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.mediaLIST .caption {
	font-size: 14px;

}

.mediaBOX .buttonbox {
	margin-top: 30px;
}
}