.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 0;
  font-size: 1.4rem;
}

@media (min-width: 1025px) {
  .t-contents-box {
    padding: 20px;
    margin: 60px auto 0;
    font-size: 1.6rem;
  }
}

.t-contents-box__txt {
  line-height: 1.8;
  overflow: hidden;
  margin: 10px 0;
}

.t-contents-box__txt .bold {
  font-weight: bold;
}

.t-contents-box__ttl {
  font-weight: bold;
}

.t-contents-box__top .t-contents-box__txt {
  float: left;
}

.t-contents-box__img {
  float: left;
  margin: 0 5px 10px 0;
  width: 100px;
}

@media (min-width: 1025px) {
  .t-contents-box__img {
    margin: 0 15px 15px 0;
    width: 140px;
  }
}

.t-contents-box .clear {
  clear: both;
}

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

.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;
}

.modalbtn {
  display: block;
  text-align: center;
  line-height: 54px;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #003ea9;
  background: #eff2f5;
  margin: 20px auto 0;
  border: 1px solid #003ea9;
}

@media (min-width: 1025px) {
  .modalbtn {
    width: 420px;
    line-height: 60px;
    margin: 20px auto 0;
    font-size: 1.8rem;
  }
}

.moadlBody {
  display: none;
}

.b-bottom {
  margin: 25px 0 0;
}

@media (min-width: 1025px) {
  .b-bottom {
    margin: 50px 0;
    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;
  }
}

.b-bottom__ttl {
  text-align: center;
  border-bottom: 1px solid #333;
  font-weight: bold;
  margin: 0 0 15px;
  font-size: 2rem;
  padding: 0 0 5px;
}

@media (min-width: 1025px) {
  .b-bottom__ttl {
    margin: 0 0 30px;
    font-size: 3rem;
    padding: 0 0 10px;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .b-bottom > div {
    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) {
  .b-bottom > div > div:nth-of-type(1) {
    width: calc(100% - 380px);
  }
}

@media (min-width: 1025px) {
  .b-bottom > div > div:nth-of-type(2) {
    width: 350px;
  }
}

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

@media (min-width: 1025px) {
  .b-section {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .b-section > div:nth-of-type(1) {
    width: calc(100% - 286px);
    padding-right: 30px;
  }
}

@media (min-width: 1025px) {
  .b-section > div:nth-of-type(2) {
    width: 286px;
    padding-top: 30px;
  }
}

.b-section h2 span:nth-of-type(1) {
  display: inline-block;
  background-color: #098ddf;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 20px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .b-section h2 span:nth-of-type(1) {
    font-size: 1.6rem;
  }
}

.b-section h2 span:nth-of-type(2) {
  display: block;
  margin-top: 5px;
  color: #098ddf;
  font-weight: bold;
  font-size: 1.8rem;
}

@media (min-width: 1025px) {
  .b-section h2 span:nth-of-type(2) {
    font-size: 2.4rem;
  }
}

.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/202008/bothworking.css.map */
