.contsTtl .blueH {
  background: #1d50a2;
}

.contsTtl .brownH {
  background: #49200c;
}

.redBtn {
  background-color: #de0515;
  -webkit-box-shadow: 0px -5px 0px 0px #ab030f inset;
  box-shadow: 0px -5px 0px 0px #ab030f inset;
}

.blueBtn {
  background-color: #2a4eb5;
  -webkit-box-shadow: 0px -5px 0px 0px #31318e inset;
  box-shadow: 0px -5px 0px 0px #31318e inset;
}

a.txtLink {
  text-decoration: underline;
  color: #0000ff;
  display: inline;
}

.floatSpBnr {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 2;
  box-sizing: border-box;
}

.floatSpLink {
  display: block;
}

.floatSpBnr img {
  width: 100%;
}

.floatPcBnr {
  height: 300px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 2;
}

a.floatPcLink {
  display: block;
}

@media only screen and (max-width: 640px) {
  .floatSpBnr, a.floatSpLink {
    display: block;
  }
  .floatPcBnr, a.floatPcLink {
    display: none;
  }
  .flbnpb {
    padding-bottom: 20% !important;
  }
}
.contsTxt.entryAccordion {
  display: flex;
  justify-content: center;
}
.contsTxt.entryAccordion .entryAccordionLink {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .contsTxt.entryAccordion .entryAccordionLink {
    font-size: 16px;
  }
}
.contsTxt.entryAccordion .entryAccordionLink span {
  color: #0000ff;
}
