@charset "UTF-8";
/* css Case [voice] */

@import url("main.css");

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.textbox p em {
	padding: 0;
	margin: 0;
	color: #134b95;
	font-size: 108%;
	font-weight: 800;
	font-style: normal;
}

/*---------------------------------------------------- */
/* Book */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_book {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
.waku_book .bookbox {
	height: auto;
	display:inline-block;
    *display:inline;
    *zoom:1;
	vertical-align: top;
}
.waku_book .bookbox article {
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	border-bottom: solid 1px #cdcfd1;
}

/*== h4 ==*/
.waku_book .bookbox headline h4 {
	line-height: 1.3;
}

/*== img ==*/
.waku_book .bookbox article figure {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.waku_book .bookbox article figure img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*== Detail ==*/
.waku_book .bookbox article .detail {
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.waku_book .bookbox article .detail p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-align: left;
}
.waku_book .bookbox article .detail p em {
	padding: 0;
	margin: 0;
	color: #134b95;
	font-size: 108%;
	font-weight: 800;
	font-style: normal;
}
.waku_book .bookbox article .detail p a {
	font-weight: 600;
	text-decoration: underline;
}
.waku_book .bookbox article .detail p a:hover {
	text-decoration: underline;
}

/*== a:links ==*/
.waku_book .bookbox article figure a {
	text-decoration: none;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background-color: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_book .bookbox article figure a:hover {
	background-color: rgba(0, 0, 0, .5);
}
.waku_book .bookbox article figure a:before {
	content: "\f064";
	font: 24px/44px "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
	text-indent: 12px;
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 20%); 
	transform: translate(-50%, 20%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_book .bookbox article figure a:hover:before {
	color: rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, .9);
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}
.waku_book .bookbox article figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Book */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_book {
	width: 98%;
}
.waku_book .bookbox {
	padding: 0;
	margin: 0 0.8% 30px 0.8%;
	width: 98%;
}
.waku_book .bookbox article {
	padding-bottom: 30px;
	width: 98%;
	overflow: hidden;
}

/*== img ==*/
.waku_book .bookbox article figure {
	width: 18%;
	float: left;
}

/*== Detail ==*/
.waku_book .bookbox article .detail {
	width: 78%;
	float: right;
	top: 0;
}
.waku_book .bookbox article .detail p {
	font-size: 18px;
	line-height: 1.8;
}



}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Book */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_book {
	width: 97%;
}
.waku_book .bookbox {
	padding: 0;
	margin: 0 0.8% 25px 0.8%;
	width: 97%;
}
.waku_book .bookbox article {
	padding-bottom: 25px;
	width: 97%;
	overflow: hidden;
}

/*== img ==*/
.waku_book .bookbox article figure {
	width: 20%;
	float: left;
}

/*== Detail ==*/
.waku_book .bookbox article .detail {
	width: 76%;
	float: right;
	top: 0;
}
.waku_book .bookbox article .detail p {
	font-size: 16px;
	line-height: 1.7;
}


}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Book */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_book {
	width: 96%;
}
.waku_book .bookbox {
	padding: 0;
	margin: 0 0.8% 20px 0.8%;
	width: 96%;
}
.waku_book .bookbox article {
	padding-bottom: 20px;
	width: 96%;
	overflow: hidden;
}

/*== img ==*/
.waku_book .bookbox article figure {
	width: 23%;
	float: left;
}

/*== Detail ==*/
.waku_book .bookbox article .detail {
	width: 73%;
	float: right;
	top: 0;
}
.waku_book .bookbox article .detail p {
	font-size: 14px;
	line-height: 1.6;
}



}