@charset "utf-8";

/* minna_lp 20170929 */

.section {
  max-width: 1040px;
  margin: 0 auto;
}

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

@media screen and (max-width:767px) {
  .section~.section {
    margin-top: 30px;
  }
}

.main-area {
  position: relative;
}

.main-area .anchor {
  position: absolute;
  bottom: 2px;
  left: 0;
  padding: 0 90px;
}

.main-area .anchor a {
  display: block;
  border: #fff 1px solid;
  background: -webkit-linear-gradient(top, #529be2 0%, #217fcd 100%);
  background: linear-gradient(to bottom, #529be2 0%, #217fcd 100%);
  text-align: center;
  padding: 4px 0;
  line-height: 0;
  box-shadow: 0px 0px 0px 2px #217fcd;
  -moz-box-shadow: 0px 0px 0px 2px #217fcd;
  -webkit-box-shadow: 0px 0px 0px 2px #217fcd;
}

.main-area .anchor a:hover {
  background: -webkit-linear-gradient(top, #217fcd 0%, #217fcd 100%);
  background: linear-gradient(to bottom, #217fcd 0%, #217fcd 100%);
}

.main-area .anchor a:hover img {
  opacity: 1 !important;
}

.isDeviceTB .main-area .anchor {
  padding: 0 180px;
}

@media screen and (max-width:767px) {
  .main-area .anchor {
    padding: 0 3% 15px;
    position: static;
    background: #D1E3F3;
  }

  .main-area .anchor a {
    padding: 4px 3%;
  }
}

.cnt-title {
  position: relative;
  background: #004a86;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 12px 10px 10px 78px;
}

.cnt-title:before {
  content: "";
  background: url(../image/ico_ttl.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 48px;
  height: 36px;
  display: block;
  margin-top: -18px;
}

.cnt-title+section {
  margin: 30px 30px;
}

@media screen and (max-width:767px) {
  .cnt-title {
    font-size: 1.8rem;
    padding: 8px 5px 8px 45px;
  }

  .cnt-title:before {
    width: 28px;
    height: 18px;
    top: 10px;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    margin-top: 0;
  }

  .cnt-title+section {
    margin: 15px 3%;
  }
}

.cnt-txt {
  font-size: 1.4rem;
  line-height: 1.8;
}

.cnt-txt .subttl {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
}

#contents01 .img {
  float: right;
  margin: 0 0 15px 25px;
}

@media screen and (max-width:767px) {
  #contents01 .img {
    float: none;
  }
}

#contents01 .book-info,
#contents01 .btn-box {
  margin-top: 50px;
  display: table;
  word-spacing: -1em;
  width: 100%;
}

#contents01 .book-info .thumb,
#contents01 .book-info .txt,
#contents01 .btn-box li {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
}

#contents01 .book-info .thumb {
  width: 42%;
}

#contents01 .book-info .txt {
  width: 58%;
  padding-left: 30px;
  line-height: 1.5;
}

.isDeviceTB #contents01 .book-info .thumb {
  width: 26%;
}

.isDeviceTB #contents01 .book-info .txt {
  width: 74%;
  padding-left: 20px;
}

#contents01 .btn-box {
  margin-top: 10px;

}

#contents01 .btn-box li {
  vertical-align: bottom;
}

#contents01 .btn-box li~li {
  margin-left: 10px;
}

@media screen and (max-width:767px) {

  #contents01 .book-info,
  #contents01 .btn-box {
    margin-top: 20px;
    display: block;
  }

  #contents01 .btn-box {
    margin-top: 10px;
  }

  #contents01 .book-info .thumb,
  #contents01 .book-info .txt,
  #contents01 .btn-box li {
    display: block;
  }

  #contents01 .book-info .thumb {
    width: 100%;
    text-align: center;
  }

  #contents01 .book-info .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  #contents01 .btn-box li {
    vertical-align: top;
  }

  #contents01 .btn-box li~li {
    margin-left: 0;
  }

  #contents01 .btnlp-tachiyomi a p {
    padding: 6px 0;
  }
}

.learning-area {
  margin-top: 80px;
}

.learning-title {
  position: relative;
  color: #585858;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 20px 10px 0 100px;
  border-bottom: #585858 1px dashed;
  min-height: 78px;
}

.learning-title:before {
  content: "";
  background: url(../image/ico_learning.png) no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 81px;
  height: 78px;
  display: block;
}

.learning-box {
  margin-top: 30px;
  padding: 0 80px;
}

.learning-box~.learning-box {
  margin-top: 50px;
}

.learning-box .ttl {
  font-size: 2.4rem;
}

.learning-box .txt {
  font-size: 1.4rem;
  margin-top: 10px;
}

.learning-box .thumb {
  margin-top: 2em;
  text-align: center;
}

@media screen and (max-width:767px) {
  .learning-area {
    margin-top: 30px;
  }

  .learning-title {
    font-size: 1.8rem;
    padding: 10px 10px 0 70px;
    min-height: 58px;
  }

  .learning-title:before {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    width: 60px;
    height: 58px;
  }

  .learning-box {
    margin-top: 15px;
    padding: 0 3%;
  }

  .learning-box~.learning-box {
    margin-top: 30px;
  }

  .learning-box .ttl {
    font-size: 1.6rem;
  }

  .learning-box .thumb {
    margin-top: 1em;
  }
}

.book-step_area {
  display: table;
  width: 100%;
  word-spacing: -1em;
}

.book-step_inner {
  display: inline-block;
  width: 50%;
  word-spacing: normal;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  padding-top: 50px;
}

@media screen and (max-width:767px) {
  .book-step_inner {
    display: block;
    width: 100%;
    padding-top: 40px;
  }
}

.book-step_inner .title {
  width: 7em;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  border-width: 1px;
  border-style: solid;
  padding: 5px 0;
  line-height: 1.2;
  position: absolute;
  left: 60px;
  top: 20px;
  z-index: 5;
  text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, 0px 0px 1px #fff, 2px 0px 0px #fff, 0px 2px 0px #fff;
}

@media screen and (max-width:767px) {
  .book-step_inner .title {
    font-size: 1.8rem;
    left: 40px;
  }
}

.book-step_inner.boki .title {
  color: #E83E52;
  border-color: #E83E52;
  background: #FFE6EA;
}

.book-step_inner.zaimu .title {
  color: #2870ba;
  border-color: #2870ba;
  background: #cce1ee;
}

.books-step_box {
  position: relative;
  width: 100%;
  display: table;
  word-spacing: -1em;
  padding: 20px 0;
}

.books-step_box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 15px 0 15px;
  border-color: transparent;
  z-index: 3;
  margin-left: -15px;
}

.book-step_inner .books-step_box:nth-child(2) {
  border-bottom: #fff 3px solid;
}

.book-step_inner .books-step_box:nth-child(2):before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 17px 0 17px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
  margin-left: -17px;
}

.book-step_inner.boki .books-step_box:nth-child(3):after {
  display: none;
}

.book-step_inner.boki .books-step_box:nth-child(1) {
  background: #fcf1f0;
}

.book-step_inner.boki .books-step_box:nth-child(1):after {
  border-top-color: #fcf1f0;
}

.book-step_inner.boki .books-step_box:nth-child(2) {
  background: #f3cbc9;
}

.book-step_inner.boki .books-step_box:nth-child(2):after {
  border-top-color: #f3cbc9;
}

.book-step_inner.boki .books-step_box:nth-child(3) {
  background: #f19d99;
}

.book-step_inner.zaimu .books-step_box:nth-child(1) {
  background: #e0f1f8;
}

.book-step_inner.zaimu .books-step_box:nth-child(1):after {
  border-top-color: #e0f1f8;
}

.book-step_inner.zaimu .books-step_box:nth-child(2) {
  background: #b0ddef;
}

.book-step_inner.zaimu .books-step_box:nth-child(2):after {
  border-top-color: #b0ddef;
}

.book-step_inner.zaimu .books-step_box:nth-child(3) {
  background: #88cae5;
}

.books-step_box .thumb,
.books-step_box .txtarea {
  display: table-cell;
  word-spacing: normal;
  vertical-align: top;
}

.books-step_box .thumb {
  vertical-align: middle;
  text-align: center;
  width: 55%;
  padding-left: 50px;
}

.books-step_box .txtarea {
  padding-right: 20px;
}

.books-step_box .txtarea h4 {
  position: absolute;
  left: 5px;
  top: 0;
  height: 100%;
  background: #2a4e70;
  border-top: #fff 1px solid;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif, Helvetica;
  font-size: 2rem;
  padding: 10px;
  width: 50px;
  text-align: center;
}

.book-step_inner .books-step_box:nth-child(3) .txtarea h4 {
  top: -3px;
  height: 103%;
}

@media screen and (max-width:767px) {

  .books-step_box .txtarea h4,
  .isDeviceTB .books-step_box .txtarea h4 {
    font-size: 1.6rem;
    padding: 5px;
    width: 30px;
  }

  .books-step_box .thumb,
  .isDeviceTB .books-step_box .thumb {
    width: 35%;
    padding-left: 40px;
    padding-right: 10px;
  }

  .books-step_box .thumb img,
  .isDeviceTB .books-step_box .thumb img {
    height: 80px;
    width: auto;
  }
}

.isDeviceTB .books-step_box:nth-child(1) {
  height: auto;
}

#contents02 .btn-box {
  text-align: center;
  margin-top: 30px;
}

#contents02 .btn-box li {
  display: inline-block;
}

#contents02 .btn-box li~li {
  margin-left: 10px;
}

.isDeviceTB #contents02 .btn-box li {
  width: 45%;
}

@media screen and (max-width:767px) {
  #contents02 .btn-box {
    margin-top: 15px;
    padding: 0 3%;
  }

  #contents02 .btn-box li~li {
    margin-left: 0;
    margin-top: 10px;
  }
}


#contents03 h3 {
  color: #217fcd;
  border-bottom: 3px solid #004a86;
}

#contents03 .pass_average {
  width: 100%;
  margin-top: 10px;
}

#contents03 .pass_average table {
  width: 100%;
  padding-right: 1px;
}

#contents03 .pass_average tr * {
  text-align: center;
  color: #142f5c;
  border: 1px solid #90acd8;
  padding: 0.5% 1%;
}

#contents03 .pass_average tr:first-child th {
  background: #AAC3EB;
}

#contents03 .pass_average tr:not(:first-child) th {
  text-align: left;
}

#contents03 .pass_average tr:nth-child(odd) {
  background: #f0f4fb
}

@media screen and (max-width:767px) {
  #contents03 .pass_average {
    overflow-x: scroll;
  }

  #contents03 .pass_average table {
    min-width: 920px;
  }
}


/*-------------------------
.dokubaku-info
-------------------------*/
@media all and (max-width: 1060px) and (min-width: 0) {
  .dokubaku-info {
    padding: 0 15px;
  }
}

.dokubaku-info .lead {
  background: #fff;
  box-shadow: 0px 6px 13px -2px #d6d6d6;
  -moz-box-shadow: 0px 6px 13px -2px #d6d6d6;
  -webkit-box-shadow: 0px 6px 13px -2px #d6d6d6;
  position: relative;
  text-align: center;
  padding: 0 20px 20px;
}

.dokubaku-info .lead:before,
.dokubaku-info .lead:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.dokubaku-info .lead:before {
  border-width: 22px 21px 0 21px;
  border-top-color: rgba(214, 214, 214, .5);
  margin-left: -21px;
  bottom: -22px;
}

.dokubaku-info .lead:after {
  border-width: 20px 19px 0 19px;
  margin-left: -19px;
  border-top-color: #fff;
}

.dokubaku-info .ttl {
  margin-top: 50px;
  text-align: center;
}

.dokubaku-info .subttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 30px;
}

@media screen and (max-width:767px) {
  .dokubaku-info .subttl {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}

.dokubaku-info .txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width:767px) {
  .dokubaku-info .txt {
    line-height: 1.6;
    margin-top: 15px;
  }
}

.dokubaku-info .bnr {
  text-align: center;
  margin-top: 30px;
}

.dokubaku-info .bnr~.bnr {
  margin-top: 26px;
}

@media screen and (max-width:767px) {
  .dokubaku-info .bnr {
    margin-top: 15px;
  }

  .dokubaku-info .bnr~.bnr {
    margin-top: 15px;
  }

  .btnlp-data,
  .btnlp-download,
  .btnlp-red,
  .btnlp-tachiyomi,
  .btnlp-yel {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .box-wrap.box-md-2 .box {
    width: 100%;
  }
}









.btnlp-tachiyomi a span {
  font-size: 16px;
  font-size: 1.6rem;
}

.btnlp-tachiyomi a span.no_icon {
  padding-left: 0px;
}

.btnlp-tachiyomi a span.no_icon:before {
  display: none;
}