/*=====================================================
Inchou
=====================================================*/
.inchou .contentHeader {
  background-image: url(../../img/first/cover_sp.png);
}
@media print, screen and (min-width: 768px) {
  .inchou .contentHeader {
    background-image: url(../../img/first/cover_pc.png);
  }
}
@media print, screen and (min-width: 768px) {
  .inchou .leadBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .inchou .lead__img {
    width: 40%;
    max-width: 350px;
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .inchou .lead__txt {
    width: 60%;
    padding-left: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.inchou .lead__ttl {
  text-align: center;
  font-size: 2rem;
  margin: 1em 0 .8em;
  letter-spacing: .15em;
}
@media print, screen and (min-width: 768px) {
  .inchou .lead__ttl {
    margin-top: 0;
    font-size: 3.2rem;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .inchou .bookBlock .wid-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.inchou .book__img {
  margin: 0 auto 1em;
  max-width: 180px;
}
@media print, screen and (min-width: 768px) {
  .inchou .book__img {
    width: 22%;
    margin: 0 auto 1em;
    min-width: 220px;
  }
}
@media print, screen and (min-width: 768px) {
  .inchou .book__cont {
    padding-right: 40px;
    width: 70%;
  }
}
.inchou .book__cont .book__cont__ttl {
  font-size: 1.6rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .inchou .book__cont .book__cont__ttl {
    text-align: left;
    font-size: 3rem;
  }
}
.inchou .book__cont .book__cont__author {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .inchou .book__cont .book__cont__author {
    text-align: left;
    font-size: 1.4rem;
  }
}
.inchou .book__cont .book__cont__copy {
  font-size: 2rem;
  margin-bottom: .5em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .inchou .book__cont .book__cont__copy {
    text-align: left;
    font-size: 2.4rem;
  }
}
