@media (max-width: 699px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 699px) {
  .sp {
    display: block !important;
  }
}

.att-sup {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 699px) {
  .att-sup {
    padding: 40px 10px 50px;
  }
}
.att-sup__ttl {
  font-size: 26px;
  color: #0068b7;
  border-bottom: 2px solid #0068b7;
  padding-bottom: 0.5em;
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 699px) {
  .att-sup__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.att-sup__lead {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 80px;
}
@media (max-width: 699px) {
  .att-sup__lead {
    text-align: left;
  }
}
.att-sup__note {
  font-size: 14px;
  margin: 10px auto 25px;
}
@media (max-width: 699px) {
  .att-sup__note {
    font-size: 11px;
  }
}
.att-sup__com {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 699px) {
  .att-sup__com {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}

.att-sup-flow__ttl {
  color: #0068b7;
  font-size: 22px;
  border-bottom: 4px dotted #0068b7;
  display: inline;
  padding-bottom: 0.3em;
  font-weight: 700;
}
@media (max-width: 699px) {
  .att-sup-flow__ttl {
    font-size: 18px;
  }
}
.att-sup-flow__img {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 699px) {
  .att-sup-flow__img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.att-sup-flow__img img {
  width: 100%;
  max-width: 884px;
}

.att-sup-inner {
  width: 100%;
  max-width: 755px;
  margin: 30px auto;
}

.att-sup-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 699px) {
  .att-sup-step {
    margin-top: 53px;
  }
}
.att-sup-step:first-child {
  margin-top: 0;
}
.att-sup-step__num {
  font-size: 79px;
  color: #0068b7;
  line-height: 1;
  width: 5%;
}
@media (max-width: 699px) {
  .att-sup-step__num {
    font-size: 55px;
    width: 14%;
    margin-top: -0.03em;
  }
}
.att-sup-step__detail {
  width: 91.2%;
  position: relative;
  margin: 0;
}
.att-sup-step__detail:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #d9e3f6 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -60px;
}
@media (max-width: 699px) {
  .att-sup-step__detail:after {
    border-width: 30px 35px 0 35px;
    bottom: -35px;
  }
}
.att-sup-step__detail.step05:after {
  display: none;
}
@media (max-width: 699px) {
  .att-sup-step__detail {
    width: 85%;
  }
}
.att-sup-step__btn {
  width: 100%;
  display: block;
  padding: 15px 0;
  font-size: 27px;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 699px) {
  .att-sup-step__btn {
    font-size: 18px;
    padding: 13px 0 12px;
    margin-bottom: 15px;
  }
}
.att-sup-step__btn-ro {
  border: 2px solid #0068b7;
  color: #0068b7;
  border-radius: 50px;
  margin-bottom: 20px;
}
.att-sup-step__inq {
  border-radius: 5px;
  background: #0068b7;
  color: #fff;
  position: relative;
}
@media (max-width: 699px) {
  .att-sup-step__inq {
    padding: 13px 0 12px;
  }
}
.att-sup-step__inq:hover, .att-sup-step__inq:active, .att-sup-step__inq:visited {
  text-decoration: none;
  color: #fff;
}
.att-sup-step__inq:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
}
@media (max-width: 699px) {
  .att-sup-step__inq:after {
    width: 8px;
    height: 8px;
    right: 6%;
  }
}
.att-sup-step__txt {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 699px) {
  .att-sup-step__txt {
    text-align: left;
    font-size: 15px;
    padding-bottom: 15px;
  }
}
.att-sup-step .btn-mo {
  background: #d9e3f6;
}

.att-sup-try {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 4px dotted #0068b7;
}
@media (max-width: 699px) {
  .att-sup-try {
    margin-top: 100px;
    padding-top: 40px;
  }
}
.att-sup-try__ttl {
  font-size: 24px;
  position: relative;
  color: #0068b7;
  padding-left: 90px;
  display: inline;
  font-weight: 700;
}
@media (max-width: 699px) {
  .att-sup-try__ttl {
    font-size: 19px;
    padding-left: 65px;
  }
}
.att-sup-try__ttl:before {
  content: "";
  width: 90px;
  height: 68px;
  background: url("/_var/hospital-attento/monitoring/att-sup02.svg") no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: -30px;
}
@media (max-width: 699px) {
  .att-sup-try__ttl:before {
    width: 76px;
    height: 58px;
  }
}
.att-sup-try__img {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 699px) {
  .att-sup-try__img {
    margin-top: 30px;
  }
}
.att-sup-try__img img {
  width: 100%;
}
.att-sup-try__inqblock {
  width: 90%;
  margin: 0 auto;
}
.att-sup-try .att-sup__com {
  margin-bottom: 30px;
}
