@media screen and (max-width: 767px) {
  .l-k-article--anchor .list-anchor.sp-col1 li {
    width: 100%; }
    .l-k-article--anchor .list-anchor.sp-col1 li a {
      padding-bottom: 0; }
      .l-k-article--anchor .list-anchor.sp-col1 li a img {
        left: auto;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }

/* .l-k-article--preconclution {
  border-top: 1px solid #EEEEEE; } */

.c-price__main {
  font-weight: bold; }
.c-price__value {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: bold; }
.c-price__tax {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  font-weight: normal; }

/* スマイルゼミが選ばれる理由 */
.cause {
  padding: 9.38vw 0;
  background: #f6f5f4;
}
.cause-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.cause-title i {
  display: block;
  position: relative;
  margin: 0 auto;
  border: none;
  max-width: 55vw;
  margin-bottom: 7.81vw;
  padding-top: 3.13vw;
  border-bottom: solid 0.63vw #333333;
}
.cause-title i:before, .cause-title i:after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -2.81vw;
  width: 4.25vw;
  height: 4.25vw;
  transform: rotate(135deg);
}
.cause-title i:before {
  bottom: -2.75vw;
  background: #333333;
}
.cause-title i:after {
  bottom: -2vw;
  background: #f6f5f4;
}
.cause-item {
  /* display: flex;
  justify-content: end;
  flex-direction: column; */
  margin: 0 auto;
  padding: 6.38vw 0;
  width: 93.75vw;
  background: #ffffff;
  border-radius: 2.81vw;
}
.cause-item + .cause-item {
  margin-top: 6.25vw;
}
.cause-item .cause-img {
  margin: 0 auto 1em;
}
.cause-item.core .cause-img {
  width: 64.38vw;
}
.cause-item.high1 .cause-img {
  margin: 0 auto;
  width: 80vw;
}
.cause-item-title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
.cause-text {
  padding: 0 2em;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .cause {
    padding: 60px 0;
  }
  .cause-title {
    font-size: 16px;
  }
  .cause-list {
    /* display: flex;
    justify-content: space-between; */
    margin: 0 auto;
    width: 1000px;
    /* flex-wrap: wrap; */
  }
  .cause-title i {
    max-width: 215px;
    margin-bottom: 50px;
    padding-top: 15px;
    border-bottom: solid 2px #333333;
  }
  .cause-title i:before, .cause-title i:after {
    width: 20px;
    height: 20px;
    margin-left: -15px;
  }
  .cause-title i:before {
    bottom: -12px;
  }
  .cause-title i:after {
    bottom: -9px;
  }
  .cause-item {
    /* margin: 0 0 20px 0; */
    padding: 10px 0 20px;
    width: 320px;
    height: 400px;
    border-radius: 10px;
  }
  .cause-item + .cause-item {
    margin-top: 0;
  }
  .cause-item.high1 .cause-img {
    margin: 0 auto 10px;
    width: 300px;
  }
}