@charset "UTF-8";

body {
  background-color: #FFEDDF;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-block: 140px;
  gap: 60px;
}

main .site-renewal {
  display: flex;
  width: 900px;
  padding: 80px 50px;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #FFF;
}

main .site-renewal h1 {
  width: 193px;
  height: 121px;
  aspect-ratio: 193/121;
}

main .site-renewal p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

main .site-renewal .renewal-info {
  color: #235041;
  text-align: center;
  
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

main .site-renewal .renewal-info br {
  display: none;
}

main .site-renewal .tel {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

main .site-renewal .contact-time {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

main .company-info {
  display: flex;
  width: 900px;
  margin-inline: auto;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  background: #FFF;
}

main .company-info dl {
  display: flex;
  flex-direction: row;
  gap: 0;
  font-weight: 400;
}

main .company-info .business-contents {
  flex-direction: column;
  gap: 8px;
}

main .company-info dl dt{
  font-weight: 700;
}

/* スマホ */
@media screen and (max-width: 950px) {
  main {
    display: flex;
    max-width: 750px;
    margin: auto;
    padding: 90px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
  }

  main .site-renewal {
    display: flex;
    width: 100%;
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    margin: auto;
  }

  main .site-renewal h1 {
    width: 78px;
    height: 49px;
    aspect-ratio: 78/49;
    aspect-ratio: 193/121;
  }

  main .site-renewal h1 img {
    width: 100%;
    height: 100%;
  }

  main .site-renewal p {
    align-self: stretch;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  main .site-renewal .renewal-info {
    color: #235041;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  main .site-renewal .renewal-info br {
    display: inline;
  }

  main .site-renewal .tel {
    align-self: stretch;
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font; 
  }

  main .site-renewal .contact-time {
    align-self: stretch;
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  main .company-info {
    display: flex;
    width: 100%;
    padding: 20px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }

  main .company-info dl {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  main .company-info .business-contents {
    flex-direction: column;
    gap: 8px;
  }

  main .company-info dl dd{
    font-weight: 400;
  }

  main .company-info .address {
    flex-direction: column;
    gap: 8px;
  }
}