/*
==================================
article-point
==================================
*/
/* pc */
@media(min-width:741px){
  .article-point {
    padding: 28px 28px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #page_kosodate .article-point {
    background-color: #fcebeb;
  }
  
  #page_kyouiku .article-point {
    background-color: #fcf0e3;
  }
  #page_juken .article-point {
    background-color: #d9eaf7;
  }
  #page_eigo .article-point {
    background-color: #e9f1d9;
  }
  
  #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_kosodate .article-point-item-link {
    text-decoration: underline;
  }
  #page_kosodate .article-point-item,
  #page_kosodate .article-point-item-link {
    color: #eb7777;
  }
  #page_kyouiku .article-point-item,
  #page_kyouiku .article-point-item-link {
    color: #eb9944;
  }
  #page_juken .article-point-item,
  #page_juken .article-point-item-link {
    color: #0070cb;
  }
  #page_eigo .article-point-item,
  #page_eigo .article-point-item-link {
    color: #6ca300;
  }

  .article-point-item-unit-item {
    position: relative;
    padding-left: 1em;
    text-indent: 1em;
    margin-bottom: 6px;
    font-size: 14px;
  }
  .article-point-item-unit-item::before {
    content: '\0030fb';
    position: absolute;
    left: 0;
    top: 0;
  }
}
/* sp */
@media(max-width:740px){
  .article-point {
    padding: 24px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #page_kosodate .article-point {
    background-color: #fcebeb;
  }
  
  #page_kyouiku .article-point {
    background-color: #fcf0e3;
  }
  #page_juken .article-point {
    background-color: #d9eaf7;
  }
  #page_eigo .article-point {
    background-color: #e9f1d9;
  }
  
  #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_kosodate .article-point-item-link {
    text-decoration: underline;
  }
  #page_kosodate .article-point-item,
  #page_kosodate .article-point-item-link {
    color: #eb7777;
  }
  #page_kyouiku .article-point-item,
  #page_kyouiku .article-point-item-link {
    color: #eb9944;
  }
  #page_juken .article-point-item,
  #page_juken .article-point-item-link {
    color: #0070cb;
  }
  #page_eigo .article-point-item,
  #page_eigo .article-point-item-link {
    color: #6ca300;
  }

  .article-point-item-unit-item {
    position: relative;
    padding-left: 1em;
    text-indent: 1em;
    margin-bottom: 6px;
    font-size: 14px;
  }
  .article-point-item-unit-item::before {
    content: '\0030fb';
    position: absolute;
    left: 0;
    top: 0;
  }
}


/*
==================================
table
==================================
*/
/* pc */
@media(min-width:741px){
  table {
    width: 100%;
    margin-bottom: 60px;
  }
  tr {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  td{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    word-break: break-all;
  }
  td:nth-of-type(1) {
    /* background-color: #eee; */
    min-width: 120px;
    width: 120px;
    font-weight: bold;
  }
}
/* sp */
@media(max-width:740px){
  table {
    width: 100%;
    margin-bottom: 40px;
  }
  tr {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  td{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
  }
  td:nth-of-type(1) {
    /* background-color: #eee; */
    min-width: 70px;
    width: 70px;
    font-weight: bold;
  }
}


/*
==================================
h3
==================================
*/
/* pc */
@media(min-width:741px){
  #articles h3 {
    font-size: 18px;
    font-weight: bold;
  }
}
/* sp */
@media(max-width:740px){
  #articles h3 {
    font-size: 18px;
    font-weight: bold;
  }
}


/*
==================================
concl
==================================
*/
/* pc */
@media(min-width:741px){
  #articles .concl {
    margin-bottom: 60px;
  }
  #articles .concl-ttl {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    background-color: #eb7777;
    padding: 4px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
  }
  #page_kosodate #articles .concl-ttl {
    background-color: #eb7777;
  }
  #page_kyouiku #articles .concl-ttl {
    background-color: #eb9944;
  }
  #page_juken #articles .concl-ttl {
    background-color: #0070cb;
  }
  #page_eigo #articles .concl-ttl {
    background-color: #6ca300;
  }
}
/* sp */
@media(max-width:740px){
  #articles .concl {
    margin-bottom: 20px;
  }
  #articles .concl-ttl {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;

    background-color: #eb7777;
    padding: 6px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
  }
  #page_kosodate #articles .concl-ttl {
    background-color: #eb7777;
  }
  #page_kyouiku #articles .concl-ttl {
    background-color: #eb9944;
  }
  #page_juken #articles .concl-ttl {
    background-color: #0070cb;
  }
  #page_eigo #articles .concl-ttl {
    background-color: #6ca300;
  }
}


/*
==================================
banner
==================================
*/
/* pc */
@media(min-width:741px){
  .o-banner{
    display: block;
    margin: 60px 0;
  }
  .o-banner:hover,
  .o-banner:active,
  .o-banner:focus{
    opacity: 0.8;
  }
  .o-banner-img{
    max-width: 708px;
    width: 100%;
    max-height: 180px;
  }
}
/* sp */
@media(max-width:740px){
  .o-banner{
    display: block;
    margin: 40px 0;
    text-align: center;
  }
  .o-banner:hover,
  .o-banner:active,
  .o-banner:focus{
    opacity: 0.8;
  }
  .o-banner-img{
    max-width: 345px;
    width: 100%;
    max-height: 150px;
  }
}