@charset "UTF-8";
/* CSS Document */

/*shadow_box===================*/
@media only screen and (min-width: 768px) {
	.shadow_box.coherence {
		margin-top: 50px;
		padding-top: 66px;
		padding-bottom: 40px;
	}
	.shadow_box.coherence .coherence_contents {
		width: 100%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}
.shadow_box.coherence a:hover {
	text-decoration: none;
}
.shadow_box.coherence a:hover img {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.shadow_box.coherence {
		background-color: transparent;
		box-shadow: none;
		padding: 0;
	}
	.shadow_box.coherence a:hover {
		color: #000;
	}
}


/*一番上のbox===================*/
.coherence_box {
	background-color: #e5f7f9;
	padding-top: 60px;
	padding-bottom: 40px;
	margin-bottom: 86px;
}
@media only screen and (max-width: 767px) {
	.coherence_box {
		padding: 0 2vw 5vw;
		margin-bottom: 14vw;
		margin-top: -4vw;
	}
}
.coherence_box_inner {
	max-width: 1000px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.coherence_box_inner + .coherence_box_inner {
	margin-top: 80px;
}
@media only screen and (max-width: 767px) {
	.coherence_box_inner {
		flex-direction: column;
		align-items: center;
	}
}

/*本の画像・スペック*/
.coherence_box .imgbox {
	width: 246px;
	margin-right: 30px;
}
.coherence_box .imgbox img {
	width: 100%;
	height: auto;
}
.coherence_box .docbox {
	max-width: 670px;
	border-bottom: 1px solid #d5d5d7;
	padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
	.coherence_box .imgbox {
		width: 40.53vw;
		margin-right: 0;
		margin-bottom: 8vw;
	}
	.coherence_box .docbox {
		padding-bottom: 5vw;
	}
}

/*本のタイトル*/
.coherence_box .booktitle {
	font-family: 'Noto Serif JP', serif;
	font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
	font-weight: 700;
	line-height: 1.35;
	padding-bottom: 0.2em;
	margin-top: -0.2em;
}
.coherence_box .docbox .book_title {
	border-bottom: 1px solid #d5d5d7;
	padding-bottom: 10px;
	min-height: 140px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.coherence_box .booktitle {
		font-size: 6vw;
	}
	.coherence_box .docbox .book_title {
		border-bottom: none;
		min-height: inherit;
		padding-bottom: 0;
		margin-bottom: 3vw;
	}
}

/*タグ*/
.coherence_box .book_tag {
	width: 100%;
	display: flex;
	margin-top: 6px;
}
.coherence_box .book_tag li {
	background-color: #fff;
	display: inline-block;
	color: #10b7c9;
}
.coherence_box .book_tag li {
	padding: 6px 14px;
}
@media only screen and (max-width: 767px) {
	.coherence_box .book_tag {
		margin-top: 1vw;
		margin-bottom: 0;
	}
	.coherence_box .book_tag li {
		padding: 0.2em 0.8em;
	}
}

/*スペック*/
.coherence_box td {
	font-size: 106%;
	padding: 0 0 0.7em;
}
.coherence_box .docbox .title {
	white-space: nowrap;
	padding-right: 2em;
}
.coherence_box .docbox p {
	position: relative;
	padding-left: 1.1em;
}
.coherence_box .docbox p::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}
@media only screen and (max-width: 767px) {
	.coherence_box td {
		font-size: 4vw;
		line-height: 1.7;
		padding: 0 0 0.3em;
	}
	.coherence_box .docbox .title {
		padding-right: 0.5em;
	}
}



/*リスト部分===================*/
.coherence_list {
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.coherence_item {
	width: 48%;
	margin-bottom: 80px;
}
.coherence_item .accodion {
	padding: 28px;
}
.coherence_item .no-accodion {
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.coherence_list {
		padding: 1.33vw;
	}
	.coherence_item {
		width: 100%;
		margin-bottom: 11vw;
	}
	.coherence_item .accodion,
	.coherence_item .no-accodion {
		padding: 3vw;
	}
}


.coherence_item .accodion,
	.coherence_item .no-accodion {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.coherence_item .accodion,
	.coherence_item .no-accodion {
		flex-direction: column;
		align-items: center;
	}
}


/*本の画像・スペック*/
.coherence_item .imgbox {
	width: 30%;
	margin-right: 10px;
}
.coherence_item .imgbox img {
	width: 100%;
	height: auto;
}
.coherence_item .docbox {
	max-width: 63%;
	border-bottom: 1px solid #d5d5d7;
	padding-bottom: 24px;
}
.coherence_item .docbox p {
	position: relative;
	padding-left: 1.1em;
}
.coherence_item .docbox p::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}
@media only screen and (max-width: 767px) {
	.coherence_item .imgbox {
		width: 40.53vw;
		margin-right: 0;
		margin-bottom: 10vw;
	}
	.coherence_item .docbox {
		max-width: inherit;
		padding-bottom: 5vw;
	}
}

/*本のタイトル*/
.coherence_item .booktitle {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.35;
	padding-bottom: 0.2em;
	margin-top: -0.2em;
}
.coherence_item .docbox .book_title {
	border-bottom: 1px solid #d5d5d7;
	padding-bottom: 10px;
	min-height: 100px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.coherence_item .booktitle {
		font-size: 6vw;
	}
	.coherence_item .docbox .book_title {
		border-bottom: none;
		min-height: inherit;
		padding-bottom: 0;
		margin-bottom: 3vw;
	}
}

/*タグ*/
.coherence_item .book_tag {
	width: 100%;
	display: flex;
	margin-top: 6px;
}
.coherence_item .book_tag li {
	background-color: #fff;
	display: inline-block;
	color: #10b7c9;
}
.coherence_item .book_tag li {
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.coherence_item .book_tag {
		margin-top: 1vw;
		margin-bottom: 12vw;
	}
	.coherence_item .book_tag li {
		padding: 0;
		line-height: 1;
	}
}

/*スペック*/
.coherence_item td {
	font-size: 92%;
	padding: 0 0 0.4em;
}
.coherence_item .docbox .title {
	white-space: nowrap;
	padding-right: 0.8em;
}
@media only screen and (max-width: 767px) {
	.coherence_item td {
		font-size: 4vw;
		line-height: 1.7;
		padding: 0 0 0.3em;
	}
	.coherence_item .docbox .title {
		padding-right: 0.5em;
	}
}


.coherence_item .acctit {
	text-align: left;
	padding-right: 60px;
}
