
@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #706257 0px, #706257 2px, transparent 2px, transparent 5px,#706257 5px, #706257 7px) left bottom / 100% 7px no-repeat;
  color: #706257;
}


/*
------------------------------------------------------------------------------------*/
.spc45_wrap { background: #e4c5c9; }

.spc45_inPage_links {
  width: 684px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.spc45_inPage_links a {
  width: 317px;
  display: block;
  margin: 0;
}

.spc45_txt {
  --fs: 2.6rem;
  --fh: 3.8rem;
  color: #706257;
  font-size: var(--fs);
  text-align: center;
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding: 8px 0 32px;
}