.l-seminar__box {
  margin-bottom: 50px;
}
.c-seminar__head {
  font-size: 24px;
  font-family: "Noto Serif JP";
  border-bottom: 1px solid #707070;
  display: block;
  width: 320px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.c-seminar__list {
  margin-bottom: 10px;
  display: flex;
  line-height: 40px;
  font-size: 18px;
}

.c-seminar__list:last-child {
  margin-bottom: 0px;
}

.c-seminar__num {
  display: block;
  width: 40px;
  line-height: 40px;
  color: #134589;
  border-radius: 40px;
  background: linear-gradient(145deg, #c3dbf0 0%, #27c8d3 100%);
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-right: 0.75em;
}

.c-seminar__policy {
  text-align: right;
  margin-top: 30px;
}

.p-seminar__speaker {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.p-seminar__speaker__profile {
  width: 68%;
}

.p-seminar__speaker__name {
  font-size: 20px;
  font-family: "Noto Serif JP";
  margin-bottom: 10px;
}

.p-seminar__speaker__name span {
  font-size: 16px;
  margin-left: 1em;
}

.p-seminar__speaker__img {
  width: 160px;
}

/*241106_SXセミナー用*/
.p-sx-seminar__speaker {
  align-items: end;
  gap: 10px;
}
.p-sx-seminar__speaker p img {
  min-width: 160px;
  heifht: auto;
}
.p-seminar__speaker__career {
  background-color: #f1f1f1;
  padding: 15px 15px 15px 20px;
  margin-top: 10px;
}
.p-seminar__speaker__career dl {
  margin-bottom: 5px;
}

.c-sx-seminar__list {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 18px;
}
.c-sx-seminar__list:last-child {
  margin-bottom: 0px;
}
.c-sx-seminar__num {
  position: absolute;
  left: -0em;
}
.br_sp {
  display: none;
}
.c-seminar__subttl {
  font-size: 13px;
  color: #a1a1a1;
}
@media screen and (max-width: 768px) {
  .p-sx-seminar__speaker {
    flex-direction: column-reverse;
    gap: 10px;
    align-items: center;
  }
}
@media screen and (max-width: 430px) {
  .c-sx-seminar__list {
    line-height: initial;
  }
  .br_sp {
    display: block;
  }
}
/*20251126藤川追加*/
.c-seminar_caption{
  padding: 16px;
  border-radius: 8px;
  border: 1px dashed #777;
  position: relative;
}
.c-seminar_caption_ttl{
  background: #fff;
  position: absolute;
  top: -11px;
  width: fit-content;
  padding: 0 10px;
  left: 5px;
  font-size: smaller;
  color: #777;
  font-weight: bold;
}
.news_grid_4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.news_grid_itm{
  border-radius: 8px;
  padding: 12px;
  background: linear-gradient(270deg, #bbecf2 0%, #e9f7f9 100%);
}
.news_grid_ttl{
  font-weight: bold;
  font-size: 18px;
  color: #25528b;
}
.news_grid_ttl span{
  font-size: 14px;
  display: block;
}
.textfair_btn::before{
  display: none;
}
.g_link {
  display: block;
  width: fit-content;
  color: #25528b;
  text-decoration: none;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.2s;
}

.g_link:hover {
  background-size: 100% 1px;
}
.news_list{
  border: 4px solid #eee;
  border-radius: 8px;
  padding: 16px 24px;
}
.news_list_itm{
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.news_list_itm:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news_list_ttl{
  font-size: 18px;
  font-weight: bold;
  color: #25528b;
  display: flex;
  align-items: center;
  gap: 8px;
}
.news_list_ttl span{
  color: #fff;
  background: #25528b;
  font-size: 16px;
  border-radius: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.news_list_link{
  color: #333;
  text-decoration: none;
  display: block;
  transition: 0.2s;
}
.news_list_link::before{
  content: "■";
  color: #25528b;
  margin-right: 4px;
}
.news_list_link:hover{
  background-color: #ccd5ef;
}