/* ========================================================
*
*					共通
*
* ======================================================== */
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.triple.cf {
  display: none;
}
/* pc */
@media(min-width:741px){
  #contents {
    width: 1200px;
    float: left;
    padding-top: 20px;
    overflow: hidden;
  }
  .article-body {
    display: flex;
    justify-content: space-between;
  }
  .main-contents {
    overflow: hidden;
    width: 833px;
  }
  .sp-only {
    display: none;
  }
  #sidebar .side-contents{
    padding-top: 0;
  }
  #new .side-ranking.block {
    margin-bottom: 60px;
  }
}
/* sp */
@media(max-width:740px){
  #contents {
    overflow: hidden;
  }
  .sp-only {
    display: block;
  }
  small.ttl01--sub {
    font-size: initial !important;
    display: block;
  }
}

/* ========================================================
*
*					KV
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  .kv-ttl {
    color: #fff;
    font-size: 25px !important;
    font-weight: bold;
    top: 40px;
    left: 47px;
    position: absolute;
  }
}

/* ========================================================
*
*					about
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  .about {
    background-image: url(/programming/_assets21/img/210719/about-bg-pc.png);
    background-size: cover;
    background-position: center 25%;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 246px;
    position: relative;
  }
  .about-inner {
    max-width: 612px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    background: #fff;
    border-radius: 12px;
    border: solid #17CBD6 4px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding: 50px 32px 20px;
    box-sizing: border-box;
  }
  .about__ttl {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 13px 21px;
    background-color: #17CBD6;
    width: 302px;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    transform: translate(32px, -50%);
  }
  .about__ttl::after {
    position: absolute;
    bottom: 0;
    left: 25px;
    content: '';
    display: inline-block;
    width: 33px;
    height: 28px;
    background-image: url(../img/210719/about-arr.png);
    transform: translate(0, 50%);
  }
  .about__txt {
    font-size: 14px;
  }
}
/* sp */
@media(max-width:740px){
  .about {
    background-image: url(../img/210719/about-bg-sp.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 360px;
    position: relative;
  }
  .about-inner {
    max-width: 335px;
    width: 75%;
    margin: 0 auto;
    z-index: 2;
    background: #fff;
    border-radius: 12px;
    border: solid #17CBD6 4px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding: 48px 24px 20px;
  }
  .about__ttl {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 13px 17px;
    background-color: #17CBD6;
    max-width: 302px;
    width: 92%;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about__ttl::after {
    position: absolute;
    bottom: 3px;
    left: 25px;
    content: '';
    display: inline-block;
    width: 33px;
    height: 28px;
    background-image: url(../img/210719/about-arr.png);
    transform: translate(0, 50%);
  }
  .about__txt {
    font-size: 14px;
  }
}
/* ========================================================
*
*					anchor
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  .anchor {
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .anchor__cont {
    max-width: 165px;
    width: 24%;
    position: relative;
    border-radius: 8px;
    min-height: 80px;
  }
  .anchor__cont::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../img/210719/anchor-arr.png);
    display: inline-block;
    content: '';
    width: 19px;
    height: 10px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .anchor__cont--program {
    background-color: #FF6974;
  }
  .anchor__cont--education {
    background-color: #FFC800;
  }
  .anchor__cont--feature {
    background-color: #17CBD6;
  }
  .anchor__cont--teacher {
    background-color: #EAEAEA;
  }
  .anchor__cont--teacher::after {
    background-image: url(../img/210719/teacher-arr.png);
  }
  .anchor__link {
    display: block;
    width: 100%;
    height: 100%;
  }
  .anchor__txt {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-top: 12px;
    text-align: center;
  }
  .anchor__txt--teacher {
    font-size: 14px;
    color: #0090E3;
    font-weight: normal;
    padding-top: 9px;
    line-height: 1.2;
  }
}
/* sp */
@media(max-width:740px){
  .anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 345px;
    width: 100%;
    margin: 20px auto 0;
  }
  .anchor__cont {
    max-width: 165px;
    width: 48%;
    position: relative;
    border-radius: 8px;
    min-height: 80px;
  }
  .anchor__cont::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../img/210719/anchor-arr.png);
    display: inline-block;
    content: '';
    width: 19px;
    height: 10px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .anchor__cont:nth-child(n + 3) {
    margin-top: 15px;
  }
  .anchor__cont--program {
    background-color: #FF6974;
  }
  .anchor__cont--education {
    background-color: #FFC800;
  }
  .anchor__cont--feature {
    background-color: #17CBD6;
  }
  .anchor__cont--teacher {
    background-color: #EAEAEA;
  }
  .anchor__cont--teacher::after {
    background-image: url(../img/210719/teacher-arr.png);
  }
  .anchor__link {
    display: block;
    width: 100%;
    height: 100%;
  }
  .anchor__txt {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-top: 12px;
    text-align: center;
  }
  .anchor__txt--teacher {
    font-size: 14px;
    color: #0090E3;
    font-weight: normal;
    padding-top: 9px;
    line-height: 1.2;
  }
}
/* ========================================================
*
*					sec
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  .sec {
    width: 100%;
    margin-top: 68px;
    border-top: 8px solid;
  }
  .sec--program {
    border-color: #FF6974;
  }
  .sec--education {
    border-color: #FFC800;
  }
  .sec--feature {
    border-color: #17CBD6;
  }
  .sec__ttl {
    font-size: 30px;
    font-weight: bold;
    margin-top: 18px;
    padding-left: 14px;
    position: relative;
  }
  .sec__ttl::after {
    position: absolute;
    top: 25%;
    right: -80px;
    transform: translate(0, -50%);
    display: inline-block;
    content: '';
    width: 175px;
    height: 82px;
  }
  .sec__ttl--program {
    color: #FF6974;
  }
  .sec__ttl--program::after {
    background-image: url(../img/210719/program-bg.png);
  }
  .sec__ttl--education {
    color: #FFC800;
  }
  .sec__ttl--education::after {
    background-image: url(../img/210719/edcation-bg.png);
  }
  .sec__ttl--feature {
    color: #17CBD6;
  }
  .sec__ttl--feature::after {
    background-image: url(../img/210719/feature-bg.png);
  }
  .sec__cont-wrap {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .sec__cont {
    max-width: 264px;
  }
  .sec__cont:nth-child(n + 2) {
    margin-left: 20px;
  }
  .sec__cont:nth-child(n + 4) {
    margin-top: 20px;
  }
  .sec__cont:nth-child(3n+1) {
    margin-left: 0;
}
  .sec-img {
    display: block;
    width: 100%;
  }
  .sec__txt {
    margin-top: 12px;
    color: #000;
    font-size: 14px;
  }
  .sec__cont-link:hover img,
  .sec__cont-link:hover p {
    opacity: 0.8;
  }
}
/* sp */
@media(max-width:740px){
  .sec {
    width: 100%;
    max-width: 345px;
    border-top: 7px solid;
    margin: 48px auto 0;
  }
  .sec--program {
    border-color: #FF6974;
  }
  .sec--education {
    border-color: #FFC800;
  }
  .sec--feature {
    border-color: #17CBD6;
  }
  .sec__ttl {
    font-size: 30px;
    font-weight: bold;
    margin-top: 18px;
    position: relative;
    line-height: 1.37;
  }
  .sec__ttl::after {
    position: absolute;
    top: 25%;
    right: -80px;
    transform: translate(0, -50%);
    display: inline-block;
    content: '';
    width: 175px;
    height: 82px;
  }
  .sec__ttl--program {
    color: #FF6974;
  }
  .sec__ttl--program::after {
    background-image: url(../img/210719/program-bg.png);
  }
  .sec__ttl--education {
    color: #FFC800;
  }
  .sec__ttl--education::after {
    background-image: url(../img/210719/edcation-bg.png);
  }
  .sec__ttl--feature {
    color: #17CBD6;
  }
  .sec__ttl--feature::after {
    background-image: url(../img/210719/feature-bg.png);
  }
  .sec__cont {
    width: 100%;
    margin-top: 24px;
  }
  .sec-img {
    display: block;
    width: 100%;
  }
  .sec__txt {
    margin-top: 12px;
    color: #000;
    font-size: 14px;
  }
  .sec__cont-link:hover img,
  .sec__cont-link:hover p {
    opacity: 0.8;
  }
}
/* ========================================================
*
*					teacher
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  .teacher {
    width: 100%;
    margin-top: 56px;
    background-color: #F7F8F8;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
  }
  .teacher__ttl {
    color: #0090E3;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
  }
  .teacher__ttl-sub {
    font-size: 18px;
    font-weight: normal;
  }
  .teacher__txt {
    margin: 8px 0 40px;
    font-size: 14px;
  }
  .teacher__cont-wrap {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 554px;
  }
  .teacher__cont-ttl {
    font-size: 18px;
    color: #515151;
    font-weight: bold;
    padding-bottom: 8px;
    position: relative;
  }
  .teacher__cont-ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: inline-block;
    background-color: #0090E3;
    border-radius: 20px;
    width: 100%;
    height: 6px;
  }
  .teacher__cont-box {
    min-width: 448px;
    display: flex;
    justify-content: space-around;
  }
  .teacher__cont {
    max-width: 214px;
  }
  .teacher__cont-img {
    display: block;
    width: 100%;
  }
  .teacher__cont-txt {
    margin-top: 8px;
    font-size: 14px;
  }
  .teacher__more {
    position: absolute;
    bottom: 25px;
    right: 40px;
    color: #0090E3;
    font-size: 16px;
  }
  .teacher__cont-link:hover img,
  .teacher__cont-link:hover p {
    opacity: 0.8;
  }
}
/* sp */
@media(max-width:740px){
  .teacher {
    width: 100%;
    margin-top: 48px;
    background-color: #F7F8F8;
    padding: 40px 15px;
    box-sizing: border-box;
    position: relative;
  }
  .teacher__ttl {
    color: #0090E3;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
  }
  .teacher__ttl-sub {
    font-size: 18px;
    font-weight: normal;
  }
  .teacher__txt {
    margin: 12px 0 32px;
    font-size: 14px;
  }
  .teacher__cont-wrap {
    margin-bottom: 32px;
  }
  .teacher__cont-ttl {
    display: inline-block;
    font-size: 18px;
    color: #515151;
    font-weight: bold;
    padding-bottom: 8px;
    position: relative;
  }
  .teacher__cont-ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: inline-block;
    background-color: #0090E3;
    border-radius: 20px;
    width: 100%;
    height: 6px;
  }
  .teacher__cont {
    margin-top: 24px;
    width: 100%;
  }
  .teacher__cont-img {
    display: block;
    width: 100%;
  }
  .teacher__cont-txt {
    margin-top: 12px;
    font-size: 14px;
  }
  .teacher__more {
    position: absolute;
    bottom: 25px;
    right: 15px;
    color: #0090E3;
    font-size: 16px;
  }
  .teacher__cont-link:hover img,
  .teacher__cont-link:hover p {
    opacity: 0.8;
  }
}
/* ========================================================
*
*					バナー
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  .banner {
    margin-top: 50px;
    width: 100%;
    flex-wrap: wrap;
  }
  .banner__bnr-link{
    width: 270px;
  }
  .banner__bnr-link:nth-child(n + 4) {
    margin-top: 12px;
  }
}
/* sp */
@media(max-width:740px){
  
}
/* ========================================================
*
*					sidebar
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  #sidebar {
    width: 331px;
  }
  #sidebar .side-ranking.block {
    padding: 0;
  }
  #sidebar .side-contents {
    background: #fff;
  }
  #sidebar .side-ranking .date {
    display: block;
    font-size: 75%;
    color: #666;
  }
  #sidebar .side-ranking .theme {
    font-size: 75%;
    border-radius: 3px;
    padding: 0 20px;
    width: 65px;
    box-sizing: border-box;
    background: #fff;
    color: #eb9944;
    border: 1px solid #eb9944;
    margin-top: 5px;
  }
  #sidebar .side-ranking .theme--parent {
    color: #eb7777;
    border: 1px solid #eb7777;
    width: 76px;
  }
  #sidebar .side-ranking .category {
    background: #a2a7ab;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    font-size: 75%;
    border-radius: 3px;
    max-width: 100px;
    margin-top: 5px;
  }
  #sidebar .side-ranking .title {
    margin-top: 5px;
  }
  #sidebar .side-ranking .img {
    width: 40%;

  }
  #sidebar .side-ranking .img img {
    display: block;
  }
}
/* sp */
@media(max-width:740px){
  #sidebar .cf {
    display: flex;
  }
  #sidebar div::after,#sidebar a::after {
    background-image: none !important;
  }
  #sidebar .side-ranking .date {
    display: block;
    font-size: 75%;
    color: #666;
  }
  #sidebar .side-ranking .theme {
    font-size: 75%;
    border-radius: 3px;
    padding: 0 20px;
    width: 65px;
    box-sizing: border-box;
    background: #fff;
    color: #eb9944;
    border: 1px solid #eb9944;
    margin-top: 5px;
  }
  #sidebar .side-ranking .theme--parent {
    color: #eb7777;
    border: 1px solid #eb7777;
    width: 76px;
  }
  #sidebar .side-ranking .category {
    background: #a2a7ab;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    font-size: 75%;
    border-radius: 3px;
    max-width: 100px;
    margin-top: 5px;
  }
  #sidebar .side-ranking .title {
    margin-top: 5px;
  }
  #sidebar .side-ranking .img {
    width: 80%;

  }
  #sidebar .side-ranking .img img {
    display: block;
  }
}