@charset "UTF-8";
/* CSS Document */

.bookbox {
	display: flex;
	justify-content: space-between
}
.book_l {
	width: 70%;
}
.book_r {
	width: 25%;
}
.book_r img {
	width: 100%;
	height: auto;
}
.book_l h2 {
	text-align: left;
	font-size: 26px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.book_l p {
	font-size: 16px;
}

.bookdata {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}




@media screen and (max-width:768px) {
	
.bookbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-direction: column-reverse;
}
.book_l {
	width: 100%;
}
.book_r {
	width: 40%;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}
.book_r img {
	width: 100%;
	height: auto;
}
.book_l h2 {
	text-align: left;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.book_l p {
	font-size: 14px;
}

.bookdata {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

	
}


.facebookicon {
	background: #4867aa;
	padding: 3px 5px;
	color: #fff;
	font-size: 14px;
	width: 180px;
	text-align: center;
	margin-bottom: 10px;
}


.bookmokuji {
	background: #f5f5f5;
	padding: 40px;
	box-sizing: border-box;
	border: 1px solid  #e5e5e5;
	margin-bottom: 60px;
}
.bookmokuji h2 {
	padding: 0;
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.bookmokuji li {
  position: relative;
  padding: 5px 0 5px 2em;
  margin: 0;
	font-size: 16px;
	border-bottom: 1px dashed #434343;
	line-height: 1.5;
}
.bookmokuji li a {
  color:#0152a5;
}
.bookmokuji li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f02d';
  color: #c31700;
}


 #29,
 #115,
 #113,
 #111,
 #109,
 #107,
 #105,
 #103,
 #99,
 #97,
 #95,
 #93,
 #91,
 #89,
 #87 {
scroll-padding-top: 150px;
}




@media screen and (max-width:768px) {
	
.bookmokuji {
	background: #f5f5f5;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid  #e5e5e5;
	margin-bottom: 30px;
}
.bookmokuji h2 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.bookmokuji li {
  position: relative;
  padding: 5px 0 5px 2em;
  margin: 0;
	font-size: 14px;
	border-bottom: 1px dashed #434343;
	line-height: 1.5;
}
.bookmokuji li a {
  color:#0152a5;
}
.bookmokuji li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f02d';
  color: #c31700;
}


 #29,
 #115,
 #113,
 #111,
 #109,
 #107,
 #105,
 #103,
 #99,
 #97,
 #95,
 #93,
 #91,
 #89,
 #87
{
scroll-padding-top: 150px;
}

	
}