@charset "UTF-8";
.redBtn {
  background-color: #e70011;
  -webkit-box-shadow: 0px -5px 0px 0px #9c000a inset;
  box-shadow: 0px -5px 0px 0px #9c000a inset;
}

.orangeBtn {
  background-color: #f99e00;
  -webkit-box-shadow: 0px -5px 0px 0px #ca7f00 inset;
  box-shadow: 0px -5px 0px 0px #ca7f00 inset;
}

.contsTtl .blackH {
  background: #1a1110;
}

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

a.txtLink01,
a.txtLink02 {
  text-decoration: underline;
  color: #0000ff;
  display: inline;
  text-underline-offset: 0.5rem;
  font-size: 2.6rem;
}

a.txtLink01 {
  color: #333333;
}

.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;
}

/* 注釈文言エリア */
.info_wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 2.166%;
  border-top: 0;
}

.info_mt {
  padding: 1em;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background: #fffbbf;
}

.info_wrap .info_inner {
  line-height: 1.4;
  font-size: 1.8rem; /* 18px */
}

.redText {
  color: #bd0c2c;
}

@media only screen and (max-width: 640px) {
  .info_wrap {
    padding: 4.166%;
  }
  .info_wrap .info_inner {
    font-size: 1.4rem;
  }
  .floatSpBnr, a.floatSpLink {
    display: block;
  }
  .floatPcBnr, a.floatPcLink {
    display: none;
  }
  .flbnpb {
    padding-bottom: 20% !important;
  }
}
.txtIndent {
  text-indent: -1em;
  padding-left: 1em;
}
