@charset "utf-8";

/* =============================================
  style
============================================= */
.content-info__ttl{
  margin: 50px 0 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}
.content-info__ttl span{
  position: relative;
  display: inline-block;
}
.content-info__ttl span::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  width: 20px;
  height: 1px;
  margin: auto 0;
  content: ' ';
  border-top: 1px solid #333;
}
.content-info__ttl span::after{
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin: auto 0;
  content: ' ';
  border-top: 1px solid #333;
}
.content-info__ttl:first-child{
  margin-top: 0;
}
p.external-event__lead{
   margin: 30px 0;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--nikken-red);
  text-align: center;
}
p.external-event__lead span{
  display: inline-block;
  margin: 0 0 10px;
  font-size: 1.6rem;
}
.table-dl div:not(:first-child){
  margin: 30px 0 0;
}
.table-dl dt{
  display: inline-block;
  width: 8em;
  padding: 5px 20px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: var(--font-dark);
  border-radius: 5px;
}
.table-dl dd{
  font-size: 1.4rem;
  line-height: 1.5;
} 
.table-dl .name{
  display: block;
  margin: 40px 0 2px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--font-dark);
}
.table-dl .name:first-child{
  margin-top: 10px;
}
.stus-table li{
  font-size: 1.5rem;
}
.indent3{
  padding-left: 2em;
  margin-left: 0.5em;
  text-indent: -2em;
}