.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: 325px;
  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;
}
}
