@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  background-color: #fff;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

.renewal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
}

.renewal-container {
  width: 100%;
  max-width: 827px;
}

.renewal-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 46px;
  letter-spacing: 0;
}

.renewal-subtitle {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 46px;
  letter-spacing: 0;
}

.renewal-block {
  background-color: #e6e6e6;
  padding: 50px 100px;
}

.renewal-lead {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: 0;
}

.renewal-tel-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.renewal-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1a1a1a;
  transition: opacity 0.2s ease;
}

.renewal-tel:hover {
  opacity: 0.75;
}

.renewal-tel-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-top: 6px;
  margin-right: 5px;
}

.renewal-tel-number {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.renewal-info {
  margin: 0 auto;
  max-width: 627px;
}

.renewal-info-item {
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
}

.renewal-info-label {
  flex-shrink: 0;
  white-space: nowrap;
}

.renewal-info-value {
  flex-grow: 1;
}

/* レスポンシブ対応 (画面幅 768px 以下) */
@media screen and (max-width: 768px) {
  .renewal-wrapper {
    padding: 30px 15px;
  }

  .renewal-title {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .renewal-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .renewal-block {
    padding: 30px 18px;
  }

  .renewal-lead {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .renewal-tel-icon {
    width: 24px;
    height: 24px;
  }

  .renewal-tel-number {
    font-size: 32px;
  }

  .renewal-info-item {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .renewal-info-item:last-child {
    margin-bottom: 0;
  }
}

/* スマホ小型端末 (画面幅 400px 以下) */
@media screen and (max-width: 400px) {
  .renewal-title {
    font-size: 22px;
  }

  .renewal-subtitle {
    font-size: 15px;
  }

  .renewal-tel-number {
    font-size: 26px;
  }

  .renewal-info-item {
    font-size: 16px;
  }
}
