.manabi_detail_head {
  display: grid;
  grid-template-columns: 37.6rem 1fr;
  gap: 3rem;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .manabi_detail_head {
    display: block;
    margin-bottom: 4rem;
  }
}
.manabi_detail_head .thumbnail {
  padding: 0.7rem 1.4rem;
  min-height: 15.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: solid 1px #a2a4a7;
}

.manabi_detail_head_title {
  font-size: 2.4rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .manabi_detail_head_title {
    font-size: 2rem;
    margin-top: 2rem;
  }
}

.table_manabi {
  border-collapse: collapse;
  width: 100%;
}
.table_manabi th {
  border-bottom: #ebebeb 1px solid;
  text-align: left;
  padding: 2rem 3rem;
  padding-right: 0;
  width: 12.7rem;
  background-color: #dedede;
}
.table_manabi td {
  border-bottom: #ebebeb 1px solid;
  padding: 2rem 4rem;
  background-color: #fff;
  line-height: 3.5rem;
}
.table_manabi td p {
  line-height: 3.5rem;
}
.table_manabi td h2,
.table_manabi td h3,
.table_manabi td h4 {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .table_manabi tr {
    display: block;
  }
  .table_manabi th {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
  }
  .table_manabi td {
    padding: 1.5rem;
    display: block;
    width: 100%;
  }
}

.manabi_buttons {
  margin: 8rem auto 10rem;
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.cta {
  display: none !important;
}

.footer {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 8rem;
  }
}
