/* ヘッダー部分 */
.procedure__header {
  margin-bottom: 30px;
  width: 90%;
  margin: auto;
}

.procedure__heading {
  color: #373737;
  font-family: "Zen Kaku Gothic New";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 54.4px */
  position: relative;
  padding-left: 26px;
  margin-bottom: 13px;
  letter-spacing: .05em;
}

.procedure__heading::before {
  content: "";
  display: block;
  background-image: url(../images/ttl_shikaku.png);
  position: absolute;
  background-size: 100% 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.procedure__description {
  color: #373737;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}

.procedure__note {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}

.procedure__staff {
  text-align: right;
  margin: -80px 0 0;
}

.procedure__staff img {
  width: 100px;
  height: auto;
}
