.kv_img {
  background-image: url("/service/publishing/img/kv.jpg");
}

.book_area {
  width: 100%;
  max-width: 1040px;
  margin: 80px auto 100px;
}
@media screen and (max-width: 768px) {
  .book_area {
    margin: 50px auto 50px;
    padding: 0 5%;
  }
}
.book_area .book_contents {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .book_area .book_contents {
    display: block;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
}
.book_area .book_contents .book_img {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .book_area .book_contents .book_img {
    width: 45%;
    margin: 0px auto 20px;
  }
}
.book_area .book_contents .book_text {
  width: 590px;
}
@media screen and (max-width: 768px) {
  .book_area .book_contents .book_text {
    width: 90%;
    margin: 10px auto 20px;
  }
}
.book_area .book_contents .book_text h1.border01 {
  font-size: 32px;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #ddd solid;
}
@media screen and (max-width: 768px) {
  .book_area .book_contents .book_text h1.border01 {
    font-size: 20px;
    padding-top: 10px;
  }
}
.book_area .book_contents .book_text h1.border01 span {
  display: block;
  font-size: 20px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .book_area .book_contents .book_text h1.border01 span {
    font-size: 14px;
    line-height: 2;
  }
}
.book_area .book_contents .book_text .border02 {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px #ddd solid;
}
.book_area .book_contents .book_text table {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .book_area .book_contents .book_text table {
    width: 100%;
  }
}
.book_area .book_contents .book_text table th {
  text-align: left;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .book_area .book_contents .book_text table th {
    text-align: left;
    width: 65px;
  }
}
.book_area .book_contents .book_text table th.longW {
  width: 105px;
}
@media screen and (max-width: 768px) {
  .book_area .book_contents .book_text table th.longW {
    text-align: left;
    width: 90px;
  }
}
.book_area .book_contents .book_text table td {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .book_area .book_contents .book_text table td {
    text-align: left;
  }
}
.book_area .book_contents .book_text .note {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .book_area .book_contents .book_text .note {
    font-size: 11px;
    line-height: 1.6;
  }
}
.book_area .dl_area {
  margin-bottom: 40px;
  background: #f9faf4;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .book_area .dl_area {
    margin-bottom: 25px;
    padding: 20px 4%;
  }
}
.book_area .dl_area p.ttl_bd {
  font-size: 18px;
  line-height: 1.2;
  background: #fff;
  color: #009966;
  border: 1px solid #009966;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .book_area .dl_area p.ttl_bd {
    font-size: 16px;
    padding: 8px 10px;
    margin-bottom: 15px;
  }
}
.book_area .dl_area ul.pdf_list li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.book_area .dl_area ul.pdf_list li:not(:last-child) {
  margin-bottom: 10px;
}
.book_area .dl_area ul.pdf_list li a {
  display: flex;
  justify-content: space-between;
  color: #000;
}
.book_area .dl_area ul.pdf_list li a:hover span.ttl {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .book_area .dl_area ul.pdf_list li a {
    display: block;
  }
}
.book_area .dl_area ul.pdf_list li a span.ttl {
  font-size: 16px;
  display: block;
  width: calc(100% - 115px);
}
@media screen and (max-width: 768px) {
  .book_area .dl_area ul.pdf_list li a span.ttl {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.book_area .dl_area ul.pdf_list li a span.pdf_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  width: 115px;
  white-space: nowrap;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .book_area .dl_area ul.pdf_list li a span.pdf_info {
    font-size: 12px;
    width: 100px;
  }
}
.book_area .dl_area ul.pdf_list li a span.pdf_info img {
  margin-right: 10px;
  width: 18px;
}
.book_area .dl_area button {
  width: 320px;
  height: 45px;
  margin: 30px auto 0;
  cursor: pointer;
  background: url(/common/img/more_plus.svg) right 15px center no-repeat #256f4b;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .book_area .dl_area button {
    width: 300px;
    height: 40px;
    margin-top: 20px;
    font-size: 14px;
  }
}
.book_area .lower_link {
  margin: 0 auto 20px;
  text-align: center;
}
.book_area .lower_link > p {
  font-size: 14pxm;
  line-height: 1.3;
}
.book_area .lower_link .btn {
  text-align: center;
  width: 240px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .book_area .lower_link .btn {
    margin: 15px auto 0;
  }
}
.book_area .lower_link .btn a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  background: url("/service/publishing/img/icon-otherLink.svg") no-repeat right 12px center;
  background-size: 14px 12px;
  font-size: 16px;
  background-color: #009966;
}
@media screen and (max-width: 768px) {
  .book_area .lower_link .btn a {
    padding: 10px 0;
  }
}/*# sourceMappingURL=layout_detail.css.map */