#book {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 2px solid #000;
}
#book .left {
  width: 250px;
}
#book .left .imageWrapper .btnBrowse {
  margin-top: 1.5rem;
  text-align: center;
}
#book .left .imageWrapper .btnBrowse a {
  background-color: #ff6600;
  color: #fff;
  padding: 0.5rem 1.5rem;
}
#book .left .imageWrapper .btnBrowse a:hover {
  opacity: 0.5;
}
#book .right {
  width: 800px;
}
#book h1 {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 33px;
}
#book .image {
  text-align: center;
}
#book .image img {
  width: 250px;
}
#book .lead {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
#book .detail {
  font-size: 1.6rem;
}
#book .detail th,
#book .detail td {
  padding-top: 5px;
  padding-bottom: 5px;
}
#book .detail th {
  padding-right: 15px;
  font-weight: bold;
  text-align: left;
}
#book .detail a {
  color: #ff6600;
}
#book .detail a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#book .format {
  padding: 5px 0 10px;
}
#book .format a {
  display: inline-block;
  border: 1px solid #000000;
  padding: 4px 15px 3px;
  text-align: center;
  margin-right: 5px;
}
@media (max-width: 1025px) {
  #book .format a {
    margin-bottom: 5px;
  }
}
#book .contact {
  padding: 10px 0;
}
#book .contact a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
}
#book .contact a:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -10px;
  top: 5px;
}
#book .contact a:hover {
  color: #ff6600;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#book .contact a:hover:after {
  border-top: 1px solid #ff6600;
  border-right: 1px solid #ff6600;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#explain,
#content,
#profile,
#shop {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 2px solid #000;
}
#explain h2,
#content h2,
#profile h2,
#shop h2 {
  font-size: 1.6rem;
  font-weight: bold;
}
#explain .content,
#content .content,
#profile .content,
#shop .content {
  width: 800px;
  font-size: 1.4rem;
}
#explain .content,
#content .content {
  line-height: 2.5;
}
#profile ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
#profile ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#profile .wrap {
  width: 112px;
}
#profile .wrap .image {
  margin-bottom: 15px;
}
#profile .wrap .name {
  font-size: 1.4rem;
  font-weight: bold;
}
#profile .wrap .kana {
  font-size: 1.2rem;
}
#profile .cms {
  width: 660px;
  line-height: 2.5;
}
#shop .wrap {
  overflow: hidden;
}
#shop ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -10px 0;
}
#shop ul li {
  width: 260px;
  margin: 0 10px 10px 0;
}
#shop a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 35px;
  border: 2px solid #000;
  box-sizing: border-box;
  background-image: url(/images/org/common/icon_blank.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  font-weight: bold;
  text-align: center;
}
#sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
}
#sns p {
  margin-right: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}
#sns ul {
  display: flex;
}
#sns ul li {
  margin-right: 10px;
}
#sns ul li:last-child {
  margin-right: 0;
}
#relatedBooks {
  margin-top: 100px;
}
#relatedBooks h2 {
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: bold;
}
#relatedBooks .pickup_block {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
#relatedBooks .pickup_block .item {
  width: 14.5%;
  margin: 30px 3.4% 0;
}
#relatedBooks .pickup_block .item:first-of-type,
#relatedBooks .pickup_block .item:nth-child(5n+1) {
  margin-left: 0;
}
#relatedBooks .pickup_block .item:nth-child(5n) {
  margin-right: 0;
}
#relatedBooks .pickup_block .item a {
  display: block;
}
#relatedBooks .pickup_block .item a:hover .ph {
  opacity: 0.5;
}
#relatedBooks .pickup_block .item .ph-wrap {
  display: table-cell;
  vertical-align: bottom;
}
#relatedBooks .pickup_block .item .ph-wrap .ph {
  position: relative;
  width: 155px;
  border: solid 1px #DDD;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#relatedBooks .pickup_block .item .ph-wrap .ph img {
  vertical-align: bottom;
}
#relatedBooks .pickup_block .item.new .ph::before {
  position: absolute;
  content: "";
  background: url('../images/org/common/icon_newbook.png') no-repeat left top;
  background-size: contain;
  width: 50px;
  height: 35px;
  left: -25px;
  top: -15px;
}
#relatedBooks .pickup_block .item .book_info {
  margin: 20px 0;
}
#relatedBooks .pickup_block .item .book_info .title {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
#relatedBooks .pickup_block .item .book_info .txt {
  font-size: 1.2rem;
}
#relatedBooks .pickup_block .item .book_info .txt p {
  margin-bottom: 5px;
}
#relatedNews {
  margin-top: 100px;
}
#relatedNews h2 {
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: bold;
}
#relatedNews ul {
  border-top: 2px solid #E4E4E4;
}
#relatedNews ul li {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 2px solid #E4E4E4;
}
#relatedNews .category {
  width: 75px;
  margin-right: 20px;
}
#relatedNews .category a {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 1.1rem;
  line-height: 21px;
  text-align: center;
}
#relatedNews .date {
  margin-right: 20px;
  font-size: 1.4rem;
}
#relatedNews .title {
  flex-grow: 1;
  font-size: 1.4rem;
}
@media (max-width: 1025px) {
  #book {
    display: block;
  }
  #book h1 {
    position: relative;
    height: inherit;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 2.3rem;
    line-height: 33px;
  }
  #book .left {
    width: auto;
    margin-bottom: 20px;
  }
  #book .right {
    width: auto;
  }
  #book .lead {
    font-size: 1.5rem;
  }
  #book .detail {
    font-size: 1.5rem;
  }
  #explain,
  #content,
  #profile,
  #shop {
    display: block;
    padding: 0;
  }
  #explain h2,
  #content h2,
  #profile h2,
  #shop h2 {
    padding: 15px 0;
    font-size: 1.5rem;
  }
  #explain .content,
  #content .content,
  #profile .content,
  #shop .content {
    width: auto;
    padding-bottom: 15px;
    font-size: 1.3rem;
  }
  #explain h2,
  #content h2,
  #profile h2 {
    background-image: url(/images/org/common/btn_open.gif);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 11.5px auto;
    background-size: 11.5px auto;
  }
  #explain h2.close,
  #content h2.close,
  #profile h2.close {
    background-image: url(/images/org/common/btn_close.gif);
  }
  #explain .content,
  #content .content,
  #profile .content {
    display: none;
  }
  #explain .content,
  #content .content {
    line-height: 1.5;
  }
  #profile ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #profile ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #profile .wrap {
    width: 30.76923077%;
  }
  #profile .wrap .image {
    margin-bottom: 10px;
  }
  #profile .wrap .name {
    font-size: 1.2rem;
  }
  #profile .wrap .kana {
    font-size: 1rem;
  }
  #profile .cms {
    width: 64.61538462%;
    line-height: 1.5;
  }
  #shop ul {
    margin: 0 -1% -1% 0;
  }
  #shop ul li {
    width: 49%;
    margin: 0 1% 1% 0;
  }
  #shop a {
    padding: 5px 32.5px;
    background-position: right 10px center;
    -webkit-background-size: 12.5px auto;
    background-size: 12.5px auto;
    font-size: 1.3rem;
  }
  #sns {
    margin-top: 25px;
  }
  #sns p {
    font-size: 1.5rem;
  }
  #relatedBooks {
    margin-top: 50px;
  }
  #relatedBooks h2 {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  #relatedBooks .pickup_block {
    justify-content: space-between;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  #relatedBooks .pickup_block .item {
    width: 46.8%;
    margin: 20px 0 0;
  }
  #relatedBooks .pickup_block .item.new .ph::before {
    width: 42px;
    height: 30px;
    left: -10px;
    top: -10px;
  }
  #relatedBooks .pickup_block .item .ph-wrap .ph {
    width: auto;
  }
  #relatedBooks .pickup_block .item .book_info {
    margin: 10px 0 0;
  }
  #relatedBooks .pickup_block .item .book_info .title {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  #relatedBooks .pickup_block .item .book_info .txt {
    font-size: 1.1rem;
  }
  #relatedBooks .pickup_block .item .book_info .txt p {
    margin-bottom: 0;
  }
  #relatedNews {
    margin-top: 50px;
  }
  #relatedNews h2 {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  #relatedNews ul li {
    display: block;
    position: relative;
    padding: 15px 0 15px 80px;
  }
  #relatedNews .category {
    position: absolute;
    top: 15px;
    left: 0;
    width: 67.5px;
    margin-right: 0;
  }
  #relatedNews .category a {
    font-size: 1rem;
    line-height: 19px;
  }
  #relatedNews .date {
    margin: 0 0 5px 0;
    font-size: 1.3rem;
  }
  #relatedNews .title {
    font-size: 1.3rem;
  }
  .new_publication_list .pickup_block .item {
    width: 46.8%;
    margin: 20px 0 0;
  }
  .new_publication_list .pickup_block .item.new .ph::before {
    width: 42px;
    height: 30px;
    left: -10px;
    top: -10px;
  }
  .new_publication_list .pickup_block .item .book_info {
    margin: 10px 0 0;
  }
  .new_publication_list .pickup_block .item .book_info .title {
    font-size: 1.5rem;
  }
  .new_publication_list .pickup_block .item .book_info .txt {
    font-size: 1.1rem;
  }
}
