@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #222 0px, #222 1px, transparent 1px, transparent 4px,#222 4px, #222 5px) left bottom / 100% 5px no-repeat;
  color: #222;
}

/*
------------------------------------------------------------------------------------*/
.spc11_txt {
  --fs: 1.4rem;
  --fh: 2.2rem;
  font-size: var(--fs);
  text-align: center;
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding: 20px 16px 0;
}