/*----------
	education/workshop/
----------*/

.anchor-wrap {
  padding: 50px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.anchor-title {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-button-anchor:not(.c-button-anchor--4up) {
  flex: 1;
  gap: 15px;
}
.c-button-anchor:not(.c-button-anchor--4up) > li:nth-child(n + 4) {
  border: 1px solid var(--color-border);
}
.c-button-anchor > li > a {
  justify-content: center;
}
.c-button-anchor > li > a > span {
  text-align: center;
  padding: 8px 20px 8px 5px;
  font-size: 1.5rem;
}
.c-button-anchor > li > a::after {
  width: 10px;
  height: 10px;
  right: 10px;
  font-size: 16px;
}
.c-heading-quat h3 span {
  font-weight: 400;
  font-size: 1.6rem;
  margin: 10px 0 0;
  display: block;
}
.c-table table {
  min-width: 1100px;
}
.c-table th {
  background: none;
}
.c-table thead th {
  background-color: #f2f2f2;
}
.c-table td.min-td {
  padding: 5px 20px;
}
.c-table tbody .bg-gray {
  background: #fafafa;
}
/* 準備中 */
.c-imageset__image {
  height: 366px;
  background: #999;
}
@media (min-width: 768px) {
  .anchor-wrap {
    display: flex;
    gap: 8%;
  }
  .anchor-title {
    margin-bottom: 0;
  }
  .c-button-anchor > li > a > span {
    padding: 8px 40px 8px 20px;
    font-size: 1.8rem;
  }
  .c-button-anchor > li > a::after {
    width: 20px;
    height: 20px;
    right: 20px;
    font-size: 20px;
  }
}

@media (max-width: 374px) {
  .c-button-anchor > li > a > span {
    padding: 8px 16px 8px 2px;
    font-size: 1.3rem;
  }
  .c-button-anchor > li > a::after {
    right: 8px;
    font-size: 14px;
  }
}
