.c-soufukusyu-ttl {
  display: -ms-grid;
  display: grid;
  margin-bottom: 1em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-soufukusyu-ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .c-soufukusyu-ttl {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .c-soufukusyu-ttl {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-soufukusyu-ttl {
    gap: 13px;
  }
}
.c-soufukusyu-ttl:before {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 134/9;
  background: url("/shogaku/grade/local/images/2025summer/soufukusyu-ttl-icon.png") no-repeat top center;
  background-size: 100%;
}
.c-soufukusyu-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-soufukusyu-summary {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-soufukusyu-summary {
    gap: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-soufukusyu-summary {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-soufukusyu-summary {
    margin-bottom: 20px;
  }
}
.c-soufukusyu-summary__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F56D23;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-soufukusyu-summary__icon {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .c-soufukusyu-summary__icon {
    width: 106px;
  }
}
@media screen and (max-width: 767px) {
  .c-soufukusyu-summary__icon {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-soufukusyu-summary__icon {
    font-size: 18px;
  }
}
.c-soufukusyu-summary__txt {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media screen and (max-width: 767px) {
  .c-soufukusyu-summary__txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-soufukusyu-summary__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-soufukusyu-img {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-soufukusyu-img {
    margin-bottom: 53px;
  }
}
.c-soufukusyu .c-button-other a {
  color: #1B4E9D;
  border-color: #1B4E9D;
}
.c-soufukusyu .c-button-other a:hover {
  color: #fff;
  background: #1B4E9D;
}