.c-article{
  overflow: hidden;
}
.c-heading-slash{
  font-weight: 500;
}
.comptablet2{
  font-weight: 400;
}
.comptablet2 h2,
.comptablet2 h3,
.comptablet2 h4,
.comptablet2 h5,
.comptablet2 h6{
  line-height: 1.6;
}
.comptablet2 h3{
  font-size: 28px;
}
.comptablet2 h4{
  font-size: 26px;
}
.comptablet2 h5{
  font-size: 24px;
}
.comptablet2 h6{
  font-size: 24px;
}
@media (max-width:767px){
  .comptablet2 h3{
    font-size: 22px;
  }
  .comptablet2 h4{
    font-size: 22px;
  }
  .comptablet2 h5{
    font-size: 18px;
  }
  .comptablet2 h6{
    font-size: 18px;
  }
}
.comptablet2_container{
  max-width: 500px;
  margin: 0 auto;
}
.conptablet2_arrow{
  position: relative;
}
.conptablet2_arrow::after{
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
}
.conptablet2_arrow--white::after{
  background-color: #fff;
}
.conptablet2_arrow--red::after{
  background-color: #FEF2F3;
}
.conptablet2_arrow--mb{
  margin-bottom: 60px;
}

.comptablet2_intro-title{
  background: #E8FAFC;
  text-align: center;
  padding: 1.5em 20px 0;
}
.comptablet2_intro-title::after{
  background-color: #E8FAFC;
}

.comptablet2_anchor{
  background: #FFFFA7;
  padding: 100px 40px 30px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
}
.comptablet2_anchor::after{
  background-color: #FFFFA7;
}
@media (max-width:767px){
  .comptablet2_anchor{
    padding-right: 20px;
    padding-left: 20px;
  }
}
.comptablet2_anchor-title{
  color: #75603B;
  font-weight: 600;
}
.comptablet2_anchor-list{
  counter-reset: point-list;
  font-size: 18px;
}
ol.comptablet2_anchor-list li{
  counter-increment: point-list;
}
.comptablet2_anchor-list li+li{
  margin-top: 10px;
}
.comptablet2_anchor-list li a{
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #75603B;
  color: #75603B;
  padding: 0 20px 0 0;
  min-height: 5em;
}
ol.comptablet2_anchor-list li a::before{
  content: counter(point-list);
  background: #75603B;
  color: #fff;
  padding: 0 20px;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.comptablet2_anchor-list li a span{
  padding: 0 20px;
  text-align: center;
  flex: 1;
}

.comptablet2_point{
  background: #B8E9FF;
  padding-right: 20px;
  padding-left: 20px;
  counter-reset: point;
}
.comptablet2_point-head{
  text-align: center;
  font-weight: 600;
}
.comptablet2_point-head .icon{
  max-width: 150px;
  width: 60%;
  margin: 0 auto;
}
.comptablet2_point-cont{
  background: #fff;
  counter-increment: point;
}
.comptablet2_point-cont_head{
  background: #169CE2;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
}
.comptablet2_point-cont_head::before{
  content: counter(point);
  display: block;
  font-size: 1.2em;
}
.comptablet2_point-cont_title{
  text-align: center;
  color: #169CE2;
  font-weight: 500;
}
.comptablet2_point--pd{
  padding: 20px;
}
.comptablet2_point-diff{
  background: #D95246;
  margin: 40px -40px;
}
.comptablet2_point-blowing{
  border: 2px solid #6B9DD1;
  border-radius: 5px;
}
.comptablet2_point-blowing .heading{
  background: #6B9DD1;
  color: #fff;
  position: relative;
  padding: 20px;
}
.comptablet2_point-blowing .heading::before{
  content: "";
  display: block;
  border-bottom: 70px solid #6B9DD1;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: 100%;
  right: 40px;
}
.comptablet2_point-after{
  background: #FEF2F3;
  padding: 0 20px;
}


.comptablet2 .img_tanoshimu{
  margin-right: -60px;
  margin-left: -60px;
}


.comptablet2 .color-blue,
.comptablet2 .color-blue *{
  color: #169CE2;
}
.comptablet2 .color-red,
.comptablet2 .color-red *{
  color: #D95246;
}


table.comparison {
  max-width: 600px;
  margin: 30px auto 30px;
  position: relative;
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #707070;
  font-weight: 400;
}

table.comparison thead {
  position: sticky;
  top: 0;
  font-size: .8em;
  z-index: 10;
}

table.comparison thead th {
  text-align: center;
}
table.comparison thead th:last-child{
  border: 4px solid #169CE2;
}

table.comparison thead th div {
  white-space: nowrap;
  padding: .25em .75em;
}

table.comparison thead th div.is-other {
  background: #F7F7F7;
}

table.comparison thead th div.is-sz {
  color: #fff;
  background: #169CE2;
}

@media screen and (max-width: 767px) {
  table.comparison thead th div{
    text-align: left;
  }
  table.comparison tbody {
    font-size: 12px;
  }
}

table.comparison tbody th,
table.comparison tbody td {
  padding: 20px 10px;
  vertical-align: middle;
}

table.comparison tbody th {
  white-space: nowrap;
  text-align: center;
  border: 4px solid #F7F7F7;
}

table.comparison tbody th.is-1::before {
  content: "教材";
  display: block;
  color: #fff;
  padding: .25em 0;
  margin-bottom: 10px;
  background: #65D4A0;
}

table.comparison tbody th.is-2::before {
  content: "学び方";
  display: block;
  color: #fff;
  padding: .25em 0;
  margin-bottom: 10px;
  background: #F5993A;
}

table.comparison tbody td {
  background: #F7F7F7;
  border-top: 4px solid #fff;
}
table.comparison tbody tr td:nth-last-child(1),
table.comparison tbody tr td:nth-last-child(2) {
  border-top: 4px solid #169CE2;
  border-bottom: 4px solid #169CE2;
}
table.comparison tbody tr td:nth-last-child(1){
  border-right: 4px solid #169CE2;
}
table.comparison tbody tr td:nth-last-child(2){
  border-left: 4px solid #169CE2;
}

@media screen and (min-width: 768px) {
  table.comparison tbody td {
    font-size: .8em;
  }
}

table.comparison tbody td:not([class]) {
  padding-left: 0;
}

table.comparison tbody td.icon {
  white-space: nowrap;
  width: 50px;
  text-align: center;
}

table.comparison tbody th+td.icon {
  /* border-right: 4px solid #fff; */
  /* border-left: 4px solid #fff; */
}

table.comparison tbody td.icon img {
  max-width: none;
  width: 20px;
}

table.comparison tbody td a {
  display: block;
  text-align: right;
  font-size: .8em;
}

.c-button-other--comp a{
  background: #FF7007;
  color: #fff;
  padding: 10px 40px;
  font-size: 22px;
  max-width: 400px;
  width: 100%;
  display: inline-block;
  border-radius: 3em;
}
.c-button-other--comp a:hover{
  background: #fff;
  color: #FF7007;
}
@media (max-width:767px){
  .c-button-other--comp a{
    padding: 10px 25px;
    font-size: 22px;
  }
}

.prototype-banner.is-pd-s {
  margin-bottom: 40px;
}
@media (max-width: 499px) {
  .prototype-banner.req_info {
    margin-left: -40px;
  }
  .prototype-banner.req_info_kaihi {
    margin-left: -20px;
  }
}