@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #222 0px, #222 2px, transparent 2px, transparent 5px,#222 5px, #222 7px) left bottom / 100% 7px no-repeat;
  color: #222;
}

/*
------------------------------------------------------------------------------------*/
.spc2_txt {
  --fs: 1.8rem;
  --fh: 3rem;
  font-size: var(--fs);
  text-align: center;
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding-top: 24px;
}