@charset "utf-8";
/* ==================================================
		
		書籍詳細 PC

================================================== */

@media screen and (min-width:781px) {
/* --------------------------------------------------
		.vi
-------------------------------------------------- */
.vi .vi-inner {
	background: url(/wordpress-content/pub/books/common/img/common-bg-vi01.jpg) no-repeat center / cover;
}
/* --------------------------------------------------
		.introduction
-------------------------------------------------- */
.main .introduction {
	padding-top: 50px;
}
.main .introduction .introduction-inner {
	display: flex;
	justify-content: center;
}
.main .introduction .introduction-box {
	width: 1086px;
	position: relative;
	display: flex;
 justify-content: space-between;
}
.main .introduction .introduction-wrapper {
	width: 750px;
}
.main .introduction h3 {
	font-size: 35px;
	color: #007db7;
}
.main .introduction .books {
	width: 248px;
	position: relative;
	top: 15px;
	right: 50px;
}
.main .introduction .books .books-img01 {
 text-align: center;
}
.main .introduction .books .books-img01 img {
	border: 1px solid #e6e6e8;
}
.main .introduction .books .purchase {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.main .introduction .books .purchase .purchase-inner {
	width: 240px;
	display: flex;
	justify-content: center;
 flex-wrap: wrap;
}
.main .introduction .books .purchase .purchase-inner .amazon {
 text-align: left;
 padding: 0 5px;
}
.main .introduction .books .purchase .purchase-inner .amazon img {
 width: 150px;
}
.main .introduction .books .purchase .purchase-inner .rakuten {
 text-align: right;
 padding: 0 5px;
}
.main .introduction .books .purchase .purchase-inner .rakuten img {
 width: 67px;
}
.main .introduction .books .purchase .purchase-inner .others {
 font-size: 13px;
 color: #333333;
 margin-top: 10px;
}
.main .introduction .books .purchase .purchase-inner .others a:link, 
.main .introduction .books .purchase .purchase-inner .others a:visited {
 text-decoration: none;
	color: #333333;
}
.main .introduction .books .purchase .purchase-inner .others a:hover {
	text-decoration: underline;
	color: #333333;
}
.main .introduction .introduction-wrapper-txt01 {
	font-size: 14px;
	color: #555555;
	margin-top: 15px;
}
.main .introduction .introduction-area {
	font-size: 14px;
	color: #333333;
	padding: 30px;
	background: #f9f9f9;
	margin-top: 20px;
}
.main .introduction .introduction-area .introduction-area-txt02, .main .introduction .introduction-area .introduction-area-txt03 {
 margin-top: 20px;
}
.main .introduction .pdf {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.main .introduction .introduction-area .pdf .pdf-txt02 {
	margin-left: 10px;
}
.main .introduction .introduction-area ul {
	margin-top: 20px;
}
.main .introduction .introduction-area ul li{
	margin-left: 14px;
	text-indent: -14px;
}
.main .introduction .introduction-area a:link,
.main .introduction .introduction-area a:visited {
	text-decoration: underline;
	color: #333333;
}
.main .introduction .introduction-area a:hover {
	text-decoration: none;
	color: #333333;
}
/* --------------------------------------------------
		.tab-menu
-------------------------------------------------- */
.main .introduction .tab-menu {
	background: url(/common/img/tab-menu-bg-line01.png) bottom repeat-x;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.main .introduction .tab-menu ul {
	width: 904px;
	display: flex;
	justify-content: space-between;
}
.main .introduction .tab-menu ul li {
	font-size: 20px;
	color: #ffffff;
	width: 295px;
	height: 67px;
	background: #407eb5;
	display: flex;
	transition: opacity 0.5s;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
	cursor: pointer;
}
.main .introduction .tab-menu ul li:hover {
	opacity: 0.6;
}
.main .introduction .tab-menu ul .current {
	color: #407eb5;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	background: #ffffff;
	transition: none;
	cursor: auto;
}
.main .introduction .tab-menu ul .current:hover {
	opacity: 1;
}
.main .introduction .tab-menu ul li a {
	width: 295px;
	height: 67px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main .introduction .tab-menu ul li a:link, .main .introduction .tab-menu ul li a:visited {
	text-decoration: none;
	color: #ffffff;
}
.main .introduction .tab-menu ul li a:hover {
	color: #407eb5;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	background: #ffffff;
}
/* --------------------------------------------------
		.tab-content
-------------------------------------------------- */
.main .introduction .tab-content {
	display: flex;
	justify-content: center;
}
.main .introduction .tab-content .tab-content-inner {
	width: 904px;
	padding-top: 30px;
}
.main .introduction ul .hide {
	display: none;
}
/* --------------------------------------------------
		.tab-content-inner01
-------------------------------------------------- */
.main .introduction .tab-content .tab-content-inner01 {
	font-size: 14px;
	color: #555555;
}
.main .introduction .tab-content .tab-content-inner01 ul li{
	text-indent: -9px;
	margin-left: 9px;
}
.main .introduction .tab-content .tab-content-inner01 .tab-content-box-txt02 {
	margin-top: 15px;
}
/* --------------------------------------------------
		.tab-content-inner02
-------------------------------------------------- */
.main .introduction .tab-content .tab-content-inner02 ol li {
	font-size: 14px;
	color: #555555;
	margin-top: 10px;
}
.main .introduction .tab-content .tab-content-inner02 ol li:first-child {
	margin-top: 0;
}
/* --------------------------------------------------
		.tab-content-inner03
-------------------------------------------------- */
.main .introduction .tab-content .tab-content-inner03 .tab-content-wrapper {
	display: flex;
	align-items: top;
}
.main .introduction .tab-content .tab-content-inner03 dl {
	font-size: 14px;
	color: #555555;
	margin-left: 25px;
}
.main .introduction .tab-content .tab-content-inner03 dl dd {
	margin-top: 15px;
}
/* --------------------------------------------------
		.other
-------------------------------------------------- */
.main .other {
	padding-top: 15px;
	border-top: 1px solid #e4e4e4;
	margin-top: 30px;
}
.main .other h3 {
	font-size: 35px;
	text-align: center;
	color: #007db7;
}
.main .other .other-inner {
	margin-top: 25px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.main .other ul {
	width: 1086px;
	margin-top: -20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main .other ul li {
	font-size: 12px;
	color: #555555;
	width: 360px;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.main .other ul li:nth-child(3n+2):last-child {
 margin-right: 363px;
}
.main .other ul li p:nth-child(2) {
 padding: 0 15px;
}
.main .other ul li a:link, .main .other ul li a:visited {
	text-decoration: none;
	color: #333333;
}
.main .other ul li a:hover {
	text-decoration: underline;
	color: #333333;
}
.main .other ul li img {
 width: 43px;
 height: 60px;
	border: 1px solid #e6e6e8;
}
.main .blue-btn {
	margin-top: 56px;
}
}

/* ==================================================
		
		書籍詳細 SP

================================================== */

@media screen and (max-width:780px) {
/* --------------------------------------------------
		.vi
-------------------------------------------------- */
.vi .vi-inner {
	background: url(/wordpress-content/pub/books/common/img/common-bg-vi01.jpg) no-repeat center / cover;
}
/* --------------------------------------------------
		.introduction
-------------------------------------------------- */
.main .introduction {
	padding-top: 25px;
}
.main .introduction h3 {
	font-size: 18px;
	text-align: center;
	color: #007db7;
	margin: 0 12px;
}
.main .introduction .books {
	margin-top: 20px;
}
.main .introduction .books  .books-img01 {
 text-align: center;
}
.main .introduction .books  .books-img01 img {
	width: 50%;
	border: 1px solid #e6e6e8;
}
.main .introduction .books .purchase {
	margin-top: 10px;
	display: flex;
	justify-content: center;
}
.main .introduction .books .purchase .purchase-inner {
	width: 50%;
	display: flex;
	justify-content: center;
 flex-wrap: wrap;
}
.main .introduction .books .purchase .amazon {
	text-align: left;
	padding-right: 5px;
 width: 61%;
}
.main .introduction .books .purchase .rakuten {
	text-align: right;
 width: 26%;
}
.main .introduction .books .purchase .purchase-inner .others {
 font-size: 12px;
 color: #333333;
 margin-top: 10px;
}
.main .introduction .books .purchase .purchase-inner .others a:link, 
.main .introduction .books .purchase .purchase-inner .others a:visited {
 text-decoration: none;
	color: #333333;
}
.main .introduction .books .purchase .purchase-inner .others a:hover {
	text-decoration: underline;
	color: #333333;
}
.main .introduction .introduction-wrapper-txt01 {
	font-size: 12px;
	color: #555555;
	padding: 0 12px;
	margin-top: 15px;
}
.main .introduction .introduction-area {
	font-size: 12px;
	color: #333333;
	padding: 15px;
	background: #f9f9f9;
	margin: 10px 12px 0;
}
.main .introduction .introduction-area .introduction-area-txt02, .main .introduction .introduction-area .introduction-area-txt03{
	margin-top: 10px;
}
.main .introduction .pdf {
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.main .introduction .pdf img {
	width: 28px;
	height: 28px;
}
.main .introduction .introduction-area .pdf .pdf-txt02 {
	margin-left: 10px;
}
.main .introduction .introduction-area ul {
	margin-top: 10px;
}
.main .introduction .introduction-area ul li{
	margin-left: 12px;
	text-indent: -12px;
}
.main .introduction .introduction-area a:link,
.main .introduction .introduction-area a:visited {
	text-decoration: underline;
	color: #333333;
}
.main .introduction .introduction-area a:hover {
	text-decoration: none;
	color: #333333;
}
/* --------------------------------------------------
		.tab-menu
-------------------------------------------------- */
.main .introduction .tab-menu {
	background: url(/common/img/tab-menu-bg-line01.png) bottom repeat-x;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.main .introduction .tab-menu ul {
	width: 100%;
	padding: 0 12px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.main .introduction .tab-menu ul li {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	width: 32%;
	height: 40px;
	background: #407eb5;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
	cursor: pointer;
}
.main .introduction .tab-menu ul .current {
	color: #407eb5;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	background: #ffffff;
	cursor: auto;
}
.main .introduction .tab-menu ul li a {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main .introduction .tab-menu ul li a:link, .main .introduction .tab-menu ul li a:visited {
	text-decoration: none;
	color: #ffffff;
}
.main .introduction .tab-menu ul li a:hover {
	color: #407eb5;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	background: #ffffff;
}
/* --------------------------------------------------
		.tab-content
-------------------------------------------------- */
.main .introduction .tab-content .tab-content-inner {
	margin: 0 12px;
	padding-top: 20px;
}
.main .introduction ul .hide {
	display: none;
}
/* --------------------------------------------------
		.tab-content-inner01
-------------------------------------------------- */
.main .introduction .tab-content .tab-content-inner01 {
	font-size: 12px;
 color: #555555;
}
.main .introduction .tab-content .tab-content-inner01 ul li{
	text-indent: -7px;
	margin-left: 7px;
}
.main .introduction .tab-content .tab-content-inner01 .tab-content-box-txt02 {
	margin-top: 10px;
}
/* --------------------------------------------------
		.tab-content-inner02
-------------------------------------------------- */
.main .introduction .tab-content .tab-content-inner02 ol li {
	font-size: 12px;
	color: #555555;
	margin-top: 5px;
}
.main .introduction .tab-content .tab-content-inner02 ol li:first-child {
	margin-top: 0;
}
/* --------------------------------------------------
		.tab-content-inner03
-------------------------------------------------- */
.main .introduction .tab-content .tab-content-inner03 p {
	text-align: center;
}
.main .introduction .tab-content .tab-content-inner03 p img {
	width: 50%;
}
.main .introduction .tab-content .tab-content-inner03 dl {
	font-size: 12px;
	color: #555555;
	margin-top: 15px;
}
/* --------------------------------------------------
		.other
-------------------------------------------------- */
.main .other {
	padding-top: 10px;
	border-top: 1px solid #e4e4e4;
	margin-top: 20px;
}
.main .other h3 {
	font-size: 18px;
	text-align: center;
	color: #007db7;
}
.main .other .other-inner {
	margin: 10px 12px 0;
	overflow: hidden;
}
.main .other ul {
	margin-top: -20px;
}
.main .other ul li {
	font-size: 12px;
	color: #555555;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.main .other ul li p:nth-child(2) {
 padding: 0 15px;
}
.main .other ul li a:link, .main .other ul li a:visited {
	text-decoration: none;
	color: #333333;
}
.main .other ul li a:hover {
	text-decoration: underline;
	color: #333333;
}
.main .other ul li img {
 width: 43px;
 height: 60px;
	max-width: none;
	border: 1px solid #e6e6e8;
}
.main .blue-btn {
	margin-top: 25px;
}
}
