@charset "utf-8";
/** {
  outline: 1px solid red;
}*/

body {
  margin: 0;
}

.navi {
  padding-top: 300px;
}

/*キャンペーン*/
.image-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.cam-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}

.cam-image .logo {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}

 /* 固定バナー */
.estimate-banner {
  max-width: 250px;
  width: 100%;
  height: 440px;
  position: fixed;
  border-radius: 15px;
  top: 300px;
  left: 5%;
  width: 300px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: sans-serif;
  transition: top 0.3s ease; /* なめらかに移動 */
  box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.3);
}

  /* グリーンのエリア */
.white-section {
  background-color: #225822;
  padding: 30px 20px;
  text-align: center;
  flex: 1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  max-height: 30px;         /* ← 最大高さを指定！ */
  overflow: hidden;         /* ← はみ出したら隠す（必要なら） */
}

.white-section h2 {
  font-size: 24px;
  margin: 0;
  color: #fef2b6;
}

.company-info-sp {
  display: none;
}

.cam-image img {
  max-width: 1200px;
  width: 100vw;
}
