@charset "utf-8";


/******************
aboutpage
******************/
.main img{
	display: block;
	width: 100%;
}
.bg {
	background: #fafafa;
}

.heading {
  /* background: #e8decb; */
  background: url(../../images/common/bg01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: -6.5%;
  padding: 60px 0 100px;
  position: relative;
  z-index: 2;
}
.heading .heading_img{
	display: block;
  margin: auto;
}
.title{
	font-size: 29px;
	font-weight: 700;
	text-align: left;
	border-bottom: 1px dotted #004077;
}
.sec{
	max-width: 910px;
	padding: 0 15px;
	margin: 0 auto;
	color: #004077;
}
.mt70{
	margin-top: 70px;
}

@media print, screen and (max-width: 767px) {
	.heading {
    padding: 10% 0 10%;
	}
	.heading .heading_img{
  	width: 25%;
  	max-width: 124px;
	}
	.title{
		font-size: 24px;
	}
	.mt70{
		margin-top: 10%;
	}
}

/*
sec01
*/
.book_list{
	padding-bottom: 80px;
}
.book_list .item{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.book_list .item + .item{
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px dotted #004077;
}
.book_list .item .l_box{
	width: 35%;
	max-width: 206px;
}
.book_list .item .l_box .book_img img{
	display: block;
}
.book_list .item .r_box{
	width: 100%;
	padding: 0 0 90px;
	margin-left: 5%;
	position: relative;
}
.book_list .item .r_box .book_title{
	font-size: 23px;
	font-style: normal;
}
.book_list .item .r_box .comment{
	text-align: justify;
	line-height: 1.95;
	margin-top: 5px;
}
.book_list .item .r_box .amazon_link{
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
  padding: 9px 18px;
  text-decoration: none;
  background: #f89a12;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #ce7a00;
  border-radius: 2px;
}
.book_list .item .r_box .amazon_link:active{
	-webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.book_list .item .r_box .amazon_link p{
	font-size: 20px;
	padding-left: 40px;
	background-image: url(../images/amazon-icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px 32px;
}
.book_list .item .r_box .amazon_link p .arrow{
	font-size: 22px;
	margin-left: 5px;
}


@media print, screen and (max-width: 767px) {
	.book_list{
		padding-bottom: 12%;
	}
	.book_list .item {
    display: block;
	}
	.book_list .item + .item{
    padding-top: 60px;
    margin-top: 60px;
	}
	.book_list .item .l_box{
    width: 100%;
    max-width: none;
	}
	.book_list .item .l_box .book_img img {
    margin: 0 auto;
	}
	.book_list .item .r_box {
    width: 100%;
    padding: 3% 0 90px;
    margin-left: 0;
    position: relative;
	}
	.book_list .item .r_box .book_title{
		font-size: 20px;
	}
	.book_list .item .r_box .comment{
		font-size: 14px;
		margin-top: 2%;
	}
	.book_list .item .r_box .amazon_link{
		left: 50%;
		transform: translate(-50%, 0);
		width: 270px;
	}

}




