/*
==================================
overwrite
==================================
*/
/* pc */
@media(min-width:741px){
  .side-contents {
    display: none;
  }
  .side-banners {
    display: none;
  }
}
/* sp */
@media(max-width:740px){
  
}


/*
==================================
all
==================================
*/
/* pc */
@media(min-width:741px){
  
}
/* sp */
@media(max-width:740px){
  
}


/*
==================================
recommend ttl
==================================
*/
/* pc */
@media(min-width:741px){
  #articles h2.reco__ttl {
    font-size: 137.5%;
    font-weight: normal;
    background: #f7f7f7;
    margin-bottom: 0;
    padding: 8px 10px;
    border-left: 5px solid #0070cb !important;
    border-bottom: none;
  }
}
/* sp */
@media(max-width:740px){
  #articles h2.reco__ttl {
    font-size: 137.5%;
    font-weight: normal;
    background: #f7f7f7;
    margin-bottom: 20px;
    padding: 8px 10px;
    border-left: 5px solid #0070cb !important;
    border-bottom: none;
  }
}


/*
==================================
recommend wrap
==================================
*/
/* pc */
@media(min-width:741px){
  .reco__wrap {
    padding-top: 15px;
    margin-bottom: 80px;
  }
  .reco__wrap-box{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
  }
  .reco__wrap-box-thumb {
    float: left;
    margin-right: 25px;
    position: relative;
    width: 338px;
    border-radius: 3px;
    width: 222px;
    max-height: 138px;
    overflow: hidden;
  }
  .reco__wrap-box-main {
    overflow: hidden;
    zoom: 1;
  }
  .reco__wrap-box-main-info {
    margin-bottom: 10px;
  }
  .reco__wrap-box-main-date {
    font-size: 75%;
    color: #666;
    float: left;
    padding-top: 2px;
  }
  .reco__wrap-box-main-category {
    background: #a2a7ab;
    text-align: center;
    padding: 0 20px;
    float: right;
    color: #fff;
    font-size: 75%;
    border-radius: 3px;
    max-width: 150px;
  }
  .reco__wrap-box-main-txt{
    margin: 0 0 5px;
  }
  .reco__wrap-box-main-theme{
    font-size: 75%;
    border-radius: 3px;
    margin-right: 10px;
    padding: 0 20px;
    float: left;
    background: #fff;
  }
  .reco__wrap-box-main-theme--01{
    color: #eb7777;
    border: 1px solid #eb7777;
  }
  .reco__wrap-box-main-theme--02{
    color: #eb9944;
    border: 1px solid #eb9944;
  }
  .reco__wrap-box-main-theme--03{
    color: #0070cb;
    border: 1px solid #0070cb;
  }
}
/* sp */
@media(max-width:740px){
  .reco__wrap {
    padding-top: 15px;
    margin-bottom: 60px;
  }
  .reco__wrap-box{
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .reco__wrap-box-thumb {
    position: relative;
    border-radius: 3px;
    max-height: 138px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    width: 90px;
  }
  .reco__wrap-box-thumb img {
    width: 100%;
  }
  .reco__wrap-box-main {
    overflow: hidden;
    zoom: 1;
  }
  .reco__wrap-box-main-info {
    margin-bottom: 0;
  }
  .reco__wrap-box-main-date {
    font-size: 75%;
    color: #666;
    float: left;
    padding-top: 2px;
  }
  .reco__wrap-box-main-category {
    background: #a2a7ab;
    text-align: center;
    padding: 0 20px;
    float: right;
    color: #fff;
    font-size: 62.5%;
    border-radius: 3px;
    max-width: 150px;
  }
  .reco__wrap-box-main-txt{
    font-size: 97.3%;
    margin: 0 0 5px;
  }
  .reco__wrap-box-main-theme{
    font-size: 62.5%;
    border-radius: 3px;
    margin-right: 10px;
    padding: 0 20px;
    float: left;
    background: #fff;
  }
  .reco__wrap-box-main-theme--01{
    color: #eb7777;
    border: 1px solid #eb7777;
  }
  .reco__wrap-box-main-theme--02{
    color: #eb9944;
    border: 1px solid #eb9944;
  }
  .reco__wrap-box-main-theme--03{
    color: #0070cb;
    border: 1px solid #0070cb;
  }
}


/*
==================================
ranking ttl
==================================
*/
/* pc */
@media(min-width:741px){
  .rank__ttl {
    font-weight: normal;
    background: #f7f7f7;
    margin-bottom: 10px;
    padding: 3px 10px 2px;
    border-left: 5px solid #0070cb !important;
    border-bottom: none;
    line-height: 1.5;
  }
  .rank__ttl--big{
    font-size: 137.5%;
  }
}
/* sp */
@media(max-width:740px){
  .rank__ttl {
    font-weight: normal;
    background: #f7f7f7;
    margin-bottom: 35px;
    padding: 3px 10px 2px;
    border-left: 5px solid #0070cb !important;
    border-bottom: none;
    line-height: 1.5;
  }
  .rank__ttl--big{
    font-size: 137.5%;
  }
}


/*
==================================
ranking wrap
==================================
*/
/* pc */
@media(min-width:741px){
  .ranking {
    width: 331px;
    float: right;
  }
  .rank__wrap {
    margin-bottom: 60px;
  }
  .rank__wrap-box{
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .rank__wrap-box-thumb {
    position: relative;
    border-radius: 3px;
    max-height: 138px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    width: 90px;
    position: relative;
  }
  .rank__wrap-box-thumb::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 22px;
    height: 29px;
    left: 0;
    top: 0;
  }
  .rank__wrap-box:nth-of-type(1) .rank__wrap-box-thumb::after{
    background-image: url(/_shared/img/icon-rank01.png);
  }
  .rank__wrap-box:nth-of-type(2) .rank__wrap-box-thumb::after{
    background-image: url(/_shared/img/icon-rank02.png);
  }
  .rank__wrap-box:nth-of-type(3) .rank__wrap-box-thumb::after{
    background-image: url(/_shared/img/icon-rank03.png);
  }
  .rank__wrap-box:nth-of-type(4) .rank__wrap-box-thumb::after{
    background-image: url(/_shared/img/icon-rank04.png);
  }
  .rank__wrap-box:nth-of-type(5) .rank__wrap-box-thumb::after{
    background-image: url(/_shared/img/icon-rank05.png);
  }
  .rank__wrap-box-thumb img {
    width: 100%;
  }
  .rank__wrap-box-main {
    overflow: hidden;
    zoom: 1;
  }
  .rank__wrap-box-main-info {
    margin-bottom: 0;
  }
  .rank__wrap-box-main-date {
    font-size: 75%;
    color: #666;
    padding-top: 2px;
  }
  .rank__wrap-box-main-theme{
    font-size: 62.5%;
    border-radius: 3px;
    padding: 0px 15px;
    background: #fff;
    display: inline-block;
    margin-right: 30px;
  }
  .rank__wrap-box-main-category {
    background: #a2a7ab;
    text-align: center;
    padding: 0px 14px;
    color: #fff;
    font-size: 62.5%;
    border-radius: 3px;
    display: inline-block;
  }
  .rank__wrap-box-main-txt{
    font-size: 97.3%;
    margin: 0 0 5px;
  }
  .rank__wrap-box-main-theme--01{
    color: #eb7777;
    border: 1px solid #eb7777;
  }
  .rank__wrap-box-main-theme--02{
    color: #eb9944;
    border: 1px solid #eb9944;
  }
  .rank__wrap-box-main-theme--03{
    color: #0070cb;
    border: 1px solid #0070cb;
  }
}
/* sp */
@media(max-width:740px){
  .ranking {
    padding: 0 15px;
  }
  .rank__wrap {
    margin-bottom: 60px;
  }
  .rank__wrap-box{
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .rank__wrap-box-thumb {
    position: relative;
    border-radius: 3px;
    max-height: 138px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    width: 90px;
    position: relative;
  }
  .rank__wrap-box-thumb::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 22px;
    height: 29px;
    left: 0;
    top: 0;
  }
  .rank__wrap-box:nth-of-type(1) .rank__wrap-box-thumb::after{
    background-image: url(/_shared/img/icon-rank01.png);
  }
  .rank__wrap-box:nth-of-type(2) .rank__wrap-box-thumb::after{
    background-image: url(/_shared/img/icon-rank02.png);
  }
  .rank__wrap-box:nth-of-type(3) .rank__wrap-box-thumb::after{
    background-image: url(/_shared/img/icon-rank03.png);
  }
  .rank__wrap-box:nth-of-type(4) .rank__wrap-box-thumb::after{
    background-image: url(/_shared/img/icon-rank04.png);
  }
  .rank__wrap-box:nth-of-type(5) .rank__wrap-box-thumb::after{
    background-image: url(/_shared/img/icon-rank05.png);
  }
  .rank__wrap-box-thumb img {
    width: 100%;
  }
  .rank__wrap-box-main {
    overflow: hidden;
    zoom: 1;
  }
  .rank__wrap-box-main-info {
    margin-bottom: 0;
  }
  .rank__wrap-box-main-date {
    font-size: 75%;
    color: #666;
    padding-top: 2px;
  }
  .rank__wrap-box-main-theme{
    font-size: 62.5%;
    border-radius: 3px;
    padding: 0px 15px;
    background: #fff;
    display: inline-block;
  }
  .rank__wrap-box-main-category {
    background: #a2a7ab;
    text-align: center;
    padding: 0px 15px;
    color: #fff;
    font-size: 62.5%;
    border-radius: 3px;
    display: inline-block;
  }
  .rank__wrap-box-main-txt{
    font-size: 97.3%;
    margin: 0 0 5px;
  }
  .rank__wrap-box-main-theme--01{
    color: #eb7777;
    border: 1px solid #eb7777;
  }
  .rank__wrap-box-main-theme--02{
    color: #eb9944;
    border: 1px solid #eb9944;
  }
  .rank__wrap-box-main-theme--03{
    color: #0070cb;
    border: 1px solid #0070cb;
  }
}

/*
==================================
article-point
==================================
*/
/* pc */
@media(min-width:741px){
  .article-point {
    padding: 28px 28px 32px;
    box-sizing: border-box;
  }
  
  #page_kyouiku .article-point {
    background-color: #fcf0e3;
  }
  #articles .block .article-point p {
    color: #58595a;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .article-point-item {
    position: relative;
    padding-left: 1.1em;
    line-height: 1.8;
  }
  .article-point-item::before {
    content: '\0030fb';
    position: absolute;
    left: 0;
    top: 0;
  }
  #page_kyouiku .article-point-item,
  #page_kyouiku .article-point-item-link {
    color: #eb9944;
  }
  a:hover {
    opacity: 0.8;
  }
  #articles .concl-ttl{
    border-bottom: 2px solid #eb9944;
  }
}
/* sp */
@media(max-width:740px){
  .article-point {
    padding: 24px 12px;
    box-sizing: border-box;
  }
  #page_kyouiku .article-point {
    background-color: #fcf0e3;
  }
  #articles .block .article-point p {
    color: #58595a;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .article-point-item {
    position: relative;
    padding-left: 1.1em;
    margin-bottom: 8px;
  }
  .article-point-item::before {
    content: '\0030fb';
    position: absolute;
    left: 0;
    top: 0;
  }
  #page_kyouiku .article-point-item,
  #page_kyouiku .article-point-item-link {
    color: #eb9944;
  }
  #articles .concl-ttl{
    border-bottom: 2px solid #eb9944;
  }
}

/*
==================================
related-article
==================================
*/

/* PC */
@media (min-width: 741px) {
  .related-article{
    border: #E5E5E5 2px solid;
    margin-top: 60px;
    padding: 0 24px 20px;
  }
  .related-article__ttl{
    font-size: 24px;
    line-height: 30px;
    color: #171C61;
    padding: 20px 0 8px;
  }
  .related-article__list-item{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-left: 22px;
    margin-top: 8px;
  }
  .related-article__list-item a{
    color: #000000;
  }
  .related-article__list-item::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/kyouiku/_shared/img/article_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
}
/* SP */
@media (max-width: 740px) {
  .related-article{
    border: #E5E5E5 2px solid;
    margin-top: 80px;
    padding: 0 16px 30px;
  }
  .related-article__ttl{
    font-size: 18px;
    line-height: 26px;
    color: #171C61;
    padding-top: 30px;
  }
  .related-article__list-item{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-left: 22px;
    margin-top: 8px;
  }
  .related-article__list-item a{
    color: #000000;
  }
  .related-article__list-item::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/kyouiku/_shared/img/article_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0px;
    left: 0px;
    transform: translateY(50%);
  }
}