@charset "utf-8";
/*==================================
インタビュー
==================================*/
.interview #contents h2 span{
	font-size: 30px;
	margin-left: 15px;
	vertical-align: bottom;
	}
.interview #contents .viewBox {
	margin: 0 -20px;
	}
.interview #contents .viewBox li{
	width: 33.33%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	}
.interview #contents .viewBox a{
	position: relative;
	display: block;
	color: #fff;
	}
.interview #contents .viewBox a .spView {
	display: none;
	}

.interview #contents .viewBox a p{
	margin-top: 30px;
	line-height: 1.6;
	}
/*hover時のテキストが3行になる場合*/
.interview #contents .viewBox li:nth-child(3) a p,
.interview #contents .viewBox li:nth-child(6) a p,
.interview #contents .viewBox li:nth-child(7) a p{
	margin-top: 10px;
	}
@media screen and (max-width: 750px) {
	.interview #contents .viewBox {
		margin: 0 -10px;
		}
	.interview #contents .viewBox li{
		width: 50%;
		padding: 10px;
		}
	.interview #contents .viewBox a{
		display: table;
		box-sizing: border-box;
		width: 100%;
	}
	.interview #contents .viewBox a img,
	.interview #contents .viewBox a .spView{
		display: table-cell;
		box-sizing: border-box;
		padding: 10px;
		vertical-align: top;
	}
	.interview #contents .viewBox a img{
		width: 100%;
	}
	.interview #contents .viewBox a .spView{
		background: none;
		color: #111;
		position: inherit;
		width: 50%;
	}
	.interview #contents .viewBox a:hover .spView {
	display: table-cell;
	}
	.interview #contents .viewBox a .spView p{
		margin: 0 !important;
	}
	/*インタビュー記事がある場合*/
/*	.interview #contents .viewBox li:nth-last-child(n+2){*/
	.interview #contents .viewBox li{
		width: 100%;
		padding: 0;
		}
	}
/*==================================
インタビュー ページ
==================================*/
.vol #contents .topicpath{
	margin-bottom: 35px;
	}
/*titleBox*/
.vol #contents .titleBox{
	margin-bottom: 60px;
	}
.vol #contents .titleBox img{
	width: 360px;
	float: left;
	margin-right: 40px;
	}
.vol #contents .titleBox h2{
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.01em;
	padding-left: 400px;
	}
.vol #contents .titleBox .num{
	display: block;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 10px;
	}
.vol #contents .titleBox .name{
	font-size: 30px;
	display: block;
	margin-top: 20px;
	}
@media screen and (max-width: 750px) {
	.vol #contents .titleBox{
		margin-bottom: 0;
		}
	.vol #contents .titleBox img{
		width: 100%;
		float: none;
		margin:0 0 30px 0;
		}
	.vol #contents .titleBox h2{
		font-size: 18px;
		padding-left: 0;
		}
	.vol #contents .titleBox .num{
		font-size: 46px;
		}
	.vol #contents .titleBox .name{
		font-size: 26px;
		margin-top: 5px;
		}
	}
/*aboutBook*/
.vol #contents #aboutBook{
	border: 5px solid #a7acb0;
	margin-bottom: 70px;
	padding: 40px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	}
.vol #contents #aboutBook .figure{
	display: table-cell;
	width: 	190px;
	}
.vol #contents #aboutBook .figure img{
	border: #ccc solid 1px;
	 margin: -1px;
	}
.vol #contents #aboutBook .figure img + img{
	margin-top: 20px;
	}
.vol #contents #aboutBook .detail{
	display: table-cell;
	padding-left: 40px;
	vertical-align: top;
	}
.vol #contents #aboutBook .detail .info{
	margin-bottom: 5px;
	}
.vol #contents #aboutBook .detail .title{
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.5;
	}
	.vol #contents #aboutBook .detail .title span{ font-size: 16px; }
.vol #contents #aboutBook .detail .aword{
	color: #e2001b;
	letter-spacing: -0.01em;
	line-height: 1.875;
	}
.vol #contents #aboutBook .detail .text{
	margin-bottom: 0;
	}
@media screen and (max-width: 750px) {
	.vol #contents #aboutBook{
		border: 3px solid #a7acb0;
		padding:30px 20px;
		}
	.vol #contents #aboutBook .detail,
	.vol #contents #aboutBook .figure{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		}
		.vol #contents #aboutBook .figure{
			text-align: center;
			padding-bottom: 30px;
		}
		.vol #contents #aboutBook .figure img{
			max-width: 190px;
		}
	}
.vol #contents h3{
	background: rgba(0, 0, 0, 0) url("../img/common/line_4_1_979798.png") repeat-x scroll center bottom;
	font-size: 30px;
	height: auto;
	letter-spacing: -0.048em;
	line-height: 1.53;
	margin-bottom: 0;
	padding: 0 0 34px;
	}
@media screen and (max-width: 750px) {
	.vol #contents h3{
		font-size: 20px;
		}
	}
.vol #contents .interview{
	margin-bottom: 60px;
	}
.vol #contents .interview th, 
.vol #contents .interview td {
	background: rgba(0, 0, 0, 0) url("../img/common/line_4_1_979798.png") repeat-x scroll center bottom;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.875;
	padding: 30px 0 29px;
	}

.vol #contents .interview th {
	text-align: left;
	vertical-align: top;
	width: 200px;
	}
.vol #contents .interview td {
	width: 780px;
	}
.vol #contents #authorBox{
	background-color: #e6e8e9 ;
	padding: 40px;
	}
@media screen and (max-width: 750px) {
	.vol #contents .interview th, 
	.vol #contents .interview td {
		padding: 25px 0;
		font-size: 14px;
		box-sizing: border-box;
		}
	.vol #contents .interview th {
		width: 105px;
		padding: 25px 20px 25px 0;
	}
	.vol #contents .interview td {
		width: inherit;
	}
	.vol #contents #authorBox{

		padding: 20px;
		}
	}

/*==================================
喜びのお便り
==================================*/
.letters #contents h2{
	margin-bottom: 60px;
	}
.letters #contents section {
	border-bottom: 1px solid #a5aaae;
	margin-bottom: 100px;
	padding-bottom: 99px;
	}
.letters #contents section:last-child {
	/* border-bottom: none; */
	margin-bottom: 49px;
	/* padding-bottom: 0; */
	}
.letters #contents section .lBox li {
	margin-bottom: 40px;
}
.letters #contents section .lBox li img.boader {
	border: 1px solid #ccc;
	margin: -1px;
}
.letters #contents section .rBox{
	width: 500px;
	}
.letters #contents section .rBox h3{
	background-image: none;
	padding-left: 0;
	}
.letters #contents section .rBox h3 a {
	color: #111;
	}
.letters #contents section .rBox h3 +h3{
	background: url("../img/common/line_4_1_979798.png") repeat-x scroll center top;
	font-size: 28px;
	line-height: 1.357;
	margin-top: 22px;
	padding: 36px 0 0;
	}
.letters #contents section .rBox .book_about {
	border: 3px solid #a5aaae;
	margin-top: 30px;
	padding: 30px 30px 10px;
	width: 434px;
	}
.letters #contents section .rBox .book_about h4 {
	background: url("../img/common/line_4_1_979798.png") repeat-x scroll center bottom;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 12px;
	padding-bottom: 19px;
	}
.letters #contents section .rBox .book_about p {
	margin-bottom: 15px;
	}
@media screen and (max-width: 750px) {
	.letters #contents section {
		border-bottom: 1px solid #ccc;
		margin-bottom: 50px;
		padding-bottom: 49px;
		}
	.letters #contents section:last-child {
		/* border-bottom: none; */
		margin-bottom: 49px;
		/* padding-bottom: 0; */
		}
	.letters #contents section .lBox,
	.letters #contents section .rBox{
		width: 100%;
		float: 0;
		margin: 0;
		}
	.letters #contents section .rBox .book_about {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 20px 0 20px;
		}
	.letters #contents section .lBox{
		text-align: center;
		}
	.letters #contents section .lBox img{
		width: 160px;
		}
	.letters #contents section .rBox .book_about h4 ,
	.letters #contents section .rBox .book_about p {
		font-size: 14px;
		}
	/*イレギュラー*/
	.letters #contents #bl13 h3,
	.letters #contents #bl60 h3{
		font-size: 16px;
		padding-top: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
		}
	.letters #contents #bl13 .lBox,
	.letters #contents #bl60 .lBox {
		display: table;
		margin: 0 -5px 20px -5px;
		box-sizing: border-box;
		}
	.letters #contents #bl13 .lBox li,
	.letters #contents #bl60 .lBox li{
		display: table-cell;
		padding: 5px;
		box-sizing: border-box;
		}
	.letters #contents #bl13 .lBox li img,
	.letters #contents #bl60 .lBox li img{
		width: 100%;
		}
	}

/*==================================
出版例
==================================*/
.example h2 + .text{
	margin-bottom: 90px;
	}
@media screen and (max-width: 750px) {
	.example h2 + .text{
		margin-bottom: 45px;
		}
	}
/*一覧アイテム*/

.example #contents .itemList{
	border-bottom: 1px solid #939393;
	margin-bottom: 100px;
	padding-bottom: 99px;
	}
.example #contents .itemList:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}
.example #contents .itemList > .clearfix{
	display: table;
	}
.example #contents .itemList .lBlk,
.example #contents .itemList .rBlk{
	float: none !important;
	display: table-cell;
	vertical-align: top;
	}
.example #contents .itemList .lBlk{
	width: 200px;
	padding-right: 60px;
	}
.example #contents .itemList h3{
	background:url("../img/common/line_4_1_979798.png") repeat-x scroll center bottom;
	font-size: 32px;
	letter-spacing: 0.07em;
	margin-bottom: 14px;
	padding: 0 0 19px;
	}
.example #contents .itemList .title{
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 7px;
	}
.example #contents .itemList .figure img{
	border: #ccc solid 1px;
	}
.example #contents .itemList .lnkBtnR{
	margin-top: 15px;
	width: 200px;
	}
@media screen and (max-width: 750px) {
	.example #contents .itemList{
		border-bottom: 1px solid #ccc;
		margin-bottom: 50px;
		padding-bottom: 49px;
		}
	.example #contents .itemList .title{
		margin-bottom: 15px;
		}
	.example #contents .itemList .lBlk{
		width: 140px;
		padding-right: 20px;
		}
	.example #contents .itemList .rBlk > p{
		margin-top: -8px;
		}
	.example #contents .itemList .figure img{
		width: 140px;
		max-width: inherit !important;
		}
	.example #contents .itemList h3{
		font-size: 24px;
		}
	.example #contents .itemList .lnkBtnR{
		margin-top: 30px;
		}
	}
	/* body {
		font-family: hiragino-mincho-pron, sans-serif;
		font-feature-settings: "palt";
	} */

	.pageLnk {
		margin: 0 auto;
		width: 100%;
		text-align: center;
		display: flex;
		/* justify-content: space-between; */
		align-items: center;
	}
	.pageLnk a {
		color: #231815;
		display: block;
		width: fit-content;
		font-size: 16px;
	}
	.pageLnk a:hover {
		opacity: 0.7;
	}
	.pageLnk a.new {
		margin-right: auto;
		padding: 0 0 0 25px;
		background: url(../img/common/icon_04_270.png) no-repeat left center;
		background-size: 19px auto;
	}
	.pageLnk a.old {
		margin-left: auto;
		padding: 0 25px 0 0;
		background: url(../img/common/icon_04_090.png) no-repeat right center;
		background-size: 19px auto;
	}
	.pageLnk a.none {
		pointer-events: none;
		color: #939393;
		opacity: .5;
	}
	@media screen and (max-width: 750px) {
		.pageLnk {
			width: auto;
			padding: 0 30px;
		}
		.pageLnk a {
			font-size: 16px;
	}
	}
