.original_h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  border-left: 4px solid #F05046;
  padding-left: 1em;
}

.original_h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.original_h3 span {
  background: linear-gradient(transparent 80%, #F8DA28 80%);
}

.fukidashi figure {
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 2rem;
}
.fukidashi figure .fukidashi-left img.human {
  border-radius: 50%;
}
.fukidashi figure .fukidashi-left span {
  display: block;
  text-align: center;
}
.fukidashi figure .fukidashi-right {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .fukidashi figure {
    grid-template-columns: 120px 1fr;
    gap: 1rem;
  }
}
.waku {
  border: 4px solid #ddd;
  background-color: white;
  position: relative;
  box-sizing: border-box;
  padding: 3rem;
  margin-top: 60px;
  margin-bottom: 60px;
}
.waku .fusen {
  height: 40px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 40px;
  background-color: #ddd;
  position: absolute;
  top: -40px;
  left: -4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .waku {
    padding: 1rem;
  }
}
.original_table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.original_table .table_caption {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.original_table .tablepress {
  border-spacing: 4px;
  border-collapse: separate;
  table-layout: fixed;
}
.original_table .tablepress thead th {
  text-align: center;
  background-color: #F05046;
  color: white;
  font-weight: normal;
  padding: 1rem;
  vertical-align: middle;
}
.original_table .tablepress td {
  vertical-align: middle;
  padding: 1rem;
  text-align: center;
  background-color: #ddd;
}/*# sourceMappingURL=style.css.map */