/* ===================================================================
  use toppage
=================================================================== */
/*---------------------------------------------------------------------------*/
/* font ---------------------------------------------------------------------------*/
/* color ---------------------------------------------------------------------------*/
/*_____ parts _______________*/
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
/* ===================================================================
book souzoku
=================================================================== */
/*---------------------------------------------------------------------------*/
  .book {
  	padding: 0 4%;
  }
  .book .top_book {
  	overflow: hidden;
  }
  .book .top_book .thumb_book {
  	display: table;
  	margin: 0 auto;
  	max-width: 50%;
  }
  .book .top_book .book_info {
  	margin: 0;
  	padding: 35px 15px 0;
  }
  .book .book_intro {
  	font-size: 1.4rem;
  	font-weight: bold;
  }
  .book .book_intro img {
  	display: inline-block;
  	vertical-align: middle;
  	margin-right: 10px;
  	margin-top: -5px;
  	width: 80px
  }
  .book .book_info h2 {
  	font-size: 2.2rem;
  	margin: 20px 0 10px 0;
  }
  .book .book_info h2 span {
    display: inline-block;
  	line-height: 1.2;
    text-align: left;
  }
  .book .book_info h2 span:last-child {
  	border-bottom: solid 5px #ffef80;
  }
  .book .book_info .book_guide {
  	line-height: 20px;
  }
  .book .book_info .author {
  	font-size: 1.8rem;
  	margin-top: 4px;
  }
  .book .btn_buy_book {
  	display: table;
  	width: 100%;
  	margin: 18px 0 5px 0;
  }
  .book .btn_buy_book .btn_buy {
  	display: table-cell;
  	width: 50%;
  }
  .book .btn_buy_book .btn_buy a {
  	width: 100%
  }
  .book .btn_buy_book .btn_buy p {
  	font-weight: normal;
  	font-size: 1.2rem
  }
  .book .btn_buy_book .btn_buy p::before {
  	content: '';
  	background: url(../images/cart.png) no-repeat;
  	width: 22px;
  	height: 20px;
  	margin-right: 5px;
  	display: inline-block;
  	vertical-align: middle;
  	background-size: 20px;
  }
  .book .btn_buy_book .btn_link_amazon {
  	border-right: solid 3px #fff;
  }
  .book .btn_buy_book .btn_link_store {
  	border-left: solid 3px #fff;
  }
  .book .book_section_one {
  	background: #f7f5e5;
  	padding: 30px 4% 15px;
  	margin: 45px -4% 0;
  }
  .book .book_section h2 {
  	font-size: 1.8rem;
  	line-height: 30px;
  	text-align: center;
  }
  .book .book_section_one h2 {
  	color: #28a414
  }
  .book .box_book {
  	overflow: hidden;
  	margin: 10px 0 0 0;
  }
  .book .box_thumb_book {
  	padding-top: 10px;
  	max-width: 50%;
  	display: table;
  	margin: 0 auto;
  }
  .book .book_description {} .book .book_description h3 {
  	font-size: 1.6rem;
  	margin-bottom: 20px;
  	font-weight: normal;
  	display: table;
  	margin: 20px auto 10px;
  }
  .book .book_description p {
  	margin-bottom: 13px;
  	font-size: 1.4rem;
  }
  .book .book_description h4 {
  	font-size: 1.6rem;
  	font-weight: normal;
  	margin-top: 2px;
  }
  .book .book_description ul {
  	margin: 15px 0 10px;
  	overflow: hidden;
  }
  .book .book_description ul li {
  	background: #fff url(../images/checkbox_orange.png) no-repeat 8px 10px;
  	float: left;
    font-size: 1.1rem;
  	width: 100%;
  	margin: 0 2% 5px 0;
  	padding: 7px 10px 7px 35px;
  	box-sizing: border-box;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	background-size: 17px;
  }
  .book .book_section_two {
  	background: url('../images/bg_book.jpg') top left;
  	padding: 25px 4% 20px;
  	margin: 0 -4%;
  }
  .book .book_section_two h2 {
  	overflow: hidden;
  }
  .book .book_section_two h2 span {
  	line-height: 0.75;
  	border-bottom: solid 4px #ffef80;
  	margin-bottom: 0px;
  	padding-top: 5px;
  	display: inline-block;
  }
  .book .box_book_intro {
  	margin: 35px 0 0;
  }
  .book .box_book_intro h3 {
  	background: #28a414;
  	padding: 13px 13px 13px 80px;
  	color: #fff;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	position: relative;
  	text-align: left;
  	font-size: 1.6rem;
  	line-height: 22px;
  	letter-spacing: 1px;
  	margin-bottom: 15px;
  	min-height: 72px;
  }
  .book .box_book_intro h3 span {
  	margin: 0;
  	width: 48px;
  	height: 48px;
  	text-align: center;
  	line-height: 48px;
  	color: #28a414;
  	background: #fff;
  	border-radius: 50px;
  	-webkit-border-radius: 50px;
  	-moz-border-radius: 50px;
  	position: absolute;
  	left: 10px;
  	font-size: 1.3rem;
  }
  .book .box_book_intro h3::before {
  	content: '';
  	position: absolute;
  	top: -8px;
  	margin: 0 auto;
  	left: 0;
  	right: 0;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 16px 10.5px 0 10.5px;
  	border-color: #ffda55 transparent transparent transparent;
  }
  .book .box_book_intro:last-child .list_intro dl:last-child {
  	border-bottom: none;
  }
  .book .list_intro dl {
  	border-bottom: solid 2px #dfdfdf;
  	padding: 0 0 15px 0;
  	margin-bottom: 15px;
  }
  .book .list_intro dl:last-child {
  	margin-bottom: 0;
  }
  .book .list_intro dt {
  	position: relative;
  	font-size: 1.4rem;
  	font-weight: bold;
  	margin-bottom: 2px;
  }
  .book .list_intro dt::before {
  	content: '';
  	display: inline-block;
  	border-radius: 30px;
  	margin: -5px 5px 0 0;
  	-webkit-border-radius: 30px;
  	-moz-border-radius: 30px;
  	width: 16px;
  	height: 16px;
  	border: solid 4px #ffcb2c;
  	box-sizing: border-box;
  	vertical-align: middle;
  }
  .book .list_intro dd {
  	margin-left: 21px;
  }
  .book .book_content {
  	background: #28a414;
  	padding: 20px 4% 25px;
  	margin: 0 -4%;
  }
  .book .book_detail {
  	overflow: hidden;
  }
  .book .thumb_book2 {
  	display: table;
  	margin: 0 auto;
  	max-width: 37%;
  }
  .book .book_detail_intro {
  	color: #fff;
  	padding: 25px 0 0;
  }
  .book .book_detail_intro .name_book {
  	font-size: 1.2rem;
    font-weight: normal;
  	line-height: 20px;
  	margin-bottom: 15px;
  }
  .book .book_detail_intro .book_chapter {
  	font-size: 1.2rem;
    font-weight: normal;
  	margin-bottom: 15px;
  	line-height: 20px;
  }
  .book .book_detail_intro .book_price {
  	font-size: 1.2rem;
    font-weight: normal;
  }
  .book .author_profile {
  	background: #fff;
  	padding: 12px 15px 15px 15px;
  	margin-top: 25px;
  }
  .book .author_profile h4 {
  	font-size: 1.6rem;
  	color: #28a414;
  	margin-bottom: 10px;
  }
  .book .author_profile_content {
  	overflow: hidden;
  	padding-bottom: 5px;
  }
  .book .author_profile_content .author_avatar {
  	float: left;
  	width: 35%;
  	margin-right: 25px;
  }
  .book .author_profile_content .profile_content {
  	margin: 0
  }
  .book .profile_content .txt_job {
  	color: #28a414;
    font-size: 1.0rem;
  	margin: 15px 0 0;
  	line-height: 15px;
  }
  .book .profile_content .author_des {
  	font-size: 1.4rem;
  	line-height: 20px;
  	color: #444;
  	clear: both;
  	padding-top: 15px;
  }
  .book .btn.stshadow.sizeS.btn_author {
  	display: table;
  	margin: 20px auto 0;
  }
  .book .btn.stshadow.sizeS.btn_author p {
  	padding: 6px 40px;
  	font-size: 1.4rem;
  }
  .book .btn.stshadow.sizeS.btn_author p::before {
  	content: '';
  	display: inline-block;
  	vertical-align: middle;
  	background: url('../images/arrow_white_large.png') no-repeat left;
  	width: 9px;
  	height: 25px;
  	margin-right: 10px;
  	background-size: 7px;
  }
  .book .sell_book {
  	background: #147b03;
  	padding: 25px 4%;
  	margin: 0 -4%;
  }
  .book .btn_sell_book {
  	display: table;
  	margin: 0 auto;
  	width: 100%;
  }
  .book .btn_sell_book .btn {
  	display: table-cell;
  	margin: 0;
  }
  .book .btn_sell_book .btn a {
  	width: 100%;
  	height: 47px;
  	padding: 15px 0;
  }
  .book .btn_sell_book .btn a p {
  	font-weight: bold;
  	font-size: 1.4rem
  }
  .book .btn_sell_book .btn a p::before {
  	content: '';
  	background: url(../images/cart.png) no-repeat;
  	width: 22px;
  	height: 20px;
  	margin-right: 5px;
  	display: inline-block;
  	vertical-align: middle;
  	background-size: 20px;
  }
  .book .btn_sell_book .btn_link_amazon {
  	border-right: solid 3px #147b03;
  	border-left: solid 10px #147b03;
  }
  .book .btn_sell_book .btn_link_store {
  	border-left: solid 3px #147b03;
  	border-right: solid 10px #147b03;
  }
  .book .sell_book .txt_sell_book {
  	display: table;
  	margin: 0 auto;
  	background: #116802;
  	border-radius: 22px;
  	-webkit-border-radius: 12px;
  	-moz-border-radius: 22px;
  	font-size: 2rem;
  	color: #fff;
  	padding: 4px 0px;
  	margin-top: 25px;
  	box-shadow: inset 0px 1px 2px 0px #0e5602;
  	width: 100%;
  	text-align: center;
  }
}

@media screen and (min-width: 768px) {
/* ===================================================================
  book souzoku
=================================================================== */
/*---------------------------------------------------------------------------*/
  .book .guide_cm {
    margin: 0 auto;
    width: 1000px;
  }

  .book .top_book {
  	overflow: hidden;
  	padding-bottom: 70px;
  }
  .book .top_book .thumb_book {
  	float: left;
  	width: 344px;
  }
  .book .top_book .book_info {
  	margin-left: 400px;
  	padding: 34px 0 0 0;
  }
  .book .book_intro {
  	font-size: 2.47rem;
  	font-weight: bold;
  }
  .book .book_intro img {
  	display: inline-block;
  	vertical-align: middle;
  	margin-right: 15px;
  	margin-top: -5px;
  }
  .book .book_info h2 {
  	font-size: 4.0rem;
  	margin: 38px 0 15px 0;
  }
  .book .book_info h2 span {
    display: inline-block;
  	line-height: 0.75;
  	border-bottom: solid 6px #ffef80;
  	margin-bottom: 15px;
  	padding-top: 5px;
    text-align: left;
  }
  .book .book_info .book_guide {
  	line-height: 20px;
  }
  .book .book_info .author {
  	font-size: 2.366rem;
  	margin-top: 4px;
  }
  .book .btn_buy_book {
  	display: table;
  	width: 100%;
  	margin: 22px 0 5px 0;
  }
  .book .btn_buy_book .btn_buy {
  	display: table-cell;
  	width: 50%;
  }
  .book .btn_buy_book .btn_buy a {
  	width: 100%
  }
  .book .btn_buy_book .btn_buy p {
  	font-weight: bold;
  	font-size: 2.18rem
  }
  .book .btn_buy_book .btn_buy p::before {
  	content: '';
  	background: url('../images/cart.png') no-repeat;
  	width: 34px;
  	height: 31px;
  	margin-right: 14px;
  	display: inline-block;
  	vertical-align: middle;
  }
  .book .btn_buy_book .btn_link_amazon {
  	border-right: solid 5px #fff;
  }
  .book .btn_buy_book .btn_link_store {
  	border-left: solid 5px #fff;
  }
  .book .book_section_one {
  	background: #f7f5e5;
  	padding: 55px 0 45px;
  }
  .book .book_section h2 {
  	font-size: 4rem;
  	line-height: 48px;
  	text-align: center;
  }
  .book .book_section_one h2 {
  	color: #28a414
  }
  .book .box_book {
  	overflow: hidden;
  	margin: 60px 0 0 0;
  }
  .book .box_thumb_book {
  	float: right;
  	width: 349px;
  	padding-top: 15px;
  }
  .book .book_description {
    box-sizing: border-box;
  	float: left;
  	width: 100%;
  }
  .book .book_description h3 {
  	font-size: 2.6rem;
    font-weight: normal;
  	margin-bottom: 20px;
  }
  .book .book_description p {
  	margin-bottom: 30px;
  }
  .book .book_description h4 {
  	font-size: 2rem;
    font-weight: normal;
  }
  .book .book_description ul {
  	margin: 15px 0 20px;
  }
  .book .book_description ul li {
  	background: #fff url('../images/checkbox_orange.png') no-repeat 17px;
  	padding: 10px 20px 10px 53px;
  	box-sizing: border-box;
  	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	margin-bottom: 9px;
    width: 500px;
  }
  .book .book_section_two {
  	background: url('../images/bg_book.jpg') top left;
  	padding: 55px 0 35px;
  }
  .book .book_section_two h2 {
  	overflow: hidden;
  }
  .book .book_section_two h2 span {
  	line-height: 0.75;
  	border-bottom: solid 6px #ffef80;
  	margin-bottom: 3px;
  	padding-top: 5px;
  	display: inline-block;
  }
  .book .box_book_intro {
  	margin: 50px 0 0;
  }
  .book .box_book_intro h3 {
  	background: #28a414;
  	padding: 24px 140px 24px 218px;
  	color: #fff;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	position: relative;
  	text-align: center;
  	font-size: 32px;
  	line-height: 36px;
  	letter-spacing: 2px;
  	margin-bottom: 50px;
  }
  .book .box_book_intro h3 span {
  	display: inline-block;
  	margin: 0 38px 0 0;
  	width: 75px;
  	height: 75px;
  	text-align: center;
  	line-height: 75px;
  	font-size: 1.826rem;
  	color: #28a414;
  	background: #fff;
  	border-radius: 50px;
  	-webkit-border-radius: 50px;
  	-moz-border-radius: 50px;
  	position: absolute;
  	;
  	left: 104px;
  }
  .book .box_book_intro h3::before {
  	content: '';
  	position: absolute;
  	top: -19px;
  	margin: 0 auto;
  	left: 0;
  	right: 0;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 32px 18.5px 0 18.5px;
  	border-color: #ffda55 transparent transparent transparent;
  }
  .book .box_book_intro:last-child h3 {
  	margin-bottom: 25px;
  }
  .book .list_intro {} .book .list_intro dl {
  	border-bottom: solid 3px #dfdfdf;
  	padding: 0 0 15px 0;
  	margin-bottom: 17px;
  }
  .book .list_intro dl:last-child {
  	border-bottom: none;
  	margin-bottom: 0;
  }
  .book .list_intro dt {
  	position: relative;
  	font-size: 2.4rem;
  	font-weight: bold;
  	margin-bottom: 10px;
  }
  .book .list_intro dt::before {
  	content: '';
  	display: inline-block;
  	border-radius: 30px;
  	margin: -5px 10px 0 0;
  	-webkit-border-radius: 30px;
  	-moz-border-radius: 30px;
  	width: 30px;
  	height: 30px;
  	border: solid 7px #ffcb2c;
  	box-sizing: border-box;
  	vertical-align: middle;
  }
  .book .list_intro dd {
  	margin-left: 43px;
  }
  .book .book_content {
  	background: #28a414;
  	padding: 64px 0 37px;
  }
  .book .book_detail {
  	overflow: hidden;
  }
  .book .thumb_book2 {
  	float: left;
  	width: 255px;
  }
  .book .book_detail_intro {
  	margin-left: 290px;
  	color: #fff;
  	padding: 18px 0 0;
  }
  .book .book_detail_intro .name_book {
  	font-size: 2.4rem;
  	line-height: 30px;
  	margin-bottom: 30px;
  }
  .book .book_detail_intro .book_chapter {
  	font-size: 1.8rem;
  	margin-bottom: 30px;
  }
  .book .author_profile {
  	background: #fff;
  	padding: 20px 35px 38px 38px;
  	margin-top: 28px;
  }
  .book .author_profile h4 {
  	font-size: 2.2rem;
  	color: #28a414;
  	margin-bottom: 15px;
  }
  .book .author_profile_content {
  	overflow: hidden;
  	padding-bottom: 5px;
  }
  .book .author_profile_content .author_avatar {
  	float: left;
  	width: 228px;
  }
  .book .author_profile_content .profile_content {
  	margin-left: 265px;
  }
  .book .profile_content .txt_job {
  	color: #28a414;
  	margin-bottom: 10px;
  	line-height: 20px;
  }
  .book .profile_content .author_des {
  	font-size: 1.4rem;
  	line-height: 26px;
  	color: #444;
  }
  .book .btn.stshadow.sizeS.btn_author {
  	float: right;
  	margin-top: 25px;
  }
  .book .btn.stshadow.sizeS.btn_author p {
  	padding: 10px 62px;
  	font-size: 1.8rem;
  }
  .book .btn.stshadow.sizeS.btn_author p::before {
  	content: '';
  	display: inline-block;
  	vertical-align: middle;
  	background: url('../images/arrow_white_large.png') no-repeat left;
  	width: 9px;
  	height: 25px;
  	margin-right: 15px;
  }
  .book .sell_book {
  	background: #147b03;
  	padding: 34px 0 38px;
  }
  .book .btn_sell_book {
  	display: table;
  	margin: 0 auto;
  }
  .book .btn_sell_book .btn {
  	display: inline-block;
  	margin: 0 5px;
  }
  .book .btn_sell_book .btn a {
  	width: 270px;
  	height: 75px;
  	padding: 21px 0;
  }
  .book .btn_sell_book .btn a p {
  	font-weight: bold;
  	font-size: 2.18rem
  }
  .book .btn_sell_book .btn a p::before {
  	content: '';
  	background: url('../images/cart.png') no-repeat;
  	width: 34px;
  	height: 31px;
  	margin-right: 14px;
  	display: inline-block;
  	vertical-align: middle;
  }
  .book .sell_book .txt_sell_book {
  	display: table;
  	margin: 0 auto;
  	background: #116802;
  	border-radius: 22px;
  	-webkit-border-radius: 22px;
  	-moz-border-radius: 22px;
  	font-size: 3.28rem;
  	color: #fff;
  	padding: 6px 108px;
  	margin-top: 40px;
  	box-shadow: inset 0px 2px 3px 0px #0e5602
  }
}
