

#mainimg.book {
  height: 290px;
  padding: 90px 3% 0;
  background-image: url(../img/book/bg_pagettl.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
}

#mainimg.book #pagettl {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  opacity: 1;
  line-height: 1.2;
  position: relative;
  top: 0;
}

#mainimg.book #pagettl img {
  max-width: 385px;
  margin-bottom: 0;
}

#mainimg.book #pagettl .ja {
	line-height: 1.5;
}

.col_book {
  width: 90%;
  max-width: 940px;
  margin: 90px auto;
  color: #303030;
  text-decoration: none;
  box-sizing: border-box;
  z-index: 0;
}

.flex_book {
  margin: 0 0 50px;
  padding: 60px 85px 80px 70px;
  display: flex;
  position: relative;
  z-index: 0;
  border: solid 1px #cfcccb;
  -webkit-box-align: start;
     -ms-flex-align: start;
        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.img_book {
	width: 245px;
	padding: 0;
	box-sizing: content-box;
}

.img_book .thumb {
	width: 100%;
	height: 100%;
  border: solid 1px #cecbca;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.img_book img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.waku_book1 {
  padding: 18px 16px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.col_book dl {
  margin: 0;
  padding: 0;
}

.box_book {
  width: calc(100% - 245px);
  padding: 30px 45px 0 0;
  
}

.box_book dt {
	margin: 0;
	padding: 0;
  border-bottom: dotted #cfcccb 1px;
}

.ttl_book {
	margin: 0 0px 25px;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.5;
}

.box_book dd {
  margin: 0px 0px 0px;;
  padding: 26px 0px 47px 0px;
  font-size: 17px;
  line-height: 1.7;
}

.btnarea_book {
	margin: 20px 0 0 0;
}

.btn_book {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
	       flex-direction: column;
	-webkit-box-align: start;
	   -ms-flex-align: start;
	      align-items: flex-start;
}

.btn_book a {
  min-width: 200px;
  margin: 0 0 15px;
  text-decoration: none;
  text-align: center;
  padding: 7px 20px;
  background-color: #fc2623;
  color: #fff;
  word-break: break-all;
  border: solid 1px #fc2623;
  border-radius: 60px;
  font-size: 17px;
  display: inline-block;
  transition: background-color .2s;
  -moz-transition: background-color .2s;
  -webkit-transition: background-color .2s;
}

.btn_book a:last-child {
	margin-bottom: 0;
}

.btn_book a:hover {
  background-color: #fff;
  color: #fc2623;
  border: solid 1px #fc2623;
}

.txt_Nopublish {
	padding: 50px 0;
	text-align: center;
}



@media print,screen and ( max-width: 1033px ) {


	.flex_book {
		padding: 60px 45px 55px 45px;
	}





}

@media print,screen and ( max-width: 850px ) {

	#mainimg.book {
		height: 240px;
		padding-top: 75px;
	}

  .col_book {
    margin: 40px auto;
  }
	
  .flex_book {
    margin: 0 auto 35px;
    padding: 90px 5% 30px;
    flex-direction: column;
  }
  
  .ttl_book {
  	margin-bottom: 10px;
  }

  .box_book {
    width: 100%;
    padding: 15px 0 0 0;
    order: 2;
    margin: auto;
  }

  .box_book dd {
    margin: 0px;
    padding: 12px 0 0 0;
  }
  
  .box_book .btn_book {
  	margin: 25px  auto 0;
  	padding: 0;
  }

  .waku_book1 {
  	width: 100%;
  	height: 60px;
    padding: 12px 15px;
    color: #fff;
    background-color: #000;
    font-size: 20px;
    font-weight: bold;
    display: block;
    z-index: 1;
  }

  .img_book {
    margin: 0 auto 0;
    order: 1;
  }
  
  .btnarea_book {
  	width: 100%;
  	margin-top: 30px;
    order: 3;
  }
  
  .btn_book {
  
  }
  
  .btn_book a {
  	margin: 0 auto 15px;
  }

}

@media print,screen and ( max-width: 700px ) {

  #mainimg.book {
      height: 200px;
      padding: 70px 3% 0;
		background-image: url(../img/book/sp/bg_pagettl.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		box-sizing: border-box;
  }

  #mainimg.book #pagettl {
    line-height: 1;
  }

  #mainimg.book #pagettl img {
    width: 300px;
  }
  
  .col_book {
  	margin-top: 25px;
  }
  
  .waku_book1 {
  	height: 50px;
  	padding: 5px 15px;
  }
  
  .flex_book {
  	padding-top: 70px;
  }
   
  
  .img_book {
    width: 215px;
  }

  .btn_book a:hover {
    background-color: #fc2623;
    color: #fff;
    border: solid 1px #fc2623;
    -moz-opacity: 1;
    -webkit-opacity: 1;
  }

}


@media print,screen and ( max-width: 450px ) {

  #mainimg.book {
		height: 150px;
		padding-top: 45px;
  }
  
  #mainimg.book #pagettl img {
  	width: 256px;
  }
  
  .img_book {
    width: 190px;
  }

}
