@charset "UTF-8";
/* ----------------------------------------------------
    mixin
---------------------------------------------------- */
/* Flexbox */
/* trantision */
/* tranceform */
/* ----------------------------------------------------
color set
---------------------------------------------------- */
/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #db001c;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  text-decoration: none;
  color: #db001c;
}

/* ----------------------------------------------------
    web_book
---------------------------------------------------- */
#web_book {
  /* pagetitle.end */
  /* ----------------------------------------------------
      sidenavi
  ---------------------------------------------------- */
  /* conr standardWrap.end */
  /* ----------------------------------------------------
      standardContainer
  ---------------------------------------------------- */
  /* standardContainer.end */
  /* IE */
  /* IE.end */
  /* article */
  /* ----------------------------------------------------
      searchResults
  ---------------------------------------------------- */
  /* ----------------------------------------------------
      zoom
  ---------------------------------------------------- */
}
#web_book .pagetitle aside {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
#web_book .pagetitle aside div:first-child {
  padding: 8px 0 6px 0;
  margin: 0;
  width: 10%;
  background: #db001c;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#web_book .pagetitle aside div:nth-child(2) {
  padding: 0;
  margin: 0;
  width: 87%;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.77778;
}
@media screen and (max-width: 736px) {
  #web_book .pagetitle aside {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #web_book .pagetitle aside div:first-child {
    padding: 6px 0;
    margin-bottom: 10px;
    width: 80px;
  }
  #web_book .pagetitle aside div:nth-child(2) {
    width: 100%;
  }
}
#web_book .conr .standardWrap {
  /* IE */
}
#web_book .conr .standardWrap .entrymore {
  padding: 30px 30px 27px 30px;
  margin: 0 0 20px 0;
  background: #ededed;
  box-sizing: border-box;
}
#web_book .conr .standardWrap .entrymore img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#web_book .conr .standardWrap .entrymore p {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1.625;
}
#web_book .conr .standardWrap .entrymore .gono {
  margin-bottom: 10px;
}
#web_book .conr .standardWrap ul {
  margin: 0 !important;
}
#web_book .conr .standardWrap ul li {
  padding: 0 0 0 14px;
  margin: 0 0 4px 0;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.44444;
}
#web_book .conr .standardWrap ul li:last-child {
  margin-bottom: 0;
}
#web_book .conr .standardWrap ul li a:before {
  content: url(../images/common/icon_arrow05.png) !important;
  position: relative !important;
  top: 0 !important;
  margin-right: 6px !important;
}
#web_book .conr .standardWrap select {
  margin-bottom: 20px;
}
#web_book .conr .standardWrap .attention {
  padding: 0;
  margin: 0 0 6px 0;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 2;
  color: #fff;
  font-weight: bold;
  width: 50px;
  text-align: center;
  display: block;
  background: #db001c;
}
#web_book .conr .standardWrap .mz_select {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#web_book .conr .standardWrap .mz_select label {
  margin-right: 8px;
}
#web_book .conr .standardWrap .mz_select label:hover {
  cursor: pointer;
}
#web_book .conr .standardWrap .mz_select label:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #web_book .conr .standardWrap ul {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #web_book .conr .standardWrap ul li {
    padding: 0;
    margin: 0 20px 0 0;
  }
  #web_book .conr .standardWrap ul li:last-child {
    margin-right: 0;
  }
  #web_book .conr .standardWrap .mz_select {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  #web_book .conr .standardWrap .mz_select label {
    margin-right: 16px;
  }
}
@media all and (-ms-high-contrast: none) {
  #web_book .conr .standardWrap .conr .standardWrap .attention {
    padding: 6px 0 3px 0;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.25;
  }
}
#web_book .conr .standardWrap .prBox {
  padding-bottom: 26px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}
#web_book .conr .standardWrap .prBox:last-child {
  border-bottom: 0;
}
#web_book .conr .standardWrap .prBox h5 {
  padding: 0;
  margin: 0;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.44444;
}
#web_book .conr .standardWrap .prBox p {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1.5;
}
#web_book .conr .standardWrap .prBox .hyoushi {
  margin: 6px 0;
  text-align: center;
}
#web_book .conr .standardWrap .prBox .hyoushi img {
  width: 100px;
  height: auto;
  border: 1px solid #e4e4e4;
}
#web_book .standardContainer {
  /* IE */
  /* 736.end */
  /* 320.end */
}
#web_book .standardContainer h3.regularly:before {
  width: 88px;
}
#web_book .standardContainer h3.pamphlet {
  font-feature-settings: "palt";
}
#web_book .standardContainer h3.pamphlet:before {
  width: 160px;
}
#web_book .standardContainer .booklist_regularly,
#web_book .standardContainer .booklist_pamphlet {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#web_book .standardContainer .booklist_regularly h4 {
  padding: 0;
  margin: 0;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14286;
}
#web_book .standardContainer .booklist_regularly .zenei, #web_book .standardContainer .booklist_regularly .johiro, #web_book .standardContainer .booklist_regularly .gakushu, #web_book .standardContainer .booklist_regularly .gikai, #web_book .standardContainer .booklist_regularly .keizai {
  padding: 36px;
  margin: 0 0 50px 0;
  width: 46.4985%;
  box-sizing: border-box;
  position: relative;
  background: #f6f6f6;
}
#web_book .standardContainer .booklist_regularly .zenei p, #web_book .standardContainer .booklist_regularly .johiro p, #web_book .standardContainer .booklist_regularly .gakushu p, #web_book .standardContainer .booklist_regularly .gikai p, #web_book .standardContainer .booklist_regularly .keizai p {
  padding: 0;
  margin: 0;
}
#web_book .standardContainer .booklist_regularly .zenei .book, #web_book .standardContainer .booklist_regularly .johiro .book, #web_book .standardContainer .booklist_regularly .gakushu .book, #web_book .standardContainer .booklist_regularly .gikai .book, #web_book .standardContainer .booklist_regularly .keizai .book {
  text-align: center;
  margin-bottom: 10px;
}
#web_book .standardContainer .booklist_regularly .zenei .book img, #web_book .standardContainer .booklist_regularly .johiro .book img, #web_book .standardContainer .booklist_regularly .gakushu .book img, #web_book .standardContainer .booklist_regularly .gikai .book img, #web_book .standardContainer .booklist_regularly .keizai .book img {
  width: 100%;
}
#web_book .standardContainer .booklist_regularly .zenei .book a, #web_book .standardContainer .booklist_regularly .johiro .book a, #web_book .standardContainer .booklist_regularly .gakushu .book a, #web_book .standardContainer .booklist_regularly .gikai .book a, #web_book .standardContainer .booklist_regularly .keizai .book a {
  border: 0;
}
#web_book .standardContainer .booklist_regularly .zenei .book a:hover, #web_book .standardContainer .booklist_regularly .johiro .book a:hover, #web_book .standardContainer .booklist_regularly .gakushu .book a:hover, #web_book .standardContainer .booklist_regularly .gikai .book a:hover, #web_book .standardContainer .booklist_regularly .keizai .book a:hover {
  border: 0;
}
#web_book .standardContainer .booklist_regularly .zenei .info, #web_book .standardContainer .booklist_regularly .johiro .info, #web_book .standardContainer .booklist_regularly .gakushu .info, #web_book .standardContainer .booklist_regularly .gikai .info, #web_book .standardContainer .booklist_regularly .keizai .info {
  font-size: 8.6px;
  font-size: 0.86rem;
  line-height: 1.86047;
  margin-bottom: 20px;
}
#web_book .standardContainer .booklist_regularly .zenei .detail, #web_book .standardContainer .booklist_regularly .johiro .detail, #web_book .standardContainer .booklist_regularly .gakushu .detail, #web_book .standardContainer .booklist_regularly .gikai .detail, #web_book .standardContainer .booklist_regularly .keizai .detail {
  font-size: 9.2px;
  font-size: 0.92rem;
  line-height: 1.73913;
  margin-bottom: 130px;
}
#web_book .standardContainer .booklist_regularly .zenei .appbtn, #web_book .standardContainer .booklist_regularly .johiro .appbtn, #web_book .standardContainer .booklist_regularly .gakushu .appbtn, #web_book .standardContainer .booklist_regularly .gikai .appbtn, #web_book .standardContainer .booklist_regularly .keizai .appbtn {
  padding: 0 36px;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.77778;
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
#web_book .standardContainer .booklist_regularly .zenei .appbtn li, #web_book .standardContainer .booklist_regularly .johiro .appbtn li, #web_book .standardContainer .booklist_regularly .gakushu .appbtn li, #web_book .standardContainer .booklist_regularly .gikai .appbtn li, #web_book .standardContainer .booklist_regularly .keizai .appbtn li {
  margin: 0 0 10px 0;
  width: 100%;
}
#web_book .standardContainer .booklist_regularly .zenei .appbtn li:last-child, #web_book .standardContainer .booklist_regularly .johiro .appbtn li:last-child, #web_book .standardContainer .booklist_regularly .gakushu .appbtn li:last-child, #web_book .standardContainer .booklist_regularly .gikai .appbtn li:last-child, #web_book .standardContainer .booklist_regularly .keizai .appbtn li:last-child {
  margin-bottom: 0;
}
#web_book .standardContainer .booklist_regularly .zenei .appbtn li a, #web_book .standardContainer .booklist_regularly .johiro .appbtn li a, #web_book .standardContainer .booklist_regularly .gakushu .appbtn li a, #web_book .standardContainer .booklist_regularly .gikai .appbtn li a, #web_book .standardContainer .booklist_regularly .keizai .appbtn li a {
  padding: 10px 18px 8px 18px;
  margin: 0;
  display: block;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url(../images/common/icon_arrow01.png) 94% center no-repeat #fff;
}
#web_book .standardContainer .booklist_regularly .zenei .appbtn li a:hover, #web_book .standardContainer .booklist_regularly .johiro .appbtn li a:hover, #web_book .standardContainer .booklist_regularly .gakushu .appbtn li a:hover, #web_book .standardContainer .booklist_regularly .gikai .appbtn li a:hover, #web_book .standardContainer .booklist_regularly .keizai .appbtn li a:hover {
  color: #fff;
  background: url(../images/common/icon_arrow04.png) 94% center no-repeat #db001c;
  border: 0;
}
#web_book .standardContainer .booklist_pamphlet .pamph_detail {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 46.4985%;
  /* 332px */
  box-sizing: border-box;
  margin-bottom: 50px;
}
#web_book .standardContainer .booklist_pamphlet .pamph_detail .thumbnail {
  padding: 0;
  margin: 0;
}
#web_book .standardContainer .booklist_pamphlet .pamph_detail .thumbnail img {
  height: 155px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}
#web_book .standardContainer .booklist_pamphlet .pamph_detail h4 {
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.45455;
}
#web_book .standardContainer .booklist_pamphlet .pamph_detail h4 span {
  display: block;
}
#web_book .standardContainer .booklist_pamphlet .pamph_detail div {
  width: 63.554%;
  /* 211px */
  position: relative;
}
#web_book .standardContainer .booklist_pamphlet .pamph_detail .info {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1.5;
  position: absolute;
  bottom: 6px;
}
#web_book .standardContainer .booklist_pamphlet .pamph_detail .btn_more {
  width: 100%;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.77778;
  margin-top: 16px;
}
#web_book .standardContainer .booklist_pamphlet .pamph_detail .btn_more a {
  padding: 12px 20px 10px 20px;
  margin: 0;
  box-sizing: border-box;
  display: block;
  border: 1px solid #e4e4e4;
  background: url(../images/common/icon_arrow01.png) 300px center no-repeat;
}
#web_book .standardContainer .booklist_pamphlet .pamph_detail .btn_more a:hover {
  background: url(../images/common/icon_arrow04.png) 300px center no-repeat #db001c;
  color: #fff;
}
@media all and (-ms-high-contrast: none) {
  #web_book .standardContainer .booklist_regularly .zenei .appbtn li a, #web_book .standardContainer .booklist_regularly .johiro .appbtn li a, #web_book .standardContainer .booklist_regularly .gakushu .appbtn li a, #web_book .standardContainer .booklist_regularly .gikai .appbtn li a, #web_book .standardContainer .booklist_regularly .keizai .appbtn li a {
    padding: 13px 18px 8px 18px;
  }
  #web_book .standardContainer .booklist_pamphlet .pamph_detail .btn_more a {
    padding: 14px 20px 9px 20px;
  }
}
@media screen and (max-width: 736px) {
  #web_book .standardContainer .booklist_regularly .zenei, #web_book .standardContainer .booklist_regularly .johiro, #web_book .standardContainer .booklist_regularly .gakushu, #web_book .standardContainer .booklist_regularly .gikai, #web_book .standardContainer .booklist_regularly .keizai {
    padding: 30px;
    width: 100%;
    position: static;
  }
  #web_book .standardContainer .booklist_regularly .zenei .detail, #web_book .standardContainer .booklist_regularly .johiro .detail, #web_book .standardContainer .booklist_regularly .gakushu .detail, #web_book .standardContainer .booklist_regularly .gikai .detail, #web_book .standardContainer .booklist_regularly .keizai .detail {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.77778;
    margin-bottom: 28px;
  }
  #web_book .standardContainer .booklist_regularly .zenei .appbtn, #web_book .standardContainer .booklist_regularly .johiro .appbtn, #web_book .standardContainer .booklist_regularly .gakushu .appbtn, #web_book .standardContainer .booklist_regularly .gikai .appbtn, #web_book .standardContainer .booklist_regularly .keizai .appbtn {
    padding: 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    position: static;
  }
  #web_book .standardContainer .booklist_regularly .zenei .appbtn li a, #web_book .standardContainer .booklist_regularly .johiro .appbtn li a, #web_book .standardContainer .booklist_regularly .gakushu .appbtn li a, #web_book .standardContainer .booklist_regularly .gikai .appbtn li a, #web_book .standardContainer .booklist_regularly .keizai .appbtn li a {
    padding: 16px 18px 14px 18px;
  }
  #web_book .standardContainer .booklist_pamphlet .pamph_detail {
    width: 100%;
    margin-bottom: 50px;
  }
  #web_book .standardContainer .booklist_pamphlet .pamph_detail h4 {
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45455;
  }
  #web_book .standardContainer .booklist_pamphlet .pamph_detail h4 span {
    display: block;
  }
  #web_book .standardContainer .booklist_pamphlet .pamph_detail .btn_more a {
    background: url(../images/common/icon_arrow01.png) 94% center no-repeat;
  }
  #web_book .standardContainer .booklist_pamphlet .pamph_detail .btn_more a:hover {
    background: url(../images/common/icon_arrow04.png) 94% center no-repeat #db001c;
  }
}
@media screen and (max-width: 320px) {
  #web_book .standardContainer .booklist_pamphlet .pamph_detail .thumbnail img {
    height: 120px;
  }
}
#web_book article h3 {
  padding: 6px 0 4px 0;
  margin: 0 0 4px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
#web_book article h3 span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0.83333;
}
#web_book article h3 .category {
  margin-bottom: 10px;
  display: block;
}
#web_book article h3 .name {
  margin: 0 0 0 16px;
  display: inline-block;
}
#web_book article p {
  padding: 0;
  margin: 0;
}
#web_book article div {
  margin-top: 26px;
}
#web_book article div:first-child {
  margin-top: 0;
}
#web_book article .frontpage .read {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.23077;
  margin-bottom: 10px;
}
#web_book article .standardContents dl {
  padding: 0;
  margin: 0 0 20px 0;
}
#web_book article .standardContents dl:last-child {
  margin-bottom: 0;
}
#web_book article .standardContents dl dt {
  font-weight: bold;
}
#web_book article .standardContents dl dt:not(:first-child) {
  margin-top: 6px;
}
#web_book article .standardContents dl dd {
  padding: 0;
  margin: 0;
}
#web_book article .standardContents dl span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
  display: block;
}
#web_book article .standardContents .category {
  padding: 2px 10px;
  margin: 0 0 10px 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  background: #ededed;
  font-weight: bold;
  display: inline-block;
}
#web_book article .ortnamentLast {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
#web_book article .feature {
  padding: 22px 0 17px 0;
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Yu Mincho", "YuMincho", serif;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
}
#web_book article .feature span {
  padding: 2px 6px 1px 6px;
  margin: 0 10px 0 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.45455;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", sans-serif;
  dipslay: inline-block;
  background: #db001c;
  color: #fff;
  position: relative;
  top: -3px;
}
#web_book article .red {
  color: #db001c;
}
@media all and (-ms-high-contrast: none) {
  #web_book article h3 {
    padding: 10px 0 0 0;
  }
  #web_book article .standardContents .category {
    padding: 5px 10px 0 10px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }
  #web_book article .feature {
    padding: 28px 0 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  #web_book article .feature span {
    padding: 6px 6px 0 6px;
  }
}
@media screen and (max-width: 736px) {
  #web_book article h3 {
    padding: 3px 0 2px 0;
    margin: 0 0 4px 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
  #web_book article h3 span {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45455;
  }
  #web_book article h3 .category {
    margin-bottom: 4px;
  }
  #web_book article .frontpage .read {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
  }
  #web_book article .standardContents dl {
    margin: 0 0 30px 0;
  }
  #web_book article .standardContents dl dt:not(:first-child) {
    margin-top: 10px;
  }
  #web_book article .standardContents .category {
    padding: 4px 10px 2px 10px;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.22222;
  }
  #web_book article .feature {
    margin: 0 0 20px 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.06667;
  }
  #web_book article .feature span {
    padding: 2px 6px;
    margin: 0 7px 0 0;
    top: -2px;
  }
}
@media screen and (max-width: 320px) {
  #web_book article h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.35714;
  }
  #web_book article h3 span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
  #web_book article h3 .category {
    margin-bottom: 0;
  }
  #web_book article .frontpage .read {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45455;
  }
  #web_book article .standardContents dl dt {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.55556;
  }
  #web_book article .standardContents dl span {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45455;
  }
  #web_book article .feature {
    padding: 20px 0 16px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.14286;
  }
  #web_book article .feature span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
#web_book .searchResults {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
#web_book .searchResults:not(:first-child) {
  margin-top: 30px;
}
#web_book .searchResults .thumbnail img {
  width: 120px;
}
#web_book .searchResults .book_data {
  width: 80%;
}
#web_book .searchResults .book_data a {
  border-bottom: 1px solid #e4e4e4;
}
#web_book .searchResults .book_data a:hover {
  border-bottom: 1px solid #db001c;
}
@media screen and (max-width: 375px) {
  #web_book .searchResults .thumbnail img {
    width: 90px;
  }
  #web_book .searchResults .book_data {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.77778;
    width: 64%;
  }
}
#web_book .scale img {
  -webkit-transition: transform 0.1s linear;
  -moz-transition: transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
}
#web_book .scale img:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1.0;
  z-index: auto;
}

/* web_book.end */
/* ----------------------------------------------------
  add book_zenei
---------------------------------------------------- */
h2.book {
  font-size: 25px !important;
}

.underline {
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
  border-bottom: 1px dotted #ccc;
}

.bookBox01, .bookBox02, .bookBox03, .bookBox04 {
  padding: 0;
  margin: 0 0 50px 0;
}
.bookBox01 dl, .bookBox02 dl, .bookBox03 dl, .bookBox04 dl {
  padding: 0;
  margin: 0 0 20px 0;
}
.bookBox01 dl:last-child, .bookBox02 dl:last-child, .bookBox03 dl:last-child, .bookBox04 dl:last-child {
  margin-bottom: 0;
}
.bookBox01 dl dt, .bookBox02 dl dt, .bookBox03 dl dt, .bookBox04 dl dt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
  font-weight: bold;
}
.bookBox01 dl dt:not(:first-child), .bookBox02 dl dt:not(:first-child), .bookBox03 dl dt:not(:first-child), .bookBox04 dl dt:not(:first-child) {
  margin-top: 6px;
}
.bookBox01 dl dd, .bookBox02 dl dd, .bookBox03 dl dd, .bookBox04 dl dd {
  padding: 0;
  margin: 0;
}
.bookBox01 dl span, .bookBox02 dl span, .bookBox03 dl span, .bookBox04 dl span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 736px) {
  .bookBox01 dl dt:not(:first-child), .bookBox02 dl dt:not(:first-child), .bookBox03 dl dt:not(:first-child), .bookBox04 dl dt:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  .bookBox01 dl dt, .bookBox02 dl dt, .bookBox03 dl dt, .bookBox04 dl dt {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45455;
  }
}
.bookBox01 h3 {
  font-size: 30px !important;
  font-family: "Yu Mincho", "YuMincho", serif !important;
}
.bookBox01 h3 span {
  margin: 4px 0 8px 0;
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", sans-serif;
}

.bookBox02 h3 {
  margin: 0 0 10px 0 !important;
  font-weight: bold;
  font-size: 25px !important;
  line-height: 2rem !important;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.bookBox02 h3 span {
  padding: 2px 6px 1px 6px;
  margin: 0 10px 0 0;
  font-size: 16px !important;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", sans-serif;
  dipslay: inline-block;
  background: #db001c;
  color: #fff;
  position: relative;
  top: -3px;
}

@media all and (-ms-high-contrast: none) {
  .bookBox02 h3 {
    padding: 28px 0 15px 0 !important;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .bookBox02 h3 span {
    padding: 6px 6px 0 6px;
  }
}
.bookBox01 p, .bookBox03 p {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.23077;
}

.bookBox02 p span, .bookBox04 p span {
  padding: 2px 10px;
  margin: 0 0 10px 0 !important;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  background: #ededed;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .bookBox01 p, .bookBox03 p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
  }

  .bookBox02 h3 {
    margin: 0 0 20px 0 !important;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.06667;
  }
  .bookBox02 h3 span {
    padding: 2px 6px;
    margin: 0 7px 0 0;
    top: -2px;
  }

  .bookBox02 p span, .bookBox04 p span {
    padding: 4px 10px 2px 10px;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.22222;
  }
}
@media screen and (max-width: 320px) {
  .bookBox01 p, .bookBox03 p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45455;
  }

  .bookBox02 p {
    padding: 20px 0 16px 0 !important;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.14286;
  }
  .bookBox02 p span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
