@charset "UTF-8";
/*-------------------------
 *
 *
 *
 * Page title
 *
 *
 *
-------------------------*/

.page_header {
	padding-bottom: 50px;
}

.header_msg {
	width: 100%;
	max-width: 720px;
	line-height: 1.5;
	margin: 0 auto 35px;
}

.page_header_cta {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #199A42;
}

.page_header_cta_text {
	margin-right: 70px;
}

.page_header_cta_btn a {
	width: 160px;
	color: #fff;
	background: #199A42;
}

.page_header_cta_btn a::before {
	display: none;
}

@media (max-width: 960px) {

}

@media (max-width: 768px) {

}

@media (max-width: 560px) {

}

/*-------------------------
 *
 *
 *
 * Books
 *
 *
 *
-------------------------*/

#books {
	background: #EFEFEF;
}

#books > .inner {
	max-width: 1082px;
	padding: 40px 0 50px;
}

.books_box {
	margin-bottom: 30px;
}

.books_box:last-of-type {
	margin-bottom: 0;
}

.books_box_hl {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 30px;
}

.books_list ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
}

.books_item {
	width: 49%;
	margin-bottom: 2%;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	display: flex;
	justify-content: space-between;
}

.books_item_content {
	display: flex;
	align-items: center;
	padding: 24px;
}

.books_item_thumb {
	width: 74px;
	margin-right: 15px;
}

.books_item_thumb img {
	display: block;
	width: 100%;
	min-width:58px;
	height: auto;
}

.books_item_hl {
	font-size: 20px;
	line-height: 1.25;
	color: #262727;
	margin-bottom: 3px;
}

.books_item_text {
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 3px;
}

.books_item_meta {
	display: flex;
	align-items: center;
}

.icon_audio {
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	padding: 0 8px;
	background: #555555;
	color: #fff;
	margin-right: 8px;
	border-radius: 3px;
}

.pdf_link {
	font-size: 12px;
}

.pdf_link a:link,
.pdf_link a:visited {
	text-decoration: underline;
}

.price_text {
    color: #FF1111;
    padding: 0 8px;
    margin-left: 8px;
    font-weight: bold;
}

.books_item_purchase {
	width: 154px;
	background: #E6F2E7;
	padding: 0 17px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.books_item_purchase_text {
	font-size: 12px;
	line-height: 1.33;
	margin-bottom: 10px;
}

.books_item_purchase_btn a {
	width: 120px;
	font-size: 14px;
	color: #fff;
	background: #199A42;
	border: 1px solid #199A42;
}

.books_item_purchase_btn a::before {
	display: none;
}

@media (max-width: 1280px) {

}

@media (max-width: 1280px) {

	.books_list ul {
		display: block;
	}

	.books_item {
		width: 100%;
	}

	.books_item_hl br {
		display: none;
	}

}

@media (max-width: 960px) {

}

@media (max-width: 768px) {

	.books_item {
		flex-direction: column;
	}

	.books_item_purchase {
		width: 100%;
		padding: 12px 24px;
		flex-direction: row;
		justify-content: flex-end;
	}

	.books_item_purchase_text {
		margin: 0 14px 0 0;
	}

}

@media (max-width: 560px) {

	.books_item_content {
		padding: 20px;
	}

	.books_item_purchase {
		padding: 12px 20px;
	}

}

/*-------------------------
 *
 *
 *
 * Free
 *
 *
 *
-------------------------*/

#free > .inner {
	max-width: 1082px;
	padding: 70px 0 0;
}

.free_box {
	margin-bottom: 36px;
}

.free_box > .inner {
	max-width: 1082px;
}

.free_box_hl {
	font-size: 20px;
	line-height: 1.33;
	margin-bottom: 20px;
}

.free_box_desc {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.5%;
}

.free_box_desc_item {
	border: 2px solid #199A42;
	border-radius: 8px;
	padding: 24px 14px;
}

.free_box_desc.col_2 .free_box_desc_item {
	width: 49.25%;
	margin-bottom: 1.5%;
}

.free_box_desc.col_4 .free_box_desc_item {
	width: 23.875%;
	margin-bottom: 1.5%;
}

.free_box_desc_item_hl {
	font-size: 18px;
	line-height: 1.33;
	text-align: center;
	margin-bottom: 20px;
}

.free_box_desc_item_hl a:link,
.free_box_desc_item_hl a:visited {
	text-decoration: underline;
}

.free_box_desc_item_hl a > span {
	display: inline-block;
	position: relative;
}

.free_box_desc_item_hl.external a > span::before {
	display: block;
	content: '';
	width: 15px;
	height: 12px;
	background: url(../images/common/icon_external.svg) no-repeat center center / cover;
	position: absolute;
	top: 6px;
	right: -22px;
}

.free_box_text {
	font-size: 14px;
	line-height: 1.5;
}

/* Amazon slider */

#free_box_amazon {
	margin-bottom: 70px;
}

#free_box_desc_amazon {
	column-gap: 12%;
}

.amazon_content {
	width: 44%;
}

.amazon_content_desc {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-right: 5.25%;
}

.amazon_slider_container {
	overflow: hidden;
}

.amazon_slider {
	width: 750px;
}

.amazon_slide {
	padding: 10px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #EFEFEF;
	box-sizing: border-box;
}

@media (max-width: 1280px) {

	.free_box_desc_item_hl {
		font-size: 16px;
		margin-bottom: 16px;
		white-space: nowrap;
	}

	.free_box_text {
		font-size: 13px;
	}

}

@media (max-width: 960px) {

	.free_box_desc.col_4 .free_box_desc_item {
		width: 49.25%;
	}

}

@media (max-width: 768px) {

	.free_box_desc.col_2 .free_box_desc_item {
		width: 100%;
	}

}

@media (max-width: 560px) {

	.free_box_desc.col_4 .free_box_desc_item {
		width: 100%;
	}

	#free_box_amazon > .inner {
		width: 95%;
		margin: 0 0 0 auto;
	}

	#free_box_desc_amazon {
		display: block;
	}

	.amazon_content {
		width: 100%;
		margin-bottom: 30px;
	}

	.amazon_content:last-of-type {
		margin-bottom: 0;
	}

}

.btn_03 a {
    margin: 0 3px;
}
