#contents .sbiTitle {
  padding-bottom: 50px;
}
#contents p {
  margin-bottom: 1em;
}
#contents .matters {
  background-color: #fff;
  color: #333333;
  font-size: 1.8rem;
  margin: 0 auto 30px;
  padding: 1.8em;
  text-align: left;
  width: calc(860/956*100%);
}
#contents .matters.form {
  border: 2px solid #c30068;
  border-radius: 20px;
  text-align: center;
  padding: 1.8em 1.8em 1em;
}
#contents .matters.form a {
  color: #00a4f1;
}
#contents .matters.form a:hover {
  text-decoration: none;
}
#contents .matters.form a:visited {
  color: #00a4f1;
}
#contents .matters .hdg_ttl02 {
  font-size: 2rem;
}
#contents .matters .hdg_ttl02:first-child {
  margin-top: 0;
}
#contents .matters .hdg_ttl03 {
  color: #333333;
  margin-bottom: .6em;
  padding-left: 1em;
  text-indent: -1em;
}
#contents .matters .hdg_ttl03::before {
  display: inline-block;
  content: "";
  width: .9em;
  height: .9em;
  margin-right: .1em;
  left: 0;
  background: #333333;
  border-radius: 100%;
}
#contents .matters *:last-child {
  margin-bottom: 0;
}
#contents .matters .i_pdf {
  display: inline-block;
  margin-left: 10px;
  background: url('../images/common/icon_pdf.png') no-repeat left top;
  background-size: contain;
  padding-left: 25px;
}
#contents .matters #check {
  margin: 30px 0 30px;
}
#contents .matters label {
  margin: 0 10px 30px;
  font-weight: 600;
}
#contents .matters #att {
  color: #e03835;
}
#stepFooter .query {
  color: #333333;
  font-size: 2.4rem;
  margin-bottom: 1.5em;
  text-align: center;
}
#stepFooter .navLinks {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 78.3%;
}
#stepFooter .navLinks li {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  width: 47.2541507%;
}
#stepFooter .navLinks li > * {
  background-color: transparent;
  font: inherit;
  align-items: center;
  border: 2px solid #9a9a9a;
  color: #666;
  display: flex;
  flex-direction: column;
  font-size: 100%;
  height: 9rem;
  position: relative;
  justify-content: center;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  width: 100%;
}
#stepFooter .navLinks li > * span {
  font-size: 1.4rem;
  margin-top: .3em;
}
#stepFooter .navLinks li > * span br {
  display: none;
}
#stepFooter .navLinks li.next > * {
  background-color: #c30068;
  border-width: 0;
  color: #fff;
  position: relative;
}
#stepFooter .navLinks li.next > *::before {
  border: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  height: calc(100% - 16px);
  left: 7px;
  position: absolute;
  top: 7px;
  width: calc(100% - 16px);
}
#stepFooter .navLinks li.next > *::after {
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  color: #c30068;
  content: ">";
  display: flex;
  font-size: 2rem;
  font-weight: normal;
  justify-content: center;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}
#stepFooter .navLinks li.next > *[id="yes"][disabled] {
  background-color: #ccc;
  cursor: default;
}
#stepFooter .navLinks li.next > *[id="yes"][disabled]::after {
  color: #ccc;
}
#stepFooter .navLinks li.back {
  margin: 0 auto;
}
#stepFooter .navLinks li.back > * {
  background-color: #c30068;
  border-width: 0;
  color: #fff;
  position: relative;
  padding-left: 36px;
}
#stepFooter .navLinks li.back > *::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  right: 7px;
  top: 7px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#stepFooter .navLinks li.back > *::after {
  position: absolute;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  color: #c30068;
  content: "<";
  display: flex;
  font-size: 2rem;
  font-weight: normal;
  justify-content: center;
  height: 36px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}
#stepFooter .navLinks li .layer {
  position: absolute;
  width: 370px;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 100;
  background: transparent;
}
#stepFooter .navLinks li .layer:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents .sbiTitle {
    padding: 0;
  }
  #contents .matters {
    font-size: 1.4rem;
    padding: 20px;
  }
  #contents .matters .hdg_ttl02 {
    font-size: 1.6rem;
  }
  #contents .matters:last-of-type {
    padding: 20px 20px  0;
    margin-bottom: 0;
  }
  #contents .matters .i_pdf {
    margin-left: 0;
    margin-bottom: 20px;
  }
  #contents .matters .i_pdf:last-of-child {
    margin: 0;
  }
  #contents .matters #att {
    margin-bottom: 1.8rem;
  }
  #contents #stepContents .inner p br {
    display: none;
  }
  #stepFooter .navLinks {
    flex-direction: column;
    min-width: 300px;
  }
  #stepFooter .navLinks li {
    order: 2;
    font-size: 1.8rem;
    width: auto;
  }
  #stepFooter .navLinks li > a {
    height: auto;
    padding: 20px 0;
  }
  #stepFooter .navLinks li > a span br {
    display: inline;
  }
  #stepFooter .navLinks li + li {
    order: 1;
    margin-bottom: 20px;
  }
  #stepFooter .navLinks li .layer {
    width: 100%;
    height: 67px;
  }
  #stepFooter .navLinks li .layer:before {
    display: none;
  }
}
@media screen and (max-width: 418px) {
  #stepContents div div:nth-child(4) label {
    margin: 0 2px;
    font-weight: 600;
    letter-spacing: -1px;
  }
}
