@charset "UTF-8";
.cp_date {
  background: #f5f5f5;
  padding: 10px;
  margin: 20px 0 10px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 769px) {
  .cp_date {
    font-size: 14px;
  }
}

.cp_ribbon {
  text-align: center;
}
.koma_image{  
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 16px;
  box-shadow: 3px 3px 6px rgb(227, 227, 227);
}
.koma_image img{
  width: 100%;
  }
.koma_image_text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 550px;
  margin: 0 auto 5px;
}
@media (max-width: 900px) {
  .koma_image img{
    width: 100%;
    }
}
@media (max-width: 600px) {
  .koma_image_text {
    font-size: 16px;
    width: 100%;
  }
  .koma_image{  
    margin-bottom: 12px;
  }
}

/* 作品タイトルリンク */
.koma_image_text a {
  color: #333333;
  text-decoration: none;
}
.koma_image_text a:hover {
  color: #333333;
  opacity: 1;
  text-decoration: underline;
}

.koma_image_btn {
  width: 300px;
  margin: 0 auto 48px;
  text-align: center;
}

/* n冊無料 */
.a-label--free_koma-new {
  width: 100%;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #575757;
  margin-top: 8px;
}
.a-label--free_koma {
  width: 100%;
  background-color: #e05f00;
  border-radius: 5px;
  color:white;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
}
/* 無料で読む */
.a-label--free_koma-btn {
  display: block;
	background: white;
  border: 1px solid #e05f00;
  border-radius: 8px;
  color: #e05f00;
  font-size: 18px;
  line-height: 50px;
  margin-top: 8px;
}
.a-label--free_koma-btn:hover {
  color: #e05f00;
  opacity: 5;
}

@media screen and (max-width: 768px) {
  .koma_image_btn {
    width: 80%;
    margin: 0 auto 32px;
  }
  .a-label--free_koma-btn {
    line-height: 45px;
    font-size: 16px;
  }
  .a-label--free_koma-btn {
    margin-top: 7px;
  }
}