@charset "UTF-8";


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

/*
------------------------------------------------------------------------------------*/
.spc45_wrap { background: #e4c5c9; }

.spc45_inPage_links {
  width: 76.3%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

.spc45_inPage_links a {
  width: 46.5%;
  display: block;
  margin: 0;
}

.spc45_link_btn {
  width: 56.8%;
  display: block;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

#month,
#day {
  scroll-margin-top: 56px;
}

.spc45_txt {
  --fs: 1.4rem;
  --fh: 2.2rem;
  color: #706257;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding: 8px 16px 20px;
}