.t-article-header__title span {
  font-weight: normal;
  font-size: 1.8rem;
}

@media (min-width: 1025px) {
  .t-article-header__title span {
    font-size: 2.4rem;
  }
}

.t-contents-box {
  border: 1px solid #dcdcdc;
  padding: 10px;
  overflow: auto;
  margin: 30px auto;
}

@media (min-width: 1025px) {
  .t-contents-box {
    padding: 20px 40px;
    margin: 60px auto;
  }
}

.t-contents-box__ttl {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 10px;
  line-height: 1.7;
}

@media (min-width: 1025px) {
  .t-contents-box__ttl {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
}

.t-contents-box__txt {
  font-size: 1.4rem;
  line-height: 1.6;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .t-contents-box__txt {
    font-size: 1.6rem;
  }
}

.t-contents-box__link {
  color: #003ea9;
  font-weight: bold;
  padding: 10px 0 0;
}

.t-contents-box__link:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #003ea9;
  display: inline-block;
  margin: 0 0 0 10px;
}

@media (min-width: 1025px) {
  .t-article-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1025px) {
  .t-article-end__ttl {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .t-article-end__left {
    width: 332px;
  }
}

@media (min-width: 1025px) {
  .t-article-end__right {
    width: 350px;
  }
}

@media (min-width: 1025px) {
  .t-article-end__right > p {
    margin-top: 0.5em;
  }
}

.k-section {
  margin-top: 30px;
}

@media (min-width: 1025px) {
  .k-section {
    margin-top: 60px;
  }
}

.k-section h2 {
  background-color: #5ca0eb;
  color: #fff;
  font-size: 1.6rem;
  padding: 5px 10px;
  font-weight: bold;
}

@media (min-width: 1025px) {
  .k-section h2 {
    font-size: 2rem;
    padding: 10px 20px;
  }
}

.k-section .t-article-main__txt a {
  color: #003ea9;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.k-section .t-article-main__txt a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #003ea9;
  display: inline-block;
  margin: 0 0 0 10px;
}

.book{
  background-image:url(../../img/201807/kids/book_line.png);
  background-repeat:repeat-x;
  background-size:2px;
  padding:15px 0 0
}
@media (min-width: 1025px){
  .book{
    padding:50px 0 0;
    background-size:4px
  }
}

/*# sourceMappingURL=../../map/202005/kids.css.map */
