/* 記念誌制作の流れセクション */
.step-section {
  background: #f7f7ef;

}

.step-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 0 8px;
}


.step-section-title {
  font-size: 2em;
  font-weight: bold;
  color: #222;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.step-title {
  font-size: 1.05em;
  font-weight: bold;
  font-family: '游ゴシック体', 'Yu Gothic', sans-serif;
  margin-left: 2px;
  z-index: 1;
  word-break: break-word;
  line-height: 1.25;
}




.step-title .step-title-em {
  border-bottom: 5px solid #00A0E9;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 1em;
  font-weight: bold;
}



.step-subtitle {
  font-size: 1.08em;
  color: #444;
  text-align: center;
  margin-bottom: 38px;
  letter-spacing: 0.01em;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.step-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.step-row {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}




.step-label-outline {
  position: relative;
  background: #fff;
  border: 2px solid #111;
  border-radius: 22px;
  padding: 0.18em 0.9em 0.18em 1em;
  margin-right: 8px;
  box-shadow: 1.5px 2px 0 #eee;
  font-size: 1em;
  font-family: Arial, sans-serif;
  font-weight: bold;
  z-index: 1;
  display: flex;
  align-items: center;
  background-clip: padding-box;
}






.step-label-text {
  font-size: 1em;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.01em;
}


.step-title {
  font-size: 1.05em;
  font-weight: bold;
  font-family: '游ゴシック体', 'Yu Gothic', sans-serif;
  margin-left: 2px;
  z-index: 1;
  word-break: break-word;
  line-height: 1.25;
}


.step-label {
  font-family: Arial, "Yu Gothic", "游ゴシック体", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 1.08em;
  color: #222;
  border: 2px solid #222;
  border-radius: 6px;
  padding: 0.06em 1.1em 0.06em 1.1em;
  background: #fff;
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}

.step-block-title {
  font-size: 1.08em;
  font-weight: bold;
  color: #222;
  margin-bottom: 7px;
  margin-left: 2px;
}

.step-block-desc {
  margin-left: 2px;
}

@media (max-width: 900px) {
  .step-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px 14px;
  }

  .step-title {
    font-size: 1.3em;
  }
}

@media (max-width: 600px) {


  .step-title {
    font-size: 1.1em;
  }

  .step-inner {
    padding: 0 4px;
  }

  .step-grid {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }

  .step-row {
    margin-bottom: 8px;
  }
}