@charset "utf-8";

.no-link{
  pointer-events: none;
  color: #444 !important;
}
#page_kyouiku #articles h2 .no-link{
  color: #eb9944 !important;
}

@media (min-width: 768px) {
  /* PC */
  .prmt__txt{
    color: #444;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 60px;
  }
  .prmt__txt .prmt__txt--bold{
    font-size: 20px !important;
    font-weight: bold !important;
  }
  .prmt__txt:last-of-type{
    margin-bottom: 30px !important;
  }
  .prmt-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .prmt-txtarea{
    width: 75%;
  }
  .prmt-thumbarea{
    width: 20%;
    display: block;
  }
  .prmt-thumbarea--new-b {
    width: 25%;
  }
  .prmt-thumbarea img{
    width: 100%;
    display: block;
  }
  picture .prmt-bnr{
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .prmt__link-txt {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    border-radius: 4px;
    background-color: #009BD2;
  }
  .prmt__link-txt:hover{
    opacity: 0.8;
    text-decoration: none !important;
  }
  .prmt__link-txt p {
    color: #fff !important;
    font-size: 18px;
    font-weight: bold !important;
    text-align: center;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  /* SP */
  .prmt__txt{
    color: #444;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .prmt-thumbarea img{
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .prmt-bnr{
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .prmt__link-txt {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    border-radius: 4px;
    background-color: #009BD2;
  }
  .prmt__link-txt:hover{
    opacity: 0.8;
    text-decoration: none !important;
  }
  .prmt__link-txt p {
    color: #fff !important;
    font-size: 18px;
    font-weight: bold !important;
    text-align: center;
    margin-bottom: 0 !important;
  }
}