@charset "utf-8";

/* =============================================
  style
============================================= */
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;
}
.content-main-img img{
  margin: 0;
}
.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;
}