.p-consultation__ttl {
  font-size: 36px;
  color: #0085ce;
  font-weight: bold;
  line-height: 1.388;
  margin-bottom: 10px;
}
.p-consultation__txt {
  font-size: 19.2px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.p-consultation__txt.u-mt30 {
  margin-top: 30px;
}
.p-consultation__btn {
  font-size: 16px;
  position: relative;
  display: block;
  border: 1px solid #004ba1;
  border-radius: 6rem;
  color: #004ba1;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  max-width: 570px;
  width: 100%;
  margin: 50px auto;
  line-height: 1.5;
}
.p-consultation__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #004ba1;
  border-right: 1px solid #004ba1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-consultation__btn:hover {
  opacity: 0.7;
}
.p-consultation__required {
  background: #e04545;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  width: 66px;
  padding: 0.25rem 0.5rem;
}
.p-consultation__warning {
  font-size: 19.2px;
  color: #cb5237;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 15px;
}
.p-consultation .u-pcDb {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-consultation .u-pcDb {
    display: none;
  }
}
.p-consultation .u-spDb {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-consultation .u-spDb {
    display: block;
  }
}