@charset "utf-8";

/* =============================================
  style
============================================= */
.link_arrow{
  justify-content: center;
}
.book-info{
  margin: 50px 0;
}
.book-info p{
  text-align: left;
}
p.excerpt{
  margin: 25px 0;
  font-size: 1.8rem;
}



/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (width <= 767px){
 .stus-ttl__header p.text_center{
    margin-top: 10px;
    text-align: center;
  }
}

/* PC----------------------------- */
@media screen and (width >= 768px){

}