@charset "UTF-8";

/* =====================================================
   司法書士 独学道場 応援サイト
======================================================= */
.anchor {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.anchor .box {
  width: 33%;
}

.section {
  margin-top: 50px;
}

.section~.section {
  margin-top: 120px;
}

.cover {
  max-width: 1000px;
  margin: 30px auto 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.title {
  background: #DEDEDE;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.3;
  padding: 5px 0;
}

.title span {
  display: block;
  border-bottom: #b4b4b4 1px solid;
  border-top: #b4b4b4 1px solid;
  padding: 14px 50px;
  position: relative;
  font-weight: bold;
}

.title span:before {
  content: "";
  position: absolute;
  display: block;
  background: #0C206F;
  top: -6px;
  left: 20px;
  width: 13px;
  height: 103%;
}

.lead-txt {
  background: #f0f0f0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  padding: 20px;
  margin-top: 15px;
}

.book-list {
  margin-top: 30px;
  padding-bottom: 50px;
  border-bottom: #b4b4b4 1px dotted;
}

.book-list_box~.book-list_box {
  border-top: #b4b4b4 1px dotted;
  margin-top: 50px;
  padding-top: 50px;
}

.book-list_box {
  position: relative;
}

.book-link {
  display: block;
  position: relative;
  padding-left: 212px;
  /*   display: table;
width: 100%;
word-spacing: -1em; */
  text-decoration: none !important;
  color: #000 !important;
}

.book-link:hover .book-name {
  text-decoration: underline !important;
}

.book-data {
  min-height: 227px;
}

.book-data .book-link {
  display: block;
}

.book-data .thumb {
  width: 212px;
  margin-left: -212px;
  padding-right: 52px;
  position: relative;
  z-index: 2;
  min-height: 227px;
  position: relative;
}

.ico_new .book-data .thumb:before {
  content: "NEW!";
  background: #ff0000;
  padding: 2% 0.5em 0;
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: -2.2em;
  left: 0;
}

.book-data .book-name {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: -227px;
}

.book-data .book-name span {
  display: inline-block;
  margin-left: .5em;
  font-size: 16px;
  font-size: 1.6rem;
}

.book-data .txt {
  position: relative;
  margin-top: 8px;
  padding-left: 212px;
  padding-bottom: 65px;
}

.book-data .cover_txt {
  position: relative;
  color: #00608d;
  font-weight: bold;
}

.button-box {
  position: absolute;
  bottom: 0;
  left: 212px;
}

.button-open,
.button-voice {
  display: inline-block;
  width: 250px;
  margin-right: 10px;
}

.button-open a,
.button-voice a {
  display: block;
  width: 100%;
  padding: 12px 10px 12px 30px;
  position: relative;
  font-weight: bold;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.button-open a:before,
.button-voice a:before {
  content: "\e915";
  font-family: iconset;
  position: absolute;
  top: 50%;
  left: 15px;
  font-weight: normal;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  margin-top: -14px;
}

.button-open a {
  background: -webkit-linear-gradient(top, #0c206f 0%, #24367d 100%);
  background: linear-gradient(to bottom, #0c206f 0%, #24367d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c206f', endColorstr='#24367d', GradientType=0);
  border-color: #465591;
  color: #FFF;
  -webkit-box-shadow: 0 0 0 1px #0C206F;
  box-shadow: 0 0 0 1px #0C206F;
}

.button-voice a {
  background: #c9d0ea;
  border-color: #dbdff1;
  color: #20327a;
  -webkit-box-shadow: 0 0 0 1px #6776b1;
  box-shadow: 0 0 0 1px #6776b1;
}

.button-voice a:before {
  text-shadow: 1px 1px 0px #6776b1, 2px 2px 0px #6776b1;
}

.button-open a:hover,
.button-voice a:hover {
  text-decoration: none !important;
  opacity: .8;
}

.bnr-dokugaku {
  margin-top: 50px;
}

/* sp */
@media screen and (max-width:767px) {
  .anchor {
    margin-top: 10px;
  }

  .section {
    margin-top: 20px;
  }

  .section~.section {
    margin-top: 50px;
  }

  .cover {
    margin: 20px auto 0;
  }

  .title {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 3px 0;
  }

  .title span {
    display: block;
    padding: 12px 20px;
    position: relative;
    font-weight: bold;
  }

  .title span:before {
    top: -4px;
    left: 5px;
    width: 5px;
    height: 103%;
  }

  .lead-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 10px;
    margin-top: 10px;
  }

  .book-list {
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .book-list_box~.book-list_box {
    margin-top: 30px;
    padding-top: 30px;
  }

  .book-list_box {
    min-height: 0;
  }

  .book-link {
    display: block;
    padding-left: 0;
  }

  .book-data .thumb {
    width: 40%;
    margin: 0 auto;
    position: static;
    padding-right: 0;
    min-height: 0;
  }

  .ico_new .book-data .thumb:before {
    padding: 1% 0.5em 0;
    font-size: 4.5vw;
    top: -0.5em;
    left: 0;
  }

  .book-data {
    min-height: 0;
  }

  .book-data .book-name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 8px;
  }

  .book-data .book-name span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .book-data .txt {
    margin-top: 8px;
    padding-left: 0;
    padding-bottom: 0;
  }

  .button-box {
    position: static;
    left: 0;
  }

  .button-open,
  .button-voice {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }

  .button-open a,
  .button-voice a {
    width: 100%;
  }

  .bnr-dokugaku {
    margin-top: 30px;
  }

}