/* CSS Document */
.column-summary > div ul li:has(a) {
  background: transparent;
  padding: 0;
}
.column-summary > div ul li a {
  background: var(--pink);
  display: block;
  color: #FFF;
  text-decoration: none;
  border-radius: 0.3rem;
  font-size: 1rem;
  padding: 0.5rem 2rem 0.65em 2rem;
}
.column-contents a {
  color: var(--red);
  text-decoration: underline;
  font-weight: bold;
}
.column-contents a:hover {
  text-decoration: none;
}
.column-contents h4 {
  padding: 1rem 2.5rem 1rem 2.5rem;
  color: var(--red);
  font-size: 1.6rem;
}
.column-contents h4:not(:first-child) {
  margin-top: 2rem;
}
.column-contents .wp-block-buttons:not(:first-child) {
  margin-top: 2rem;
}
.column-contents .wp-block-buttons:not(:last-child) {
  margin-bottom: 2rem;
}
.column-contents .wp-element-button {
  background: var(--red);
  color: #FFF;
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 1.8rem 2rem;
  margin: 0 auto;
  border-radius: 30px;
  font-weight: 500;
  position: relative;
  box-shadow: 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .column-contents h4 {
    padding-left: 0;
    padding-right: 0;
  }
}
